/aosp_15_r20/external/cronet/base/ |
H A D | values_unittest.cc | 209 Value::List list; in TEST() local 220 Value::List list; in TEST() local 341 Value::List list; in TEST() local 461 Value::List list; in TEST() local 475 Value::List list; in TEST() local 513 Value::List list; in TEST() local 530 auto list = base::Value::List().Append("Hello world!"); in TEST() local 550 Value::List list; in TEST() local 721 Value::List list; in TEST() local 733 Value::List list; in TEST() local [all …]
|
/aosp_15_r20/packages/modules/AppSearch/testing/safeparceltests/src/android/app/appsearch/safeparcel/ |
D | SafeParcelableTest.java | 147 Boolean val = true; in testReadWriteBooleanObject() local 188 char val = 'm'; in testReadWriteChar() local 200 short val = 34; in testReadWriteShort() local 212 int val = 45; in testReadWriteInt() local 224 Integer val = 45; in testReadWriteIntegerObject() local 253 long val = 123456789; in testReadWriteLong() local 265 Long val = 123456789L; in testReadWriteLongObject() local 294 BigInteger val = new BigInteger("99999999999999999999999999999999999999999999999999999999"); in testReadWriteBigInteger() local 323 float val = 12.3456f; in testReadWriteFloat() local 335 Float val = 12.3456f; in testReadWriteFloatObject() local [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/topics/ |
D | GetTopicsResult.java | 247 private static int hashCode(List<byte[]> list) { in hashCode() 257 List<Long> list = new ArrayList<>(); in readLongList() local 270 List<Integer> list = new ArrayList<>(); in readIntegerList() local 283 List<String> list = new ArrayList<>(); in readStringList() local 296 List<byte[]> list = new ArrayList<>(); in readByteArrayList() local 308 private static void writeLongList(@NonNull Parcel out, @Nullable List<Long> val) { in writeLongList() 320 private static void writeIntegerList(@NonNull Parcel out, @Nullable List<Integer> val) { in writeIntegerList() 332 private static void writeStringList(@NonNull Parcel out, @Nullable List<String> val) { in writeStringList() 344 private static void writeByteArrayList(@NonNull Parcel out, @Nullable List<byte[]> val) { in writeByteArrayList()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testskiplist.c | 81 const char *val; in skiplist_find() local 91 const char *val; in skiplist_dontfind() local 99 const char *val; in skiplist_insert() local 125 const char *val; in skiplist_add() local 167 const char *val; in skiplist_size() local 190 const char *val; in skiplist_remove() local 232 const char *val; in skiplist_random_loop() local 263 static void add_int_to_skiplist(abts_case *tc, apr_skiplist *list, int n){ in add_int_to_skiplist() 269 static void add_elem_to_skiplist(abts_case *tc, apr_skiplist *list, elem n){ in add_elem_to_skiplist() 307 int *val = NULL; in skiplist_test() local [all …]
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | journal.c | 228 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate() 287 __u8 *start, *cur, *end, *val; in ext4_fc_replay_scan() local 401 static int make_room(struct extent_list *list, int i) in make_room() 446 static void ex_sort_and_merge(struct extent_list *list) in ex_sort_and_merge() 493 static int ext4_modify_extent_list(e2fsck_t ctx, struct extent_list *list, in ext4_modify_extent_list() 569 static int ext4_add_extent_to_list(e2fsck_t ctx, struct extent_list *list, in ext4_add_extent_to_list() 575 static int ext4_del_extent_from_list(e2fsck_t ctx, struct extent_list *list, in ext4_del_extent_from_list() 620 struct ext4_fc_tl *tl, __u8 *val) in tl_to_darg() 645 static int ext4_fc_handle_unlink(e2fsck_t ctx, struct ext4_fc_tl *tl, __u8 *val) in ext4_fc_handle_unlink() 662 static int ext4_fc_handle_link_and_create(e2fsck_t ctx, struct ext4_fc_tl *tl, __u8 *val) in ext4_fc_handle_link_and_create() [all …]
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | event-plugin.c | 56 static int update_option_value(struct tep_plugin_option *op, const char *val) in update_option_value() 110 char **list = NULL; in tep_plugin_list_options() local 144 void tep_plugin_free_options_list(char **list) in tep_plugin_free_options_list() 299 static int process_option(const char *plugin, const char *option, const char *val) in process_option() 319 int tep_plugin_add_option(const char *name, const char *val) in tep_plugin_add_option() 434 const struct tep_plugin_list *list) in tep_print_plugins() 449 struct tep_plugin_list *list; in load_plugin() local 642 struct tep_plugin_list *list = NULL; in tep_load_plugins() local 701 struct tep_plugin_list *list; in tep_unload_plugins() local
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | Parcel.java | 417 private static native int nativeWriteInt(long nativePtr, int val); in nativeWriteInt() 419 private static native int nativeWriteLong(long nativePtr, long val); in nativeWriteLong() 421 private static native int nativeWriteFloat(long nativePtr, float val); in nativeWriteFloat() 423 private static native int nativeWriteDouble(long nativePtr, double val); in nativeWriteDouble() 426 private static native void nativeWriteString8(long nativePtr, String val); in nativeWriteString8() 428 private static native void nativeWriteString16(long nativePtr, String val); in nativeWriteString16() 430 private static native void nativeWriteStrongBinder(long nativePtr, IBinder val); in nativeWriteStrongBinder() 432 private static native void nativeWriteFileDescriptor(long nativePtr, FileDescriptor val); in nativeWriteFileDescriptor() 980 List<?> list = (List<?>) value; in hasFileDescriptors() local 1182 public final void writeInt(int val) { in writeInt() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | kernels_test.cc | 172 KernelList list; in TEST() local 218 KernelList list; in TEST() local 344 std::unique_ptr<char[]> val(new char[5]); in TEST_F() local 368 std::vector<string> list = {"bugs", "bunny", "duck"}; in TEST_F() local 423 TF_Tensor* val; in TEST_F() local 542 int64_t val; in TEST_F() local 564 const int64_t list[] = {1, 2, 3, 4}; in TEST_F() local 592 float val; in TEST_F() local 614 const float list[] = {1.414, 2.718, 3.1415}; in TEST_F() local 642 unsigned char val; in TEST_F() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 85 VALUE val = ObjectCache_Get(array); in RepeatedField_GetRubyWrapper() local 151 const upb_Array* RepeatedField_GetUpbArray(VALUE val, const upb_FieldDef* field, in RepeatedField_GetUpbArray() 208 VALUE val = Convert_UpbToRuby(msgval, self->type_info, self->arena); in RepeatedField_each() local 269 static VALUE RepeatedField_index_set(VALUE _self, VALUE _index, VALUE val) { in RepeatedField_index_set() 323 static VALUE RepeatedField_push(VALUE _self, VALUE val) { in RepeatedField_push() 361 static VALUE RepeatedField_replace(VALUE _self, VALUE list) { in RepeatedField_replace() 441 VALUE val = Convert_UpbToRuby(msgval, self->type_info, self->arena); in RepeatedField_to_ary() local 523 upb_MessageValue val = upb_Array_Get(self->array, i); in RepeatedField_hash() local 538 VALUE RepeatedField_plus(VALUE _self, VALUE list) { in RepeatedField_plus() 581 VALUE RepeatedField_concat(VALUE _self, VALUE list) { in RepeatedField_concat()
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 85 VALUE val = ObjectCache_Get(array); in RepeatedField_GetRubyWrapper() local 151 const upb_Array* RepeatedField_GetUpbArray(VALUE val, const upb_FieldDef* field, in RepeatedField_GetUpbArray() 208 VALUE val = Convert_UpbToRuby(msgval, self->type_info, self->arena); in RepeatedField_each() local 269 static VALUE RepeatedField_index_set(VALUE _self, VALUE _index, VALUE val) { in RepeatedField_index_set() 323 static VALUE RepeatedField_push(VALUE _self, VALUE val) { in RepeatedField_push() 361 static VALUE RepeatedField_replace(VALUE _self, VALUE list) { in RepeatedField_replace() 441 VALUE val = Convert_UpbToRuby(msgval, self->type_info, self->arena); in RepeatedField_to_ary() local 523 upb_MessageValue val = upb_Array_Get(self->array, i); in RepeatedField_hash() local 538 VALUE RepeatedField_plus(VALUE _self, VALUE list) { in RepeatedField_plus() 581 VALUE RepeatedField_concat(VALUE _self, VALUE list) { in RepeatedField_concat()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | linked_list.rs | 121 let val = ManuallyDrop::new(val); in push_front() localVariable 478 val: i32, field 555 let mut list = LinkedList::new(); in push_and_drain() localVariable 574 let mut list = LinkedList::<&Entry, <&Entry as Link>::Target>::new(); in push_pop_push_pop() localVariable 599 let mut list = LinkedList::new(); in remove_by_address() localVariable 623 let mut list = LinkedList::new(); in remove_by_address() localVariable 640 let mut list = LinkedList::new(); in remove_by_address() localVariable 657 let mut list = LinkedList::new(); in remove_by_address() localVariable 673 let mut list = LinkedList::new(); in remove_by_address() localVariable 696 let mut list = LinkedList::new(); in remove_by_address() localVariable [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | flatbuffer_loader.cpp | 431 IValue val = loader.getIValue(enum_val->value()); in parseEnum() local 531 const mobile::serialization::List* list = ivalue.val_as_List(); in parseList() local 542 std::vector<T> parseListNative(const U* list) { in parseListNative() 550 const auto& list = ivalue.val_as_IntList(); in parseIntList() local 557 const auto& list = ivalue.val_as_DoubleList(); in parseDoubleList() local 564 const auto& list = ivalue.val_as_BoolList(); in parseBoolList() local 595 uint32_t val = values->Get(i); in parseDict() local 627 IValue val = getIValue(object->attrs()->Get(i)); in getOrCreateClassTypeForObject() local 654 IValue val = loader.getIValue(object->attrs()->Get(i)); in parseObject() local 927 IValue val = loader.getIValue(object->attrs()->Get(i)); in parse_flatbuffer_no_object() local
|
/aosp_15_r20/prebuilts/ndk/current/sources/android/cpufeatures/ |
H A D | cpu-features.c | 262 has_list_item(const char* list, const char* item) in has_list_item() 306 int val = 0; in parse_number() local 354 cpulist_init(CpuList* list) { in cpulist_init() 364 cpulist_set(CpuList* list, int index) { in cpulist_set() 371 cpulist_count(CpuList* list) { in cpulist_count() 386 cpulist_parse(CpuList* list, const char* line, int line_len) in cpulist_parse() 397 int val, start_value, end_value; in cpulist_parse() local 438 cpulist_read_from(CpuList* list, const char* filename) in cpulist_read_from() 844 int val = 0; in android_cpuInit() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | MathArrays.java | 87 public static double[] scale(double val, final double[] arr) { in scale() 104 public static void scaleInPlace(double val, final double[] arr) { in scaleInPlace() 323 T[] val, OrderDirection dir, boolean strict) { in isMonotonic() 371 public static boolean isMonotonic(double[] val, OrderDirection dir, boolean strict) { in isMonotonic() 453 double[] val, OrderDirection dir, boolean strict, boolean abort) in checkOrder() 514 public static void checkOrder(double[] val, OrderDirection dir, boolean strict) in checkOrder() 526 public static void checkOrder(double[] val) throws NonMonotonicSequenceException { in checkOrder() 811 final List<PairDoubleInteger> list = new ArrayList<PairDoubleInteger>(len); in sortInPlace() local 1563 public static void shuffle(int[] list, int start, Position pos) { in shuffle() 1579 public static void shuffle(int[] list, int start, Position pos, RandomGenerator rng) { in shuffle() [all …]
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_dump.c | 180 dump_types(struct dxil_dumper *d, struct list_head *list) in dump_types() 268 dump_gvars(struct dxil_dumper *d, struct list_head *list) in dump_gvars() 291 dump_funcs(struct dxil_dumper *d, struct list_head *list) in dump_funcs() 313 dump_attr_set_list(struct dxil_dumper *d, struct list_head *list) in dump_attr_set_list() 355 dump_constants(struct dxil_dumper *d, struct list_head *list) in dump_constants() 411 dump_instrs(struct dxil_dumper *d, struct list_head *list) in dump_instrs() 646 const struct dxil_value *val[]) in dump_instr_print_operands() 656 dump_value(struct dxil_dumper *d, const struct dxil_value *val) in dump_value() 667 dump_mdnodes(struct dxil_dumper *d, struct list_head *list) in dump_mdnodes() 712 dump_named_nodes(struct dxil_dumper *d, struct list_head *list) in dump_named_nodes()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | CollectionUtils.java | 63 public static @NonNull <T> List<T> filter(@Nullable List<T> list, in filter() 241 public static @NonNull <T> List<T> filter(@Nullable List<?> list, Class<T> c) { in filter() 320 public static @NonNull <T> List<T> add(@Nullable List<T> cur, T val) { in add() 332 public static @NonNull <T> List<T> add(@Nullable List<T> cur, int index, T val) { in add() 344 public static @NonNull <T> Set<T> addAll(@Nullable Set<T> cur, @Nullable Collection<T> val) { in addAll() 358 public static @NonNull <T> Set<T> add(@Nullable Set<T> cur, T val) { in add() 381 public static @NonNull <T> List<T> remove(@Nullable List<T> cur, T val) { in remove() 392 public static @NonNull <T> Set<T> remove(@Nullable Set<T> cur, T val) { in remove()
|
H A D | ArrayUtils.java | 393 public static int[] convertToIntArray(List<Integer> list) { in convertToIntArray() 553 public static @NonNull int[] appendInt(@Nullable int[] cur, int val, in appendInt() 577 public static @NonNull int[] appendInt(@Nullable int[] cur, int val) { in appendInt() 584 public static @Nullable int[] removeInt(@Nullable int[] cur, int val) { in removeInt() 607 public static @Nullable String[] removeString(@Nullable String[] cur, String val) { in removeString() 631 public static @NonNull long[] appendLong(@Nullable long[] cur, long val, in appendLong() 654 boolean val) { in appendBooleanDuplicatesAllowed() 669 public static @NonNull long[] appendLong(@Nullable long[] cur, long val) { in appendLong() 676 public static @Nullable long[] removeLong(@Nullable long[] cur, long val) { in removeLong() 711 public static @NonNull <T> ArraySet<T> add(@Nullable ArraySet<T> cur, T val) { in add() [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/mediatek/mt8195/include/ |
H A D | x_hal_io.h | 39 #define P_Fld(val, fld) ( upk > 0 ? Fld2Msk32(fld): (((UINT32)(val) & ((1 << Fld_wid(fld)) - 1)) <<… argument 60 #define vIO32WriteFldAlign(reg32, val, fld) /*lint -save -e506 -e504 -e514 -e62 -e737 -e572 -e961 -… argument 63 #define vIO32WriteFldMulti(reg32, list) /*lint -save -e506 -e504 -e514 -e62 -e737 -e572 -e961 -e648… argument 76 #define vIO32WriteFldAlign_All(reg32, val, fld) /*lint -save -e506 -e504 -e514 -e62 -e737 -e572 -e9… argument 79 #define vIO32WriteFldMulti_All(reg32, list) /*lint -save -e506 -e504 -e514 -e62 -e737 -e572 -e961 -… argument
|
/aosp_15_r20/external/coreboot/src/vendorcode/mediatek/mt8192/include/ |
H A D | x_hal_io.h | 39 #define P_Fld(val, fld) ( upk > 0 ? Fld2Msk32(fld): (((UINT32)(val) & ((1 << Fld_wid(fld)) - 1)) <<… argument 60 #define vIO32WriteFldAlign(reg32, val, fld) /*lint -save -e506 -e504 -e514 -e62 -e737 -e572 -e961 -… argument 63 #define vIO32WriteFldMulti(reg32, list) /*lint -save -e506 -e504 -e514 -e62 -e737 -e572 -e961 -e648… argument 76 #define vIO32WriteFldAlign_All(reg32, val, fld) /*lint -save -e506 -e504 -e514 -e62 -e737 -e572 -e9… argument 79 #define vIO32WriteFldMulti_All(reg32, list) /*lint -save -e506 -e504 -e514 -e62 -e737 -e572 -e961 -… argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/testdata/ |
D | typedef.c | 53 struct list { struct 54 short val; member 55 t_my_list *next; argument 60 unsigned long long val; member
|
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-list-slice/android_common/javac/ |
D | modules-utils-list-slice.jar | ... java.util.List)
java.util.List list
void <init> (android.os. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-list-slice/android_common_apex30/javac/ |
D | modules-utils-list-slice.jar | ... java.util.List)
java.util.List list
void <init> (android.os. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-list-slice/android_common_apex33/javac/ |
D | modules-utils-list-slice.jar | ... java.util.List)
java.util.List list
void <init> (android.os. ... |
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | vc4_purgeable_bo.c | 52 static void igt_vc4_alloc_mmap_max_bo(int fd, struct igt_list *list, in igt_vc4_alloc_mmap_max_bo() 74 static void igt_vc4_unmap_free_bo_pool(int fd, struct igt_list *list) in igt_vc4_unmap_free_bo_pool() 90 struct igt_list list; in igt_vc4_trigger_purge() local 100 static void igt_vc4_purgeable_subtest_prepare(int fd, struct igt_list *list) in igt_vc4_purgeable_subtest_prepare() 110 struct igt_list list; variable 115 uint64_t val = 0; variable
|
/aosp_15_r20/external/coreboot/payloads/coreinfo/ |
H A D | pci_module.c | 39 static int partition(struct pci_devices *list, int len) in partition() 41 pcidev_t val = list[len / 2].device; in partition() local 59 static void quicksort(struct pci_devices *list, int len) in quicksort() 157 unsigned int val; in ci_pci_scan_bus() local
|