Home
last modified time | relevance | path

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

12345678910>>...56

/external/pigweed/pw_ide/ts/pigweed-vscode/src/settings/
Dvscode.ts172 const { get, update } = boolSettingFor('activateBazeliskInNewTerminals'); constant
182 const { get, update } = stringSettingFor('codeAnalysisTarget'); constant
192 const { get, update } = stringSettingFor('codeAnalysisTargetDir'); constant
207 const update = (value: CompDbSearchPath[]) => constant
223 const { get, update } = boolSettingFor('disableBazelSettingsRecommendations'); constant
233 const { get, update } = boolSettingFor('disableBazeliskCheck'); constant
243 const { get, update } = boolSettingFor('disableInactiveFileNotice'); constant
255 const { get, update } = boolSettingFor('disableInactiveFileCodeIntelligence'); constant
267 const { get, update } = boolSettingFor('disableCompileCommandsFileWatcher'); constant
279 const { get, update } = boolSettingFor('enforceExtensionRecommendations'); constant
[all …]
/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
DTestUtils.java27 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/okio/okio/src/zlibMain/kotlin/okio/internal/
DCRC32.kt19 fun update(content: ByteArray, offset: Int, byteCount: Int) method in okio.internal.CRC32
20 fun update(content: ByteArray) method
/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/wasmJs/src/internal/
DCopyOnWriteList.kt12 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
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DCopyOnWriteList.kt18 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
/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
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.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
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/tot/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
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/cronet/stable/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
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/
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.java1324 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update); in casWaiters()
1328 AbstractFuture<?> future, @CheckForNull Listener expect, Listener update); in casListeners()
1331 abstract Waiter gasWaiters(AbstractFuture<?> future, Waiter update); in gasWaiters()
1334 abstract Listener gasListeners(AbstractFuture<?> future, Listener update); in gasListeners()
1337 abstract boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update); in casValue()
1407 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update) { in casWaiters()
1413 boolean casListeners(AbstractFuture<?> future, @CheckForNull Listener expect, Listener update) { in casListeners()
1419 Listener gasListeners(AbstractFuture<?> future, Listener update) { in gasListeners()
1425 Waiter gasWaiters(AbstractFuture<?> future, Waiter update) { in gasWaiters()
1431 boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update) { in casValue()
[all …]
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAbstractFuture.java1324 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update); in casWaiters()
1328 AbstractFuture<?> future, @CheckForNull Listener expect, Listener update); in casListeners()
1331 abstract Waiter gasWaiters(AbstractFuture<?> future, Waiter update); in gasWaiters()
1334 abstract Listener gasListeners(AbstractFuture<?> future, Listener update); in gasListeners()
1337 abstract boolean casValue(AbstractFuture<?> future, @CheckForNull Object expect, Object update); in casValue()
1407 AbstractFuture<?> future, @CheckForNull Waiter expect, @CheckForNull Waiter update) { in casWaiters()
1413 boolean casListeners(AbstractFuture<?> future, @CheckForNull Listener expect, Listener update) { in casListeners()
1419 Listener gasListeners(AbstractFuture<?> future, Listener update) { in gasListeners()
1433 Waiter gasWaiters(AbstractFuture<?> future, Waiter update) { in gasWaiters()
1447 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/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
DCdsLoadBalancer2Test.java162 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/
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/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DStructuralHash.cpp27 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/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/aws-crt-java/src/main/java/software/amazon/awssdk/crt/checksums/
DCRC32.java61 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
DCRC32C.java60 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
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt175 val update = state.copy(cancelCause = cause) in <lambda>() constant
205 …val update = CancelledContinuation(this, cause, handled = state is CancelHandler || state is Segme… in <lambda>() constant
445 val update = state.copy(cancelHandler = handler) in <lambda>() constant
456 val update = CompletedContinuation(state, cancelHandler = handler) in <lambda>() constant
501 … val update = resumedState(state, proposedUpdate, resumeMode, onCancellation, idempotent = null) in <lambda>() constant
537 … val update = resumedState(state, proposedUpdate, resumeMode, onCancellation, idempotent) in <lambda>() constant
/external/okio/okio/src/hashFunctions/kotlin/okio/internal/
DHashFunction.kt20 fun update( method

12345678910>>...56