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

<<161162163164165166167168169170>>

  /external/python/cpython2/Lib/
mimetypes.py 217 words = line.split()
poplib.py 206 rets = retval.split()
pyclbr.py 204 c = n.split('.')
symtable.py 236 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec")
  /external/python/cpython2/Lib/plat-mac/
ic.py 228 record = self.mapfile(os.path.split(file)[1])
  /external/python/cpython2/Lib/test/
test_ftplib.py 80 cmd = line.split(' ')[0].lower()
100 addr = map(int, arg.split(','))
120 af, ip, port = arg.split(arg[0])[1:-1]
552 self.assertEqual(self.client.nlst(), NLST_DATA.split('\r\n')[:-1])
test_glob.py 21 base, file = os.path.split(filename)
test_tokenize.py 712 codelines = self.roundtrip(code).split('\n')
  /external/python/cpython2/Lib/xml/dom/
xmlbuilder.py 253 return param.split("=", 1)[1].lower()
  /external/python/cpython2/Modules/
cgen.py 130 # Split it in the mode (first character) and the rest.
450 words = string.split(line)
  /external/python/cpython2/Tools/pynche/
PyncheWidget.py 171 idir, ifile = os.path.split(self.__sb.colordb().filename())
  /external/selinux/gui/
fcontextPage.py 40 con = scontext.split(":")
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java 127 String extension = file.toString().split("\\.")[1];
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassPathResolver.java 260 return Lists.newArrayList(Splitter.on('/').split(path));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
GCOV.cpp 272 std::pair<StringRef, StringRef> P = AllLines.split('\n');
  /external/swiftshader/third_party/LLVM/test/Scripts/
coff-dump.py 326 input = iter(expr.split())
  /external/syslinux/com32/cmenu/
menugen.py 148 parts = [ self.shift_flags.get(x.strip(),None) for x in value.split("-") ]
  /external/testng/src/main/java/org/testng/internal/
PackageUtils.java 157 String[] classpathFragments= Utils.split(testClasspath, File.pathSeparator);
  /external/testng/src/main/java/org/testng/reporters/
XMLStringBuffer.java 307 String[] subStrings = content.split("]]>");
  /external/toolchain-utils/
buildbot_test_toolchains.py 81 self._patches = patches.split(',')
  /external/toolchain-utils/crosperf/
suite_runner.py 22 args_list = shlex.split(profiler_args)
  /external/v8/tools/
eval_gc_nvp.py 191 for percentile in args.percentiles.split(','):
run_perf.py 335 result, stddev = map(str.strip, match_stddev.group(1).split(","))
338 results = map(str.strip, match_list.group(1).split(","))
614 self.extra_flags = options.extra_flags.split()
894 r = map(int, indexes.split("-"))
    [all...]
  /external/v8/tools/release/
create_release.py 218 return lambda text: join_text.join(map(fun, text.split(split_text)))
push_to_candidates.py 227 return lambda text: join_text.join(map(fun, text.split(split_text)))

Completed in 1223 milliseconds

<<161162163164165166167168169170>>