Home
last modified time | relevance | path

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

1234567

/aosp12/system/libbase/
H A Dstrings_test.cpp26 TEST(strings, split_empty) { in TEST() argument
32 TEST(strings, split_single) { in TEST() argument
38 TEST(strings, split_simple) { in TEST() argument
70 TEST(strings, split_any) { in TEST() argument
86 TEST(strings, trim_empty) { in TEST() argument
94 TEST(strings, trim_left) { in TEST() argument
98 TEST(strings, trim_right) { in TEST() argument
102 TEST(strings, trim_both) { in TEST() argument
114 TEST(strings, join_nothing) { in TEST() argument
119 TEST(strings, join_single) { in TEST() argument
[all …]
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestInformationProvider.java34 public int update(Uri uri, ContentValues contentValues, String s, String[] strings) { in update()
39 public int delete(Uri uri, String s, String[] strings) { in delete()
54 public Cursor query(Uri uri, String[] strings, String s, String[] strings1, String s1) { in query()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DTextUtils.java79 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
/aosp12/libnativehelper/include/nativehelper/
H A DtoStringArray.h48 inline jobjectArray toStringArray(JNIEnv* env, const std::vector<std::string>& strings) { in toStringArray()
52 inline jobjectArray toStringArray(JNIEnv* env, const char* const* strings) { in toStringArray()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglCreateShaderProgramv.java5 String[] strings in glCreateShaderProgramv()
H A DglShaderSource.cpp14 const char* strings[] = {nativeString}; in android_glShaderSource() local
H A DglCreateShaderProgramv.cpp4 (JNIEnv *_env, jobject _this, jint type, jobjectArray strings) { in android_glCreateShaderProgramv()
/aosp12/art/libartbase/base/
H A Dhash_set_test.cc87 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
/aosp12/system/extras/partition_tools/
H A Dlpdump.cc67 static std::string BuildFlagString(const std::vector<std::string>& strings) { in BuildFlagString()
72 std::vector<std::string> strings; in BuildHeaderFlagString() local
89 std::vector<std::string> strings; in BuildAttributeString() local
98 std::vector<std::string> strings; in BuildGroupFlagString() local
104 std::vector<std::string> strings; in BuildBlockDeviceFlagString() local
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/accounts/
H A DAuthenticator.java38 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount()
70 public Bundle hasFeatures(AccountAuthenticatorResponse r, Account account, String[] strings) in hasFeatures()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DAuthenticator.java44 public Bundle addAccount(AccountAuthenticatorResponse r, String s, String s2, String[] strings, in addAccount()
84 public Bundle hasFeatures(AccountAuthenticatorResponse r, Account account, String[] strings) in hasFeatures()
/aosp12/frameworks/native/libs/ftl/
H A Dstatic_vector_test.cpp55 ftl::StaticVector strings = ftl::init::list<std::string>("abc")("123456", 3u)(3u, '?'); in TEST() local
125 const char* strings[] = {"a", "b", "c", "d"}; in TEST() local
217 StaticVector strings = ftl::init::list<std::string>()()()("cake")("velvet")("red")(); in TEST() local
270 StaticVector<std::string, 10> strings("pie", "quince", "tart", "red", "velvet", "cake"); in TEST() local
282 StaticVector<std::string, 7> strings("pie", "quince", "tart", "red", "velvet", "cake"); in TEST() local
H A Dsmall_vector_test.cpp56 ftl::SmallVector strings = ftl::init::list<std::string>("abc")("123456", 3u)(3u, '?'); in TEST() local
219 SmallVector strings = ftl::init::list<std::string>()()()("cake")("velvet")("red")(); in TEST() local
294 SmallVector strings = {"red"s, "velvet"s, "cake"s}; in TEST() local
312 SmallVector strings = ftl::init::list<std::string>("pie")("quince")("tart")("red")("velvet"); in TEST() local
/aosp12/art/runtime/mirror/
H A Ddex_cache.cc66 StringDexCacheType* strings = in InitializeNativeFields() local
193 GcRoot<mirror::String>* strings = in AddPreResolvedStringsArray() local
210 void DexCache::SetNativeArrays(StringDexCacheType* strings, in SetNativeArrays()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java63 String s, String s2, String[] strings, Bundle bundle) in addAccount()
96 Account account, String[] strings) in hasFeatures()
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
H A DUtils.java46 static List<String> toUpperCase(List<String> strings) { in toUpperCase()
105 static boolean allLowerCaseAscii(List<String> strings) { in allLowerCaseAscii()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/util/perftests/
H A DLogPerfTest.java34 private final String[] strings = new String[] { field in LogPerfTest
/aosp12/art/test/003-omnibus-opcodes/src/
H A DArray.java74 static void checkStrings(String[] strings) { in checkStrings()
189 String[] strings; in checkNegAlloc() local
/aosp12/hardware/interfaces/tests/trie/1.0/default/
H A DTrie.cpp41 Return<void> Trie::addStrings(const TrieNode& trie, const hidl_vec<hidl_string>& strings, in addStrings()
55 Return<void> Trie::containsStrings(const TrieNode& trie, const hidl_vec<hidl_string>& strings, in containsStrings()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java488 String[] strings) throws RemoteException { in dumpService()
531 public void dispatchPackageBroadcast(int i, String[] strings) throws RemoteException { in dispatchPackageBroadcast()
540 String s, String[] strings) throws RemoteException { in dumpActivity()
567 boolean b4, String[] strings) throws RemoteException { in dumpMemInfo()
573 boolean b3, String[] strings) throws RemoteException { in dumpMemInfoProto()
577 public void dumpGfxInfo(ParcelFileDescriptor parcelFileDescriptor, String[] strings) in dumpGfxInfo()
582 public void dumpCacheInfo(ParcelFileDescriptor parcelFileDescriptor, String[] strings) in dumpCacheInfo()
588 String[] strings) throws RemoteException { in dumpProvider()
592 public void dumpDbInfo(ParcelFileDescriptor parcelFileDescriptor, String[] strings) in dumpDbInfo()
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DMapTests.java99 String[] strings = readFoo.stringArrayMap.get("Foo"); in testWriteAndThenReadMaps() local
/aosp12/frameworks/base/core/java/android/nfc/
H A DTechListParcel.java27 public TechListParcel(String[]... strings) { in TechListParcel()
/aosp12/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
H A DUtils.java25 static int[] stringsToIntArray(String... strings) { in stringsToIntArray()
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelTest.java96 final String[] strings = { in testStrings() local
/aosp12/system/extras/simpleperf/scripts/test/
H A Dtest_utils.py183 def check_strings_in_file(self, filename, strings): argument
194 def check_strings_in_content(self, content, strings): argument

1234567