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

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Analysis/
Interval.cpp 19 #include <algorithm>
  /external/python/cpython2/Demo/pdist/
cvslock.py 1 """CVS locking algorithm.
14 algorithm can still be fooled (1) if the repository's mode is changed
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.h 22 #include <algorithm>
  /external/v8/src/compiler/
opcodes.cc 7 #include <algorithm>
  /external/vboot_reference/firmware/lib/cryptolib/
sha_utility.c 15 ctx->algorithm = hash_type_map[sig_algorithm];
16 switch(ctx->algorithm) {
37 switch(ctx->algorithm) {
56 switch(ctx->algorithm) {
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capture_frame_queue.cc 14 #include <algorithm>
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 61 MessageDigest algorithm = MessageDigest.getInstance("MD5"); local
62 algorithm.reset();
63 algorithm.update(bytes);
64 return toHexString(algorithm.digest(), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
generate_n.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.pass.cpp 10 // <algorithm>
17 #include <algorithm>
random_shuffle_urng.pass.cpp 10 // <algorithm>
16 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 10 // <algorithm>
19 #include <algorithm>
replace_if.pass.cpp 10 // <algorithm>
19 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/
adjacent_find.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
find_if.pass.cpp 10 // <algorithm>
17 #include <algorithm>
find_if_not.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/
test.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
make_heap.pass.cpp 10 // <algorithm>
17 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/
push_heap.pass.cpp 10 // <algorithm>
18 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.zero/
default.pass.cpp 26 #include <algorithm>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/support/
hexfloat.h 18 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.zero/
default.pass.cpp 26 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.generate/
generate_n.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.pass.cpp 10 // <algorithm>
17 #include <algorithm>
random_shuffle_urng.pass.cpp 10 // <algorithm>
16 #include <algorithm>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 10 // <algorithm>
19 #include <algorithm>

Completed in 815 milliseconds

1 2 3 4 5 6 78 91011>>