/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | parse_number_test.cpp | 328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST() 344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST() 401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() [all …]
|
H A D | text_word_get_test.cpp | 30 std::string word; in TEST() local 42 std::string word; in TEST() local 53 std::string word; in TEST() local 65 std::string word; in TEST() local 79 std::string word; in TEST() local 98 std::string word; in TEST() local 122 std::string word; in TEST() local 146 std::string word; in TEST() local 168 std::string word; in TEST() local 180 std::string word; in TEST() local [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | parse_number_test.cpp | 328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST() 344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST() 401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() [all …]
|
D | text_word_get_test.cpp | 30 std::string word; in TEST() local 42 std::string word; in TEST() local 53 std::string word; in TEST() local 65 std::string word; in TEST() local 79 std::string word; in TEST() local 98 std::string word; in TEST() local 122 std::string word; in TEST() local 146 std::string word; in TEST() local 168 std::string word; in TEST() local 180 std::string word; in TEST() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | parse_number_test.cpp | 328 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 331 "-0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 334 "32767", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 338 "-32768", type, [](uint32_t word) { EXPECT_EQ(0xffff8000u, word); }, in TEST() 344 "0x7fff", type, [](uint32_t word) { EXPECT_EQ(0x00007fffu, word); }, in TEST() 348 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0xffffffffu, word); }, in TEST() 401 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() 404 "65535", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 410 "0xffff", type, [](uint32_t word) { EXPECT_EQ(0x0000ffffu, word); }, in TEST() 463 "0", type, [](uint32_t word) { EXPECT_EQ(0u, word); }, nullptr); in TEST() [all …]
|
H A D | text_word_get_test.cpp | 30 std::string word; in TEST() local 42 std::string word; in TEST() local 53 std::string word; in TEST() local 65 std::string word; in TEST() local 79 std::string word; in TEST() local 98 std::string word; in TEST() local 122 std::string word; in TEST() local 146 std::string word; in TEST() local 168 std::string word; in TEST() local 180 std::string word; in TEST() local [all …]
|
/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | HyphenatorTest.cpp | 69 const uint16_t word[] = {'t', 'a', 'b', 'l', 'e'}; in TEST_P() local 83 const uint16_t word[] = {'l', 'l', MIDDLE_DOT, 'l', 'l'}; in TEST_P() local 97 const uint16_t word[] = {'l', MIDDLE_DOT, 'l'}; in TEST_P() local 109 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST_P() local 121 const uint16_t word[] = {GREEK_LOWER_ALPHA, HYPHEN, GREEK_LOWER_ALPHA}; in TEST_P() local 134 const uint16_t word[] = {'x', EN_DASH, 'y'}; in TEST_P() local 147 const uint16_t word[] = {'x', HYPHEN, 'y'}; in TEST_P() local 159 const uint16_t word[] = {'x', SOFT_HYPHEN, 'y'}; in TEST_P() local 171 const uint16_t word[] = {SOFT_HYPHEN, 'y'}; in TEST_P() local 182 const uint16_t word[] = {MALAYALAM_KA, SOFT_HYPHEN, MALAYALAM_KA}; in TEST_P() local [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | BinaryDictionary.java | 181 private static native int getProbabilityNative(long dict, int[] word); in getProbabilityNative() 182 private static native int getMaxProbabilityOfExactMatchesNative(long dict, int[] word); in getMaxProbabilityOfExactMatchesNative() 184 boolean[] isBeginningOfSentenceArray, int[] word); in getNgramProbabilityNative() 185 private static native void getWordPropertyNative(long dict, int[] word, in getWordPropertyNative() 201 private static native boolean addUnigramEntryNative(long dict, int[] word, int probability, in addUnigramEntryNative() 204 private static native boolean removeUnigramEntryNative(long dict, int[] word); in removeUnigramEntryNative() 207 int[] word, int probability, int timestamp); in addNgramEntryNative() 209 int[][] prevWordCodePointArrays, boolean[] isBeginningOfSentenceArray, int[] word); in removeNgramEntryNative() 212 int[] word, boolean isValidWord, int count, int timestamp); in updateEntriesForWordWithNgramContextNative() 352 public boolean isInDictionary(final String word) { in isInDictionary() [all …]
|
D | ExpandableBinaryDictionary.java | 297 public void addUnigramEntry(final String word, final int frequency, in addUnigramEntry() 307 protected void addUnigramLocked(final String word, final int frequency, in addUnigramLocked() 318 public void removeUnigramEntryDynamically(final String word) { in removeUnigramEntryDynamically() 340 public void addNgramEntry(@Nonnull final NgramContext ngramContext, final String word, in addNgramEntry() 355 protected void addNgramEntryLocked(@Nonnull final NgramContext ngramContext, final String word, in addNgramEntryLocked() 369 final String word, final boolean isValidWord, final int count, final int timestamp) { in updateEntriesForWord() 464 public boolean isInDictionary(final String word) { in isInDictionary() 486 protected boolean isInDictionaryLocked(final String word) { in isInDictionaryLocked() 492 public int getMaxFrequencyOfExactMatches(final String word) { in getMaxFrequencyOfExactMatches()
|
D | Dictionary.java | 111 public boolean isValidWord(final String word) { in isValidWord() 118 abstract public boolean isInDictionary(final String word); in isInDictionary() 124 public int getFrequency(final String word) { in getFrequency() 132 public int getMaxFrequencyOfExactMatches(final String word) { in getMaxFrequencyOfExactMatches() 144 protected boolean same(final char[] word, final int length, final String typedWord) { in same() 212 public boolean isInDictionary(String word) { in isInDictionary()
|
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/ |
H A D | ReactorPlaysScrabble.kt | 33 val histoOfLetters = Function<String, Flux<HashMap<Int, LongWrapper>>> { word -> in <lambda>() method 52 val nBlanks = Function<String, Flux<Long>> { word -> in <lambda>() method 59 val checkBlanks = Function<String, Flux<Boolean>> { word -> in <lambda>() method 65 val score2 = Function<String, Flux<Int>> { word -> in <lambda>() method 73 val first3 = Function<String, Flux<Int>> { word -> Flux.fromIterable( in <lambda>() method 78 val last3 = Function<String, Flux<Int>> { word -> Flux.fromIterable( in <lambda>() method 84 val toBeMaxed = Function<String, Flux<Int>> { word -> in <lambda>() method 90 val bonusForDoubleLetter = Function<String, Flux<Int>> { word -> in <lambda>() method 97 val score3 = Function<String, Flux<Int>> { word -> in <lambda>() method 112 .filter({ word -> checkBlanks.apply(word).toIterable().iterator().next() }) in <lambda>() method [all …]
|
H A D | FlowPlaysScrabbleBase.kt | 36 val histoOfLetters = { word: String -> in <lambda>() method 53 val nBlanks = { word: String -> in <lambda>() method 62 val checkBlanks = { word: String -> in <lambda>() method 66 val score2 = { word: String -> in <lambda>() method 75 val first3 = { word: String -> in <lambda>() method 79 val last3 = { word: String -> in <lambda>() method 83 val toBeMaxed = { word: String -> flowOf(first3(word), last3(word)).flattenConcat() } in <lambda>() method 86 val bonusForDoubleLetter = { word: String -> in <lambda>() method 94 val score3 = { word: String -> in <lambda>() method
|
H A D | FlowPlaysScrabbleOpt.kt | 21 val histoOfLetters = { word: String -> in <lambda>() method 39 val nBlanks = { word: String -> in <lambda>() method 49 val checkBlanks = { word: String -> in <lambda>() method 60 val score2 = { word: String -> in <lambda>() method 69 val first3 = { word: String -> word.asFlow(endIndex = 3) } in <lambda>() method 70 val last3 = { word: String -> word.asFlow(startIndex = 3) } in <lambda>() method 71 val toBeMaxed = { word: String -> concat(first3(word), last3(word)) } in <lambda>() method 73 val bonusForDoubleLetter = { word: String -> in <lambda>() method 81 val score3 = { word: String -> in <lambda>() method
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/binary_http/ |
H A D | binary_http_message_test.cc | 18 std::string WordToBytes(uint32_t word) { in WordToBytes() 66 for (const auto& word : expected_words) { in TEST() local 94 for (const auto& word : words) { in TEST() local 155 for (const auto& word : expected_words) { in TEST() local 177 for (const auto& word : words) { in TEST() local 229 for (const auto& word : expected_words) { in TEST() local 254 for (const auto& word : words) { in TEST() local 334 for (const auto& word : expected_words) { in TEST() local 356 for (const auto& word : words) { in TEST() local 393 for (const auto& word : expected_words) { in TEST() local [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | CaseFormat.java | 37 String normalizeWord(String word) { in normalizeWord() 56 String normalizeWord(String word) { in normalizeWord() 75 String normalizeWord(String word) { in normalizeWord() 80 String normalizeFirstWord(String word) { in normalizeFirstWord() 88 String normalizeWord(String word) { in normalizeWord() 96 String normalizeWord(String word) { in normalizeWord() 206 abstract String normalizeWord(String word); in normalizeWord() 208 String normalizeFirstWord(String word) { in normalizeFirstWord() 212 private static String firstCharOnlyToUpper(String word) { in firstCharOnlyToUpper()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A D | CaseFormat.java | 37 String normalizeWord(String word) { in normalizeWord() 56 String normalizeWord(String word) { in normalizeWord() 75 String normalizeWord(String word) { in normalizeWord() 80 String normalizeFirstWord(String word) { in normalizeFirstWord() 88 String normalizeWord(String word) { in normalizeWord() 96 String normalizeWord(String word) { in normalizeWord() 206 abstract String normalizeWord(String word); in normalizeWord() 208 String normalizeFirstWord(String word) { in normalizeFirstWord() 212 private static String firstCharOnlyToUpper(String word) { in firstCharOnlyToUpper()
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | BinaryDictionaryTests.java | 189 private static void addUnigramWord(final BinaryDictionary binaryDictionary, final String word, in addUnigramWord() 266 final String word = CodePointUtils.generateWord(random, codePointSet); in testRandomlyAddUnigramWord() local 347 final String word = CodePointUtils.generateWord(random, codePointSet); in testRandomlyAddBigramWords() local 489 final String word = CodePointUtils.generateWord(random, codePointSet); in testAddBigramWordsAndFlashWithGC() local 551 final String word = CodePointUtils.generateWord(random, codePointSet); in testRandomOperationsAndFlashWithGC() local 565 final String word = CodePointUtils.generateWord(random, codePointSet); in testRandomOperationsAndFlashWithGC() local 595 final String word = words.get(i); in testRandomOperationsAndFlashWithGC() local 637 final String word = CodePointUtils.generateWord(random, codePointSet); in testAddManyUnigramsAndFlushWithGC() local 645 final String word = words.get(j); in testAddManyUnigramsAndFlushWithGC() local 680 final String word = CodePointUtils.generateWord(random, codePointSet); in testUnigramAndBigramCount() local [all …]
|
/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpvt_section.cpp | 32 bool IsLatin(uint16_t word) { in IsLatin() 45 bool IsDigit(uint32_t word) { in IsDigit() 49 bool IsCJK(uint32_t word) { in IsCJK() 70 bool IsPunctuation(uint32_t word) { in IsPunctuation() 117 bool IsConnectiveSymbol(uint32_t word) { in IsConnectiveSymbol() 121 bool IsOpenStylePunctuation(uint32_t word) { in IsOpenStylePunctuation() 131 bool IsCurrencySymbol(uint16_t word) { in IsCurrencySymbol() 139 bool IsPrefixSymbol(uint16_t word) { in IsPrefixSymbol() 143 bool IsSpace(uint16_t word) { in IsSpace()
|
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/ |
H A D | cpwl_edit_impl.cpp | 113 int CPWL_EditImpl::Provider::GetCharWidth(int32_t nFontIndex, uint16_t word) { in GetCharWidth() 127 int32_t CPWL_EditImpl::Provider::GetWordFontIndex(uint16_t word, in GetWordFontIndex() 262 uint16_t word, in UndoInsertWord() 398 uint16_t word, in UndoBackspace() 454 uint16_t word, in UndoDelete() 628 CPVT_Word word; in DrawEdit() local 892 bool CPWL_EditImpl::InsertWord(uint16_t word, FX_Charset charset) { in InsertWord() 1183 CPVT_Word word; in ScrollToCaret() local 1348 CPVT_Word word; in SetCaretInfo() local 1607 bool CPWL_EditImpl::InsertWord(uint16_t word, in InsertWord() [all …]
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | bitreader.c | 66 #define COUNT_ZERO_MSBS(word) FLAC__clz_uint32(word) argument 67 #define COUNT_ZERO_MSBS2(word) FLAC__clz2_uint32(word) argument 82 #define COUNT_ZERO_MSBS(word) FLAC__clz_uint64(word) argument 83 #define COUNT_ZERO_MSBS2(word) FLAC__clz2_uint64(word) argument 122 static inline void crc16_update_word_(FLAC__BitReader *br, brword word) in crc16_update_word_() 453 const brword word = br->buffer[br->consumed_words]; in FLAC__bitreader_read_raw_uint32() local 475 const brword word = br->buffer[br->consumed_words]; in FLAC__bitreader_read_raw_uint32() local 687 const brword word = br->buffer[br->consumed_words++]; in FLAC__bitreader_read_byte_block_aligned_no_crc() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/font/ |
H A D | cpdf_cmapparser.cpp | 24 ByteStringView CMap_GetString(ByteStringView word) { in CMap_GetString() 39 void CPDF_CMapParser::ParseWord(ByteStringView word) { in ParseWord() 82 void CPDF_CMapParser::HandleCid(ByteStringView word) { in HandleCid() 113 void CPDF_CMapParser::HandleCodeSpaceRange(ByteStringView word) { in HandleCodeSpaceRange() 145 uint32_t CPDF_CMapParser::GetCode(ByteStringView word) { in GetCode()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_bitmask.c | 168 unsigned word; in util_bitmask_add() local 207 unsigned word; in util_bitmask_set() local 233 unsigned word; in util_bitmask_clear() local 256 const unsigned word = index / UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_get() local 283 unsigned word = index / UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_get_next_index() local
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.h | 162 spv::Id& asId(unsigned word) { return spv[word]; } in asId() 163 const spv::Id& asId(unsigned word) const { return spv[word]; } in asId() 164 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); } in asOpCode() 166 spv::Decoration asDecoration(unsigned word) const { return spv::Decoration(spv[word]); } in asDecoration() 167 unsigned asWordCount(unsigned word) const { return opWordCount(spv[word]); } in asWordCount() 168 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | SPVRemapper.h | 178 spv::Id& asId(unsigned word) { return spv[word]; } in asId() 179 const spv::Id& asId(unsigned word) const { return spv[word]; } in asId() 180 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); } in asOpCode() 182 spv::Decoration asDecoration(unsigned word) const { return spv::Decoration(spv[word]); } in asDecoration() 183 unsigned asWordCount(unsigned word) const { return opWordCount(spv[word]); } in asWordCount() 184 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | code.h | 22 # define _Py_OPCODE(word) ((word) >> 8) argument 23 # define _Py_OPARG(word) ((word) & 255) argument 26 # define _Py_OPCODE(word) ((word) & 255) argument 27 # define _Py_OPARG(word) ((word) >> 8) argument 32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) argument
|