Searched
refs:split (Results
676 -
700 of
4729) sorted by null
<<21222324252627282930>>
| /external/deqp/scripts/ |
| gen_android_bp.py | 84 head, tail = os.path.split(nativePath) 88 head, tail = os.path.split(head)
|
| /external/e2fsprogs/debugfs/ |
| extent_cmds.ct | 52 request do_split_node, "Split node", 53 split_node, split;
|
| /external/fonttools/Lib/fontTools/misc/ |
| textTools.py | 21 hexdata = strjoin(hexdata.split()) 60 bin = strjoin(bin.split())
|
| /external/freetype/src/tools/ |
| chktrcmp.py | 43 SRC_FILE_DIRS = sys.argv[i].replace( "--src-dirs=", "", 1 ).split( ":" ) 45 TRACE_DEF_FILES = sys.argv[i].replace( "--def-files=", "", 1 ).split( ":" )
|
| /external/harfbuzz_ng/src/ |
| gen-tag-table.py | 265 self.subtags = tag.lower ().split ('-') 376 tag = tag.split (' ')[0] 382 self.to_bcp_47[tag].update (ISO_639_3_TO_1.get (code, code) for code in iso_codes.replace (' ', '').split (',')) 425 [macrolanguage, suffix] = bcp_47_tag.split ('-', 1) 557 subtag_type = line.split (' ')[1] 561 subtag = line.split (' ')[1] 565 description = line.split (' ', 1)[1].replace (' (individual language)', '') 574 scope = line.split (' ')[1] 586 # If a subtag is split into multiple replacement subtags, 588 for language in line.replace (',', '').split (' ')[2:] [all...] |
| /external/harfbuzz_ng/test/fuzzing/ |
| run-shape-fuzzer-tests.py | 13 fpath, _ = os.path.split(program) 18 for path in os.environ["PATH"].split(os.pathsep):
|
| /external/jsoncpp/test/ |
| rununittests.py | 18 cmd = VALGRIND_CMD.split() 34 test_names = [name.strip() for name in test_names.strip().split('\n')]
|
| /external/libxcam/modules/ocl/ |
| cv_wiener_filter.cpp | 56 cv::split (denominator, denominator_splitted); 63 cv::split (numerator, numerator_splitted);
|
| /external/ltp/testcases/kernel/fs/fs_maim/ |
| partbeat | 56 ($junk,$junk,$device)=split(/\//,$target);
|
| /external/markdown/markdown/extensions/ |
| def_list.py | 37 terms = [l.strip() for l in block[:m.start()].split('\n') if l.strip()] 48 terms = sibling.text.split('\n')
|
| /external/minijail/tools/ |
| generate_seccomp_policy.py | 81 arg_value.split('|'))): 109 args = [arg.strip() for arg in args.split(',')]
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| WebPlatformUrlTestData.java | 93 String[] parts = line.split(" "); 105 String[] nameAndValue = piece.split(":", 2);
|
| /external/opencensus-java/contrib/monitored_resource_util/src/main/java/io/opencensus/contrib/monitoredresource/util/ |
| AwsIdentityDocUtils.java | 112 String[] lines = awsIdentityDocument.split(AWS_IDENTITY_DOC_LINE_BREAK_SPLITTER, -1); 115 String[] keyValuePair = line.split(AWS_IDENTITY_DOC_COLON_SPLITTER, -1);
|
| /external/python/cpython2/Lib/distutils/tests/ |
| test_install_data.py | 39 rtwo = os.path.split(two)[-1] 41 rone = os.path.split(one)[-1]
|
| /external/python/cpython2/Lib/encodings/ |
| __init__.py | 69 return '_'.join(encoding.translate(_norm_encoding_map).split()) 136 entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],)
|
| /external/python/cpython2/Lib/plat-os2emx/ |
| grp.py | 148 fields = entry.split(sep) 150 fields[3] = [f.strip() for f in fields[3].split(',')]
|
| /external/python/cpython2/Lib/test/ |
| test_dis.py | 95 lines = got.split('\n') 97 expected = expected.split("\n")
|
| test_macos.py | 52 tp = ln.split()[-1][1:-1] 54 cr = ln.split()[-1][1:-1]
|
| /external/python/cpython2/Lib/ |
| token.py | 98 lines = fp.read().split("\n") 118 format = fp.read().split("\n")
|
| /external/python/cpython2/Tools/freeze/ |
| checkextensions.py | 46 for w in w.split(): 65 head, tail = os.path.split(w)
|
| /external/python/cpython3/Lib/distutils/tests/ |
| test_install_data.py | 37 rtwo = os.path.split(two)[-1] 39 rone = os.path.split(one)[-1]
|
| /external/python/cpython3/Tools/freeze/ |
| checkextensions.py | 46 for w in w.split(): 65 head, tail = os.path.split(w)
|
| /external/python/setuptools/setuptools/ |
| namespaces.py | 73 pth = tuple(pkg.split('.')) 96 parts = pkg.split('.')
|
| /external/python/setuptools/setuptools/tests/ |
| test_egg_info.py | 161 assert 'docs/usage.rst' in f.read().split('\n') 191 test_params = test.lstrip().split('\n\n', 3) 192 name_kwargs = test_params.pop(0).split('\n') 449 pkg_info_lines = pkginfo_file.read().split('\n') 491 pkg_info_lines = pkginfo_file.read().split('\n') 520 pkg_info_lines = pkginfo_file.read().split('\n') 540 pkg_info_lines = pkginfo_file.read().split('\n') 551 assert 'Requires-Python: >=1.2.3' in f.read().split('\n')
|
| /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/ |
| BuckManifestFactory.java | 71 new String(Util.readBytes(new FileInputStream(filename)), UTF_8).split("\\n")); 76 dirs = Arrays.asList(property.split(File.pathSeparator));
|
Completed in 1505 milliseconds
<<21222324252627282930>>