Home
last modified time | relevance | path

Searched defs:permutation (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/rs/script_api/
H A DGenerateRSFunctionsList.cpp326 static bool addFunctionManglingToSet(const FunctionPermutation& permutation, in addFunctionManglingToSet()
371 for (auto permutation : spec.getPermutations()) { in addManglingsForSpecification() local
458 const FunctionPermutation& permutation) { in generateTestCall()
538 for (auto permutation : spec->getPermutations()) { in generateApiTesterFile() local
H A DGenerateHeaderFiles.cpp202 const FunctionPermutation& permutation) { in writeFunctionPermutation()
311 for (auto permutation : spec.getPermutations()) { in writeFunctionSpecification() local
H A DGenerateTestFiles.cpp177 PermutationWriter::PermutationWriter(FunctionPermutation& permutation, GeneratedFile* rsFile, in PermutationWriter()
1143 for (auto permutation : spec->getPermutations()) { in writeTestFilesForFunction() local
H A DGenerateDocumentation.cpp122 static string getDetailedHtmlDeclaration(const FunctionPermutation& permutation) { in getDetailedHtmlDeclaration()
/aosp12/art/test/957-methodhandle-transforms/src/
H A DMain.java827 final MethodHandle permutation = MethodHandles.permuteArguments( in testPermuteArguments() local
870 MethodHandle permutation = MethodHandles.permuteArguments(target, in testPermuteArguments() local
890 MethodHandle permutation = MethodHandles.permuteArguments(target, in testPermuteArguments() local
/aosp12/system/update_engine/payload_generator/
H A Ddelta_diff_utils_unittest.cc504 vector<uint64_t> permutation = {0, 1, 5, 6, 7, 2, 3, 4, 9, 10, 11, 12, 8}; in TEST_F() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DReshape.cpp377 std::vector<int32_t> permutation(rank); in transposeConstructor() local