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

<<41424344454647484950>>

  /external/ltp/android/tools/
make_parser.py 85 args, unparsed = self.ar_parser.parse_known_args(line.split()[1:])
113 args, unparsed = self.cc_parser.parse_known_args(line.split()[1:])
  /external/lz4/tests/
test-lz4-versions.py 45 tags = stdout.decode('utf-8').split()
47 tags += stdout.decode('utf-8').split()
  /external/mesa3d/
SConstruct 52 targets = targets.split(',')
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 97 String[] fragments = body.split("--" + delimiter + "\r\n");
130 String[] headerArray = headers.split("\r\n");
  /external/python/cpython2/Lib/lib-tk/
tkFileDialog.py 64 path, file = os.path.split(result)
85 path, file = os.path.split(result[0])
90 # Need to split result explicitly
  /external/python/cpython2/Lib/test/
test__locale.py 13 maj, min, mic = [int(part) for part in uname()[2].split(".")]
32 a = loc.split(".")
test_linecache.py 13 TESTS = TESTS.split()
15 MODULES = "linecache abc".split()
  /external/python/cpython2/Mac/scripts/
BuildApplet.py 63 tp, tf = os.path.split(filename)
102 arg = arg.split(':')
  /external/python/cpython2/PC/VS7.1/
build_ssl.py 20 entries = os.environ["PATH"].split(os.pathsep)
75 parts = re.split("[.-]", os.path.basename(c))[1:]
  /external/python/cpython2/Tools/bgen/bgen/
bgenOutput.py 72 lines = text.split('\n')
170 lines = text.split('\n')
  /external/python/cpython2/Tools/scripts/
byext.py 48 head, base = os.path.split(filename)
73 words = data.split()
classfix.py 89 head, tail = os.path.split(filename)
176 bases = basepart.split(',')
methfix.py 86 head, tail = os.path.split(filename)
103 words = line[2:].split()
  /external/regex-re2/re2/
unicode.py 63 a = s.split("..")
172 # Split fields on ";", chop more white space.
174 fields = [s.strip() for s in line.split(";")]
181 # itself a range (0000..FFFF), or the range is split
  /external/swiftshader/third_party/LLVM/utils/TableGen/
StringMatcher.cpp 57 std::pair<StringRef, StringRef> Split = Code.split('\n');
58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
60 Code = Split.second;
62 Split = Code.split('\n');
63 OS << Indent << Split.first << "\n";
64 Code = Split.second;
  /external/toolchain-utils/deprecated/
summarize_results.py 38 line = line.strip().split(':')
95 line = line.strip().split(' ')
  /external/toybox/scripts/
mkstatus.py 11 for i in blob.stdout.read().split("\n"):
13 i=i.split()
  /external/v8/gypfiles/
gyp_v8 63 genflags += shlex.split(os.environ.get('GYP_GENERATOR_FLAGS', ''))
153 # path separators even on Windows due to the use of shlex.split().
154 args.extend(shlex.split(gyp_file))
  /external/v8/src/inspector/build/
compile-scripts.py 67 fpath, fname = path.split(program)
72 for part in os.environ['PATH'].split(os.pathsep):
  /external/v8/tools/
gdb-v8-support.py 175 for l in gdb.execute("maint info sections", to_string = True).split('\n'):
180 for l in gdb.execute("info proc mappings", to_string = True).split('\n'):
  /external/valgrind/callgrind/
callgrind_control.in 94 @events = split(/\s+/, $events);
123 my @CC = (split /\s+/, $_[0]);
291 @show_events = split(/,/, $arg);
416 elsif (/threads: (.+)$/) { $threads = $1; @threads = split " ", $threads; }
  /external/vixl/tools/
generate_simulator_traces.py 151 tests = sorted(filter(lambda t: 'AARCH64_SIM_' in t, test_list.split()))
192 test_list.split()))
util.py 50 args = shlex.split(command)
96 for macro in out.split('\n')
  /external/webrtc/webrtc/base/
stringencode_unittest.cc 368 EXPECT_EQ(5ul, split("one,two,three,four,five", ',', &fields));
370 EXPECT_EQ(1ul, split("one", ',', &fields));
374 EXPECT_EQ(5ul, split("one,,three,four,five", ',', &fields));
376 EXPECT_EQ(3ul, split(",three,", ',', &fields));
378 EXPECT_EQ(1ul, split("", ',', &fields));
385 split("find,middle,one", ',', &fields);
391 split("find,,middle,one", ',', &fields);
395 split("", ',', &fields);
  /frameworks/base/core/java/android/provider/
SettingsStringUtil.java 49 TextUtils.split(TextUtils.emptyIfNull(colonSeparatedItems), DELIMITER)) {
111 final String[] elements = TextUtils.split(delimitedElements, DELIMITER);

Completed in 1224 milliseconds

<<41424344454647484950>>