/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/tests/regres/cov/ |
H A 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 {
|
/aosp_15_r20/external/python/cpython2/Doc/tutorial/ |
D | introduction.rst | 138 Strings section in Using Python as a Calculator 370 Unicode Strings argument 466 .. _tut-lists:
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 37 const PDBStringTable &Strings; member in llvm::pdb::__anonb78b36ed0111::NativeInjectedSource 42 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 97 const PDBStringTable &Strings) in NativeEnumInjectedSources()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 39 const PDBStringTable &Strings; member in llvm::pdb::__anon5350ad730111::NativeInjectedSource 44 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 99 const PDBStringTable &Strings) in NativeEnumInjectedSources()
|
/aosp_15_r20/external/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 437 .. _Strings: target 439 Strings subsection 447 .. _file id mapping:
|
H A D | LangRef.rst | 3929 .. _specialized-metadata: 3931 Specialized Metadata Nodes 4370 '``tbaa``' Metadata 4406 '``tbaa.struct``' Metadata 4437 '``noalias``' and '``alias.scope``' Metadata 4506 '``fpmath``' Metadata 4530 '``range``' Metadata 4565 '``unpredictable``' Metadata 4575 '``llvm.loop``' 4608 '``llvm.loop.vectorize``' and '``llvm.loop.interleave``' [all …]
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | byte_cursor_unittest.cc | 678 TEST(Strings, Zero) { in TEST() argument 689 TEST(Strings, Some) { in TEST() argument 700 TEST(Strings, TooMuch) { in TEST() argument 719 TEST(Strings, PointTo) { in TEST() argument 739 TEST(Strings, CString) { in TEST() argument 753 TEST(Strings, CStringLimit) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 23 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 27 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | StringsAndChecksums.cpp | 24 const DebugStringTableSubsectionRef &Strings) in StringsAndChecksumsRef() 28 const DebugStringTableSubsectionRef &Strings, in StringsAndChecksumsRef()
|
/aosp_15_r20/external/python/cpython3/Doc/tutorial/ |
D | introduction.rst | 141 Strings section in Using Python as a Calculator 384 .. _tut-lists:
|
/aosp_15_r20/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
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/inputdevice/tutorial/ui/composable/ |
H A D | TutorialScreenConfig.kt | 36 data class Strings( dataClass
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.h | 90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 98 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.h | 90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 98 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.h | 90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 98 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.h | 90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 98 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.h | 90 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 98 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.h | 94 const DebugStringTableSubsectionRef &Strings) { in visitDebugSubsections() 102 const DebugStringTableSubsectionRef &Strings, in visitDebugSubsections()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Assumptions.cpp | 30 SmallVector<StringRef, 8> Strings; in hasAssumption() local 42 SmallVector<StringRef, 8> Strings; in getAssumptions() local
|
/aosp_15_r20/build/soong/android/ |
H A D | visibility.go | 139 func (c compositeRule) Strings() []string { func 604 Strings() []string methodSpec 646 func (v *visibilityRuleSet) Strings() []string { func
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
H A D | SampleElements.java | 58 public static class Strings extends SampleElements<String> { class in SampleElements 59 public Strings() { in Strings() method in SampleElements.Strings
|