Home
last modified time | relevance | path

Searched refs:Strings (Results 1 – 25 of 2413) sorted by relevance

12345678910>>...97

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp133 static const char *const Strings[] = { in CPU_arch() local
143 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in CPU_arch()
166 static const char *const Strings[] = { "Not Permitted", "Permitted" }; in ARM_ISA_use() local
170 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ARM_ISA_use()
176 static const char *const Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" }; in THUMB_ISA_use() local
180 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in THUMB_ISA_use()
186 static const char *const Strings[] = { in FP_arch() local
193 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in FP_arch()
199 static const char *const Strings[] = { "Not Permitted", "WMMXv1", "WMMXv2" }; in WMMX_arch() local
203 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in WMMX_arch()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dconcat-demuxer-simple1-lavf-mxf82 Strings Metadata
84 Strings Metadata
86 Strings Metadata
88 Strings Metadata
90 Strings Metadata
92 Strings Metadata
94 Strings Metadata
96 Strings Metadata
98 Strings Metadata
100 Strings Metadata
[all …]
Dconcat-demuxer-simple1-lavf-mxf_d1062 Strings Metadata
64 Strings Metadata
66 Strings Metadata
68 Strings Metadata
70 Strings Metadata
72 Strings Metadata
74 Strings Metadata
76 Strings Metadata
78 Strings Metadata
80 Strings Metadata
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp78 std::vector<std::string> Strings; in TEST() local
79 Strings.push_back("pop"); in TEST()
80 Strings.push_back("lollipop"); in TEST()
81 Strings.push_back("lipop"); in TEST()
82 Strings.push_back("pops"); in TEST()
83 Strings.push_back("unpop"); in TEST()
84 Strings.push_back("popular"); in TEST()
85 Strings.push_back("a"); in TEST()
86 Strings.push_back("z"); in TEST()
87 Strings.push_back("foo"); in TEST()
[all …]
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsExportAssignmentExpressionPlusSecondary.types2 const Strings = {
3 >Strings : { a: string; b: string; }
16 …em: "ok" }} : { thing: string; also: string; desc: { item: string; }; Strings: { a: string; b: …
17 >module.exports : { thing: string; also: string; desc: { item: string; }; Strings: { a: string; b: …
18 >module : { exports: { thing: string; also: string; desc: { item: string; }; Strings: { a: string; …
19 >exports : { thing: string; also: string; desc: { item: string; }; Strings: { a: string; b: string;…
39 module.exports.Strings = Strings;
40 >module.exports.Strings = Strings : { a: string; b: string; }
41 >module.exports.Strings : { a: string; b: string; }
42 >module.exports : { thing: string; also: string; desc: { item: string; }; Strings: { a: string; b: …
[all …]
DjsDeclarationsExportSubAssignments.symbols2 const Strings = {
3 >Strings : Symbol(Strings, Decl(cls.js, 0, 5))
21 module.exports.Strings = Strings;
22 >module.exports.Strings : Symbol(Strings, Decl(cls.js, 5, 21))
23 >module.exports : Symbol(Strings, Decl(cls.js, 5, 21))
26 >Strings : Symbol(Strings, Decl(cls.js, 5, 21))
27 >Strings : Symbol(Strings, Decl(cls.js, 0, 5))
DjsDeclarationsExportAssignmentExpressionPlusSecondary.symbols2 const Strings = {
3 >Strings : Symbol(Strings, Decl(index.js, 0, 5))
30 module.exports.Strings = Strings;
31 >module.exports.Strings : Symbol(Strings, Decl(index.js, 10, 2))
32 >module.exports : Symbol(Strings, Decl(index.js, 10, 2))
35 >Strings : Symbol(Strings, Decl(index.js, 10, 2))
36 >Strings : Symbol(Strings, Decl(index.js, 0, 5))
DjsDeclarationsClassStatic.symbols20 const Strings = {
21 >Strings : Symbol(Strings, Decl(source.js, 9, 5))
36 module.exports.Strings = Strings
37 >module.exports.Strings : Symbol(Strings, Decl(source.js, 14, 25))
38 >module.exports : Symbol(Strings, Decl(source.js, 14, 25))
41 >Strings : Symbol(Strings, Decl(source.js, 14, 25))
42 >Strings : Symbol(Strings, Decl(source.js, 9, 5))
DjsDeclarationsClassExtendsVisibility.symbols7 const Strings = {
8 >Strings : Symbol(Strings, Decl(cls.js, 1, 5))
27 module.exports.Strings = Strings;
28 >module.exports.Strings : Symbol(Strings, Decl(cls.js, 6, 21))
29 >module.exports : Symbol(Strings, Decl(cls.js, 6, 21))
32 >Strings : Symbol(Strings, Decl(cls.js, 6, 21))
33 >Strings : Symbol(Strings, Decl(cls.js, 1, 5))
DjsDeclarationsExportSubAssignments.js2 const Strings = { variable
8 module.exports.Strings = Strings;
11 var Strings = { variable
21 module.exports.Strings = Strings;
29 export { Strings };
31 declare namespace Strings {
DjsDeclarationsExportSubAssignments.types2 const Strings = {
3 >Strings : { a: string; b: string; }
25 module.exports.Strings = Strings;
26 >module.exports.Strings = Strings : { a: string; b: string; }
27 >module.exports.Strings : { a: string; b: string; }
31 >Strings : { a: string; b: string; }
32 >Strings : { a: string; b: string; }
DjsDeclarationsClassStatic.js11 const Strings = { variable
17 module.exports.Strings = Strings
42 var Strings = { variable
47 module.exports.Strings = Strings;
62 export { statische, Strings, HandlerOptions };
65 declare namespace Strings {
DjsDeclarationsClassStatic.types23 const Strings = {
24 >Strings : { a: string; b: string; }
43 module.exports.Strings = Strings
44 >module.exports.Strings = Strings : { a: string; b: string; }
45 >module.exports.Strings : { a: string; b: string; }
49 >Strings : { a: string; b: string; }
50 >Strings : { a: string; b: string; }
DjsDeclarationsExportAssignmentExpressionPlusSecondary.js2 const Strings = { variable
13 module.exports.Strings = Strings;
17 var Strings = { variable
28 module.exports.Strings = Strings;
32 export namespace Strings {
DjsDeclarationsClassExtendsVisibility.types8 const Strings = {
9 >Strings : { a: string; b: string; }
32 module.exports.Strings = Strings;
33 >module.exports.Strings = Strings : { a: string; b: string; }
34 >module.exports.Strings : { a: string; b: string; }
38 >Strings : { a: string; b: string; }
39 >Strings : { a: string; b: string; }
DjsDeclarationsClassExtendsVisibility.js8 const Strings = { variable
14 module.exports.Strings = Strings;
40 var Strings = { variable
52 module.exports.Strings = Strings;
64 export { Strings };
67 declare namespace Strings {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h27 explicit StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings);
30 StringsAndChecksumsRef(const DebugStringTableSubsectionRef &Strings,
33 void setStrings(const DebugStringTableSubsectionRef &Strings);
42 if (Strings && Checksums) in initialize()
48 if (R.kind() == DebugSubsectionKind::StringTable && !Strings) { in initialize()
64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings()
67 bool hasStrings() const { return Strings != nullptr; } in hasStrings()
77 const DebugStringTableSubsectionRef *Strings = nullptr; variable
89 void setStrings(const StringsPtr &SP) { Strings = SP; } in setStrings()
92 const StringsPtr &strings() const { return Strings; } in strings()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp37 const PDBStringTable &Strings; member in llvm::pdb::__anonbe1132dc0111::NativeInjectedSource
42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() argument
43 : Entry(Entry), Strings(Strings), File(File) {} in NativeInjectedSource()
49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName()
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName()
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
71 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
97 const PDBStringTable &Strings) in NativeEnumInjectedSources() argument
98 : File(File), Stream(IJS), Strings(Strings), Cur(Stream.begin()) {} in NativeEnumInjectedSources()
109 File, Strings); in getChildAtIndex()
[all …]
DPDBStringTableBuilder.cpp47 return Strings.insert(S); in insert()
51 return Strings.getIdForString(S); in getIdForString()
55 return Strings.getStringForId(Id); in getStringForId()
134 Size += sizeof(uint32_t) * computeBucketCount(Strings.size()); in calculateHashTableSize()
142 Size += Strings.calculateSerializedSize(); in calculateSerializedSize()
149 const codeview::DebugStringTableSubsection &Strings) { in setStrings() argument
150 this->Strings = Strings; in setStrings()
158 H.ByteSize = Strings.calculateSerializedSize(); in writeHeader()
166 if (auto EC = Strings.commit(Writer)) in writeStrings()
175 uint32_t BucketCount = computeBucketCount(Strings.size()); in writeHashTable()
[all …]
DInjectedSourceStream.cpp28 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload() argument
52 auto Name = Strings.getStringForID(Entry.second.FileNI); in reload()
55 auto ObjName = Strings.getStringForID(Entry.second.ObjNI); in reload()
58 auto VName = Strings.getStringForID(Entry.second.VFileNI); in reload()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp24 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() argument
25 : Strings(&Strings) {} in StringsAndChecksumsRef()
28 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef() argument
30 : Strings(&Strings), Checksums(&Checksums) {} in StringsAndChecksumsRef()
35 assert(!Strings && "Found a string table even though we already have one!"); in initializeStrings()
39 Strings = OwnedStrings.get(); in initializeStrings()
49 Strings = nullptr; in resetStrings()
61 Strings = OwnedStrings.get(); in setStrings()
DDebugChecksumsSubsection.cpp64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection() argument
65 : DebugSubsection(DebugSubsectionKind::FileChecksums), Strings(Strings) {} in DebugChecksumsSubsection()
77 Entry.FileNameOffset = Strings.insert(FileName); in addChecksum()
111 uint32_t Offset = Strings.getIdForString(FileName); in mapChecksumOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp114 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
128 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
144 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
174 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
202 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
204 std::vector<StringRef> Strings; member
216 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
357 IO.mapRequired("Strings", Strings); in map()
503 for (const auto &Str : this->Strings) in toCodeViewSubsection()
541 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, in convertOneChecksum() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp14 if (S.empty() && !Strings.empty()) in getEntry()
19 auto I = Strings.insert({S, DwarfStringPoolEntry()}); in getEntry()
36 auto InsertResult = Strings.insert({S, Entry}); in internString()
43 Result.reserve(Strings.size()); in getEntriesForEmission()
44 for (const auto &E : Strings) in getEntriesForEmission()
/third_party/elfutils/tests/
Drun-zstrptr.sh24 Strings in section 32 (compressed):
60 Strings in section 32 (uncompressed):
99 Strings in section 30 (compressed):
132 Strings in section 30 (uncompressed):

12345678910>>...97