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

<<161162163164165166167168169170>>

  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
MoreKeysResources.java 236 for (final String line : lines.split("\n")) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 128 mSplitter.split(name, unstruct);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 167 final int split = docId.indexOf(':'); local
168 if (split == -1) {
172 ident.type = docId.substring(0, split);
173 ident.id = Long.parseLong(docId.substring(split + 1));
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java 196 String[] parts = id.split(":");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 66 P = P.second.split(',');
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 66 P = P.second.split(',');
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 66 P = P.second.split(',');
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 66 P = P.second.split(',');
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 66 P = P.second.split(',');
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 66 P = P.second.split(',');
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 66 P = P.second.split(',');
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 66 P = P.second.split(',');
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 404 __u32 split; member in struct:tc_cbq_fopt
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
bcppcompiler.py 221 head, tail = os.path.split (output_filename)
233 # split objects in .obj and .res files
cygwinccompiler.py 457 ld_exe = out.read().decode('ascii').split()[0]
fancy_getopt.py 413 Split 'text' into multiple lines of no more than 'width' characters
424 chunks = re.split(r'( +|-+)', text)
455 # (and we know from the re.split above that if a chunk has
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
register.py 139 choices = '1 2 3 4'.split()
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 55 expanded to 8 spaces) than maxheaderlen, the header will split as
152 # what the encoding is. There is no safe way to split this
154 # ascii split, but if it's multibyte then we could break the
156 # be to not split the string and risk it being too long.
265 lines = text.split('\n')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 195 self.capabilities = tuple(dat[-1].upper().split())
    [all...]
mimetypes.py 217 words = line.split()
poplib.py 198 rets = retval.split()
pyclbr.py 204 c = n.split('.')
symtable.py 239 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
ic.py 228 record = self.mapfile(os.path.split(file)[1])
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_csv.py 739 fieldnames="1 2 3 4 5 6".split(),
758 fieldnames="i1 float i2 s1 s2".split())
768 fieldnames="1 2 3 4 5 6".split())
776 fieldnames="1 2 3 4 5 6".split(),
    [all...]

Completed in 1297 milliseconds

<<161162163164165166167168169170>>