| /external/googletest/googlemock/scripts/ |
| upload_gmock.py | 63 cc_list = [addr for addr in cc_line.split(',') if addr]
|
| /external/googletest/googletest/scripts/ |
| upload_gtest.py | 63 cc_list = [addr for addr in cc_line.split(',') if addr]
|
| /external/grpc-grpc/src/ruby/spec/ |
| error_sanity_spec.rb | 23 name.to_s.split('_').map(&:downcase).map(&:capitalize).join('')
|
| /external/grpc-grpc/src/zlib/ |
| gen_build_yaml.py | 37 return [cmpath(x) for x in re.search(regex, cmake).group(1).split()]
|
| /external/grpc-grpc/tools/debug/core/ |
| error_ref_leak.py | 34 line = line.strip().split()
|
| /external/grpc-grpc/tools/run_tests/python_utils/ |
| upload_test_results.py | 171 test_results['suite'] = shortname.split(':')[0] 172 test_results['client'] = shortname.split(':')[1] 173 test_results['server'] = shortname.split(':')[2] 174 test_results['test_case'] = shortname.split(':')[3]
|
| /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
| Http2ClientStreamTransportState.java | 229 String[] split = contentType.split("charset=", 2); local 231 return Charset.forName(split[split.length - 1].trim());
|
| /external/harfbuzz_ng/test/shaping/ |
| run-tests.py | 64 fontfile, options, unicodes, glyphs_expected = line.split (":") 66 fontfile, expected_hash = fontfile.split('@') 105 unicodes] + (options.split (' ') if options else [])) 109 unicodes] + (options.split (' ') if options else []))
|
| /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
| WildcardMatcher.java | 32 final String[] parts = expression.split("\\:");
|
| /external/junit/src/main/java/org/junit/experimental/categories/ |
| CategoryFilterFactory.java | 39 for (String category : categories.split(",")) {
|
| /external/libaom/libaom/av1/encoder/ |
| partition_strategy.h | 124 init_simple_motion_search_mvs(pc_tree->split[0]); 125 init_simple_motion_search_mvs(pc_tree->split[1]); 126 init_simple_motion_search_mvs(pc_tree->split[2]); 127 init_simple_motion_search_mvs(pc_tree->split[3]);
|
| /external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/ |
| generator_unittest.py | 15 path, tail = os.path.split(path)
|
| /external/llvm/utils/release/ |
| findRegressions-simple.py | 24 tmp = t[2].split('llvm-test/') 41 n = t[0].split('RESULT-')[1] 47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n')) 50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
|
| /external/ltp/pan/cgi/ |
| browse.cgi | 39 ($host, $datestr, $suite, $type, $gz) = split(/\./, $pf); 104 @extra_path = split(/\//, $ENV{PATH_INFO}); 114 @so = split(/,/, $sort_order); 139 ($host, $datestr, $suite, $type, $gz) = split(/\./, $df);
|
| /external/ltp/testcases/realtime/func/pi-tests/ |
| parse-testpi1.py | 43 list=prev_line.split(" ")
|
| parse-testpi2.py | 46 list=prev_line.split(" ")
|
| /external/mesa3d/scons/ |
| dxsdk.py | 61 gcc = 'gcc' in os.path.basename(env['CC']).split('-')
|
| /external/mesa3d/src/gallium/drivers/r300/compiler/ |
| r300_fragprog_swizzle.c | 152 struct rc_swizzle_split * split) 154 split->NumPhases = 0; 193 split->Phase[split->NumPhases++] = best_matchmask; 200 .Split = r300_swizzle_split
|
| /external/mesa3d/src/mesa/vbo/ |
| vbo_split_copy.c | 29 /* Split indexed primitives with per-vertex copying. 318 GLboolean split; local 334 for (split = GL_FALSE; j != prim->count && !split; j++) 335 split = elt(copy, start + j); 338 /* Done, emit final line. Split doesn't matter as 350 assert(split); 363 split = elt(copy, start+0); 364 assert(!split); 366 split = elt(copy, start+j-1) [all...] |
| /external/opencensus-java/scripts/ |
| check-git-history.py | 34 parents = line.split()
|
| /external/python/cpython2/Demo/tkinter/ttk/ |
| plastik_theme.py | 42 img = os.path.split(f)[1]
|
| /external/python/cpython2/Lib/idlelib/idle_test/ |
| test_pathbrowser.py | 15 dir = os.path.split(os.path.abspath(idlelib.__file__))[0]
|
| /external/python/cpython2/Lib/wsgiref/ |
| simple_server.py | 22 sys_version = "Python/" + sys.version.split()[0] 33 self.status.split(' ',1)[0], self.bytes_sent 78 path,query = self.path.split('?',1) 100 k,v = h.split(':',1)
|
| /external/python/cpython2/Mac/BuildScript/resources/ |
| install_certificates.command | 23 openssl_dir, openssl_cafile = os.path.split(
|
| /external/python/cpython2/Tools/scripts/ |
| serve.py | 16 if '.' not in fn.split(os.path.sep)[-1]:
|