/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | text_word_get_test.cpp | 32 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); in TEST() 36 ASSERT_STREQ("Word", word.c_str()); in TEST() 42 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) in TEST() 47 ASSERT_STREQ("Word", word.c_str()); in TEST() 55 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); in TEST() 59 ASSERT_STREQ("Word", word.c_str()); in TEST()
|
/third_party/spirv-tools/test/ |
D | text_word_get_test.cpp | 34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); in TEST() 38 ASSERT_STREQ("Word", word.c_str()); in TEST() 44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) in TEST() 49 ASSERT_STREQ("Word", word.c_str()); in TEST() 57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); in TEST() 61 ASSERT_STREQ("Word", word.c_str()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_word_get_test.cpp | 34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); in TEST() 38 ASSERT_STREQ("Word", word.c_str()); in TEST() 44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) in TEST() 49 ASSERT_STREQ("Word", word.c_str()); in TEST() 57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); in TEST() 61 ASSERT_STREQ("Word", word.c_str()); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_word_get_test.cpp | 34 AssemblyContext(AutoText("Word"), nullptr).getWord(&word, &endPosition)); in TEST() 38 ASSERT_STREQ("Word", word.c_str()); in TEST() 44 ASSERT_EQ(SPV_SUCCESS, AssemblyContext(AutoText("Word\t"), nullptr) in TEST() 49 ASSERT_STREQ("Word", word.c_str()); in TEST() 57 AssemblyContext(AutoText("Word "), nullptr).getWord(&word, &endPosition)); in TEST() 61 ASSERT_STREQ("Word", word.c_str()); in TEST()
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 49 ELF(Word) nbucket, nchain; 72 ELF(Word) get_hash_val(void *ptr, ELF(Word) idx) in get_hash_val() 77 return (ELF(Word)) table[idx]; in get_hash_val() 80 ELF(Word) *table = ptr; in get_hash_val() 85 void *get_hash_ptr(void *ptr, ELF(Word) idx) in get_hash_ptr() 90 return &((ELF(Word) *) ptr)[idx]; in get_hash_ptr() 141 ELF(Word) *hash = 0; in vdso_init_from_sysinfo_ehdr() 159 hash = (ELF(Word) *) in vdso_init_from_sysinfo_ehdr() 192 const char *name, ELF(Word) hash) in vdso_match_version() 236 ELF(Word) chain = get_hash_val(vdso_info.bucket, in vdso_sym()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | HashTable.cpp | 34 uint32_t Word; in readSparseBitVector() local 35 if (auto EC = Stream.readInteger(Word)) in readSparseBitVector() 40 if (Word & (1U << Idx)) in readSparseBitVector() 60 uint32_t Word = 0; in writeSparseBitVector() local 63 Word |= (1 << WordIdx); in writeSparseBitVector() 65 if (auto EC = Writer.writeInteger(Word)) in writeSparseBitVector()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerDictionary.h | 53 typedef FixedWord<27> Word; // 28 bytes. typedef 58 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry() 59 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry() 60 const Word &GetW() const { return W; } in GetW() 80 Word W; 90 bool ContainsWord(const Word &W) const { in ContainsWord()
|
D | FuzzerTraceState.cpp | 29 Word W; 76 typedef std::pair<size_t, Word> CU; in StopTraceRecording() 111 Size = std::min(Size, Word::GetMaxSize()); in AddInterestingWord() 112 Word W(Data, Size); in AddInterestingWord() 142 std::set<Word> InterestingWords; 146 std::map<Word, size_t> AutoDictUnitCounts; 198 CmpSize = std::min(CmpSize, Word::GetMaxSize()); in TraceMemcmpCallback()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 50 using Word = support::ulittle32_t; variable 54 Word Offset, Size; 63 Word Offset, Size; 73 Word Begin, End; 76 Word UncBegin; 95 Word ComdatIndex; 97 Word Flags; 118 Word CommonSize, CommonAlign; 133 Word Version;
|
/third_party/unity/auto/ |
D | unity_to_junit.py | 34 Word(alphanums + '_-./')) 36 entry_two = Word(printables + ' ', excludeChars=':') 49 …tc_summary_line = Group(Word(nums).setResultsName("num_of_tests") + "Tests" + Word(nums).setResult… 50 …"num_of_fail") + "Failures" + Word(nums).setResultsName("num_of_ignore") + "Ignored").setResultsNa…
|
/third_party/cJSON/tests/unity/auto/ |
D | unity_to_junit.py | 34 Word(alphanums + '_-./')) 36 entry_two = Word(printables + ' ', excludeChars=':') 49 …tc_summary_line = Group(Word(nums).setResultsName("num_of_tests") + "Tests" + Word(nums).setResult… 50 …"num_of_fail") + "Failures" + Word(nums).setResultsName("num_of_ignore") + "Ignored").setResultsNa…
|
/third_party/icu/tools/unicode/c/genprops/ |
D | namespropsbuilder.cpp | 183 } Word; typedef 186 static Word words[MAX_WORD_COUNT]; 263 static Word * 266 static Word * 270 countWord(Word *word); 343 Word *word; in parseName() 497 uprv_sortArray(words, wordCount, sizeof(Word), in compress() 545 uprv_sortArray(words+tokenCount, wordCount-tokenCount, sizeof(Word), in compress() 745 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords() 931 static Word * [all …]
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.h | 95 const char* GetDynstr(ElfW(Word) offset) const; 97 const char* GetVerstr(ElfW(Word) offset) const; 121 const ElfW(Word) *hash_;
|
D | elf_mem_image.cc | 71 ElfW(Word) element_size, size_t index) { in GetTableElement() 114 const char *ElfMemImage::GetDynstr(ElfW(Word) offset) const { in GetDynstr() 147 const char *ElfMemImage::GetVerstr(ElfW(Word) offset) const { in GetVerstr() 227 hash_ = reinterpret_cast<ElfW(Word) *>(value); in Init()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.h | 95 const char* GetDynstr(ElfW(Word) offset) const; 97 const char* GetVerstr(ElfW(Word) offset) const; 121 const ElfW(Word) *hash_;
|
D | elf_mem_image.cc | 71 ElfW(Word) element_size, size_t index) { in GetTableElement() 114 const char *ElfMemImage::GetDynstr(ElfW(Word) offset) const { in GetDynstr() 147 const char *ElfMemImage::GetVerstr(ElfW(Word) offset) const { in GetVerstr() 227 hash_ = reinterpret_cast<ElfW(Word) *>(value); in Init()
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestRandomWordsUDHR_el.txt | 10019 # Word Length (min/max/avg) [3 / 15 / 7.73] 10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 1.99]
|
D | TestRandomWordsUDHR_th.txt | 10019 # Word Length (min/max/avg) [3 / 13 / 4.90] 10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.00]
|
D | TestRandomWordsUDHR_he.txt | 10019 # Word Length (min/max/avg) [3 / 12 / 5.36] 10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.01]
|
D | TestRandomWordsUDHR_ar.txt | 10019 # Word Length (min/max/avg) [3 / 11 / 5.52] 10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.01]
|
D | TestRandomWordsUDHR_ru.txt | 10019 # Word Length (min/max/avg) [3 / 20 / 8.51] 10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.01]
|
/third_party/typescript/scripts/ |
D | word2md.ts | 10 namespace Word { namespace 177 function convertDocumentToMarkdown(doc: Word.Document): string { 272 function writeParagraph(p: Word.Paragraph) { 416 const app: Word.Application = sys.createObject("Word.Application");
|
/third_party/mindspore/third_party/patch/cppjieba/ |
D | cppjieba.patch001 | 78 vector<cppjieba::Word> jiebawords; 85 - vector<cppjieba::KeywordExtractor::Word> keywordres; 113 vector<Word> words; 135 - vector<KeywordExtractor::Word> wordweights;
|
/third_party/zlib/contrib/delphi/ |
D | ZLib.pas | 51 FBuffer: array [Word] of Char; 93 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() argument 122 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() argument 464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in TCompressionStream.Seek() argument 527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in Seek() argument
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/delphi/ |
D | ZLib.pas | 51 FBuffer: array [Word] of Char; 93 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() argument 122 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() argument 464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in TCompressionStream.Seek() argument 527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in Seek() argument
|