Home
last modified time | relevance | path

Searched defs:permutations (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DKeyGeneratorTest.java119 var permutations = new ArrayList<>(List.of(new Object[][] { in kmTypes_x_algorithms() local
137 var permutations = new ArrayList<>(List.of(new Object[][] { in kmTypes_x_hmacAlgorithms() local
150 var permutations = new ArrayList<>(Arrays.asList(kmTypes_x_hmacAlgorithms())); in kmTypes_x_signingAlgorithms() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernel_attributes.cpp265 const AttributePermutations& permutations) in run_test()
334 for (auto permutations : all_tests) in test_kernel_attributes() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DCollections2.java436 int permutations = 1; in calculateSize() local
570 public static <E> Collection<List<E>> permutations(Collection<E> elements) { in permutations() method in Collections2
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DCollections2.java459 int permutations = 1; in calculateSize() local
593 public static <E> Collection<List<E>> permutations(Collection<E> elements) { in permutations() method in Collections2
/aosp_15_r20/external/ComputeLibrary/scripts/
H A Dtf_frozen_model_extractor.py17 permutations = { 1 : [0], 2 : [1, 0], 3 : [2, 1, 0], 4 : [3, 2, 0, 1]} variable
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue69507.go85 func permutations(s string) []string { func
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/dec2flt/
H A Dparse.rs11 let permutations = &[".e", "1e", "e4", "e", ".12e", "321.e", "32.12e+", "12.32e-"]; in missing_pieces() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/dec2flt/
H A Dparse.rs11 let permutations = &[".e", "1e", "e4", "e", ".12e", "321.e", "32.12e+", "12.32e-"]; in missing_pieces() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/dec2flt/
H A Dparse.rs11 let permutations = &[".e", "1e", "e4", "e", ".12e", "321.e", "32.12e+", "12.32e-"]; in missing_pieces() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/dec2flt/
H A Dparse.rs11 let permutations = &[".e", "1e", "e4", "e", ".12e", "321.e", "32.12e+", "12.32e-"]; in missing_pieces() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/num/dec2flt/
H A Dparse.rs11 let permutations = &[".e", "1e", "e4", "e", ".12e", "321.e", "32.12e+", "12.32e-"]; in missing_pieces() localVariable
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DTestUtils.java84 public static Iterable<Path> permutations(Path path) throws IOException { in permutations() method in TestUtils
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dpermutations.rs52 pub fn permutations<I: Iterator>(iter: I, k: usize) -> Permutations<I> { in permutations() function
Dlib.rs214 mod permutations; module
1773 fn permutations(self, k: usize) -> Permutations<Self> in permutations() method
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dinvert.c108 OPJ_UINT32 * permutations, in opj_lupDecompose()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCanonicalIterator.java271 Set<String> permutations = new HashSet<String>(); in getEquivalents() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DCanonicalIterator.java275 Set<String> permutations = new HashSet<String>(); in getEquivalents() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dcanittst.cpp133 Hashtable *permutations = new Hashtable(false, status); in TestBasic() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp129 Hashtable *permutations = new Hashtable(false, status); in TestBasic() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dpermutations.rs62 pub fn permutations<I: Iterator>(iter: I, k: usize) -> Permutations<I> { in permutations() function
H A Dlib.rs226 mod permutations; module
1694 fn permutations(self, k: usize) -> Permutations<Self> in permutations() method
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dcaniter.cpp346 Hashtable permutations(status); in getEquivalents() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dcaniter.cpp354 Hashtable permutations(status); in getEquivalents() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DConcatTestImpl.cpp93 std::pair<PermutationVector, PermutationVector> & permutations) in Generate3dPermuteVectorForConcat() argument
192 std::pair<PermutationVector, PermutationVector> permutations = in PermuteInputsForConcat() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_buffer.py761 permutations = rpermutation variable

12345678910>>...15