/aosp_15_r20/system/libbase/ |
H A D | strings_test.cpp | 26 TEST(strings, split_empty) { in TEST() argument 32 TEST(strings, split_single) { in TEST() argument 38 TEST(strings, split_simple) { in TEST() argument 46 TEST(strings, split_with_empty_part) { in TEST() argument 54 TEST(strings, split_with_trailing_empty_part) { in TEST() argument 62 TEST(strings, split_null_char) { in TEST() argument 70 TEST(strings, split_any) { in TEST() argument 78 TEST(strings, split_any_with_empty_part) { in TEST() argument 86 TEST(strings, tokenize_empty) { in TEST() argument 91 TEST(strings, tokenize_all_delimiter) { in TEST() argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 116 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 …]
|
H A D | CSKYAttributeParser.cpp | 85 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
|
/aosp_15_r20/external/angle/util/capture/ |
H A D | trace_interpreter.cpp | 664 void PackParameter<uint32_t>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() 677 void PackParameter<int32_t>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() 694 void PackParameter<void *>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() 703 const TraceStringMap &strings) in PackParameter() 709 void PackParameter<void **>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() 717 const TraceStringMap &strings) in PackParameter() 723 void PackParameter<uint64_t>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() 730 void PackParameter<int64_t>(ParamBuffer ¶ms, const Token &token, const TraceStringMap &strings) in PackParameter() 739 const TraceStringMap &strings) in PackParameter() 747 const TraceStringMap &strings) in PackParameter() [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/ |
H A D | string_storage_unittest.cc | 42 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 …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 672 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 …]
|
H A D | ImmutableSortedSetTest.java | 999 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testHeadSetInclusive() local 1010 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testHeadSetExclusive() local 1021 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testTailSetInclusive() local 1032 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testTailSetExclusive() local 1081 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetExclusiveExclusive() local 1094 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetInclusiveExclusive() local 1107 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetExclusiveInclusive() local 1120 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetInclusiveInclusive() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 672 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 …]
|
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/ |
H A D | __init__.py | 569 def __init__(self, items, strings, parent, isCFF2=None): argument 577 def getItems(self, items, strings): argument 642 def getItems(self, items, strings): argument 649 def getItems(self, items, strings): argument 655 def getChildren(self, strings): argument 687 def getItems(self, items, strings): argument 693 def getChildren(self, strings): argument 727 def getItems(self, items, strings): argument 748 def getItems(self, items, strings): argument 823 def getCompiler(self, strings, parent, isCFF2=None): argument [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/ |
D | rules.hpp | 31 struct strings<char> struct 33 static const char *initial () in initial() 38 static const char *dot () in dot() 43 static const char *all_states () in all_states() 48 static const char *char_name () in char_name() 53 static const char *char_prefix () in char_prefix() 60 struct strings<wchar_t> struct 62 static const wchar_t *initial () in initial() 67 static const wchar_t *dot () in dot() 72 static const wchar_t *all_states () in all_states() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/ |
H A D | SdkHttpUtilsTest.java | 245 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
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/subcomponent/module/ |
H A D | UsesModuleSubcomponents.kt | 30 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
|
/aosp_15_r20/external/ethtool/netlink/ |
H A D | tunnels.c | 23 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
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | ArraysTest.java | 218 String[] strings = new String[3]; in setAll$T() local 246 String[] strings = new String[3]; in parallelSetAll$T() local 513 String[] strings = new String[3]; in parallelPrefix$T() local 541 String[] strings = new String[5]; in parallelPrefix$TII() local 580 String[] strings = new String[1_000]; in parallelPrefix$TII_biggerArray() local 998 List<String> strings = Arrays.asList("one", "two"); in arraysArrayListToArray_componentType() local 1008 List<String> strings = Arrays.asList("one", "two"); in arraysArrayListToArray_noComponentType() local
|
/aosp_15_r20/art/libartbase/base/ |
H A D | hash_set_test.cc | 87 std::vector<std::string> strings; in TEST_F() local 120 std::vector<std::string> strings; in TEST_F() local 148 std::vector<std::string> strings; in TEST_F() local 165 std::vector<std::string> strings = {"a", "b", "c", "d", "e", "f", "g"}; in TEST_F() local 222 std::vector<std::string> strings; in TEST_F() local 409 explicit StatefulHashFn(const std::vector<std::string>* strings) in StatefulHashFn() 427 explicit StatefulPred(const std::vector<std::string>* strings) in StatefulPred() 445 std::vector<std::string> strings{ in TEST_F() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ksdebug.h | 103 # define _DbgPrintFEx(component, lvl, strings) { \ argument 115 # define _DbgPrintF(lvl, strings) { \ argument 128 #define _DbgPrintF(lvl, strings) argument 131 #define _DbgPrintFEx(component, lvl, strings) argument
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verifier/ |
D | StringTrie.java | 49 boolean containsKey(String... strings) { in containsKey() 93 V recursiveRetrieve(List<String> captures, List<String> strings) { in recursiveRetrieve() 143 public @Nullable V retrieve(@NonNull String... strings) { in retrieve() 161 public @Nullable V retrieve(@Nullable List<String> captures, @NonNull String... strings) { in retrieve()
|
/aosp_15_r20/out/soong/.intermediates/external/setupdesign/setupdesign-strings/android_common/busybox/ |
D | R.jar | ... .MF
com/google/android/setupdesign/strings/R$string.class
R.java
package ... |
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
H A D | SetAsSequenceTest.java | 82 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
|
/aosp_15_r20/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | TextUtils.java | 79 String[] strings = new String[STRING_COUNT]; in buildSimpleStringList() local 88 final String[] strings = new String[STRING_COUNT]; in buildStringListFromUnicodeSet() local 107 final String[] strings = new String[STRING_COUNT]; in buildLongStringList() local 143 String[] strings = new String[STRING_COUNT]; in buildParagraphListWithHitPercentage() local
|
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/ |
H A D | RegexTrie.java | 114 boolean containsKey(String... strings) { in containsKey() 195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve() 252 public V retrieve(String... strings) { in retrieve() 273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | RegexTrie.java | 114 boolean containsKey(String... strings) { in containsKey() 195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve() 252 public V retrieve(String... strings) { in retrieve() 273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | tensor_coding.cc | 36 void EncodeStringList(const tstring* strings, int64_t n, string* out) { in EncodeStringList() 46 bool DecodeStringList(const string& src, tstring* strings, int64_t n) { in DecodeStringList() 140 void EncodeStringList(const tstring* strings, int64_t n, absl::Cord* out) { in EncodeStringList() 150 bool DecodeStringList(const absl::Cord& src, string* strings, int64_t n) { in DecodeStringList() 173 bool DecodeStringList(const absl::Cord& src, tstring* strings, int64_t n) { in DecodeStringList()
|
/aosp_15_r20/external/emma/core/java12/com/vladium/util/ |
H A D | Strings.java | 33 public static String toListForm (final String [] strings, final char delimiter) in toListForm() 48 public static String [] removeDuplicates (final String [] strings, final boolean removeNull) in removeDuplicates() 86 …public static String [] merge (final String [] strings, final String delimiters, final boolean rem… in merge() 126 …public static String [] mergeAT (final String [] strings, final String delimiters, final boolean p… in mergeAT()
|
/aosp_15_r20/system/extras/partition_tools/ |
H A D | lpdump.cc | 68 static std::string BuildFlagString(const std::vector<std::string>& strings) { in BuildFlagString() 73 std::vector<std::string> strings; in BuildHeaderFlagString() local 90 std::vector<std::string> strings; in BuildAttributeString() local 99 std::vector<std::string> strings; in BuildGroupFlagString() local 105 std::vector<std::string> strings; in BuildBlockDeviceFlagString() local
|