/external/tensorflow/tensorflow/core/kernels/ |
D | scatter_nd_op_cpu_impl.h | 61 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/ |
D | AbstractByteHasher.java | 43 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
|
D | MessageDigestHashFunction.java | 129 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
|
D | ChecksumHashFunction.java | 70 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/ |
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/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
D | Digest.java | 27 public void update(byte in); in update() method 36 public void update(byte[] in, int inOff, int len); in update() method
|
D | Signer.java | 19 public void update(byte b); in update() method 24 public void update(byte[] in, int off, int len); in update() method
|
D | Mac.java | 39 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/ |
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
|
D | Signer.java | 21 public void update(byte b); in update() method 26 public void update(byte[] in, int off, int len); in update() method
|
D | Mac.java | 41 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/ |
D | Check.java | 19 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/ |
D | CRC64.java | 55 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/ |
D | scatter_ops_test.py | 42 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/ |
D | NullDigest.java | 24 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/ |
D | NullDigest.java | 28 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/ |
D | SerializingExecutor.java | 139 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/ |
D | ese_ls_provision.cpp | 105 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/ |
D | build_apk.py | 323 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/ |
D | xf86drmSL.c | 137 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/ |
D | DumpOutputStyle.h | 46 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/ |
D | PureJavaCrc32C.java | 58 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/ |
D | VerifierFactoryObserver.java | 38 void update( String s ); in update() method
|