Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DCodesArrayParser.java50 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); in getLabelSpec() local
68 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); in getCodeSpec() local
76 final String[] strs = codesArraySpec.split(VERTICAL_BAR_REGEX, -1); in getMinSupportSdkVersion() local
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dmain.rs148 let strs: Vec<&str> = option.split(':').collect(); in parse_remote_ro_file_option() localVariable
161 let strs: Vec<&str> = option.split(':').collect(); in parse_remote_ro_file_unverified_option() localVariable
173 let strs: Vec<&str> = option.split(':').collect(); in parse_remote_new_rw_file_option() localVariable
184 let strs: Vec<&str> = option.split(':').collect(); in parse_local_file_ro_option() localVariable
198 let strs: Vec<&str> = option.split(':').collect(); in parse_local_ro_file_unverified_ro_option() localVariable
/aosp12/frameworks/rs/cpp/
H A DrsCppUtils.cpp45 const char* rsuJoinStrings(int n, const char* const* strs) { in rsuJoinStrings()
/aosp12/frameworks/rs/
H A DrsCppUtils.cpp45 const char* rsuJoinStrings(int n, const char* const* strs) { in rsuJoinStrings()
/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvContentRating.java947 String[] strs = ratingString.split(DELIMITER); in unflattenFromString() local
/aosp12/frameworks/libs/net/common/tests/unit/src/android/net/util/
H A DLinkPropertiesUtilsTest.java259 private List<String> strArray(String... strs) { in strArray()
/aosp12/system/bt/
H A Dbuild.py249 def to_gn_list(strs): argument
/aosp12/system/extras/simpleperf/
H A Dtracing.cpp342 std::vector<std::string> strs = Split(data, "\n"); in ParseTracingFormat() local
624 std::vector<std::string> strs = Split(event.name, ":"); in GetFieldNamesForTracepointEvent() local
H A Dcmd_monitor.cpp376 std::vector<std::string> strs = android::base::Split(*value.str_value, ","); in ParseOptions() local
H A Dcmd_report.cpp548 std::vector<std::string> strs = Split(*value.str_value, ","); in ParseOptions() local
560 std::vector<std::string> strs = Split(*value.str_value, ","); in ParseOptions() local
H A Dcmd_report_test.cpp178 const std::vector<std::string>& strs) { in AllItemsWithString()
H A Devent_type.cpp133 std::vector<std::string> strs = android::base::Split(name, ":"); in FindType() local
H A Dcmd_record.cpp1021 std::vector<std::string> strs = android::base::Split(*value.str_value, ","); in ParseOptions() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DOverlayPackagesProviderTest.java422 private void setStringArray(int resourceId, String[] strs) { in setStringArray()
/aosp12/art/tools/ahat/etc/
H A Dhprofdump.py80 strs = { } variable
/aosp12/system/connectivity/wificond/tests/
H A Dnl80211_attribute_unittest.cpp257 std::vector<std::string> strs; in TEST() local
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs716 let strs = vec![s1, s2, s3]; in test_custom_parcelable() localVariable
976 let strs = [s1, s2, s3, s4]; in test_slice_parcelables() localVariable
/aosp12/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h149 char **strs = backtrace_symbols(callstack, frames); in showStackTrace() local
/aosp12/bionic/tests/
H A Dpthread_test.cpp2238 std::vector<std::string> strs = android::base::Split(content, " "); in GetThreadPriority() local