Home
last modified time | relevance | path

Searched defs:word (Results 1 – 25 of 673) sorted by relevance

12345678910>>...27

/external/deqp-deps/SPIRV-Tools/test/
Dparse_number_test.cpp328 "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 …]
Dtext_word_get_test.cpp30 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/swiftshader/third_party/SPIRV-Tools/test/
Dparse_number_test.cpp328 "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 …]
Dtext_word_get_test.cpp30 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/spirv-tools/src/test/
Dparse_number_test.cpp328 "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 …]
Dtext_word_get_test.cpp30 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/rust/android-crates-io/crates/tinystr/src/
Dint_ops.rs44 let word = self.0; in len() localVariable
53 let word = self.0; in is_ascii_alphabetic() localVariable
68 let word = self.0; in is_ascii_alphanumeric() localVariable
78 let word = self.0; in is_ascii_numeric() localVariable
86 let word = self.0; in is_ascii_lowercase() localVariable
96 let word = self.0; in is_ascii_titlecase() localVariable
107 let word = self.0; in is_ascii_uppercase() localVariable
114 let word = self.0; in is_ascii_alphabetic_lowercase() localVariable
125 let word = self.0; in is_ascii_alphabetic_titlecase() localVariable
137 let word = self.0; in is_ascii_alphabetic_uppercase() localVariable
[all …]
/external/guava/guava/src/com/google/common/base/
DCaseFormat.java37 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()
/external/guava/android/guava/src/com/google/common/base/
DCaseFormat.java37 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()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/
DReactorPlaysScrabble.kt33 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 …]
DFlowPlaysScrabbleBase.kt36 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
DFlowPlaysScrabbleOpt.kt21 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
/external/pdfium/core/fpdfdoc/
Dcpvt_wordinfo.cpp19 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 =()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmapparser.cpp24 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()
110 void CPDF_CMapParser::HandleCodeSpaceRange(ByteStringView word) { in HandleCodeSpaceRange()
142 uint32_t CPDF_CMapParser::GetCode(ByteStringView word) { in GetCode()
/external/deqp-deps/amber/samples/
Dpng.cc31 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()
Dppm.cc27 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/
Dpycore_bitutils.h34 _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/stable/net/third_party/quiche/src/quiche/binary_http/
Dbinary_http_message_test.cc19 std::string WordToBytes(uint32_t word) { in WordToBytes()
67 for (const auto& word : expected_words) { in TEST() local
95 for (const auto& word : words) { in TEST() local
156 for (const auto& word : expected_words) { in TEST() local
178 for (const auto& word : words) { in TEST() local
230 for (const auto& word : expected_words) { in TEST() local
255 for (const auto& word : words) { in TEST() local
335 for (const auto& word : expected_words) { in TEST() local
357 for (const auto& word : words) { in TEST() local
394 for (const auto& word : expected_words) { in TEST() local
[all …]
/external/cronet/tot/net/third_party/quiche/src/quiche/binary_http/
Dbinary_http_message_test.cc19 std::string WordToBytes(uint32_t word) { in WordToBytes()
67 for (const auto& word : expected_words) { in TEST() local
95 for (const auto& word : words) { in TEST() local
156 for (const auto& word : expected_words) { in TEST() local
178 for (const auto& word : words) { in TEST() local
230 for (const auto& word : expected_words) { in TEST() local
255 for (const auto& word : words) { in TEST() local
335 for (const auto& word : expected_words) { in TEST() local
357 for (const auto& word : words) { in TEST() local
394 for (const auto& word : expected_words) { in TEST() local
[all …]
/external/angle/third_party/abseil-cpp/absl/flags/internal/
Dsequence_lock.h147 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/
Dsequence_lock.h147 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/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dsequence_lock.h147 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/stable/third_party/abseil-cpp/absl/flags/internal/
Dsequence_lock.h147 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/tot/third_party/abseil-cpp/absl/flags/internal/
Dsequence_lock.h147 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/
Du_bitmask.c168 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

12345678910>>...27