/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 | 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
|
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
|
/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/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/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/digests/ |
D | NullDigest.java | 23 public void update(byte in) in update() method in NullDigest 28 public void update(byte[] in, int inOff, int len) in update() method in NullDigest
|
D | OpenSSLDigest.java | 58 public void update(byte in) { in update() method in OpenSSLDigest 62 public void update(byte[] in, int inOff, int len) { in update() method in OpenSSLDigest
|
D | GeneralDigest.java | 54 public void update( in update() method in GeneralDigest 68 public void update( in update() method in GeneralDigest
|
/external/lzma/Java/Tukaani/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/compiler/tf2xla/lib/ |
D | triangular_solve.cc | 175 xla::ComputationDataHandle update; in TriangularSolve() local 225 xla::ComputationDataHandle update; in TriangularSolve() local 274 xla::ComputationDataHandle update; in TriangularSolve() local 324 xla::ComputationDataHandle update; in TriangularSolve() local 412 auto update = builder->Div(b_slice, maybe_conj(builder, a_slice)); in TriangularSolveLeftLooking() local 499 auto update = [&](xla::ComputationDataHandle x, in TriangularSolveLeftLooking() local 501 std::array<xla::ComputationDataHandle, 2> starts) { in TriangularSolveLeftLooking()
|
/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/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/deqp/scripts/android/ |
D | build_apk.py | 328 def update (config): member in BuildStep 418 def update (self, config): member in BuildNativeLibrary 432 def update (self, config): member in GenResourcesSrc 475 def update (self, config): member in BuildJavaSource 525 def update (self, config): member in BuildDex 550 def update (self, config): member in CreateKeystore 584 def update (self, config): member in BuildBaseAPK 648 def update (self, config): member in AddJavaToAPK 677 def update (self, config): member in AddAssetsToAPK 703 def update (self, config): member in AddNativeLibsToAPK [all …]
|
/external/llvm/lib/Support/ |
D | JamCRC.cpp | 92 void JamCRC::update(ArrayRef<char> Data) { in update() function in JamCRC
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
D | RSADigestSigner.java | 134 public void update( in update() method in RSADigestSigner 143 public void update( in update() method in RSADigestSigner
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 118 protected void update(byte b) { in update() method in AbstractByteHasherTest.TestHasher 123 protected void update(byte[] b, int off, int len) { in update() method in AbstractByteHasherTest.TestHasher
|
/external/mockito/src/main/java/org/mockito/internal/util/ |
D | Platform.java | 75 int update = Integer.parseInt(matcher.group(1)); in isJava8BelowUpdate45() local 81 int update = Integer.parseInt(matcher.group(1)); in isJava8BelowUpdate45() local
|
/external/llvm/utils/ |
D | lldbDataFormatters.py | 50 def update(self): member in SmallVectorSynthProvider 85 def update(self): member in ArrayRefSynthProvider
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | BaseObject.java | 37 public void update(float timeDelta, BaseObject parent) { in update() method in BaseObject
|