/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/ |
H A D | map.c | 41 upb_MessageValue* val) { in upb_Map_Get() 48 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert() 54 bool upb_Map_Delete(upb_Map* map, upb_MessageValue key, upb_MessageValue* val) { in upb_Map_Delete() 56 const bool removed = _upb_Map_Delete(map, &key, map->key_size, &v); in upb_Map_Delete() local 62 upb_MessageValue* val, size_t* iter) { in upb_Map_Next() 74 upb_MessageValue val) { in upb_Map_SetEntryValue()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/collections/ |
D | map_internal.h | 78 UPB_INLINE bool _upb_map_tovalue(const void* val, size_t size, in _upb_map_tovalue() 91 UPB_INLINE void _upb_map_fromvalue(upb_value val, void* out, size_t size) { in _upb_map_fromvalue() 115 upb_value* val) { in _upb_Map_Delete() 121 size_t key_size, void* val, size_t val_size) { in _upb_Map_Get() 132 size_t key_size, void* val, in _upb_Map_Insert() 141 bool removed = in _upb_Map_Insert() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/internal/ |
H A D | map.h | 67 UPB_INLINE bool _upb_map_tovalue(const void* val, size_t size, in _upb_map_tovalue() 80 UPB_INLINE void _upb_map_fromvalue(upb_value val, void* out, size_t size) { in _upb_map_fromvalue() 104 size_t key_size, upb_value* val) { in _upb_Map_Delete() 110 size_t key_size, void* val, size_t val_size) { in _upb_Map_Get() 122 void* val, size_t val_size, in _upb_Map_Insert() 131 bool removed = in _upb_Map_Insert() local
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | BitUtils.java | 29 public static int[] unpackBits(long val) { in unpackBits() 127 final long removed = oldVal & changed; in describeDifferences() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/DeviceLock/service/service-devicelock/android_common_apex34/javac/ |
D | service-devicelock.jar | ... .Callable {
final synthetic android.os.RemoteCallback val$remoteCallback
final synthetic com.android.server. ... |
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | protobuf.c | 150 upb_value val; in PyUpb_WeakMap_Delete() local 151 bool removed = in PyUpb_WeakMap_Delete() local 162 upb_value val; in PyUpb_WeakMap_Get() local 175 upb_value val; in PyUpb_WeakMap_Next() local
|
/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() 1113 size_t removed = std::distance(it, container.end()); in EraseIf() local
|
/aosp_15_r20/external/webrtc/test/time_controller/ |
H A D | simulated_time_controller.cc | 28 bool RemoveByValue(C* vec, typename C::value_type val) { in RemoveByValue() 150 bool removed = RemoveByValue(&runners_, runner); in Unregister() local
|
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/ |
H A D | CheckAPI.java | 129 int val = (info >> (typ*2)) & 0x3; in get() local 133 private void setType(int typ, int val) { in setType() 139 private void setType(int typ, String val) { in setType() 208 int val = getVal(CAT); in write() local 640 TreeSet removed = (TreeSet)compareSet.clone(); in run() local 964 … void set(int val) { if (res != -1) throw new RuntimeException("bad doc: " + doc); res = val; } in tagStatus()
|
/aosp_15_r20/frameworks/base/tests/UsageReportingTest/src/com/android/tests/usagereporter/ |
H A D | UsageReporterActivity.java | 74 ArrayList<String> removed = null; in onStart() local 187 String val = input.getText().toString().trim(); in callAddManyTokens() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/ |
D | common.c | 58 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val() 194 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert() 239 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm() 240 upb_tabkey* removed, uint32_t hash, eqlfunc_t* eql) { in rm() 306 uint64_t val; in UnalignedLoad64() local 312 uint32_t val; in UnalignedLoad32() local 479 upb_value val; in upb_strtable_resize() local 516 upb_value* val) { in upb_strtable_remove2() 604 upb_value val; in check() local 636 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, in upb_inttable_insert() [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/ |
H A D | common.c | 38 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val() 157 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert() 202 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm() 203 upb_tabkey* removed, uint32_t hash, eqlfunc_t* eql) { in rm() 269 uint64_t val; in UnalignedLoad64() local 275 uint32_t val; in UnalignedLoad32() local 442 upb_value val; in upb_strtable_resize() local 479 upb_value* val) { in upb_strtable_remove2() 567 upb_value val; in check() local 599 bool upb_inttable_insert(upb_inttable* t, uintptr_t key, upb_value val, in upb_inttable_insert() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | static_vector_test.cpp | 224 void test_copy_and_assign_nd(T const& val) in test_copy_and_assign_nd() 317 size_t removed = i + n < N ? n : N - i; in test_erase_nd() local 356 void test_insert_nd(T const& val) in test_insert_nd()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/DeviceLock/service/service-devicelock/android_common_apex34/combined/ |
D | service-devicelock.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/service-devicelock.com.android.devicelock_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/ |
HD | org.eclipse.core.runtime_3.14.0.v20180417-0825.jar | ... .eclipse.core.runtime.Preferences$IPropertyChangeListener val$l
private final synthetic org.eclipse.core ... |
HD | org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar | ... .preferences.IEclipsePreferences$NodeChangeEvent)
public abstract void removed (org.eclipse.core.runtime.preferences ... |
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacyCursorWindow.java | 58 Value val = WINDOW_DATA.get(windowPtr).value(row, column); in nativeGetString() local 304 Data removed = dataMap.remove(ptr); in close() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | remote_service_manager_test.cc | 191 mgr()->Initialize([&status](att::Result<> val) { status = val; }, in TEST_F() 225 mgr()->Initialize([&status](att::Result<> val) { status = val; }, in TEST_F() 263 mgr()->Initialize([&status](att::Result<> val) { status = val; }, in TEST_F() 291 mgr()->Initialize([&status](att::Result<> val) { status = val; }, in TEST_F() 315 mgr()->Initialize([&status](att::Result<> val) { status = val; }, in TEST_F() 332 mgr()->Initialize([&status](att::Result<> val) { status = val; }, in TEST_F() 334 {kTestServiceUuid1}); in TEST_F() 362 mgr()->Initialize([&status](att::Result<> val) { status = val; }, in TEST_F() 364 {kTestServiceUuid1, kTestServiceUuid3}); in TEST_F() 399 mgr()->Initialize([&status](att::Result<> val) { status = val; }, in TEST_F() [all …]
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsLongStressCase.cpp | 880 float val[4]; in setRandomUniforms() local 904 float val[4 * 4]; in setRandomUniforms() local 943 int val[4]; in setRandomUniforms() local 967 uint32_t val[4]; in setRandomUniforms() local 1083 const int removed = (int)m_objects.erase(name); in remove() local
|
/aosp_15_r20/prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/ |
HD | collections-28.0.0.jar | ... )
Object value
java.util.Collection collection
boolean removed
public boolean retainAll (java.util.Collection) ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-collections-nodeps/android_common/local-combined/ |
D | android-support-collections-nodeps.jar | ... )
Object value
java.util.Collection collection
boolean removed
public boolean retainAll (java.util.Collection) ... |
/aosp_15_r20/art/compiler/optimizing/ |
H A D | optimizing_unit_test.h | 906 HParameterValue* val = new (GetAllocator()) HParameterValue( variable 945 static const std::string removed = ""; // NOLINT [runtime/string] [4] variable
|
/aosp_15_r20/external/libchrome/base/ |
H A D | values.cc | 87 Value Value::FromUniquePtrValue(std::unique_ptr<Value> val) { in FromUniquePtrValue() 92 std::unique_ptr<Value> Value::ToUniquePtrValue(Value val) { in ToUniquePtrValue() 176 for (const auto& val : in_list) in Value() local 417 bool removed = found->second->RemovePath(path.subspan(1)); in RemovePath() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 256 def int2str(fmt, val): argument 340 def ctrl_write(path, val): argument 628 def check_dev_info(other_ns, ns, prog_file=None, map_file=None, removed=False): argument 1251 val = str2int(entries[i]["value"]) variable
|