Home
last modified time | relevance | path

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

12345678910>>...18

/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/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/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/tensorflow/tensorflow/compiler/tf2xla/lib/
Dtriangular_solve.cc175 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/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/lzma/Java/Tukaani/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DNullDigest.java23 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
DOpenSSLDigest.java58 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
DGeneralDigest.java54 public void update( in update() method in GeneralDigest
68 public void update( in update() method in GeneralDigest
/external/deqp/scripts/android/
Dbuild_apk.py328 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/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/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DRSADigestSigner.java134 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/
DAbstractByteHasherTest.java118 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/
DPlatform.java75 int update = Integer.parseInt(matcher.group(1)); in isJava8BelowUpdate45() local
81 int update = Integer.parseInt(matcher.group(1)); in isJava8BelowUpdate45() local
/external/llvm/utils/
DlldbDataFormatters.py50 def update(self): member in SmallVectorSynthProvider
85 def update(self): member in ArrayRefSynthProvider
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
DCBCBlockCipherMac.java123 public void update( in update() method in CBCBlockCipherMac
135 public void update( in update() method in CBCBlockCipherMac
DHMac.java165 public void update( in update() method in HMac
171 public void update( in update() method in HMac

12345678910>>...18