Home
last modified time | relevance | path

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

12345678910>>...30

/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.kt15 val update = array.copyOf(newSize) in add() constant
23 val update = arrayOfNulls<Any?>(if (array.size == _size) array.size * 2 else array.size) in add() constant
54 val update = arrayOfNulls<Any>(n) in removeAt() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedBroadcastChannel.kt111 … val update = State(state.value, addSubscriber((state as State<E>).subscribers, subscriber)) in <lambda>() constant
126 … val update = State(state.value, removeSubscriber((state as State<E>).subscribers!!, subscriber)) in <lambda>() constant
146 val update = arrayOfNulls<Subscriber<E>>(n - 1) in <lambda>() constant
165 val update = if (cause == null) CLOSED else Closed(cause) in <lambda>() constant
250 val update = State(element, (state as State<E>).subscribers) in <lambda>() constant
/external/guava/android/guava/src/com/google/common/hash/
DAbstractByteHasher.java39 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
66 private Hasher update(int bytes) { in update() method in AbstractByteHasher
DMacHashFunction.java106 protected void update(byte b) { in update() method in MacHashFunction.MacHasher
112 protected void update(byte[] b) { in update() method in MacHashFunction.MacHasher
118 protected void update(byte[] b, int off, int len) { in update() method in MacHashFunction.MacHasher
124 protected void update(ByteBuffer bytes) { in update() method in MacHashFunction.MacHasher
/external/guava/guava/src/com/google/common/hash/
DAbstractByteHasher.java39 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
66 private Hasher update(int bytes) { in update() method in AbstractByteHasher
DMacHashFunction.java106 protected void update(byte b) { in update() method in MacHashFunction.MacHasher
112 protected void update(byte[] b) { in update() method in MacHashFunction.MacHasher
118 protected void update(byte[] b, int off, int len) { in update() method in MacHashFunction.MacHasher
124 protected void update(ByteBuffer bytes) { in update() method in MacHashFunction.MacHasher
/external/tensorflow/tensorflow/core/data/service/
Djournal_test.cc41 Update update; in MakeCreateJobUpdate() local
50 Update update; in MakeFinishTaskUpdate() local
57 Update update; in MakeRegisterDatasetUpdate() local
67 for (const auto& update : expected) { in CheckJournalContent() local
91 for (const auto& update : updates) { in TEST() local
104 for (const auto& update : updates) { in TEST() local
Ddispatcher_impl.cc160 Update update; in Start() local
219 Update update; in WorkerHeartbeat() local
276 for (auto& update : request->updates()) { in WorkerUpdate() local
286 Update update; in WorkerUpdate() local
411 Update update; in RegisterDataset() local
478 Update update; in ReleaseJobClient() local
523 Update update; in CreateJob() local
562 Update update; in AcquireJobClientId() local
590 Update update; in CreatePendingTask() local
608 Update update; in CreateTask() local
[all …]
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc135 NetworkControlUpdate update; in OnNetworkAvailability() local
170 NetworkControlUpdate update; in OnNetworkRouteChange() local
178 NetworkControlUpdate update; in OnProcessInterval() local
270 NetworkControlUpdate update; in OnSentPacket() local
286 NetworkControlUpdate update; in OnStreamsConfig() local
329 NetworkControlUpdate update; in OnTargetRateConstraints() local
535 NetworkControlUpdate update; in OnTransportPacketsFeedback() local
595 NetworkControlUpdate update; in GetNetworkState() local
615 NetworkControlUpdate* update, in MaybeTriggerOnNetworkChanged()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt163 val update = state.copy(cancelCause = cause) in <lambda>() constant
192 val update = CancelledContinuation(this, cause, handled = state is CancelHandler) in <lambda>() constant
335 val update = state.copy(cancelHandler = cancelHandler) in <lambda>() constant
345 val update = CompletedContinuation(state, cancelHandler = cancelHandler) in <lambda>() constant
393 … val update = resumedState(state, proposedUpdate, resumeMode, onCancellation, idempotent = null) in <lambda>() constant
428 … val update = resumedState(state, proposedUpdate, resumeMode, onCancellation, idempotent) in <lambda>() constant
/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/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/llvm-project/llvm/lib/IR/
DStructuralHash.cpp28 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } in update() function in __anon38bf3c8e0111::details::StructuralHash
33 void update(const Function &F) { in update() function in __anon38bf3c8e0111::details::StructuralHash
60 void update(const Module &M) { in update() function in __anon38bf3c8e0111::details::StructuralHash
/external/okio/okio/src/hashFunctions/kotlin/okio/internal/
DHashFunction.kt20 fun update( method
/external/llvm-project/lldb/examples/summaries/cocoa/
DCFArray.py42 def update(self): member in NSArrayKVC_SynthProvider
75 def update(self): member in NSArrayCF_SynthProvider
100 def update(self): member in NSArrayI_SynthProvider
128 def update(self): member in NSArrayM_SynthProvider
165 def update(self): member in NSArray_SynthProvider
DNSSet.py50 def update(self): member in NSCFSet_SummaryProvider
82 def update(self): member in NSSetUnknown_SummaryProvider
115 def update(self): member in NSSetI_SummaryProvider
159 def update(self): member in NSSetM_SummaryProvider
189 def update(self): member in NSCountedSet_SummaryProvider
/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.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt171 val update = if (owner == null) EMPTY_LOCKED else Empty( in toString() constant
202 val update = if (owner == null) EMPTY_LOCKED else Empty(owner) in toString() constant
273 …val update: Any = if (atomicOp.isDecided) EMPTY_UNLOCKED else atomicOp // restore if was already d… in toString() constant
286 val update = if (failure != null) EMPTY_UNLOCKED else { in toString() constant
395 val update: Any = if (failure == null) EMPTY_UNLOCKED else queue in toString() constant
/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DJavaVersion.java21 private final int update; field in JavaVersion
51 int update() { in update() method in JavaVersion
/external/python/cryptography/src/cryptography/hazmat/primitives/
Dpadding.py19 def update(self, data): member in PaddingContext
114 def update(self, data): member in _PKCS7PaddingContext
136 def update(self, data): member in _PKCS7UnpaddingContext
168 def update(self, data): member in _ANSIX923PaddingContext
190 def update(self, data): member in _ANSIX923UnpaddingContext
/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
/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/bcprov/src/main/java/org/bouncycastle/crypto/
DDigest.java27 public void update(byte in); in update() method
36 public void update(byte[] in, int inOff, int len); in update() method

12345678910>>...30