| /external/apache-commons-io/src/test/java/org/apache/commons/io/function/ |
| D | TestUtils.java | 27 static int compareAndSetThrowsIO(final AtomicInteger ref, final int update) throws IOException { in compareAndSetThrowsIO() 31 …static int compareAndSetThrowsIO(final AtomicInteger ref, final int expected, final int update) th… in compareAndSetThrowsIO() 38 static long compareAndSetThrowsIO(final AtomicLong ref, final long update) throws IOException { in compareAndSetThrowsIO() 42 …static long compareAndSetThrowsIO(final AtomicLong ref, final long expected, final long update) th… in compareAndSetThrowsIO() 49 …static <T> T compareAndSetThrowsIO(final AtomicReference<T> ref, final T update) throws IOExceptio… in compareAndSetThrowsIO() 53 …ompareAndSetThrowsIO(final AtomicReference<T> ref, final T expected, final T update) throws IOExce… in compareAndSetThrowsIO() 60 …tatic <T> T compareAndSetThrowsRE(final AtomicReference<T> ref, final T expected, final T update) { in compareAndSetThrowsRE()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| 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()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/ |
| D | CopyOnWriteList.kt | 22 val update = array.copyOf(n + 1) in add() constant 31 val update = arrayOfNulls<Any?>(n + 1) in add() constant 49 val update = arrayOfNulls<Any>(n - 1) in removeAt() constant
|
| /external/guava/guava/src/com/google/common/hash/ |
| 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
|
| D | MacHashFunction.java | 107 protected void update(byte b) { in update() method in MacHashFunction.MacHasher 113 protected void update(byte[] b) { in update() method in MacHashFunction.MacHasher 119 protected void update(byte[] b, int off, int len) { in update() method in MacHashFunction.MacHasher 125 protected void update(ByteBuffer bytes) { in update() method in MacHashFunction.MacHasher
|
| /external/guava/android/guava/src/com/google/common/hash/ |
| 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
|
| D | MacHashFunction.java | 107 protected void update(byte b) { in update() method in MacHashFunction.MacHasher 113 protected void update(byte[] b) { in update() method in MacHashFunction.MacHasher 119 protected void update(byte[] b, int off, int len) { in update() method in MacHashFunction.MacHasher 125 protected void update(ByteBuffer bytes) { in update() method in MacHashFunction.MacHasher
|
| /external/cronet/components/prefs/ |
| 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
|
| /external/webrtc/modules/congestion_controller/goog_cc/ |
| D | goog_cc_network_control.cc | 143 NetworkControlUpdate update; in OnNetworkAvailability() local 178 NetworkControlUpdate update; in OnNetworkRouteChange() local 186 NetworkControlUpdate update; in OnProcessInterval() local 276 NetworkControlUpdate update; in OnSentPacket() local 292 NetworkControlUpdate update; in OnStreamsConfig() local 330 NetworkControlUpdate update; in OnTargetRateConstraints() local 536 NetworkControlUpdate update; in OnTransportPacketsFeedback() local 595 NetworkControlUpdate update; in GetNetworkState() local 615 NetworkControlUpdate* update, in MaybeTriggerOnNetworkChanged()
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | AbstractFuture.java | 1323 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update); in casWaiters() 1327 AbstractFuture<?> future, @CheckForNull Listener expect, Listener update); in casListeners() 1330 abstract Waiter gasWaiters(AbstractFuture<?> future, Waiter update); in gasWaiters() 1333 abstract Listener gasListeners(AbstractFuture<?> future, Listener update); in gasListeners() 1336 abstract boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update); in casValue() 1406 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update) { in casWaiters() 1412 boolean casListeners(AbstractFuture<?> future, @CheckForNull Listener expect, Listener update) { in casListeners() 1418 Listener gasListeners(AbstractFuture<?> future, Listener update) { in gasListeners() 1424 Waiter gasWaiters(AbstractFuture<?> future, Waiter update) { in gasWaiters() 1430 boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update) { in casValue() [all …]
|
| /external/guava/android/guava/src/com/google/common/util/concurrent/ |
| D | AbstractFuture.java | 1323 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update); in casWaiters() 1327 AbstractFuture<?> future, @CheckForNull Listener expect, Listener update); in casListeners() 1330 abstract Waiter gasWaiters(AbstractFuture<?> future, Waiter update); in gasWaiters() 1333 abstract Listener gasListeners(AbstractFuture<?> future, Listener update); in gasListeners() 1336 abstract boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update); in casValue() 1406 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update) { in casWaiters() 1412 boolean casListeners(AbstractFuture<?> future, @CheckForNull Listener expect, Listener update) { in casListeners() 1418 Listener gasListeners(AbstractFuture<?> future, Listener update) { in gasListeners() 1432 Waiter gasWaiters(AbstractFuture<?> future, Waiter update) { in gasWaiters() 1446 boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update) { in casValue() [all …]
|
| /external/tensorflow/tensorflow/core/data/service/ |
| 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
|
| D | dispatcher_impl.cc | 215 Update update; in Start() local 348 Update update; in WorkerHeartbeat() local 376 for (auto& update : request->updates()) { in WorkerUpdate() local 386 Update update; in WorkerUpdate() local 541 Update update; in RegisterDataset() local 669 Update update; in MaybeRemoveTask() local 687 Update update; in ReleaseIterationClient() local 734 Update update; in CreateJob() local 767 Update update; in CreateIteration() local 800 Update update; in AcquireIterationClientId() local [all …]
|
| /external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
| D | CdsLoadBalancer2Test.java | 162 CdsUpdate update = in discoverTopLevelEdsCluster() local 180 CdsUpdate update = in discoverTopLevelLogicalDnsCluster() local 210 CdsUpdate update = in nonAggregateCluster_resourceUpdate() local 232 CdsUpdate update = in nonAggregateCluster_resourceRevoked() local 259 CdsUpdate update = in discoverAggregateCluster() local 311 CdsUpdate update = in aggregateCluster_noNonAggregateClusterExits_returnErrorPicker() local 330 CdsUpdate update = in aggregateCluster_descendantClustersRevoked() local 379 CdsUpdate update = in aggregateCluster_rootClusterRevoked() local 417 CdsUpdate update = in aggregateCluster_intermediateClusterChanges() local 465 CdsUpdate update = in aggregateCluster_discoveryErrorBeforeChildLbCreated_returnErrorPicker() local [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/ |
| D | ForStmt.java | 43 private List<Expression> update; field in ForStmt 51 final List<Expression> update, final Statement body) { in ForStmt() 60 final List<Expression> update, final Statement body) { in ForStmt() 116 public ForStmt setUpdate(final List<Expression> update) { in setUpdate()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
| D | StructuralHash.cpp | 27 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } in update() function in details::StructuralHash 32 void update(const Function &F) { in update() function in details::StructuralHash 59 void update(const Module &M) { in update() function in details::StructuralHash
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
| D | CancellableContinuationImpl.kt | 178 val update = state.copy(cancelCause = cause) in <lambda>() constant 208 …val update = CancelledContinuation(this, cause, handled = state is CancelHandler || state is Segme… in <lambda>() constant 446 val update = state.copy(cancelHandler = handler) in <lambda>() constant 457 val update = CompletedContinuation(state, cancelHandler = handler) in <lambda>() constant 505 … val update = resumedState(state, proposedUpdate, resumeMode, onCancellation, idempotent = null) in <lambda>() constant 540 … val update = resumedState(state, proposedUpdate, resumeMode, onCancellation, idempotent) in <lambda>() constant
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
| D | ForStmt.java | 39 private List<Expression> update; field in ForStmt 47 final List<Expression> update, final Statement body) { in ForStmt() 57 final List<Expression> update, final Statement body) { in ForStmt() 106 public void setUpdate(final List<Expression> update) { in setUpdate()
|
| /external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/checksums/ |
| D | CRC32C.java | 60 public void update(byte[] b, int off, int len) { in update() method in CRC32C 70 public void update(byte[] b) { in update() method in CRC32C 75 public void update(int b) { in update() method in CRC32C
|
| D | CRC32.java | 61 public void update(byte[] b, int off, int len) { in update() method in CRC32 76 public void update(byte[] b) { in update() method in CRC32 86 public void update(int b) { in update() method in CRC32
|
| /external/okio/okio/src/hashFunctions/kotlin/okio/internal/ |
| D | HashFunction.kt | 20 fun update( method
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
| D | ForStmt.java | 76 private NodeList<Expression> update; field in ForStmt 85 …eList<Expression> initialization, final Expression compare, final NodeList<Expression> update, fin… in ForStmt() 93 …ange, NodeList<Expression> initialization, Expression compare, NodeList<Expression> update, Statem… in ForStmt() 182 public ForStmt setUpdate(final NodeList<Expression> update) { in setUpdate()
|
| /external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/bytecode_test/ |
| D | PublicTopLevelReflectionTest.kt | 11 fun update() { in update() method
|
| D | PrivateTopLevelReflectionTest.kt | 11 fun update() { in update() method
|
| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
| D | JavaVersion.java | 22 private final int update; field in JavaVersion 52 int update() { in update() method in JavaVersion
|