/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/etc/ |
H A D | lldb_providers.py | 91 def update(self): member in DefaultSyntheticProvider 119 def update(self): member in EmptySyntheticProvider 245 def update(self): member in StructSyntheticProvider 285 def update(self): member in ClangEncodedEnumProvider 341 def update(self): member in TupleSyntheticProvider 389 def update(self): member in StdVecSyntheticProvider 428 def update(self): member in StdSliceSyntheticProvider 473 def update(self): member in StdVecDequeSyntheticProvider 545 def update(self): member in StdOldHashMapSyntheticProvider 615 def update(self): member in StdHashMapSyntheticProvider [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/src/internal/ |
H A D | CopyOnWriteList.kt | 12 val update = array.copyOf(n + 1) in add() constant 21 val update = arrayOfNulls<Any?>(n + 1) in add() constant 39 val update = arrayOfNulls<Any>(n - 1) in removeAt() constant
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/ |
H A D | CopyOnWriteList.kt | 18 val update = array.copyOf(n + 1) in add() constant 27 val update = arrayOfNulls<Any?>(n + 1) in add() constant 45 val update = arrayOfNulls<Any>(n - 1) in removeAt() constant
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | scoped_user_pref_update_unittest.cc | 54 ScopedDictPrefUpdate update(&prefs_, kDictPref); in TEST_F() local 75 { ScopedDictPrefUpdate update(&prefs_, kDictPref); } in TEST_F() local 89 ScopedDictPrefUpdate update(&prefs_, pref_name); in TEST_F() local 101 ScopedListPrefUpdate update(&prefs_, kListPref); in TEST_F() local 122 { ScopedListPrefUpdate update(&prefs_, kListPref); } in TEST_F() local 137 ScopedListPrefUpdate update(&prefs_, pref_name); in TEST_F() local
|
/aosp_15_r20/art/test/956-methodhandles/src/ |
H A D | Main.java | 1240 public String update(Float f0, Float... floats) { in update() method in Main.BaseVariableArityTester 1268 public String update(boolean... booleans) { return lastResult = tally(booleans); } in update() method in Main.VariableArityTester 1269 public String update(byte... bytes) { return lastResult = tally(bytes); } in update() method in Main.VariableArityTester 1270 public String update(char... chars) { return lastResult = tally(chars); } in update() method in Main.VariableArityTester 1271 public String update(short... shorts) { return lastResult = tally(shorts); } in update() method in Main.VariableArityTester 1272 public String update(int... ints) { in update() method in Main.VariableArityTester 1276 public String update(long... longs) { return lastResult = tally(longs); } in update() method in Main.VariableArityTester 1277 public String update(float... floats) { return lastResult = tally(floats); } in update() method in Main.VariableArityTester 1278 public String update(double... doubles) { return lastResult = tally(doubles); } in update() method in Main.VariableArityTester 1280 public String update(Float f0, Float... floats) { return lastResult = tally(f0, floats); } in update() method in Main.VariableArityTester [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/ |
H A D | dispatcher_state_test.cc | 55 Update update; in RegisterDataset() local 69 Update update; in RegisterDataset() local 78 Update update; in RegisterWorker() local 85 Update update; in CreateJob() local 99 Update update; in CreateIteration() local 116 Update update; in AcquireIterationClientId() local 126 Update update; in ReleaseIterationClientId() local 136 Update update; in CreateTask() local 145 Update update; in FinishTask() local 228 Update update; in TEST() local [all …]
|
H A D | journal_test.cc | 46 Update update; in MakeCreateIterationUpdate() local 55 Update update; in MakeFinishTaskUpdate() local 62 Update update; in MakeRegisterDatasetUpdate() local 72 for (const auto& update : expected) { in CheckJournalContent() local 96 for (const auto& update : updates) { in TEST() local 109 for (const auto& update : updates) { in TEST() local
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
H A D | ApiElement.kt | 98 fun update(apiVersion: ApiVersion, deprecated: Boolean = deprecatedIn != null) { in update() method 168 fun update( in update() method 175 override fun update(apiElement: ApiElement, deprecated: Boolean) { in update() method in com.android.tools.metalava.apilevels.ApiElement.Updater.ApiVersionUpdater 189 override fun update(apiElement: ApiElement, deprecated: Boolean) { in update() method
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/ |
H A D | MPLSensor.cpp | 2622 int update; local 2644 int update; local 2674 int update; local 2698 int update; local 2723 int update; local 2770 int update; local 2803 int update; local 2828 int update; local 2852 int update; local 2876 int update; local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/modifiers/ |
H A D | SizeMatcher.kt | 126 override fun update(node: SizeMatcherSourceNode) { in create() method in com.android.compose.animation.scene.modifiers.SizeMatcherSourceNodeElement 141 fun update(matcher: SizeMatcher) { in update() method 164 override fun update(node: SizeMatcherDestinationNode) { in create() method in com.android.compose.animation.scene.modifiers.SizeMatcherDestinationElement 179 fun update(matcher: SizeMatcher) { in update() method
|
/aosp_15_r20/hardware/interfaces/camera/common/default/ |
H A D | CameraMetadata.cpp | 178 status_t CameraMetadata::update(uint32_t tag, const int32_t* data, size_t data_count) { in update() function in android::hardware::camera::common::helper::CameraMetadata 190 status_t CameraMetadata::update(uint32_t tag, const uint8_t* data, size_t data_count) { in update() function in android::hardware::camera::common::helper::CameraMetadata 202 status_t CameraMetadata::update(uint32_t tag, const float* data, size_t data_count) { in update() function in android::hardware::camera::common::helper::CameraMetadata 214 status_t CameraMetadata::update(uint32_t tag, const int64_t* data, size_t data_count) { in update() function in android::hardware::camera::common::helper::CameraMetadata 226 status_t CameraMetadata::update(uint32_t tag, const double* data, size_t data_count) { in update() function in android::hardware::camera::common::helper::CameraMetadata 238 status_t CameraMetadata::update(uint32_t tag, const camera_metadata_rational_t* data, in update() function in android::hardware::camera::common::helper::CameraMetadata 251 status_t CameraMetadata::update(uint32_t tag, const String8& string) { in update() function in android::hardware::camera::common::helper::CameraMetadata 264 status_t CameraMetadata::update(const camera_metadata_ro_entry& entry) { in update() function in android::hardware::camera::common::helper::CameraMetadata
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/ |
D | SharedPreferencesSyncManager.java | 121 final SharedPreferencesUpdate update = in removeSharedPreferencesSyncKeys() local 128 mContext.getPackageName(), sandboxLatencyInfo, update, mCallback); in removeSharedPreferencesSyncKeys() local 200 final SharedPreferencesUpdate update = in bulkSyncData() local 207 mContext.getPackageName(), sandboxLatencyInfo, update, mCallback); in bulkSyncData() local 248 final SharedPreferencesUpdate update = in onSharedPreferenceChanged() local 255 mContext.getPackageName(), sandboxLatencyInfo, update, mCallback); in onSharedPreferenceChanged() local
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
H A D | CRC32.java | 37 public void update(int b) { in update() method in CRC32 41 public void update(byte[] b, int off, int len) { in update() method in CRC32 45 public void update(byte[] b) { in update() method in CRC32 49 public void update(java.nio.ByteBuffer buffer) { in update() method in CRC32 62 private static native int update(int crc, int b); in update() method in CRC32
|
H A D | Adler32.java | 37 public void update(int b) { in update() method in Adler32 41 public void update(byte[] b, int off, int len) { in update() method in Adler32 45 public void update(byte[] b) { in update() method in Adler32 49 public void update(java.nio.ByteBuffer buffer) { in update() method in Adler32 62 private static native int update(int adler, int b); in update() method in Adler32
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | scatter_nd_op_cpu_impl.h | 60 Update update, Output output) { in Execute() 69 Update update, Output output) { in Execute() 78 Update update, Output output) { in Execute() 87 Update update, Output output) { in Execute() 96 Update update, Output output) { in Execute()
|
/aosp_15_r20/external/deqp/scripts/android/ |
H A D | build_apk.py | 338 def update (config): member in BuildStep 458 def update (self, config): member in BuildNativeLibrary 472 def update (self, config): member in GenResourcesSrc 515 def update (self, config): member in BuildJavaSource 565 def update (self, config): member in BuildDex 594 def update (self, config): member in CreateKeystore 628 def update (self, config): member in BuildBaseAPK 698 def update (self, config): member in AddJavaToAPK 727 def update (self, config): member in AddAssetsToAPK 753 def update (self, config): member in AddNativeLibsToAPK [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/ |
H A D | Adler32.java | 60 public void update(int b) { in update() method in Adler32 73 public void update(byte[] b, int off, int len) { in update() method in Adler32 90 public void update(byte[] b) { in update() method in Adler32 104 public void update(ByteBuffer buffer) { in update() method in Adler32 146 private static native int update(int adler, int b); in update() method in Adler32
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/zip/ |
D | Adler32.java | 60 public void update(int b) { in update() method in Adler32 73 public void update(byte[] b, int off, int len) { in update() method in Adler32 90 public void update(byte[] b) { in update() method in Adler32 104 public void update(ByteBuffer buffer) { in update() method in Adler32 146 private static native int update(int adler, int b); in update() method in Adler32
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/ |
D | Adler32.java | 60 public void update(int b) { in update() method in Adler32 73 public void update(byte[] b, int off, int len) { in update() method in Adler32 90 public void update(byte[] b) { in update() method in Adler32 104 public void update(ByteBuffer buffer) { in update() method in Adler32 146 private static native int update(int adler, int b); in update() method in Adler32
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | AbstractByteHasher.java | 39 protected abstract void update(byte b); in update() method in AbstractByteHasher 42 protected void update(byte[] b) { in update() method in AbstractByteHasher 47 protected void update(byte[] b, int off, int len) { in update() method in AbstractByteHasher 54 protected void update(ByteBuffer b) { in update() method in AbstractByteHasher 67 private Hasher update(int bytes) { in update() method in AbstractByteHasher
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | AbstractByteHasher.java | 39 protected abstract void update(byte b); in update() method in AbstractByteHasher 42 protected void update(byte[] b) { in update() method in AbstractByteHasher 47 protected void update(byte[] b, int off, int len) { in update() method in AbstractByteHasher 54 protected void update(ByteBuffer b) { in update() method in AbstractByteHasher 67 private Hasher update(int bytes) { in update() method in AbstractByteHasher
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
H A D | MethodHandlesTest.java | 1321 public String update(Float f0, Float... floats) { in update() method in MethodHandlesTest.BaseVariableArityTester 1349 public String update(boolean... booleans) { return lastResult = tally(booleans); } in update() method in MethodHandlesTest.VariableArityTester 1350 public String update(byte... bytes) { return lastResult = tally(bytes); } in update() method in MethodHandlesTest.VariableArityTester 1351 public String update(char... chars) { return lastResult = tally(chars); } in update() method in MethodHandlesTest.VariableArityTester 1352 public String update(short... shorts) { return lastResult = tally(shorts); } in update() method in MethodHandlesTest.VariableArityTester 1353 public String update(int... ints) { in update() method in MethodHandlesTest.VariableArityTester 1357 public String update(long... longs) { return lastResult = tally(longs); } in update() method in MethodHandlesTest.VariableArityTester 1358 public String update(float... floats) { return lastResult = tally(floats); } in update() method in MethodHandlesTest.VariableArityTester 1359 public String update(double... doubles) { return lastResult = tally(doubles); } in update() method in MethodHandlesTest.VariableArityTester 1361 public String update(Float f0, Float... floats) { return lastResult = tally(f0, floats); } in update() method in MethodHandlesTest.VariableArityTester [all …]
|
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSensor.cpp | 2487 int update; in gyroHandler() local 2498 int update; in rawGyroHandler() local 2517 int update; in accelHandler() local 2530 int update; in compassHandler() local 2543 int update; in rawCompassHandler() local 2573 int update; in rvHandler() local 2592 int update; in grvHandler() local 2611 int update; in laHandler() local 2623 int update; in gravHandler() local 2635 int update; in orienHandler() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/formatters/cpp/ |
D | gnu_libstdcpp.py | 28 def update(self): member in StdOptionalSynthProvider 81 def update(self): member in StdUnorderedMapSynthProvider 285 def update(self): member in AbstractListSynthProvider 424 def update(self): member in StdVectorSynthProvider.StdVectorImplementation 482 def update(self): member in StdVectorSynthProvider.StdVBoolImplementation 525 def update(self): member in StdVectorSynthProvider 589 def update(self): member in StdMapLikeSynthProvider 811 def update(self): member in StdDequeSynthProvider 933 def update(self): member in VariantSynthProvider
|