Home
last modified time | relevance | path

Searched defs:Strings (Results 1 – 25 of 170) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp133 static const char *const Strings[] = { in CPU_arch() local
166 static const char *const Strings[] = { "Not Permitted", "Permitted" }; in ARM_ISA_use() local
176 static const char *const Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" }; in THUMB_ISA_use() local
186 static const char *const Strings[] = { in FP_arch() local
199 static const char *const Strings[] = { "Not Permitted", "WMMXv1", "WMMXv2" }; in WMMX_arch() local
209 static const char *const Strings[] = { in Advanced_SIMD_arch() local
221 static const char *const Strings[] = { in MVE_arch() local
233 static const char *const Strings[] = { in PCS_config() local
246 static const char *const Strings[] = { "v6", "Static Base", "TLS", "Unused" }; in ABI_PCS_R9_use() local
256 static const char *const Strings[] = { in ABI_PCS_RW_data() local
[all …]
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp122 static const char *const Strings[] = { in CPU_arch() local
153 static const char *const Strings[] = { "Not Permitted", "Permitted" }; in ARM_ISA_use() local
163 static const char *const Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" }; in THUMB_ISA_use() local
173 static const char *const Strings[] = { in FP_arch() local
186 static const char *const Strings[] = { "Not Permitted", "WMMXv1", "WMMXv2" }; in WMMX_arch() local
196 static const char *const Strings[] = { in Advanced_SIMD_arch() local
208 static const char *const Strings[] = { in PCS_config() local
221 static const char *const Strings[] = { "v6", "Static Base", "TLS", "Unused" }; in ABI_PCS_R9_use() local
231 static const char *const Strings[] = { in ABI_PCS_RW_data() local
243 static const char *const Strings[] = { in ABI_PCS_RO_data() local
[all …]
/external/python/cpython2/Doc/tutorial/
Dintroduction.rst138 Strings section in Using Python as a Calculator
370 Unicode Strings argument
466 .. _tut-lists:
/external/llvm-project/clang-tools-extra/clangd/index/
DSerialization.cpp101 llvm::StringRef consumeString(llvm::ArrayRef<llvm::StringRef> Strings) { in consumeString()
212 std::vector<llvm::StringRef> Strings; member
263 void writeLocation(const SymbolLocation &Loc, const StringTableOut &Strings, in writeLocation()
273 llvm::ArrayRef<llvm::StringRef> Strings) { in readLocation()
284 llvm::ArrayRef<llvm::StringRef> Strings) { in readIncludeGraphNode()
298 const StringTableOut &Strings, in writeIncludeGraphNode()
310 void writeSymbol(const Symbol &Sym, const StringTableOut &Strings, in writeSymbol()
339 Symbol readSymbol(Reader &Data, llvm::ArrayRef<llvm::StringRef> Strings) { in readSymbol()
374 const StringTableOut &Strings, llvm::raw_ostream &OS) { in writeRefs()
385 readRefs(Reader &Data, llvm::ArrayRef<llvm::StringRef> Strings) { in readRefs()
[all …]
DSymbol.cpp46 static void own(Symbol &S, llvm::UniqueStringSaver &Strings) { in own()
64 llvm::UniqueStringSaver Strings(NewArena); in build() local
/external/llvm-project/clang-tools-extra/clangd/unittests/remote/
DMarshallingTests.cpp40 llvm::UniqueStringSaver &Strings) { in testPathURI()
46 llvm::UniqueStringSaver &Strings) { in createSymbol()
92 llvm::UniqueStringSaver Strings(Arena); in TEST() local
147 llvm::UniqueStringSaver Strings(Arena); in TEST() local
216 llvm::UniqueStringSaver Strings(Arena); in TEST() local
239 llvm::UniqueStringSaver Strings(Arena); in TEST() local
405 llvm::UniqueStringSaver Strings(Arena); in TEST() local
435 llvm::UniqueStringSaver Strings(Arena); in TEST() local
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp24 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef()
28 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp24 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef()
28 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
/external/python/cpython3/Doc/tutorial/
Dintroduction.rst134 Strings section in Using Python as a Calculator
372 .. _tut-lists:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp37 const PDBStringTable &Strings; member in llvm::pdb::__anon335ddd5e0111::NativeInjectedSource
42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource()
97 const PDBStringTable &Strings) in NativeEnumInjectedSources()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp37 const PDBStringTable &Strings; member in llvm::pdb::__anon8abfdeea0111::NativeInjectedSource
42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource()
97 const PDBStringTable &Strings) in NativeEnumInjectedSources()
/external/swiftshader/tests/regres/cov/
Dtree.go79 func (t *Tree) Strings() Strings { return t.strings } func
192 type Strings struct { struct
193 m map[string]StringID
194 s []string
197 func (s *Strings) index(str string) StringID {
312 func (tcm TestCoverageMap) String(t *Test, s Strings) string {
/external/owasp/sanitizer/src/main/org/owasp/html/
DStrings.java54 final class Strings { class
147 private Strings() { /* uninstantiable */ } in Strings() method in Strings
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionVisitor.h91 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
99 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionVisitor.h94 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections()
102 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
/external/llvm/docs/
DCoverageMappingFormat.rst437 .. _Strings: target
439 Strings subsection
447 .. _file id mapping:
/external/jcommander/src/main/java/com/beust/jcommander/
DStrings.java3 public class Strings { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp204 std::vector<StringRef> Strings; member
541 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, in convertOneChecksum()
555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName()
566 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
581 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
619 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
656 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
691 const DebugStringTableSubsectionRef &Strings) { in fromCodeViewSubsection()
709 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
853 DebugStringTableSubsectionRef &Strings, in visitStringTable()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp204 std::vector<StringRef> Strings; member
541 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, in convertOneChecksum()
555 getFileName(const DebugStringTableSubsectionRef &Strings, in getFileName()
566 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
581 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
619 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
656 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
691 const DebugStringTableSubsectionRef &Strings) { in fromCodeViewSubsection()
709 const DebugStringTableSubsectionRef &Strings, in fromCodeViewSubsection()
853 DebugStringTableSubsectionRef &Strings, in visitStringTable()
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.h22 UStringVector Strings; variable
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.h101 llvm::UniqueStringSaver Strings; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.h36 const PDBStringTable &Strings; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.h36 const PDBStringTable &Strings; variable
DPDBStringTable.h56 codeview::DebugStringTableSubsectionRef Strings; variable
/external/rust/crates/uuid/
DREADME.md107 ## Strings section

1234567