Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DARMAttributeParser.cpp116 static const char *strings[] = {"Not Permitted", "Permitted"}; in ARM_ISA_use() local
121 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; in THUMB_ISA_use() local
126 static const char *strings[] = { in FP_arch() local
133 static const char *strings[] = {"Not Permitted", "WMMXv1", "WMMXv2"}; in WMMX_arch() local
138 static const char *strings[] = {"Not Permitted", "NEONv1", "NEONv2+FMA", in Advanced_SIMD_arch() local
144 static const char *strings[] = {"Not Permitted", "MVE integer", in MVE_arch() local
150 static const char *strings[] = { in PCS_config() local
157 static const char *strings[] = {"v6", "Static Base", "TLS", "Unused"}; in ABI_PCS_R9_use() local
162 static const char *strings[] = {"Absolute", "PC-relative", "SB-relative", in ABI_PCS_RW_data() local
168 static const char *strings[] = {"Absolute", "PC-relative", "Not Permitted"}; in ABI_PCS_RO_data() local
[all …]
DCSKYAttributeParser.cpp85 static const char *strings[] = {"Error", "DSP Extension", "DSP 2.0"}; in dspVersion() local
90 static const char *strings[] = {"Error", "VDSP Version 1", "VDSP Version 2"}; in vdspVersion() local
95 static const char *strings[] = {"Error", "FPU Version 1", "FPU Version 2", in fpuVersion() local
101 static const char *strings[] = {"Error", "Soft", "SoftFP", "Hard"}; in fpuABI() local
106 static const char *strings[] = {"None", "Needed"}; in fpuRounding() local
111 static const char *strings[] = {"None", "Needed"}; in fpuDenormal() local
116 static const char *strings[] = {"None", "Needed"}; in fpuException() local
/external/angle/util/capture/
Dtrace_interpreter.cpp670 void PackParameter<uint32_t>(ParamBuffer &params, const Token &token, const TraceStringMap &strings) in PackParameter()
683 void PackParameter<int32_t>(ParamBuffer &params, const Token &token, const TraceStringMap &strings) in PackParameter()
700 void PackParameter<void *>(ParamBuffer &params, const Token &token, const TraceStringMap &strings) in PackParameter()
709 const TraceStringMap &strings) in PackParameter()
715 void PackParameter<void **>(ParamBuffer &params, const Token &token, const TraceStringMap &strings) in PackParameter()
723 const TraceStringMap &strings) in PackParameter()
729 void PackParameter<uint64_t>(ParamBuffer &params, const Token &token, const TraceStringMap &strings) in PackParameter()
736 void PackParameter<int64_t>(ParamBuffer &params, const Token &token, const TraceStringMap &strings) in PackParameter()
745 const TraceStringMap &strings) in PackParameter()
753 const TraceStringMap &strings) in PackParameter()
[all …]
/external/perfetto/src/trace_processor/db/column/
Dstring_storage_unittest.cc42 std::vector<std::string> strings{"cheese", "pasta", "pizza", in TEST() local
103 std::vector<std::string> strings{"cheese", "pasta", "pizza", in TEST() local
155 std::vector<std::string> strings{"cheese", "pasta", "pizza", in TEST() local
213 std::vector<std::string> strings{"cheese", "pasta", "pizza", in TEST() local
232 std::vector<std::string> strings{"cheese", "pasta", "pizza", in TEST() local
252 std::vector<std::string> strings{"", "apple"}; in TEST() local
266 std::vector<std::string> strings{"", "apple"}; in TEST() local
280 std::vector<std::string> strings{"apple", "burger", "cheese", in TEST() local
323 std::vector<std::string> strings{"apple", "burger", "cheese", in TEST() local
366 std::vector<std::string> strings{"cheese", "pasta", "pizza", in TEST() local
[all …]
/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
DSdkHttpUtilsTest.java245 Set<String> strings = SdkHttpUtils.parseNonProxyHostsEnvironmentVariable(); in parseSingleNonProxyHost() local
252 Set<String> strings = SdkHttpUtils.parseNonProxyHostsEnvironmentVariable(); in parseNullNonProxyHost() local
260 Set<String> strings = SdkHttpUtils.parseNonProxyHostsEnvironmentVariable(); in parseEmptyStringNonProxyHost() local
269 Set<String> strings = SdkHttpUtils.parseNonProxyHostsEnvironmentVariable(); in parseListOfNonProxyHostWithCommas() local
277 Set<String> strings = SdkHttpUtils.parseNonProxyHostsEnvironmentVariable(); in parseListOfNonProxyHostWithCommasAndWildCard() local
286 Set<String> strings = SdkHttpUtils.parseNonProxyHostsEnvironmentVariable(); in parseListOfNonProxyHostWithPipesAndWildCard() local
/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/module/
DUsesModuleSubcomponents.kt30 fun strings(): Set<String> in usesChild() method
41 fun strings(): Set<String> in strings() method
55 var strings: Set<String> = childBuilder.build().strings() in provideStringInChild() variable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DSetAsSequenceTest.java82 Set<String> strings = yaml.load(doc); in testLoadRootSet() local
95 Set<String> strings = yaml.load(doc); in testLoadRootSet2() local
108 Set<String> strings = yaml.load(doc); in testLoadRootSet3() local
121 Set<String> strings = yaml.load(doc); in testLoadRootSet6() local
/external/dagger2/javatests/dagger/functional/subcomponent/module/
DUsesModuleSubcomponents.java32 Set<String> strings(); in strings() method
48 Set<String> strings(); in strings() method
66 Set<String> strings; field in UsesModuleSubcomponents.UsesChild
/external/ethtool/netlink/
Dtunnels.c23 const struct stringset **strings) in tunnel_info_strings_load()
39 const struct stringset **strings) in tunnel_info_dump_udp_entry()
95 const struct stringset **strings) in tunnel_info_dump_list()
120 const struct stringset **strings) in tunnel_info_dump_udp_table()
170 const struct stringset *strings = NULL; in tunnel_info_dump_udp() local
/external/pytorch/test/cpp/jit/
Dsource_range_test.cpp8 std::vector<std::shared_ptr<std::string>> strings; in TEST() local
21 std::vector<std::shared_ptr<std::string>> strings; in TEST() local
35 std::vector<std::shared_ptr<std::string>> strings; in TEST() local
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java672 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local
683 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local
694 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local
703 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local
720 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local
738 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local
759 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local
792 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local
801 NavigableSet<String> strings = Sets.newTreeSet(asList("one", "two", "three")); in testAsMapNavigable() local
848 NavigableSet<String> strings = Sets.newTreeSet(); in testAsMapNavigableReadsThrough() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/collect/
DMapsTest.java672 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local
683 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local
694 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local
703 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local
720 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local
738 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local
759 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local
792 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local
801 NavigableSet<String> strings = Sets.newTreeSet(asList("one", "two", "three")); in testAsMapNavigable() local
848 NavigableSet<String> strings = Sets.newTreeSet(); in testAsMapNavigableReadsThrough() local
[all …]
/external/cronet/tot/third_party/cpu_features/src/src/
Dimpl_s390x_linux.c66 S390XPlatformStrings* const strings) { in HandleS390XLine()
77 static void FillProcCpuInfoData(S390XPlatformStrings* const strings) { in FillProcCpuInfoData()
107 S390XPlatformStrings strings = kEmptyS390XPlatformStrings; in GetS390XPlatformStrings() local
Dimpl_ppc_linux.c90 PPCPlatformStrings* const strings) { in HandlePPCLine()
111 static void FillProcCpuInfoData(PPCPlatformStrings* const strings) { in FillProcCpuInfoData()
145 PPCPlatformStrings strings = kEmptyPPCPlatformStrings; in GetPPCPlatformStrings() local
/external/cpu_features/src/
Dimpl_s390x_linux.c66 S390XPlatformStrings* const strings) { in HandleS390XLine()
77 static void FillProcCpuInfoData(S390XPlatformStrings* const strings) { in FillProcCpuInfoData()
107 S390XPlatformStrings strings = kEmptyS390XPlatformStrings; in GetS390XPlatformStrings() local
Dimpl_ppc_linux.c90 PPCPlatformStrings* const strings) { in HandlePPCLine()
111 static void FillProcCpuInfoData(PPCPlatformStrings* const strings) { in FillProcCpuInfoData()
145 PPCPlatformStrings strings = kEmptyPPCPlatformStrings; in GetPPCPlatformStrings() local
/external/cronet/stable/third_party/cpu_features/src/src/
Dimpl_s390x_linux.c66 S390XPlatformStrings* const strings) { in HandleS390XLine()
77 static void FillProcCpuInfoData(S390XPlatformStrings* const strings) { in FillProcCpuInfoData()
107 S390XPlatformStrings strings = kEmptyS390XPlatformStrings; in GetS390XPlatformStrings() local
Dimpl_ppc_linux.c90 PPCPlatformStrings* const strings) { in HandlePPCLine()
111 static void FillProcCpuInfoData(PPCPlatformStrings* const strings) { in FillProcCpuInfoData()
145 PPCPlatformStrings strings = kEmptyPPCPlatformStrings; in GetPPCPlatformStrings() local
/external/dagger2/javatests/dagger/functional/multipackage/foo/
DFoo.java23 public final Set<String> strings; field in Foo
25 @Inject Foo(Set<String> strings) { in Foo()
/external/robolectric/robolectric/src/test/java/org/robolectric/
DCustomConstructorContentProvider.java25 public Cursor query(Uri uri, String[] strings, String s, String[] strings1, String s1) { in query()
40 public int delete(Uri uri, String s, String[] strings) { in delete()
45 public int update(Uri uri, ContentValues contentValues, String s, String[] strings) { in update()
/external/javapoet/
DREADME.md460 #### Relative Arguments
469 #### Positional Arguments
478 #### Named Arguments
/external/cronet/tot/third_party/cpu_features/src/test/
Dcpuinfo_ppc_test.cc73 const auto strings = GetPPCPlatformStrings(); in TEST() local
101 const auto strings = GetPPCPlatformStrings(); in TEST() local
123 const auto strings = GetPPCPlatformStrings(); in TEST() local
/external/cronet/stable/third_party/cpu_features/src/test/
Dcpuinfo_ppc_test.cc73 const auto strings = GetPPCPlatformStrings(); in TEST() local
101 const auto strings = GetPPCPlatformStrings(); in TEST() local
123 const auto strings = GetPPCPlatformStrings(); in TEST() local
/external/cpu_features/test/
Dcpuinfo_ppc_test.cc73 const auto strings = GetPPCPlatformStrings(); in TEST() local
101 const auto strings = GetPPCPlatformStrings(); in TEST() local
123 const auto strings = GetPPCPlatformStrings(); in TEST() local
/external/testng/src/test/java/test/thread/
DTrueParallelTest.java35 List<String> strings = TrueParallelSampleTest.getStrings(); in shouldRunInParallel() local
43 private boolean isInterleaved(List<String> strings) { in isInterleaved()

12345678910>>...32