HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 2176 - 2200 of 6499) sorted by null

<<81828384858687888990>>

  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
SupportDesignDemos.java 73 prefixPath = prefix.split("/");
90 String[] labelPath = label.split("/");
  /frameworks/support/samples/SupportPercentDemos/src/com/example/android/support/percent/
SupportPercentDemos.java 73 prefixPath = prefix.split("/");
90 String[] labelPath = label.split("/");
  /frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
SupportVectorDrawableDemos.java 77 prefixPath = prefix.split("/");
94 String[] labelPath = label.split("/");
  /libcore/ojluni/src/main/java/java/util/stream/
IntStream.java 850 Spliterator.OfInt split = new Streams.ConcatSpliterator.OfInt( local
    [all...]
LongStream.java 791 // Split the range in two and concatenate
793 // the lower range, [Long.MIN_VALUE, 0) will be further split in two
865 Spliterator.OfLong split = new Streams.ConcatSpliterator.OfLong( local
    [all...]
Stream.java 254 * Stream<String> words = lines.flatMap(line -> Stream.of(line.split(" +")));
1076 Spliterator<T> split = new Streams.ConcatSpliterator.OfRef<>( local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountWithDataSet.java 214 final String[] array = STRINGIFY_SEPARATOR_PAT.split(s, 3);
249 final String[] array = ARRAY_STRINGIFY_SEPARATOR_PAT.split(s);
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
AccountWithDataSet.java 105 final String[] array = STRINGIFY_SEPARATOR_PAT.split(s, 3);
138 final String[] array = ARRAY_STRINGIFY_SEPARATOR_PAT.split(s);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 238 final String[] emailParts = email.split("@");
252 final String[] emailParts = email.split("@");
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 123 String[] segments = path.split();
232 String[] segments = Path.split(base);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationBackend.java 78 if (packageName.equals(pkg.split(":", 2)[0])) {
79 row.lockedChannelId = pkg.split(":", 2 )[1];
  /packages/apps/Settings/src/com/android/settings/utils/
ServiceListing.java 90 final String[] components = flat.split(":");
147 final String[] names = flat.split(":");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtils.java 107 final String[] prefSubtypeArray = prefSubtypes.split(PREF_SUBTYPE_SEPARATOR);
110 final String elems[] = prefSubtype.split(LOCALE_AND_LAYOUT_SEPARATOR);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Diff.java 81 final String dict0Lang = dict0.mOptions.mAttributes.get("locale").split("_", 3)[0];
82 final String dict1Lang = dict1.mOptions.mAttributes.get("locale").split("_", 3)[0];
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarDatabaseHelperTest.java 496 // And then split on commas and trim whitespace
497 String[] badSql = badString.split(",");
498 String[] goodSql = goodString.split(",");
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java 180 values = SEPARATOR_PATTERN.split(value);
299 final String[] keysAndValues = SAVE_SEPARATOR_PATTERN.split(savedValue);
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 76 prefixPath = prefix.split("/");
91 String[] labelPath = label.split("/");
  /platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
AppSmokeTest.java 174 excludedApps.addAll(Arrays.asList(args.getString(EXCLUDE_LIST).split(",")));
178 debugApps.addAll(Arrays.asList(args.getString(DEBUG_LIST).split(",")));
  /platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/
WifiStrengthScannerInstrumentation.java 138 String[] tokens = line.trim().split("\\s\\s+");
148 String[] lines = dumpsysWifi.split("\n");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
debug_map_base.hpp 111 split(key_const_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&);
309 split(key_const_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_access_traits&)(*this), other);)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
debug_map_base.hpp 111 split(key_const_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&);
309 split(key_const_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_access_traits&)(*this), other);)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
debug_map_base.hpp 111 split(key_const_reference, Cmp_Fn, PB_DS_CLASS_C_DEC&);
309 split(key_const_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_access_traits&)(*this), other);)

Completed in 1740 milliseconds

<<81828384858687888990>>