HomeSort by relevance Sort by last modified time
    Searched refs:algorithms (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/libcxx/test/algorithms/algorithms.general/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/algorithms.general/Android.mk
19 test_name := algorithms/algorithms.general/nothing_to_do
  /external/libcxx/test/algorithms/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/Android.mk
19 test_name := algorithms/version
  /external/libcxx/test/algorithms/alg.nonmodifying/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/Android.mk
19 test_name := algorithms/alg.nonmodifying/nothing_to_do
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.foreach/test
  /external/libcxx/test/algorithms/alg.sorting/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/Android.mk
19 test_name := algorithms/alg.sorting/nothing_to_do
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 27 private static Map algorithms = new HashMap(); field in class:DefaultSignatureAlgorithmIdentifierFinder
45 // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption);
46 // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption);
48 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption);
49 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption);
50 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
51 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
52 algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption);
53 algorithms.put("SHA224WITHRSA", PKCSObjectIdentifiers.sha224WithRSAEncryption);
54 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption)
    [all...]
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.fill/fill_n
23 test_name := algorithms/alg.modifying.operations/alg.fill/fill
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.generate/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.generate/generate_n
23 test_name := algorithms/alg.modifying.operations/alg.generate/generate
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.move/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.move/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.move/move_backward
23 test_name := algorithms/alg.modifying.operations/alg.move/move
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.reverse/reverse_copy
23 test_name := algorithms/alg.modifying.operations/alg.reverse/reverse
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.rotate/rotate_copy
23 test_name := algorithms/alg.modifying.operations/alg.rotate/rotate
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.swap/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.swap/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.swap/iter_swap
23 test_name := algorithms/alg.modifying.operations/alg.swap/swap_ranges
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.transform/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.transform/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.transform/unary_transform
23 test_name := algorithms/alg.modifying.operations/alg.transform/binary_transform
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred
23 test_name := algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.count/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.count/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.count/count_if
23 test_name := algorithms/alg.nonmodifying/alg.count/count
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.equal/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.equal/equal_pred
23 test_name := algorithms/alg.nonmodifying/alg.equal/equal
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.find.end/find_end
23 test_name := algorithms/alg.nonmodifying/alg.find.end/find_end_pred
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.is_permutation/is_permutation
23 test_name := algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred
  /external/libcxx/test/algorithms/alg.nonmodifying/mismatch/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/mismatch/Android.mk
19 test_name := algorithms/alg.nonmodifying/mismatch/mismatch_pred
23 test_name := algorithms/alg.nonmodifying/mismatch/mismatch
  /external/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/Android.mk
19 test_name := algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp
23 test_name := algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare
  /external/libcxx/test/algorithms/alg.sorting/alg.nth.element/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.nth.element/Android.mk
19 test_name := algorithms/alg.sorting/alg.nth.element/nth_element
23 test_name := algorithms/alg.sorting/alg.nth.element/nth_element_comp
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/includes/includes
23 test_name := algorithms/alg.sorting/alg.set.operations/includes/includes_comp
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp
23 test_name := algorithms/alg.sorting/alg.set.operations/set.difference/set_difference
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp
23 test_name := algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection
  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/Android.mk
19 test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union
23 test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp

Completed in 381 milliseconds

1 2 3 4 5