Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 860) sorted by relevance

12345678910>>...35

/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_op_cpu_impl.h60 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/
DCopyOnWriteList.kt22 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/
DAbstractByteHasher.java40 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
DMacHashFunction.java107 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/
DAbstractByteHasher.java40 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
DMacHashFunction.java107 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/
Dscoped_user_pref_update_unittest.cc54 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/
Dgoog_cc_network_control.cc143 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/
DAbstractFuture.java1291 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/
Djournal_test.cc46 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
Ddispatcher_impl.cc215 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/
DAbstractFuture.java1291 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/
DForStmt.java43 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/
DCancellableContinuationImpl.kt178 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/
DForStmt.java39 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/
DTestUtils.java25 …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/
DHashFunction.kt20 fun update( method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DForStmt.java76 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/
DPublicTopLevelReflectionTest.kt11 fun update() { in update() method in bytecode_test.PublicTopLevelReflectionTest
DPrivateTopLevelReflectionTest.kt11 fun update() { in update() method
/external/python/cryptography/src/cryptography/hazmat/primitives/
Dpadding.py19 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/
DJavaVersion.java22 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__.py15 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/
DDigest.java29 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/
DDigest.java29 public void update(byte in); in update() method
38 public void update(byte[] in, int inOff, int len); in update() method

12345678910>>...35