| /external/python/cpython2/Lib/xml/sax/ |
| __init__.py | 63 default_parser_list = os.environ["PY_SAX_PARSER"].split(",") 68 default_parser_list = sys.registry.getProperty(_key).split(",")
|
| /external/python/cpython3/Lib/xml/sax/ |
| __init__.py | 62 default_parser_list = os.environ["PY_SAX_PARSER"].split(",") 67 default_parser_list = sys.registry.getProperty(_key).split(",")
|
| /external/scapy/scapy/arch/ |
| common.py | 45 bpf += struct.pack("HBBI",*map(long,l.split())) 73 values = [int(v) for v in line.split()]
|
| /external/scapy/test/tls/ |
| travis_test_server.py | 46 for data in output.split('> Received: ')[1:]: 47 for line in literal_eval(data).split(b'\n'):
|
| /external/selinux/mcstrans/share/util/ |
| mlscolor-test | 21 context, expected = line.split("=")
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| StringExtras.cpp | 49 /// SplitString - Split up the specified string according to the specified 61 void llvm::StringRef::split(SmallVectorImpl<StringRef> &A, function in class:llvm::StringRef 71 std::pair<llvm::StringRef, llvm::StringRef> p = rest.split(Separators);
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/ |
| git-llvm | 85 (head, tail) = os.path.split(d) 144 for path in os.environ["PATH"].split(os.pathsep): 181 for line in svn(svn_repo, 'status', '--no-ignore').split('\n'): 215 sr).split('\n') 216 files = [f.split('/', 1)[1] for f in files] 225 # No need to split propget output on ' - ' when we have one file. 229 for eol_prop in eol_props.split('\n'): 250 rev).split('\n') 275 status_lines = svn(svn_repo, 'status', '--no-ignore').split('\n')
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
| wciia.py | 36 # split paths 38 for path in paths.split(): 54 for word in line.split():
|
| /external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/ |
| data.py | 148 items = line.split("\t") 149 premise_words = get_non_parenthesis_words(items[1].split(" ")) 150 hypothesis_words = get_non_parenthesis_words(items[2].split(" ")) 192 items = line.split(" ") 244 items = [w for w in sentence.split(" ") if w] 254 """A split of SNLI data.""" 280 items = line.split("\t") 284 premise_items = items[1].split(" ") 285 hypothesis_items = items[2].split(" ")
|
| /external/tensorflow/tensorflow/lite/experimental/micro/tools/make/ |
| generate_keil_project.py | 39 srcs_list = flags.srcs.split(' ') 40 hdrs_list = flags.hdrs.split(' ')
|
| /external/testng/src/main/java/org/testng/remote/adapter/ |
| DefaultMastertAdapter.java | 40 m_hosts = hostLine.split(" ");
48 String[] s = host.split(":");
|
| /external/toolchain-utils/automation/clients/report/dejagnu/ |
| manifest.py | 60 key, value = line[2:].split(':', 1) 68 line, _ = line.split('#', 1)
|
| /external/u-boot/test/py/tests/ |
| test_log.py | 44 split = output.replace('\r', '').splitlines() 45 lines = iter(split)
|
| /external/webp/src/utils/ |
| bit_writer_utils.c | 109 const int split = (bw->range_ * prob) >> 8; local 111 bw->value_ += split + 1; 112 bw->range_ -= split + 1; 114 bw->range_ = split; 127 const int split = bw->range_ >> 1; local 129 bw->value_ += split + 1; 130 bw->range_ -= split + 1; 132 bw->range_ = split;
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
| idna.py | 157 labels = dots.split(input)
178 labels = dots.split(input)
183 labels = input.split(".")
206 labels = dots.split(input)
241 labels = dots.split(input)
246 labels = input.split(".")
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
| idna.py | 157 labels = dots.split(input)
178 labels = dots.split(input)
183 labels = input.split(".")
206 labels = dots.split(input)
241 labels = dots.split(input)
246 labels = input.split(".")
|
| /device/linaro/bootloader/edk2/OvmfPkg/ |
| create-release.py | 48 gcc_version = map(lambda n: int(n), mo.group(1).split('.'))
70 version = stdout.split(None, 3)[1]
108 ld_version = ld_version.split('\n')[0].split()[-1]
111 iasl_version = filter(lambda s: s.find(' version ') >= 0, iasl_version.split('\n'))[0]
112 iasl_version = iasl_version.split(' version ')[1].strip()
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| WriterToUTF8Buffered.java | 202 int split = length/CHARS_MAX; local 205 chunks = split + 1; 207 chunks = split; 337 int split = length/CHARS_MAX; local 340 chunks = split + 1; 342 chunks = split;
|
| /external/brotli/c/enc/ |
| metablock.c | 342 size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms, 354 self->split_ = split; 366 split->types, split->types_alloc_size, max_num_blocks); 368 split->lengths, split->lengths_alloc_size, max_num_blocks); 370 split->num_blocks = max_num_blocks; 388 BlockSplit* split = self->split_; local 399 split->lengths[0] = (uint32_t)self->block_size_; 400 split->types[0] = 0 [all...] |
| /external/harfbuzz_ng/src/ |
| gen-arabic-table.py | 27 fields = [x.strip () for x in line.split (';')] 31 uu = fields[0].split ('..') 51 fields = [x.strip () for x in line.split (';')] 65 short = ''.join(x[0] for x in value.split('_')[2:]) 158 fields = [x.strip () for x in line.split (';')] 162 items = fields[5].split (' ')
|
| /external/libvpx/libvpx/tools/non_greedy_mv/ |
| non_greedy_mv.py | 48 word_ls = line.split() 54 word_ls = line.split() 89 word_ls = line.split() 97 word_ls = line.split() 108 word_ls = line.split() 119 word_ls = line.split()
|
| /external/libxml2/ |
| genUnicode.py | 34 (blockfile, catfile) = string.split(sources) 56 fields = string.split(line, ';') 58 (start, end) = string.split(range, "..") 74 alias = string.split(block,':') 75 alist = string.split(alias[1],',') 111 fields = string.split(line, ';')
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| egd_tables.py | 158 name = line.split()[0] 180 split = line.split() 181 name = split[0] 182 value = int(split[1], 0) 192 packets.append(line.split()[0])
|
| /external/python/cpython2/Lib/encodings/ |
| idna.py | 157 labels = dots.split(input) 178 labels = dots.split(input) 183 labels = input.split(".") 206 labels = dots.split(input) 241 labels = dots.split(input) 246 labels = input.split(".")
|
| /external/python/cpython2/Lib/plat-riscos/ |
| riscospath.py | 57 split filing system name (including special field) and drive specifier from rest 123 def split(p): function 125 Split a path in head (everything up to the last '.') and tail (the rest). FS 137 Split a path in root and extension. This assumes the 'using slash for dot and 140 (tail, head)= split(p) 149 Split a pathname into a drive specification (including FS name) and the rest of 161 return split(p)[1] 168 return split(p)[0] 294 fsname= string.split(fsname, '#', 1)[0] # remove special field from fs 335 (path, el)= split(path [all...] |