HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 1376 - 1400 of 7669) sorted by null

<<51525354555657585960>>

  /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/perfetto/infra/git_mirror_bot/
mirror_aosp_to_ghub_repo.py 127 ref_sha1, ref = line.split()
143 (_, cl_num, patchset) = ref[len(PREFIX):].split('/')
  /external/perfetto/tools/
tmux 127 if tmux -V | awk '{split($2, ver, "."); if (ver[1] < 2) exit 1 ; else if (ver[1] == 2 && ver[2] < 1) exit 1 }'; then
136 tmux split-window -v
137 tmux split-window -v
  /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/python/cpython3/Lib/email/
policy.py 126 name, value = sourcelines[0].split(':', 1)
161 value = ''.join(linesep_splitter.split(value))
175 Source values are split into lines using splitlines. If the value is
  /external/python/cpython3/Lib/
gettext.py 210 # split up the locale into its base components
371 for b_item in tmsg.split('\n'.encode("ascii")):
377 k, v = item.split(':', 1)
385 self._charset = v.split('charset=')[1]
387 v = v.split(';')
388 plural = v[1].split('plural=')[1]
402 msgid1, msgid2 = msg.split(b'\x00')
403 tmsg = tmsg.split(b'\x00')
470 languages = val.split(':')
ntpath.py 14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
118 # Split a path in a drive specification (a drive letter followed by a
122 """Split a pathname into drive/UNC sharepoint and relative path specifiers.
177 Split a pathname into UNC mount point and relative path specifiers.
194 # Split a path in head (everything up to the last '/') and tail (the
199 def split(p): function
200 """Split a pathname.
217 # Split a path in root and extension.
235 return split(p)[1]
242 return split(p)[0
    [all...]
  /external/python/cpython3/Lib/test/
test_profile.py 59 results[i+1].split('\n'),
60 expected[method].split('\n'))))
  /external/python/cpython3/Lib/test/test_tools/
test_md5sum.py 38 for part in self.fodder.split(os.path.sep):
46 parts = self.fodder.split(os.path.sep)
  /external/python/cpython3/Tools/scripts/
byext.py 47 head, base = os.path.split(filename)
71 words = data.split()
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
FileFsFile.java 94 for (String part : pathPart.split(Pattern.quote(FILE_SEPARATOR))) {
161 for (String part : path.split(Pattern.quote(FILE_SEPARATOR))) {
  /external/skia/tools/skpbench/
_hardware_pixel.py 134 if not 'performance' in knobs.available_governors.split():
140 frequencies = map(int, knobs.available_frequencies.split())
  /external/skqp/tools/skpbench/
_hardware_pixel.py 139 if not 'performance' in knobs.available_governors.split():
145 frequencies = map(int, knobs.available_frequencies.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/tensorflow/tensorflow/contrib/cmake/tools/
create_def_file.py 83 filename_list = lambda x: x.split(";")
107 cols = line.split()
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_eval.py 67 global_step = ckpt.model_checkpoint_path.split('/')[-1].split('-')[-1]
  /external/tensorflow/tensorflow/contrib/predictor/
saved_model_predictor.py 55 set_of_tags = set([tag.strip() for tag in tags.split(',')])
156 loader.load(self._session, tags.split(','), export_dir)

Completed in 1170 milliseconds

<<51525354555657585960>>