Home
last modified time | relevance | path

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

12345678910>>...19

/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_op_cpu_impl.h61 EIGEN_STRONG_INLINE static void Execute(Input /* input */, Update update, in Execute()
70 EIGEN_STRONG_INLINE static void Execute(Input /* input */, Update update, in Execute()
79 EIGEN_STRONG_INLINE static void Execute(Input /* input */, Update update, in Execute()
/external/guava/guava/src/com/google/common/hash/
DAbstractByteHasher.java43 protected abstract void update(byte b); in update() method in AbstractByteHasher
48 protected void update(byte[] b) { in update() method in AbstractByteHasher
55 protected void update(byte[] b, int off, int len) { in update() method in AbstractByteHasher
84 private Hasher update(int bytes) { in update() method in AbstractByteHasher
DMessageDigestHashFunction.java129 protected void update(byte b) { in update() method in MessageDigestHashFunction.MessageDigestHasher
135 protected void update(byte[] b) { in update() method in MessageDigestHashFunction.MessageDigestHasher
141 protected void update(byte[] b, int off, int len) { in update() method in MessageDigestHashFunction.MessageDigestHasher
DChecksumHashFunction.java70 protected void update(byte b) { in update() method in ChecksumHashFunction.ChecksumHasher
75 protected void update(byte[] bytes, int off, int len) { in update() method in ChecksumHashFunction.ChecksumHasher
/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/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/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
DSigner.java19 public void update(byte b); in update() method
24 public void update(byte[] in, int off, int len); in update() method
DMac.java39 public void update(byte in) in update() method
49 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
DSigner.java21 public void update(byte b); in update() method
26 public void update(byte[] in, int off, int len); in update() method
DMac.java41 public void update(byte in) in update() method
51 public void update(byte[] in, int inOff, int len) in update() method
/external/xz-java/src/org/tukaani/xz/check/
DCheck.java19 public abstract void update(byte[] buf, int off, int len); in update() method in Check
22 public void update(byte[] buf) { in update() method in Check
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/data/
DCRC64.java55 private static long update(final long sum, final byte b) { in update() method in CRC64
73 private static long update(long sum, final byte[] bytes, in update() method in CRC64
/external/tensorflow/tensorflow/python/kernel_tests/
Dscatter_ops_test.py42 def _NumpyAddScalar(ref, indices, update): argument
52 def _NumpySubScalar(ref, indices, update): argument
62 def _NumpyMulScalar(ref, indices, update): argument
72 def _NumpyDivScalar(ref, indices, update): argument
82 def _NumpyMinScalar(ref, indices, update): argument
92 def _NumpyMaxScalar(ref, indices, update): argument
102 def _NumpyUpdateScalar(ref, indices, update): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DNullDigest.java24 public void update(byte in) in update() method in NullDigest
29 public void update(byte[] in, int inOff, int len) in update() method in NullDigest
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/
DNullDigest.java28 public void update(byte in) in update() method in NullDigest
33 public void update(byte[] in, int inOff, int len) in update() method in NullDigest
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DSerializingExecutor.java139 public abstract boolean runStateCompareAndSet(SerializingExecutor obj, int expect, int update); in runStateCompareAndSet()
153 public boolean runStateCompareAndSet(SerializingExecutor obj, int expect, int update) { in runStateCompareAndSet()
165 public boolean runStateCompareAndSet(SerializingExecutor obj, int expect, int update) { in runStateCompareAndSet()
/external/libese/tools/ese_ls_provision/
Dese_ls_provision.cpp105 static bool send_ls_update(const ls_update_t &update) { in send_ls_update()
129 static bool parse_args(char* argv[], ls_update_t *update) { in parse_args()
159 ls_update_t update; in ls_update_cli() local
/external/deqp/scripts/android/
Dbuild_apk.py323 def update (config): member in BuildStep
417 def update (self, config): member in BuildNativeLibrary
431 def update (self, config): member in GenResourcesSrc
474 def update (self, config): member in BuildJavaSource
524 def update (self, config): member in BuildDex
549 def update (self, config): member in CreateKeystore
583 def update (self, config): member in BuildBaseAPK
647 def update (self, config): member in AddJavaToAPK
676 def update (self, config): member in AddAssetsToAPK
702 def update (self, config): member in AddNativeLibsToAPK
[all …]
/external/libdrm/
Dxf86drmSL.c137 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) in SLLocate()
158 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLInsert() local
190 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLDelete() local
217 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLLookup() local
235 SLEntryPtr update[SL_MAX_LEVEL + 1] = {0}; in drmSLLookupNeighbors() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h46 void update(uint32_t RecordSize) { in update() function
52 void update(uint32_t Kind, uint32_t RecordSize) { in update() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DPureJavaCrc32C.java58 public void update(final byte[] b, int off, int len) { in update() method in PureJavaCrc32C
99 final public void update(final int b) { in update() method in PureJavaCrc32C
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DVerifierFactoryObserver.java38 void update( String s ); in update() method

12345678910>>...19