/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/cronet/tot/third_party/jni_zero/benchmarks/ |
D | README.md | 525 ### Sending a 1000 long ASCII String from Java to C++ std::string 543 ### Sending a 1000 long ASCII String from Java to C++ std::u16string 561 ### Sending a 1000 long non-ASCII String from Java to C++ std::string 578 ### Sending a 1000 long non-ASCII String from Java to C++ std::u16string 596 ### Sending a 1000 long ASCII std::string from C++ to Java 614 ### Sending a 1000 long ASCII std::u16string from C++ to Java 632 ### Sending a 1000 long non-ASCII std::string from C++ to Java 650 ### Sending a 1000 long non-ASCII std::u16string from C++ to Java
|
/external/cronet/stable/third_party/jni_zero/benchmarks/ |
D | README.md | 525 ### Sending a 1000 long ASCII String from Java to C++ std::string 543 ### Sending a 1000 long ASCII String from Java to C++ std::u16string 561 ### Sending a 1000 long non-ASCII String from Java to C++ std::string 578 ### Sending a 1000 long non-ASCII String from Java to C++ std::u16string 596 ### Sending a 1000 long ASCII std::string from C++ to Java 614 ### Sending a 1000 long ASCII std::u16string from C++ to Java 632 ### Sending a 1000 long non-ASCII std::string from C++ to Java 650 ### Sending a 1000 long non-ASCII std::u16string from C++ to Java
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
D | StringsAndChecksums.cpp | 23 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 27 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
|
/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/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumInjectedSources.cpp | 39 const PDBStringTable &Strings; member in llvm::pdb::__anon2843a7f30111::NativeInjectedSource 44 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 99 const PDBStringTable &Strings) in NativeEnumInjectedSources()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumInjectedSources.cpp | 37 const PDBStringTable &Strings; member in llvm::pdb::__anon8c7e316d0111::NativeInjectedSource 42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 97 const PDBStringTable &Strings) in NativeEnumInjectedSources()
|
/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/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-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.h | 90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 98 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
/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/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-16.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/llvm/docs/ |
D | CoverageMappingFormat.rst | 437 .. _Strings: target 439 Strings subsection 447 .. _file id mapping:
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Assumptions.cpp | 30 SmallVector<StringRef, 8> Strings; in hasAssumption() local 42 SmallVector<StringRef, 8> Strings; in getAssumptions() local
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
D | Strings.java | 3 public class Strings { class
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.h | 22 UStringVector Strings; variable
|
D | CopyDialog.h | 26 UStringVector Strings; variable
|
/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
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBStringTable.h | 49 codeview::DebugStringTableSubsectionRef Strings; variable
|
D | NativeEnumInjectedSources.h | 37 const PDBStringTable &Strings; variable
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SampleElements.java | 58 public static class Strings extends SampleElements<String> { class in SampleElements 59 public Strings() { in Strings() method in SampleElements.Strings
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | SampleElements.java | 58 public static class Strings extends SampleElements<String> { class in SampleElements 59 public Strings() { in Strings() method in SampleElements.Strings
|