/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ARMAttributeParser.cpp | 133 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/ |
D | ARMAttributeParser.cpp | 122 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/ |
D | introduction.rst | 138 Strings section in Using Python as a Calculator 370 Unicode Strings argument 466 .. _tut-lists:
|
/external/swiftshader/tests/regres/cov/ |
D | tree.go | 79 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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumInjectedSources.cpp | 37 const PDBStringTable &Strings; member in llvm::pdb::__anon6cbbdf630111::NativeInjectedSource 42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 97 const PDBStringTable &Strings) in NativeEnumInjectedSources()
|
D | InjectedSourceStream.cpp | 28 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | StringsAndChecksums.cpp | 24 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 28 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
|
/external/python/cpython3/Doc/tutorial/ |
D | introduction.rst | 141 Strings section in Using Python as a Calculator 379 .. _tut-lists:
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | Strings.java | 54 final class Strings { class 147 private Strings() { /* uninstantiable */ } in Strings() method in Strings
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 204 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.h | 94 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 102 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 437 .. _Strings: target 439 Strings subsection 447 .. _file id mapping:
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
D | Strings.java | 3 public class Strings { class
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SampleElements.java | 56 public static class Strings extends SampleElements<String> { class in SampleElements 57 public Strings() { in Strings() method in SampleElements.Strings
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | SampleElements.java | 56 public static class Strings extends SampleElements<String> { class in SampleElements 57 public Strings() { in Strings() method in SampleElements.Strings
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.h | 22 UStringVector Strings; variable
|
/external/guava/guava/src/com/google/common/base/ |
D | Strings.java | 37 public final class Strings { class 38 private Strings() {} in Strings() method in Strings
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Strings.java | 35 public final class Strings { class 36 private Strings() {} in Strings() method in Strings
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeEnumInjectedSources.h | 36 const PDBStringTable &Strings; variable
|
D | PDBStringTable.h | 56 codeview::DebugStringTableSubsectionRef Strings; variable
|
D | PDBStringTableBuilder.h | 65 codeview::DebugStringTableSubsection Strings; variable
|
/external/rust/crates/uuid/ |
D | README.md | 107 ## Strings section
|
/external/emma/core/java12/com/vladium/util/ |
D | Strings.java | 24 abstract class Strings class 293 private Strings () {} // prevent subclassing in Strings() method in Strings
|
/external/clang/include/clang-c/ |
D | CXString.h | 44 CXString *Strings; member
|
/external/testng/src/main/java/org/testng/util/ |
D | Strings.java | 9 public class Strings { class
|