/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | CodesArrayParser.java | 50 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 D | main.rs | 148 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 D | rsCppUtils.cpp | 45 const char* rsuJoinStrings(int n, const char* const* strs) { in rsuJoinStrings()
|
/aosp12/frameworks/rs/ |
H A D | rsCppUtils.cpp | 45 const char* rsuJoinStrings(int n, const char* const* strs) { in rsuJoinStrings()
|
/aosp12/frameworks/base/media/java/android/media/tv/ |
H A D | TvContentRating.java | 947 String[] strs = ratingString.split(DELIMITER); in unflattenFromString() local
|
/aosp12/frameworks/libs/net/common/tests/unit/src/android/net/util/ |
H A D | LinkPropertiesUtilsTest.java | 259 private List<String> strArray(String... strs) { in strArray()
|
/aosp12/system/bt/ |
H A D | build.py | 249 def to_gn_list(strs): argument
|
/aosp12/system/extras/simpleperf/ |
H A D | tracing.cpp | 342 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 D | cmd_monitor.cpp | 376 std::vector<std::string> strs = android::base::Split(*value.str_value, ","); in ParseOptions() local
|
H A D | cmd_report.cpp | 548 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 D | cmd_report_test.cpp | 178 const std::vector<std::string>& strs) { in AllItemsWithString()
|
H A D | event_type.cpp | 133 std::vector<std::string> strs = android::base::Split(name, ":"); in FindType() local
|
H A D | cmd_record.cpp | 1021 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 D | OverlayPackagesProviderTest.java | 422 private void setStringArray(int resourceId, String[] strs) { in setStringArray()
|
/aosp12/art/tools/ahat/etc/ |
H A D | hprofdump.py | 80 strs = { } variable
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | nl80211_attribute_unittest.cpp | 257 std::vector<std::string> strs; in TEST() local
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 716 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 D | defines.h | 149 char **strs = backtrace_symbols(callstack, frames); in showStackTrace() local
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 2238 std::vector<std::string> strs = android::base::Split(content, " "); in GetThreadPriority() local
|