Searched defs:split (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DStopWatch.java30 * s.split();
32 * s.split();
53 public void split(String label) { method in class:StopWatch
56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPath.java86 String[] segments = split();
102 String[] segments = split(s);
111 public String[] split() { method in class:Path
126 public static String[] split(String s) { method in class:Path
/packages/apps/Settings/src/com/android/settings/net/
H A DNetworkPolicyEditor.java82 // force combine any split policies when disabled
247 * Remove any split {@link NetworkPolicy}.
283 public void setMobilePolicySplit(String subscriberId, boolean split) { argument
284 if (setMobilePolicySplitInternal(subscriberId, split)) {
296 private boolean setMobilePolicySplitInternal(String subscriberId, boolean split) { argument
303 if (split == beforeSplit) {
307 } else if (beforeSplit && !split) {
321 } else if (!beforeSplit && split) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCsvUtils.java25 * utility class are {@link #split(String)}, {@link #split(int,String)}, {@link #join(String...)},
40 * A flag for {@link #split(int,String)}. If this flag is specified, the method will trim
202 * @param splitFlags flags for split behavior. {@link #SPLIT_FLAGS_TRIM_SPACES} will trim
209 public static String[] split(final int splitFlags, final String line) throws CsvParseException { method in class:CsvUtils
226 public static String[] split(final String line) throws CsvParseException { method in class:CsvUtils
227 return split(SPLIT_FLAGS_NONE, line);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPostalSplitter.java70 public void split(Postal postal, String formattedAddress) { method in class:PostalSplitter
89 // TODO: split off to handle various locales
H A DNameSplitter.java32 * The purpose of this class is to split a full name into given names and last
310 String[] split = strings.split(",");
311 for (int i = 0; i < split.length; i++) {
312 set.add(split[i].trim().toUpperCase());
345 public void split(Name name, String fullName) { method in class:NameSplitter
355 split(name, fullName, fullNameStyle);
362 public void split(Name name, String fullName, int fullNameStyle) { method in class:NameSplitter
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DSplitter.java41 * Splitter.on(',').split("foo,bar")}</pre>
48 * Splitter.on(',').split("foo,,bar, quux")}</pre>
59 * Now {@code MY_SPLITTER.split("foo, ,bar, quux,")} returns an iterable
75 * return splitter.split("wrong / wrong / wrong");}</pre>
84 * separators, as does {@link String#split(String)}, nor does it have a default
111 * example, {@code Splitter.on(',').split("foo,,bar")} returns an iterable
124 * Splitter.on(CharMatcher.anyOf(";,")).split("foo,;bar,quux")} returns an
152 * example, {@code Splitter.on(", ").split("foo, bar, baz,qux")} returns an
193 * Splitter.on(Pattern.compile("\r?\n")).split(entireFile)} splits a string
227 * Splitter.onPattern("\r?\n").split(entireFil
331 public Iterable<String> split(final CharSequence sequence) { method in class:Splitter
[all...]
H A DStringUtil.java195 * @param str the string to split. Must not be null.
201 * {@link #split(String, String, boolean)}
204 public static String[] split(String str, String delims) { method in class:StringUtil
205 return split(str, delims, false);
229 * {@code Iterable<String>} returned by {@link Splitter#split}.
232 * @param str the string to split. Must not be null.
241 public static String[] split( method in class:StringUtil
339 * @param str the string to split. Must not be null.
345 * {@link #split(String, String, boolean)}
349 return split(st
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DSplitter.java41 * Splitter.on(',').split("foo,bar")}</pre>
48 * Splitter.on(',').split("foo,,bar, quux")}</pre>
59 * Now {@code MY_SPLITTER.split("foo, ,bar, quux,")} returns an iterable
75 * return splitter.split("wrong / wrong / wrong");}</pre>
84 * separators, as does {@link String#split(String)}, nor does it have a default
111 * example, {@code Splitter.on(',').split("foo,,bar")} returns an iterable
124 * Splitter.on(CharMatcher.anyOf(";,")).split("foo,;bar,quux")} returns an
152 * example, {@code Splitter.on(", ").split("foo, bar, baz,qux")} returns an
193 * Splitter.on(Pattern.compile("\r?\n")).split(entireFile)} splits a string
227 * Splitter.onPattern("\r?\n").split(entireFil
331 public Iterable<String> split(final CharSequence sequence) { method in class:Splitter
[all...]
H A DStringUtil.java196 * @param str the string to split. Must not be null.
202 * {@link #split(String, String, boolean)}
205 public static String[] split(String str, String delims) { method in class:StringUtil
206 return split(str, delims, false);
230 * {@code Iterable<String>} returned by {@link Splitter#split}.
233 * @param str the string to split. Must not be null.
242 public static String[] split( method in class:StringUtil
340 * @param str the string to split. Must not be null.
346 * {@link #split(String, String, boolean)}
350 return split(st
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp76 int split, lowrows; local
91 split = low - 1 + (int)
93 build( low, split, &ldo, &ldi, lowrows );
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp76 int split, lowrows; local
91 split = low - 1 + (int)
93 build( low, split, &ldo, &ldi, lowrows );
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp76 int split, lowrows; local
91 split = low - 1 + (int)
93 build( low, split, &ldo, &ldi, lowrows );
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java1371 final List<String> nameTokens = split(lowerDisplayName);
1466 * @param content Content to split.
1469 private static List<String> split(String content) { method in class:ContactListItemView
/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java1274 private void setMobilePolicySplit(boolean split) { argument
1278 mPolicyEditor.setMobilePolicySplit(getActiveSubscriberId(context), split);

Completed in 313 milliseconds