/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | ArrayUtils.java | 210 public static @NonNull <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull() 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 …]
|
H A D | CollectionUtils.java | 257 public static <T> boolean any(@Nullable List<T> items, in any() 266 public static <T> boolean any(@Nullable Set<T> items, in any() 275 public static @Nullable <T> T find(@Nullable List<T> items, in find() 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()
|
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | ArrayUtils.java | 115 public static <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull() 432 public static int[] appendInt(@Nullable int[] cur, int val, in appendInt() 456 public static int[] appendInt(@Nullable int[] cur, int val) { in appendInt() 464 public static int[] removeInt(@Nullable int[] cur, int val) { in removeInt() 488 public static String[] removeString(@Nullable String[] cur, String val) { in removeString() 513 public static long[] appendLong(@Nullable long[] cur, long val, in appendLong() 537 public static long[] appendLong(@Nullable long[] cur, long val) { in appendLong() 545 public static long[] removeLong(@Nullable long[] cur, long val) { in removeLong() 587 public static <T> ArraySet<T> add(@Nullable ArraySet<T> arraySet, T val) { in add() 601 @Nullable Collection<T> val) { in addAll() [all …]
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | flat_tree.h | 418 std::pair<iterator, bool> insert_or_assign(V&& val) { in insert_or_assign() 436 V&& val) { in append_or_assign() 459 V&& val) { in append_unique() 519 const container_type& items, in flat_tree() 527 container_type&& items, in flat_tree() 553 const container_type& items, in flat_tree() 562 container_type&& items, in flat_tree()
|
/aosp_15_r20/external/libxkbcommon/src/ |
H A D | darray.h | 98 #define darray_append_items(arr, items, count) do { \ argument 104 #define darray_from_items(arr, items, count) do { \ argument 130 #define darray_appends_nullterminate(arr, items, count) do { \ argument 137 #define darray_prepends_nullterminate(arr, items, count) do { \ argument 199 #define darray_enumerate(idx, val, arr) \ argument 204 #define darray_enumerate_from(idx, val, arr, from) \ argument
|
/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 563 let items: Vec<i32> = collect_list(&mut list); in push_and_drain() localVariable 634 let items = collect_list(&mut list); in remove_by_address() localVariable 650 let items = collect_list(&mut list); in remove_by_address() localVariable 667 let items = collect_list(&mut list); in remove_by_address() localVariable 690 let items = collect_list(&mut list); in remove_by_address() localVariable 710 let items = collect_list(&mut list); in remove_by_address() localVariable 725 let items = collect_list(&mut list); in remove_by_address() localVariable
|
/aosp_15_r20/build/make/tools/product_config/src/com/android/build/config/ |
H A D | FlattenConfig.java | 345 final StringBuilder val = new StringBuilder(); in flattenInheritsFrom() local 384 private void assignToListVar(Map<String, Value> vars, String varName, List<Str> items) { in assignToListVar() 404 private static void appendToListVar(Map<String, Value> vars, String varName, List<Str> items) { in appendToListVar() 458 final Value val = mVariables.get(varName); in setDefaultKnownVars() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | i915_query.c | 45 __i915_query_items(int fd, struct drm_i915_query_item *items, uint32_t n_items) in __i915_query_items() 54 #define i915_query_items(fd, items, n_items) do { \ argument 58 #define i915_query_items_err(fd, items, n_items, err) do { \ argument 97 struct drm_i915_query_item items[2]; in test_query_garbage_items() local 393 uint8_t val = eu_available(topo_info, s, ss, in test_query_topology_matches_eu_total() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 279 def _ca(items, s): argument 293 def _fa(items, s): argument 306 def carray(items, shape): argument 311 def farray(items, shape): argument 625 def ndarray_from_structure(items, fmt, t, flags=0): argument 631 def numpy_array_from_structure(items, fmt, t): argument 2516 def __init__(self, val): argument 2522 def __init__(self, val): argument 2700 def iter_roundtrip(ex, m, items, fmt): argument
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 58 def _mapdict_values(items): argument 306 def _tclobj_to_py(val): argument 1218 def delete(self, *items): 1224 def detach(self, *items): 1400 def _selection(self, selop, items): argument 1407 def selection_set(self, *items): 1412 def selection_add(self, *items): 1417 def selection_remove(self, *items): 1422 def selection_toggle(self, *items): 1569 def value(self, val): argument
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 75 def _mapdict_values(items): argument 324 def _tclobj_to_py(val): argument 1218 def delete(self, *items): 1224 def detach(self, *items): 1395 def selection(self, selop=None, items=None): argument 1402 def selection_set(self, items): argument 1407 def selection_add(self, items): argument 1412 def selection_remove(self, items): argument 1417 def selection_toggle(self, items): argument 1562 def _set_value(self, val): argument
|
/aosp_15_r20/out/soong/.intermediates/external/setupdesign/setupdesign/android_common/javac/ |
D | setupdesign.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/executorch/runtime/executor/test/ |
H A D | executor_test.cpp | 203 auto val = values[0].toScalar().to<int64_t>(); in TEST_F() local 217 EValue items[2] = {i, d}; in TEST() local 239 auto unflatten(EValue* items) { in unflatten() 249 EValue items[4] = {i0, d1, i2, d3}; in TEST() local
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/mediaprovider-database/android_common/javac/ |
D | mediaprovider-database.jar | ... .io.InputStream in
java.util.List items
java.nio.file.FileSystem fs
public void ... |
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/iostream2/ |
D | zstream.h | 46 struct Val { unsigned char byte; size_t word; } val; variable 115 inline int read(izstream& zs, T* x, Items items) { in read() 264 inline int write(ozstream& zs, const T* x, Items items) { in write()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/setupwizard/library/setup-wizard-lib/android_common/javac/ |
D | setup-wizard-lib.jar | ... attrs
int defStyleAttr
public com.android.setupwizardlib.items |
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | data_element.cc | 74 uint8_t val = static_cast<uint8_t>(length); in WriteLength() local 231 void DataElement::SetAlternative(std::vector<DataElement>&& items) { in SetAlternative() 609 uint8_t val = int_value_ != 0 ? 1 : 0; in Write() local 616 uint8_t val = static_cast<uint8_t>(uint_value_); in Write() local 628 uint64_t val = in Write() local 637 int8_t val = static_cast<int8_t>(int_value_); in Write() local 649 int64_t val = pw::bytes::ConvertOrderTo( in Write() local
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | linux-core-attach.c | 139 const Ebl_Core_Item *items; in core_next_thread() local 194 const Ebl_Core_Item *items; in core_set_initial_registers() local 262 Dwarf_Word val; in core_set_initial_registers() local 387 const Ebl_Core_Item *items; in dwfl_core_file_attach() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/dbm/ |
D | dumb.py | 158 def _addval(self, val): argument 172 def _setval(self, pos, val): argument 187 def __setitem__(self, key, val): argument 245 def items(self): member in _Database
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/dbm/ |
D | dumb.py | 158 def _addval(self, val): argument 172 def _setval(self, pos, val): argument 187 def __setitem__(self, key, val): argument 245 def items(self): member in _Database
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/dbm/ |
D | dumb.py | 158 def _addval(self, val): argument 172 def _setval(self, pos, val): argument 187 def __setitem__(self, key, val): argument 245 def items(self): member in _Database
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/dbm/ |
D | dumb.py | 158 def _addval(self, val): argument 172 def _setval(self, pos, val): argument 187 def __setitem__(self, key, val): argument 245 def items(self): member in _Database
|
/aosp_15_r20/external/python/cpython3/Lib/dbm/ |
D | dumb.py | 158 def _addval(self, val): argument 172 def _setval(self, pos, val): argument 187 def __setitem__(self, key, val): argument 245 def items(self): member in _Database
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp | 520 QStringList items = in add_p2p_group_client() local 833 QStringList items = text.split(' '); in event_notify() local 868 QStringList items = text.split(' '); in event_notify() local 879 QStringList items = text.split(' '); in event_notify() local 905 QStringList items = in event_notify() local 954 QStringList items = text.split(' '); in event_notify() local 993 QStringList items = text.split(' '); in event_notify() local 1009 QStringList items = text.split(' '); in event_notify() local 1032 QStringList items = text.split(' '); in event_notify() local 1053 QStringList items = text.split(' '); in event_notify() local [all …]
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipOut.cpp | 64 void COutArchive::Write16(UInt16 val) in Write16() 70 void COutArchive::Write32(UInt32 val) in Write32() 79 void COutArchive::Write64(UInt64 val) in Write64() 349 HRESULT COutArchive::WriteCentralDir(const CObjectVector<CItemOut> &items, const CByteBuffer *comme… in WriteCentralDir()
|