/external/swiftshader/third_party/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 …]
|
/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 …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/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 …]
|
/external/guava/android/guava/src/com/google/common/base/ |
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() 205 abstract String normalizeWord(String word); in normalizeWord() 207 String normalizeFirstWord(String word) { in normalizeFirstWord() 211 private static String firstCharOnlyToUpper(String word) { in firstCharOnlyToUpper()
|
/external/guava/guava/src/com/google/common/base/ |
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() 205 abstract String normalizeWord(String word); in normalizeWord() 207 String normalizeFirstWord(String word) { in normalizeFirstWord() 211 private static String firstCharOnlyToUpper(String word) { in firstCharOnlyToUpper()
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/ |
D | ReactorPlaysScrabble.kt | 37 val histoOfLetters = Function<String, Flux<HashMap<Int, LongWrapper>>> { word -> in <lambda>() method 56 val nBlanks = Function<String, Flux<Long>> { word -> in <lambda>() method 63 val checkBlanks = Function<String, Flux<Boolean>> { word -> in <lambda>() method 69 val score2 = Function<String, Flux<Int>> { word -> in <lambda>() method 77 val first3 = Function<String, Flux<Int>> { word -> Flux.fromIterable( in <lambda>() method 82 val last3 = Function<String, Flux<Int>> { word -> Flux.fromIterable( in <lambda>() method 88 val toBeMaxed = Function<String, Flux<Int>> { word -> in <lambda>() method 94 val bonusForDoubleLetter = Function<String, Flux<Int>> { word -> in <lambda>() method 101 val score3 = Function<String, Flux<Int>> { word -> in <lambda>() method 116 .filter({ word -> checkBlanks.apply(word).toIterable().iterator().next() }) in <lambda>() method [all …]
|
D | FlowPlaysScrabbleBase.kt | 40 val histoOfLetters = { word: String -> in <lambda>() method 57 val nBlanks = { word: String -> in <lambda>() method 66 val checkBlanks = { word: String -> in <lambda>() method 70 val score2 = { word: String -> in <lambda>() method 79 val first3 = { word: String -> in <lambda>() method 83 val last3 = { word: String -> in <lambda>() method 87 val toBeMaxed = { word: String -> flowOf(first3(word), last3(word)).flattenConcat() } in <lambda>() method 90 val bonusForDoubleLetter = { word: String -> in <lambda>() method 98 val score3 = { word: String -> in <lambda>() method
|
D | FlowPlaysScrabbleOpt.kt | 25 val histoOfLetters = { word: String -> in <lambda>() method 43 val nBlanks = { word: String -> in <lambda>() method 53 val checkBlanks = { word: String -> in <lambda>() method 64 val score2 = { word: String -> in <lambda>() method 73 val first3 = { word: String -> word.asFlow(endIndex = 3) } in <lambda>() method 74 val last3 = { word: String -> word.asFlow(startIndex = 3) } in <lambda>() method 75 val toBeMaxed = { word: String -> concat(first3(word), last3(word)) } in <lambda>() method 77 val bonusForDoubleLetter = { word: String -> in <lambda>() method 85 val score3 = { word: String -> in <lambda>() method
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_wordinfo.cpp | 19 CPVT_WordInfo::CPVT_WordInfo(uint16_t word, in CPVT_WordInfo() 29 CPVT_WordInfo::CPVT_WordInfo(const CPVT_WordInfo& word) in CPVT_WordInfo() 41 CPVT_WordInfo& CPVT_WordInfo::operator=(const CPVT_WordInfo& word) { in operator =()
|
D | cpvt_fontmap.cpp | 77 int32_t CPVT_FontMap::GetWordFontIndex(uint16_t word, in GetWordFontIndex() 84 int32_t CPVT_FontMap::CharCodeFromUnicode(int32_t nFontIndex, uint16_t word) { in CharCodeFromUnicode() 89 FX_Charset CPVT_FontMap::CharSetFromUnicode(uint16_t word, in CharSetFromUnicode()
|
/external/pdfium/core/fpdfapi/font/ |
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()
|
/external/deqp-deps/amber/samples/ |
D | png.cc | 31 unsigned char byte0(uint32_t word) { in byte0() 35 unsigned char byte1(uint32_t word) { in byte1() 39 unsigned char byte2(uint32_t word) { in byte2() 43 unsigned char byte3(uint32_t word) { in byte3()
|
D | ppm.cc | 27 uint8_t byte0(uint32_t word) { in byte0() 31 uint8_t byte1(uint32_t word) { in byte1() 35 uint8_t byte2(uint32_t word) { in byte2()
|
/external/python/cpython3/Include/internal/ |
D | pycore_bitutils.h | 34 _Py_bswap16(uint16_t word) in _Py_bswap16() 49 _Py_bswap32(uint32_t word) in _Py_bswap32() 66 _Py_bswap64(uint64_t word) in _Py_bswap64()
|
/external/cronet/net/third_party/quiche/src/quiche/binary_http/ |
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 151 for (const auto& word : expected_words) { in TEST() local 173 for (const auto& word : words) { in TEST() local 225 for (const auto& word : expected_words) { in TEST() local 250 for (const auto& word : words) { in TEST() local 330 for (const auto& word : expected_words) { in TEST() local 352 for (const auto& word : words) { in TEST() local 389 for (const auto& word : expected_words) { in TEST() local [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/flags/internal/ |
D | sequence_lock.h | 147 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 154 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 165 uint64_t word; in RelaxedCopyToAtomic() local 173 uint64_t word = 0; in RelaxedCopyToAtomic() local
|
/external/cronet/third_party/abseil-cpp/absl/flags/internal/ |
D | sequence_lock.h | 147 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 154 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 165 uint64_t word; in RelaxedCopyToAtomic() local 173 uint64_t word = 0; in RelaxedCopyToAtomic() local
|
/external/angle/third_party/abseil-cpp/absl/flags/internal/ |
D | sequence_lock.h | 147 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 154 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 165 uint64_t word; in RelaxedCopyToAtomic() local 173 uint64_t word = 0; in RelaxedCopyToAtomic() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/ |
D | sequence_lock.h | 147 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 154 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 165 uint64_t word; in RelaxedCopyToAtomic() local 173 uint64_t word = 0; in RelaxedCopyToAtomic() local
|
/external/abseil-cpp/absl/flags/internal/ |
D | sequence_lock.h | 147 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 154 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 165 uint64_t word; in RelaxedCopyToAtomic() local 173 uint64_t word = 0; in RelaxedCopyToAtomic() local
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/flags/internal/ |
D | sequence_lock.h | 147 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 154 uint64_t word = src->load(std::memory_order_relaxed); in RelaxedCopyFromAtomic() local 165 uint64_t word; in RelaxedCopyToAtomic() local 173 uint64_t word = 0; in RelaxedCopyToAtomic() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
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
|