Home
last modified time | relevance | path

Searched +defs:val +defs:kind (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java121 public static <T> T[] emptyArray(Class<T> kind) { in emptyArray()
142 public static @NonNull <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull()
362 public static @NonNull <T> T[] concat(Class<T> kind, @Nullable T[]... arrays) { in concat()
393 private static @NonNull <T> T[] createEmptyArray(Class<T> kind) { in createEmptyArray()
433 public static @NonNull <T> T[] appendElement(Class<T> kind, @Nullable T[] array, T element) { in appendElement()
441 public static @NonNull <T> T[] appendElement(Class<T> kind, @Nullable T[] array, T element, in appendElement()
463 public static @Nullable <T> T[] removeElement(Class<T> kind, @Nullable T[] array, T element) { in removeElement()
485 public static @NonNull int[] appendInt(@Nullable int[] cur, int val, in appendInt()
640 @Nullable Collection<T> val) { in addAll()
770 public static @NonNull int[] defeatNullable(@Nullable int[] val) { in defeatNullable()
[all …]
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/util/
H A DArrayUtils.java40 public static <T> T[] appendElement(Class<T> kind, @Nullable T[] array, T element) { in appendElement()
55 public static <T> T[] appendElement(Class<T> kind, @Nullable T[] array, T element, in appendElement()
82 public static <T> T[] concatElements(Class<T> kind, @Nullable T[]... arrays) { in concatElements()
113 private static @NonNull <T> T[] createEmptyArray(Class<T> kind) { in createEmptyArray()
146 public static <T> boolean contains(@Nullable Collection<T> cur, T val) { in contains()
/aosp14/system/core/debuggerd/client/
H A Ddebuggerd_client.cpp207 auto get_response = [&output_fd](const char* kind, int sockfd, InterceptResponse* response) { in debuggerd_trigger_dump()
237 sigval val = {.sival_int = (dump_type == kDebuggerdNativeBacktrace) ? 1 : 0}; in debuggerd_trigger_dump() local
/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_builder.h142 constexpr Value(size_t value, Kind kind) : value_{value}, kind_{kind} {} in Value()
212 static inline Instruction Cast(Value val, Value type) { in Cast()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java417 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnElementCreate()
418 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) { in nElementCreate()
775 native void rsnScriptSetVarI(long con, long id, int slot, int val); in rsnScriptSetVarI()
776 synchronized void nScriptSetVarI(long id, int slot, int val) { in nScriptSetVarI()
787 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ()
798 synchronized void nScriptSetVarF(long id, int slot, float val) { in nScriptSetVarF()
808 synchronized void nScriptSetVarD(long id, int slot, double val) { in nScriptSetVarD()
818 synchronized void nScriptSetVarV(long id, int slot, byte[] val) { in nScriptSetVarV()
823 synchronized void nScriptGetVarV(long id, int slot, byte[] val) { in nScriptGetVarV()
829 synchronized void nScriptSetVarVE(long id, int slot, byte[] val, in nScriptSetVarVE()
[all …]
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1069 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, in nElementCreate()
1790 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) in nScriptSetVarI()
1811 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarObj()
1821 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarJ()
1842 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) in nScriptSetVarF()
1863 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) in nScriptSetVarD()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...