HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 101 - 125 of 4302) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
find.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_swappable_include_order.pass.cpp 22 #include <algorithm>
  /external/parameter-framework/upstream/utility/
BinaryCopy.hpp 31 #include <algorithm>
  /external/vboot_reference/host/lib/include/
host_keyblock.h 16 * by private key the file [signing_key_pem_file] and algorithm [algorithm]
23 uint64_t algorithm,
  /external/vboot_reference/tests/
gen_test_vbpubks.sh 22 --algorithm ${algorithmcounter}
  /libcore/tools/docs/crypto/
format_supported_algorithm_table.py 20 reflect the crypto algorithm support shown in the provided data file.
37 parser = argparse.ArgumentParser(description='Output algorithm support HTML tables')
65 # First, collect the relevant data for each algorithm into a tuple.
70 for algorithm in algorithms:
71 name, mode, padding = algorithm['name'].split('/')
76 algorithm['supported_api_levels'],
77 'deprecated' in algorithm and algorithm['deprecated']))
105 # items have the same algorithm, mode, etc
110 output.append(' <th>Algorithm</th>'
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
generate.pass.cpp 10 // <algorithm>
18 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle_rand.pass.cpp 10 // <algorithm>
18 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/
count.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
find.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.generate/
generate.pass.cpp 10 // <algorithm>
18 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle_rand.pass.cpp 10 // <algorithm>
18 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.count/
count.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find/
find.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_swappable_include_order.pass.cpp 22 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
algorithm 47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
  /system/netd/libnetdutils/
UniqueFd.cpp 17 #include <algorithm>
  /system/netd/libnetdutils/include/netdutils/
Math.h 20 #include <algorithm>
  /toolchain/binutils/binutils-2.25/gold/testsuite/
odr_violation1.cc 1 #include <algorithm>
odr_violation2.cc 1 #include <algorithm>
  /external/webrtc/webrtc/base/
fakesslidentity.h 14 #include <algorithm>
25 // SHA-1 is the default digest algorithm because it is available in all build
56 void set_digest_algorithm(const std::string& algorithm) {
57 digest_algorithm_ = algorithm;
59 virtual bool GetSignatureDigestAlgorithm(std::string* algorithm) const {
60 *algorithm = digest_algorithm_;
63 virtual bool ComputeDigest(const std::string& algorithm,
67 *length = rtc::ComputeDigest(algorithm, data_.c_str(), data_.size(),
  /libcore/benchmarks/src/benchmarks/regression/
MessageDigestBenchmark.java 56 @Param private Algorithm algorithm; field in class:MessageDigestBenchmark
58 public enum Algorithm { MD5, SHA1, SHA256, SHA384, SHA512 };
66 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
75 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
84 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
93 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
104 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
115 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
126 MessageDigest digest = MessageDigest.getInstance(algorithm.toString()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BCPBEKey.java 15 String algorithm; field in class:BCPBEKey
29 String algorithm,
38 this.algorithm = algorithm;
50 return algorithm;

Completed in 1822 milliseconds

1 2 3 45 6 7 8 91011>>