/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | binary_parse_test.cpp | 63 std::vector<uint32_t> words; member 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 235 void Parse(const SpirvVector& words, bool expected_result, in Parse() 264 const auto words = CompileSuccessfully(""); in TEST_F() local 274 const auto words = CompileSuccessfully(""); in TEST_F() local 283 const auto words = CompileSuccessfully(""); in TEST_F() local 293 const auto words = CompileSuccessfully(""); in TEST_F() local 302 auto words = CompileSuccessfully(""); in TEST_F() local 313 auto words = CompileSuccessfully(""); in TEST_F() local 325 auto words = CompileSuccessfully(""); in TEST_F() local [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | binary_parse_test.cpp | 63 std::vector<uint32_t> words; member 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 235 void Parse(const SpirvVector& words, bool expected_result, in Parse() 264 const auto words = CompileSuccessfully(""); in TEST_F() local 274 const auto words = CompileSuccessfully(""); in TEST_F() local 283 const auto words = CompileSuccessfully(""); in TEST_F() local 293 const auto words = CompileSuccessfully(""); in TEST_F() local 302 auto words = CompileSuccessfully(""); in TEST_F() local 313 auto words = CompileSuccessfully(""); in TEST_F() local 325 auto words = CompileSuccessfully(""); in TEST_F() local [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 63 std::vector<uint32_t> words; member 203 void Parse(const SpirvVector& words, spv_result_t expected_result, in Parse() 235 void Parse(const SpirvVector& words, bool expected_result, in Parse() 264 const auto words = CompileSuccessfully(""); in TEST_F() local 274 const auto words = CompileSuccessfully(""); in TEST_F() local 283 const auto words = CompileSuccessfully(""); in TEST_F() local 293 const auto words = CompileSuccessfully(""); in TEST_F() local 302 auto words = CompileSuccessfully(""); in TEST_F() local 313 auto words = CompileSuccessfully(""); in TEST_F() local 325 auto words = CompileSuccessfully(""); in TEST_F() local [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/tests/ |
H A D | volatile.cpp | 56 static const uint32_t words[] = { in TEST_F() local 112 static const uint32_t words[] = { in TEST_F() local 167 static const uint32_t words[] = { in TEST_F() local 225 static const uint32_t words[] = { in TEST_F() local 283 static const uint32_t words[] = { in TEST_F() local 346 static const uint32_t words[] = { in TEST_F() local 409 static const uint32_t words[] = { in TEST_F() local 476 static const uint32_t words[] = { in TEST_F() local 546 static const uint32_t words[] = { in TEST_F() local
|
H A D | avail_vis.cpp | 59 static const uint32_t words[] = { in TEST_F() local 123 static const uint32_t words[] = { in TEST_F() local 187 static const uint32_t words[] = { in TEST_F() local 258 static const uint32_t words[] = { in TEST_F() local 329 static const uint32_t words[] = { in TEST_F() local 392 static const uint32_t words[] = { in TEST_F() local
|
H A D | control_flow_tests.cpp | 61 static const uint32_t words[] = { in TEST_F() local 122 static const uint32_t words[] = { in TEST_F() local 181 static const uint32_t words[] = { in TEST_F() local 230 static const uint32_t words[] = { in TEST_F() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | const_folding_rules.cpp | 59 std::vector<uint32_t> words; in GenerateIntegerConstant() local 391 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 402 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 515 std::vector<uint32_t> words(float_type->width() / 32, 0); in FoldVectorTimesMatrix() local 543 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesMatrix() local 562 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesMatrix() local 611 std::vector<uint32_t> words(float_type->width() / 32, 0); in FoldMatrixTimesVector() local 640 std::vector<uint32_t> words = result.GetWords(); in FoldMatrixTimesVector() local 660 std::vector<uint32_t> words = result.GetWords(); in FoldMatrixTimesVector() local 930 std::vector<uint32_t> words = {result}; in FoldFToIOp() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | const_folding_rules.cpp | 59 std::vector<uint32_t> words; in GenerateIntegerConstant() local 391 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 402 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 515 std::vector<uint32_t> words(float_type->width() / 32, 0); in FoldVectorTimesMatrix() local 543 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesMatrix() local 562 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesMatrix() local 611 std::vector<uint32_t> words(float_type->width() / 32, 0); in FoldMatrixTimesVector() local 640 std::vector<uint32_t> words = result.GetWords(); in FoldMatrixTimesVector() local 660 std::vector<uint32_t> words = result.GetWords(); in FoldMatrixTimesVector() local 930 std::vector<uint32_t> words = {result}; in FoldFToIOp() local [all …]
|
/aosp_15_r20/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
H A D | NonsenseGenerator.java | 77 List<String> words = new ArrayList<String>(); in makeSentence() local 105 private void generateSentence(List<String> words, boolean isHeadline) { in generateSentence() 112 private void generateTimeClause(List<String> words, boolean isHeadline) { in generateTimeClause() 124 private void generateAgent(List<String> words, boolean isHeadline) { in generateAgent() 134 private void generatePredicate(List<String> words, boolean isHeadline) { in generatePredicate() 159 private static String joinWords(List<String> words) { in joinWords()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | const_folding_rules.cpp | 338 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 349 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesScalar() local 462 std::vector<uint32_t> words(float_type->width() / 32, 0); in FoldVectorTimesMatrix() local 490 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesMatrix() local 509 std::vector<uint32_t> words = result.GetWords(); in FoldVectorTimesMatrix() local 558 std::vector<uint32_t> words(float_type->width() / 32, 0); in FoldMatrixTimesVector() local 587 std::vector<uint32_t> words = result.GetWords(); in FoldMatrixTimesVector() local 607 std::vector<uint32_t> words = result.GetWords(); in FoldMatrixTimesVector() local 877 std::vector<uint32_t> words = {result}; in FoldFToIOp() local 884 std::vector<uint32_t> words = {result}; in FoldFToIOp() local [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictDecoderEncoderTests.java | 130 final List<String> words) { in addUnigrams() 140 final List<String> words, in addBigrams() 181 private static void checkDictionary(final FusionDictionary dict, final List<String> words, in checkDictionary() 211 private static long timeReadingAndCheckDict(final File file, final List<String> words, in timeReadingAndCheckDict() 233 private String runReadAndWrite(final List<String> words, in runReadAndWrite() 245 addUnigrams(words.size(), dict, words); in runReadAndWrite() local 277 final List<String> words = Arrays.asList(wordSource); in testCharacterTableIsPresent() local 293 addUnigrams(words.size(), sourcedict, words); in testCharacterTableIsPresent() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 216 int words = 3 + num_extra_operands; in emit_decoration() local 281 unsigned words = 1; in spirv_builder_emit_vertex() local 296 unsigned words = 1; in spirv_builder_end_primitive() local 376 int words = 4 + num_extra_operands; in emit_member_decoration() local 435 int words = 4 + num_arguments; in spirv_builder_function_call() local 537 int words = 4 + num_indexes; in spirv_builder_emit_access_chain() local 662 int words = 4 + num_indexes; in spirv_builder_emit_composite_extract() local 683 int words = 3 + num_constituents; in spirv_builder_emit_composite_construct() local 703 int words = 5 + num_components; in spirv_builder_emit_vector_shuffle() local 722 int words = 5; in spirv_builder_emit_vector_extract() local [all …]
|
/aosp_15_r20/external/perfetto/src/traced/probes/sys_stats/ |
H A D | sys_stats_data_source.cc | 394 for (base::StringSplitter words(line.ToStdString(), ' '); words.Next();) { in ReadAMDGpuFreq() local 432 for (base::StringSplitter words(&lines, ' '); words.Next(); index++) { in ReadDiskStat() local 491 for (base::StringSplitter words(&lines, ' '); words.Next(); ++index) { in ReadPsi() local 538 for (base::StringSplitter words(&lines, ' '); words.Next();) { in ReadBuddyInfo() local 605 base::StringSplitter words(&lines, ' '); in ReadMeminfo() local 629 base::StringSplitter words(&lines, ' '); in ReadVmstat() local 651 base::StringSplitter words(&lines, ' '); in ReadStat() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/fact_manager/ |
H A D | constant_uniform_facts_test.cpp | 39 FactManager* fact_manager, const std::vector<uint32_t>& words, in AddFactHelper() 620 uint32_t words[1]; in TEST() local 634 uint32_t words[1]; in TEST() local 643 uint32_t words[2]; in TEST() local 657 uint32_t words[2]; in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
H A D | constant_uniform_facts_test.cpp | 39 FactManager* fact_manager, const std::vector<uint32_t>& words, in AddFactHelper() 620 uint32_t words[1]; in TEST() local 634 uint32_t words[1]; in TEST() local 643 uint32_t words[2]; in TEST() local 657 uint32_t words[2]; in TEST() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/ |
D | constant_uniform_facts_test.cpp | 39 FactManager* fact_manager, const std::vector<uint32_t>& words, in AddFactHelper() 620 uint32_t words[1]; in TEST() local 634 uint32_t words[1]; in TEST() local 643 uint32_t words[2]; in TEST() local 657 uint32_t words[2]; in TEST() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/binary_http/ |
H A D | binary_http_message_test.cc | 86 const uint32_t words[] = { in TEST() local 169 const uint32_t words[] = { in TEST() local 246 const uint32_t words[] = { in TEST() local 353 const uint32_t words[] = {0x0141940e, 0x06736572, 0x76657206, 0x41706163, in TEST() local 414 const uint32_t words[] = {0x0140c80e, 0x06736572, 0x76657206, in TEST() local 569 const uint32_t words[] = { in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 149 int words = (bits + BN_BITS2 - 1) / BN_BITS2; in BN_rand() local 220 size_t words = len; in bn_range_to_mask() local 255 size_t words; in bn_rand_range_words() local 299 size_t words; in bn_rand_secret_range() local
|
D | bn.c | 275 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { in bn_set_words() 286 void bn_set_static_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { in bn_set_static_words() 339 int bn_wexpand(BIGNUM *bn, size_t words) { in bn_wexpand() 379 int bn_resize_words(BIGNUM *bn, size_t words) { in bn_resize_words()
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/ |
H A D | random.c | 150 int words = (bits + BN_BITS2 - 1) / BN_BITS2; in BN_rand() local 224 size_t words = len; in bn_range_to_mask() local 259 size_t words; in bn_rand_range_words() local 311 size_t words; in bn_rand_secret_range() local
|
H A D | bn.c | 282 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { in bn_set_words() 293 void bn_set_static_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { in bn_set_static_words() 347 int bn_wexpand(BIGNUM *bn, size_t words) { in bn_wexpand() 386 int bn_resize_words(BIGNUM *bn, size_t words) { in bn_resize_words()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
H A D | random.c | 150 int words = (bits + BN_BITS2 - 1) / BN_BITS2; in BN_rand() local 224 size_t words = len; in bn_range_to_mask() local 259 size_t words; in bn_rand_range_words() local 311 size_t words; in bn_rand_secret_range() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | random.c | 149 int words = (bits + BN_BITS2 - 1) / BN_BITS2; in BN_rand() local 220 size_t words = len; in bn_range_to_mask() local 255 size_t words; in bn_rand_range_words() local 299 size_t words; in bn_rand_secret_range() local
|
D | bn.c | 275 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { in bn_set_words() 286 void bn_set_static_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { in bn_set_static_words() 339 int bn_wexpand(BIGNUM *bn, size_t words) { in bn_wexpand() 379 int bn_resize_words(BIGNUM *bn, size_t words) { in bn_resize_words()
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | BinaryDictionaryTests.java | 340 final ArrayList<String> words = new ArrayList<>(); in testRandomlyAddBigramWords() local 482 final ArrayList<String> words = new ArrayList<>(); in testAddBigramWordsAndFlashWithGC() local 545 final ArrayList<String> words = new ArrayList<>(); in testRandomOperationsAndFlashWithGC() local 629 final ArrayList<String> words = new ArrayList<>(); in testAddManyUnigramsAndFlushWithGC() local 672 final ArrayList<String> words = new ArrayList<>(); in testUnigramAndBigramCount() local 727 final ArrayList<String> words = new ArrayList<>(); in testGetWordProperties() local 812 final ArrayList<String> words = new ArrayList<>(); in testIterateAllWords() local
|