/external/cronet/tot/third_party/icu/source/common/ |
D | dictionarydata.cpp | 51 int32_t wordCount = 0; in matches() local 59 if (wordCount < limit) { in matches() 61 values[wordCount] = uct.getValue(); in matches() 64 lengths[wordCount] = lengthMatched; in matches() 67 cpLengths[wordCount] = codePointsMatched; in matches() 69 ++wordCount; in matches() 86 return wordCount; in matches() 118 int32_t wordCount = 0; in matches() local 126 if (wordCount < limit) { in matches() 128 values[wordCount] = bt.getValue(); in matches() [all …]
|
/external/icu/icu4c/source/common/ |
D | dictionarydata.cpp | 51 int32_t wordCount = 0; in matches() local 59 if (wordCount < limit) { in matches() 61 values[wordCount] = uct.getValue(); in matches() 64 lengths[wordCount] = lengthMatched; in matches() 67 cpLengths[wordCount] = codePointsMatched; in matches() 69 ++wordCount; in matches() 86 return wordCount; in matches() 118 int32_t wordCount = 0; in matches() local 126 if (wordCount < limit) { in matches() 128 values[wordCount] = bt.getValue(); in matches() [all …]
|
/external/cronet/stable/third_party/icu/source/common/ |
D | dictionarydata.cpp | 51 int32_t wordCount = 0; in matches() local 59 if (wordCount < limit) { in matches() 61 values[wordCount] = uct.getValue(); in matches() 64 lengths[wordCount] = lengthMatched; in matches() 67 cpLengths[wordCount] = codePointsMatched; in matches() 69 ++wordCount; in matches() 86 return wordCount; in matches() 118 int32_t wordCount = 0; in matches() local 126 if (wordCount < limit) { in matches() 128 values[wordCount] = bt.getValue(); in matches() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | c_interface_test.cpp | 46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 52 binary->wordCount, 0, &text, nullptr)); in TEST() 81 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() 102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 164 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 168 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() 206 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 258 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 263 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() [all …]
|
D | opcode_split_test.cpp | 22 uint16_t wordCount = 0; in TEST() local 24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST() 25 ASSERT_EQ(42, wordCount); in TEST()
|
D | opcode_make_test.cpp | 33 for (auto wordCount : kSampleWordCounts) { in TEST() local 37 word |= uint32_t(wordCount) << 16; in TEST() 38 EXPECT_EQ(word, spvOpcodeMake(wordCount, spv::Op(opcode))); in TEST()
|
D | ext_inst.glsl_test.cpp | 85 EXPECT_NE(binary->code + binary->wordCount, in TEST_P() 86 std::search(binary->code, binary->code + binary->wordCount, in TEST_P() 94 error = spvBinaryToText(context, binary->code, binary->wordCount, in TEST_P()
|
/external/angle/third_party/spirv-tools/src/test/ |
D | c_interface_test.cpp | 46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 52 binary->wordCount, 0, &text, nullptr)); in TEST() 81 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() 102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 164 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 168 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() 206 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 258 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 263 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() [all …]
|
D | opcode_split_test.cpp | 22 uint16_t wordCount = 0; in TEST() local 24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST() 25 ASSERT_EQ(42, wordCount); in TEST()
|
D | opcode_make_test.cpp | 33 for (auto wordCount : kSampleWordCounts) { in TEST() local 37 word |= uint32_t(wordCount) << 16; in TEST() 38 EXPECT_EQ(word, spvOpcodeMake(wordCount, spv::Op(opcode))); in TEST()
|
D | ext_inst.glsl_test.cpp | 85 EXPECT_NE(binary->code + binary->wordCount, in TEST_P() 86 std::search(binary->code, binary->code + binary->wordCount, in TEST_P() 94 error = spvBinaryToText(context, binary->code, binary->wordCount, in TEST_P()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | c_interface_test.cpp | 46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 52 binary->wordCount, 0, &text, nullptr)); in TEST() 81 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() 102 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 164 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 168 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() 206 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST() 258 binary->code[binary->wordCount - 1] = 0xffffffff; in TEST() 263 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST() [all …]
|
D | opcode_split_test.cpp | 22 uint16_t wordCount = 0; in TEST() local 24 spvOpcodeSplit(word, &wordCount, &opcode); in TEST() 25 ASSERT_EQ(42, wordCount); in TEST()
|
D | opcode_make_test.cpp | 33 for (auto wordCount : kSampleWordCounts) { in TEST() local 37 word |= uint32_t(wordCount) << 16; in TEST() 38 EXPECT_EQ(word, spvOpcodeMake(wordCount, spv::Op(opcode))); in TEST()
|
D | ext_inst.glsl_test.cpp | 85 EXPECT_NE(binary->code + binary->wordCount, in TEST_P() 86 std::search(binary->code, binary->code + binary->wordCount, in TEST_P() 94 error = spvBinaryToText(context, binary->code, binary->wordCount, in TEST_P()
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | thcoll.cpp | 100 int32_t wordCount = 0; in TestNamesList() local 104 ++wordCount; in TestNamesList() 105 if (wordCount <= 8) { in TestNamesList() 107 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestNamesList() 119 logln((UnicodeString)"Words checked: " + wordCount); in TestNamesList() 147 int32_t wordCount = 0; in TestDictionary() local 151 ++wordCount; in TestDictionary() 152 if (wordCount <= 8) { in TestDictionary() 154 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestDictionary() 199 logln((UnicodeString)"Words checked: " + wordCount); in TestDictionary()
|
/external/icu/icu4c/source/test/intltest/ |
D | thcoll.cpp | 100 int32_t wordCount = 0; in TestNamesList() local 104 ++wordCount; in TestNamesList() 105 if (wordCount <= 8) { in TestNamesList() 107 logln(UnicodeString("Word ") + wordCount + ": " + IntlTest::prettify(word, str)); in TestNamesList() 119 logln(UnicodeString("Words checked: ") + wordCount); in TestNamesList() 147 int32_t wordCount = 0; in TestDictionary() local 151 ++wordCount; in TestDictionary() 152 if (wordCount <= 8) { in TestDictionary() 154 logln(UnicodeString("Word ") + wordCount + ": " + IntlTest::prettify(word, str)); in TestDictionary() 199 logln(UnicodeString("Words checked: ") + wordCount); in TestDictionary()
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | thcoll.cpp | 100 int32_t wordCount = 0; in TestNamesList() local 104 ++wordCount; in TestNamesList() 105 if (wordCount <= 8) { in TestNamesList() 107 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestNamesList() 119 logln((UnicodeString)"Words checked: " + wordCount); in TestNamesList() 147 int32_t wordCount = 0; in TestDictionary() local 151 ++wordCount; in TestDictionary() 152 if (wordCount <= 8) { in TestDictionary() 154 logln((UnicodeString)"Word " + wordCount + ": " + IntlTest::prettify(word, str)); in TestDictionary() 199 logln((UnicodeString)"Words checked: " + wordCount); in TestDictionary()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | BnConvert.c | 125 unsigned wordCount; in BnFromHex() local 131 wordCount = BYTES_TO_CRYPT_WORDS((i + 1) / 2); in BnFromHex() 132 if((i == 0) || (wordCount >= BnGetAllocated(bn))) in BnFromHex() 136 bn->d[wordCount - 1] = 0; in BnFromHex() 150 for(i = 0; i < wordCount; i++) in BnFromHex() 153 BnSetTop(bn, wordCount); in BnFromHex()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThaiTest.java | 140 int wordCount = 0; in TestDictionary() local 162 ++wordCount; in TestDictionary() 163 if (wordCount <= 8) { in TestDictionary() 164 logln("Word " + wordCount + ": " + word); in TestDictionary() 214 logln("Words checked: " + wordCount); in TestDictionary()
|
/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/ |
D | CollationThaiTest.java | 137 int wordCount = 0; in TestDictionary() local 159 ++wordCount; in TestDictionary() 160 if (wordCount <= 8) { in TestDictionary() 161 logln("Word " + wordCount + ": " + word); in TestDictionary() 211 logln("Words checked: " + wordCount); in TestDictionary()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | c_interface_test.cpp | 142 EXPECT_EQ(binary->wordCount, sizeof(spirv) / sizeof(uint32_t)); in TEST() 191 EXPECT_EQ(binary->wordCount, sizeof(spirv) / sizeof(uint32_t)); in TEST() 301 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 365 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 430 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 500 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | c_interface_test.cpp | 142 EXPECT_EQ(binary->wordCount, sizeof(spirv) / sizeof(uint32_t)); in TEST() 191 EXPECT_EQ(binary->wordCount, sizeof(spirv) / sizeof(uint32_t)); in TEST() 301 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 365 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 430 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 500 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST()
|
/external/angle/third_party/spirv-tools/src/test/opt/ |
D | c_interface_test.cpp | 142 EXPECT_EQ(binary->wordCount, sizeof(spirv) / sizeof(uint32_t)); in TEST() 191 EXPECT_EQ(binary->wordCount, sizeof(spirv) / sizeof(uint32_t)); in TEST() 301 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 365 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 430 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST() 500 EXPECT_EQ(binary->wordCount, sizeof(expected_spirv) / sizeof(uint32_t)); in TEST()
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SPVRemapper.cpp | 533 const unsigned wordCount = asWordCount(instructionStart); in processInstruction() local 534 const int nextInst = word++ + wordCount; in processInstruction() 543 unsigned numOperands = wordCount - 1; in processInstruction() 980 const int wordCount = asWordCount(start); in optLoadStore() local 1009 if (wordCount > 4 && (spv[start+4] & spv::MemoryAccessVolatileMask)) { in optLoadStore() 1037 if (wordCount > 3 && (spv[start+3] & spv::MemoryAccessVolatileMask)) { in optLoadStore() 1181 const int wordCount = asWordCount(start); in dceVars() local 1182 for (int i = 4; i < wordCount; i++) { in dceVars() 1273 const int wordCount = asWordCount(typeStart); in matchType() local 1277 if (opCode != opOpCode(gdata[0]) || wordCount != opWordCount(gdata[0])) in matchType() [all …]
|