Home
last modified time | relevance | path

Searched refs:Word (Results 1 – 25 of 252) sorted by relevance

1234567891011

/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_word_get_test.cpp32 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/
Dtext_word_get_test.cpp34 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/
Dtext_word_get_test.cpp34 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/
Dtext_word_get_test.cpp34 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/
Dparse_vdso.c49 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/
DHashTable.cpp34 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/
DFuzzerDictionary.h53 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()
DFuzzerTraceState.cpp29 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/
DIRSymtab.h50 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/
Dunity_to_junit.py34 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/
Dunity_to_junit.py34 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/
Dnamespropsbuilder.cpp183 } 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/
Delf_mem_image.h95 const char* GetDynstr(ElfW(Word) offset) const;
97 const char* GetVerstr(ElfW(Word) offset) const;
121 const ElfW(Word) *hash_;
Delf_mem_image.cc71 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/
Delf_mem_image.h95 const char* GetDynstr(ElfW(Word) offset) const;
97 const char* GetVerstr(ElfW(Word) offset) const;
121 const ElfW(Word) *hash_;
Delf_mem_image.cc71 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/
DTestRandomWordsUDHR_el.txt10019 # Word Length (min/max/avg) [3 / 15 / 7.73]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 1.99]
DTestRandomWordsUDHR_th.txt10019 # Word Length (min/max/avg) [3 / 13 / 4.90]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.00]
DTestRandomWordsUDHR_he.txt10019 # Word Length (min/max/avg) [3 / 12 / 5.36]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.01]
DTestRandomWordsUDHR_ar.txt10019 # Word Length (min/max/avg) [3 / 11 / 5.52]
10020 # Word Count per Phrase (min/max/avg) [1 / 3 / 2.01]
DTestRandomWordsUDHR_ru.txt10019 # 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/
Dword2md.ts10 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/
Dcppjieba.patch00178 vector<cppjieba::Word> jiebawords;
85 - vector<cppjieba::KeywordExtractor::Word> keywordres;
113 vector<Word> words;
135 - vector<KeywordExtractor::Word> wordweights;
/third_party/zlib/contrib/delphi/
DZLib.pas51 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/
DZLib.pas51 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

1234567891011