HomeSort by relevance Sort by last modified time
    Searched full:split (Results 2151 - 2175 of 5986) sorted by null

<<81828384858687888990>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 528 dirs = path.split('/')
581 [type, data] = url.split(',', 1)
    [all...]
doctest.py 282 ws = want.split(ELLIPSIS_MARKER)
374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
387 return os.path.join(basedir, *(path.split('/')))
609 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
678 source_lines = m.group('source').split('\n')
687 want_lines = want.split('\n')
727 option_strings = m.group(1).replace(',', ' ').split()
    [all...]
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
87 """Split a doc string into a synopsis line (if any) and the rest."""
88 lines = split(strip(doc), '\n')
111 text = join(split(text, pairs[0]), pairs[1])
143 """Split sequence s via predicate, and return pair ([true], [false]).
208 result = strip(split(line, '"""')[0])
311 for part in split(path, '.')[1:]:
390 methodname = 'repr_' + join(split(type(x).__name__), '_')
590 parts = split(name, '.')
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 546 // Split the message into two parts by the first delimiter.
702 talk_base::split(*mline, kSdpDelimiterSpace, &fields);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 282 ws = want.split(ELLIPSIS_MARKER)
374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
387 return os.path.join(basedir, *(path.split('/')))
609 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
678 source_lines = m.group('source').split('\n')
687 want_lines = want.split('\n')
727 option_strings = m.group(1).replace(',', ' ').split()
    [all...]
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
87 """Split a doc string into a synopsis line (if any) and the rest."""
88 lines = split(strip(doc), '\n')
111 text = join(split(text, pairs[0]), pairs[1])
143 """Split sequence s via predicate, and return pair ([true], [false]).
208 result = strip(split(line, '"""')[0])
311 for part in split(path, '.')[1:]:
390 methodname = 'repr_' + join(split(type(x).__name__), '_')
590 parts = split(name, '.')
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 685 Split(ne, if_true, if_false, fall_through);
689 void FullCodeGenerator::Split(Condition cond,
775 Split(eq, if_true, if_false, NULL);
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 649 Split(not_zero, if_true, if_false, fall_through);
653 void FullCodeGenerator::Split(Condition cc,
735 Split(equal, if_true, if_false, NULL);
    [all...]
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 110 // Compute padding to ensure longs and doubles are not split in AAPCS. Ignore the 'this' jobject
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 110 // Compute padding to ensure longs and doubles are not split in AAPCS. Ignore the 'this' jobject
  /bionic/libc/kernel/tools/
find_headers.py 47 wanted_archs = string.split(arg,',')
  /bionic/libc/tools/
generate-NOTICE.py 125 lines = content.split("\n")
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrtl.c 122 * Split u.e into a high and low part to achieve additional precision.
k_log.h 54 * Here ln2 is split into two floating point number:
  /build/tools/atree/
fs.cpp 185 // Split the arguments if more than 1
  /build/tools/droiddoc/templates-ds/assets/design/
default.js 15 var pathParts = pagePath.split('/');
  /build/tools/droiddoc/templates-pdk/assets/design/
default.js 15 var pathParts = pagePath.split('/');
  /build/tools/droiddoc/templates-sac/assets/design/
default.js 15 var pathParts = pagePath.split('/');
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 15 var pathParts = pagePath.split('/');
  /build/tools/
event_log_tags.py 68 parts = re.split(r"\s+", line, 2)
  /cts/suite/pts/hostTests/jank/src/com/android/pts/jank/
PtsHostJankTest.java 116 String[] parts = in.nextLine().split(":");
  /cts/tests/tests/preference2/res/values/
arrays.xml 130 <!-- Used in view/Split Touch View example -->
  /cts/tools/signature-tools/src/signature/model/impl/
SigClassDefinition.java 78 return Arrays.asList(packageName.split("\\."));
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 102 } else if ("edge-split".equals(args.ssaStep)) {
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 30 * frequently are created when catch blocks are edge-split.

Completed in 3815 milliseconds

<<81828384858687888990>>