/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 | 40 protected abstract void update(byte b); in update() method in AbstractByteHasher 43 protected void update(byte[] b) { in update() method in AbstractByteHasher 48 protected void update(byte[] b, int off, int len) { in update() method in AbstractByteHasher 55 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 | 40 protected abstract void update(byte b); in update() method in AbstractByteHasher 43 protected void update(byte[] b) { in update() method in AbstractByteHasher 48 protected void update(byte[] b, int off, int len) { in update() method in AbstractByteHasher 55 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 90 ScopedDictPrefUpdate update(&prefs_, pref_name); in TEST_F() local 102 ScopedListPrefUpdate update(&prefs_, kListPref); in TEST_F() local 123 { ScopedListPrefUpdate update(&prefs_, kListPref); } in TEST_F() local 138 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 | 1291 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update); in casWaiters() 1295 AbstractFuture<?> future, @CheckForNull Listener expect, Listener update); in casListeners() 1298 abstract Waiter gasWaiters(AbstractFuture<?> future, Waiter update); in gasWaiters() 1301 abstract Listener gasListeners(AbstractFuture<?> future, Listener update); in gasListeners() 1304 abstract boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update); in casValue() 1375 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update) { in casWaiters() 1381 boolean casListeners(AbstractFuture<?> future, @CheckForNull Listener expect, Listener update) { in casListeners() 1387 Listener gasListeners(AbstractFuture<?> future, Listener update) { in gasListeners() 1393 Waiter gasWaiters(AbstractFuture<?> future, Waiter update) { in gasWaiters() 1399 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/guava/android/guava/src/com/google/common/util/concurrent/ |
D | AbstractFuture.java | 1291 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update); in casWaiters() 1295 AbstractFuture<?> future, @CheckForNull Listener expect, Listener update); in casListeners() 1298 abstract Waiter gasWaiters(AbstractFuture<?> future, Waiter update); in gasWaiters() 1301 abstract Listener gasListeners(AbstractFuture<?> future, Listener update); in gasListeners() 1304 abstract boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update); in casValue() 1375 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update) { in casWaiters() 1381 boolean casListeners(AbstractFuture<?> future, @CheckForNull Listener expect, Listener update) { in casListeners() 1387 Listener gasListeners(AbstractFuture<?> future, Listener update) { in gasListeners() 1401 Waiter gasWaiters(AbstractFuture<?> future, Waiter update) { in gasWaiters() 1415 boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update) { in casValue() [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/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/apache-commons-io/src/test/java/org/apache/commons/io/function/ |
D | TestUtils.java | 25 …static <T> T compareAndSetThrowsIO(final AtomicReference<T> ref, final T update) throws IOExceptio… in compareAndSetThrowsIO() 29 …ompareAndSetThrowsIO(final AtomicReference<T> ref, final T expected, final T update) throws IOExce… in compareAndSetThrowsIO() 36 …tatic <T> T compareAndSetThrowsRE(final AtomicReference<T> ref, final T expected, final T update) { in compareAndSetThrowsRE()
|
/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 in bytecode_test.PublicTopLevelReflectionTest
|
D | PrivateTopLevelReflectionTest.kt | 11 fun update() { in update() method
|
/external/python/cryptography/src/cryptography/hazmat/primitives/ |
D | padding.py | 19 def update(self, data): member in PaddingContext 120 def update(self, data): member in _PKCS7PaddingContext 144 def update(self, data): member in _PKCS7UnpaddingContext 177 def update(self, data): member in _ANSIX923PaddingContext 201 def update(self, data): member in _ANSIX923UnpaddingContext
|
/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
|
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/ |
D | __init__.py | 15 def update(self, data): member in AsymmetricSignatureContext 30 def update(self, data): member in AsymmetricVerificationContext
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/ |
D | Digest.java | 29 public void update(byte in); in update() method 38 public void update(byte[] in, int inOff, int len); in update() method
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
D | Digest.java | 29 public void update(byte in); in update() method 38 public void update(byte[] in, int inOff, int len); in update() method
|