Searched
refs:split (Results
1851 -
1875 of
6499) sorted by null
<<71727374757677787980>>
| /external/libmojo/third_party/catapult/devil/devil/android/ |
| md5sum.py | 117 hash_and_path = (l.split(None, 1) for l in out
|
| /external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
| adb_compatibility_devicetest.py | 32 pids_and_names = (line.split() for line in ps_output.splitlines())
|
| /external/libmojo/third_party/jinja2/ |
| utils.py | 132 module, obj = import_name.split(':', 1) 134 items = import_name.split('.') 200 words = _word_split_re.split(text_type(escape(text))) 234 words = LOREM_IPSUM_WORDS.split()
|
| /external/libvncserver/webclients/novnc/include/ |
| base64.js | 12 toBase64Table : 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='.split(''),
|
| /external/libvpx/libvpx/vp9/decoder/ |
| vp9_detokenize.c | 34 const unsigned int split = (*range * prob + (256 - prob)) >> CHAR_BIT; local 35 const BD_VALUE bigsplit = (BD_VALUE)split << (BD_VALUE_SIZE - CHAR_BIT); 46 *range = *range - split; 56 *range = split;
|
| /external/libxml2/ |
| build_glob.py | 68 fields = string.split(line, ",")
|
| /external/libyuv/files/tools_libyuv/valgrind/ |
| libyuv_tests.py | 62 old_base, _ = os.path.split(script_dir)
|
| /external/lisa/libs/utils/android/ |
| surfaceflinger.py | 139 tokens = [x.strip() for x in line.split('=')]
|
| /external/lisa/libs/utils/android/workloads/ |
| gmaps.py | 89 loc_url += '+'.join(location_search.split())
|
| /external/llvm/include/llvm/ADT/ |
| StringRef.h | 464 /// Split into two substrings around the first occurrence of a separator 472 /// \param Separator The character to split on. 473 /// \returns The split substrings. 474 std::pair<StringRef, StringRef> split(char Separator) const { 481 /// Split into two substrings around the first occurrence of a separator 489 /// \param Separator - The string to split on. 490 /// \return - The split substrings. 491 std::pair<StringRef, StringRef> split(StringRef Separator) const { 498 /// Split into substrings around the occurrences of a separator string. 509 /// \param Separator - The string to split on [all...] |
| /external/llvm/lib/Target/SystemZ/ |
| SystemZTargetMachine.cpp | 37 FS.split(Features, ',', -1, false /* KeepEmpty */);
|
| /external/llvm/lib/Transforms/IPO/ |
| ForceFunctionAttrs.cpp | 67 auto KV = StringRef(S).split(':');
|
| /external/ltp/pan/cgi/ |
| results.cgi | 25 ($host, $datestr, $suite, $type, $gz) = split(/\./, $get_df); 97 ($host, $datestr, $suite, $type, $gz) = split(/\./, $df);
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| r500_fragprog.c | 239 * Split source register access. 245 struct rc_swizzle_split * split) 257 split->NumPhases = 0; 263 split->Phase[split->NumPhases++] = negatebase[i]; 269 .Split = r500_swizzle_split
|
| /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
| PortParser.java | 50 String[] tokens = parameter.split("\\" + delimiter);
|
| /external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/ |
| AndroidTempFileLocator.java | 83 return trimmed.split(":");
|
| /external/okhttp/okio/okio/src/main/java/okio/ |
| Segment.java | 109 public Segment split(int byteCount) { method in class:Segment
|
| /external/pdfium/testing/tools/ |
| common.py | 38 for line in output.split('\n'):
|
| gold.py | 108 kvPairs = shlex.split(kvStr)
|
| /external/python/cpython2/Demo/pdist/ |
| makechangelog.py | 58 words = string.split(log)
|
| /external/python/cpython2/Demo/scripts/ |
| lpwatch.py | 51 fields = line.split()
|
| /external/python/cpython2/Demo/tkinter/ttk/ |
| widget_state.py | 47 newstates = set(newtext.split()) # eliminate duplicates
|
| /external/python/cpython2/Doc/tools/extensions/ |
| c_annotations.py | 47 parts = line.split(":", 4)
|
| /external/python/cpython2/Lib/ |
| _MozillaCookieJar.py | 71 line.split("\t")
|
| cgitb.py | 107 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 163 name = where + strong(name.split('.')[-1]) 198 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 237 elif where != 'local': name = where + name.split('.')[-1]
|
Completed in 1994 milliseconds
<<71727374757677787980>>