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

<<51525354555657585960>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 258 String strArray[] = configStr.split(",");
262 String splitStr[] = strArray[i].split("=", 2);
290 splitStr = strArray[i].split(":", 2);
359 String splitStr[] = s.split(":", 2);
VisualVoicemailSmsParser.java 91 String[] entries = message.split(";");
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java 44 final String[] lineArray = vcard.split("\\r?\\n");
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
MediaIDHelper.java 89 return mediaID.split(String.valueOf(CATEGORY_SEPARATOR));
  /libcore/luni/src/test/java/libcore/java/math/
CSVTest.java 51 String[] testCase = line.split(",");
  /libcore/ojluni/src/main/java/sun/nio/fs/
Util.java 74 static String[] split(String s, char c) { method in class:Util
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/common/
QueryFilteringUtil.java 49 String[] names = name.toLowerCase().split("\\s");
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapUtility.java 65 String[] setItems = set.split(",");
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapUtility.java 70 String[] setItems = set.split(",");
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java 45 String segment[] = path.split();
  /packages/apps/TV/src/com/android/tv/tuner/
ChannelScanFileParser.java 89 String[] tokens = line.split("\\s+");
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
InfoDialogFragment.java 62 String[] flatP = p.flatten().split(";");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class: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/bin_search_tree_/
split_join_fn_imps.hpp 124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*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/pairing_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class: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/bin_search_tree_/
split_join_fn_imps.hpp 124 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*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/pairing_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gdb/darwin-x86/lib/python2.7/
BaseHTTPServer.py 219 sys_version = "Python/" + sys.version.split()[0]
249 words = requestline.split()
256 base_version_number = version.split('/', 1)[1]
257 version_number = base_version_number.split(".")
CGIHTTPServer.py 179 authorization = authorization.split()
189 authorization = authorization.split(':')
208 accept = accept + line[7:].split(',')
319 # Similar to os.path.split(os.path.normpath(path)) but specific to URL
321 path_parts = path.split('/')
MimeWriter.py 105 lines = value.split("\n")
codeop.py 70 for line in source.split("\n"):
glob.py 42 dirname, basename = os.path.split(pathname)
47 # `os.path.split()` returns the argument itself as a dirname if it is a
82 # `os.path.split()` returns an empty basename for paths ending with a
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
grammar.py 183 op, name = line.split()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fpformat.py 37 num, exp = expected.split("e")

Completed in 2003 milliseconds

<<51525354555657585960>>