| /external/python/cpython3/Lib/idlelib/idle_test/ |
| test_pathbrowser.py | 15 dir = os.path.split(os.path.abspath(idlelib.__file__))[0]
|
| /external/python/cpython3/Mac/BuildScript/resources/ |
| install_certificates.command | 23 openssl_dir, openssl_cafile = os.path.split(
|
| /external/python/cpython3/Tools/clinic/ |
| cpp.py | 66 for line in s.split("\n"): 140 fields = line.split() 162 fields = condition.split() 190 for line_number, line in enumerate(f.read().split('\n'), 1):
|
| /external/python/cpython3/Tools/hg/ |
| hgtouch.py | 25 line = line.split('#')[0].strip() 28 outputs, inputs = line.split(':', 1) 29 outputs = outputs.split() 30 inputs = inputs.split()
|
| /external/python/cpython3/Tools/i18n/ |
| makelocalealias.py | 29 locale, alias = line.split() 46 lang, encoding = locale.split('.')[:2] 66 words = line.split() 74 lang, encoding = locale.split('.')[:2]
|
| /external/python/cpython3/Tools/msi/ |
| generate_md5.py | 16 filenames.append(os.path.split(file)[1])
|
| /external/python/cpython3/Tools/scripts/ |
| serve.py | 16 if '.' not in fn.split(os.path.sep)[-1]:
|
| /external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/internal/ |
| ConfigUtils.java | 11 return property.split("[, ]+");
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| ShadowTextUtilsTest.java | 43 assertThat(TextUtils.split("", ",").length).isEqualTo(0); 46 assertArrayEquals(TextUtils.split("abc", ","), new String[]{"abc"}); 49 assertArrayEquals(TextUtils.split("abc,def", ","), new String[]{"abc", "def"}); 52 assertArrayEquals(TextUtils.split("abc, def", ","), new String[]{"abc", " def"});
|
| /external/skia/gn/ |
| ar.py | 23 objects = open(rspfile).read().split()
|
| /external/skia/tools/lua/ |
| gradients.py | 31 gradients.append(line.split());
|
| /external/skqp/gn/ |
| ar.py | 23 objects = open(rspfile).read().split()
|
| /external/skqp/tools/lua/ |
| gradients.py | 31 gradients.append(line.split());
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
| Util.java | 43 String[] lines = resource.split("\\r?\\n");
|
| /external/swiftshader/third_party/LLVM/include/llvm/MC/ |
| MCAtom.h | 55 /// split - Splits the atom in two at a given address, which must align with 57 /// atom representing the high part of the split. 58 MCAtom *split(uint64_t SplitPt);
|
| /external/swiftshader/third_party/LLVM/utils/release/ |
| findRegressions.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/syslinux/gpxe/src/util/ |
| get-pci-ids | 63 my @drivers = split /\s+/, `find $kernel_src/drivers/net -name '*.c' | sort`; 113 my ($vendor_id, $device_id, $remainder) = split /\W+/, $_, 3;
|
| /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
| _sklearn.py | 90 split = key.split('__', 1) 91 if len(split) > 1: 93 name, sub_name = split
|
| /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
| candidate_graph_runner.h | 33 // Class that represents one split candidate, and can perform operations 37 // split should contain the features that are being used. 39 const decision_trees::BinaryNode& split); 45 // Get the candidates' split score with the split_score op. 48 // Fills in the split in node with weights and threshold.
|
| graph_collection_operator.cc | 59 // Fill in split info and left/right stats to initialize models with. 105 decision_trees::BinaryNode split; local 108 split.mutable_inequality_left_child_test(); 128 slot->AddSplit(split, input_data, target, example); 130 runners_[unique_id].reset(new CandidateGraphRunner(graph_dir_, split));
|
| split_collection_operators.cc | 35 LOG(ERROR) << "Unknown split collection operator: " 115 decision_trees::BinaryNode split; local 123 split.mutable_inequality_left_child_test(); 131 split.mutable_custom_left_child_test()->PackFrom(test); 136 stats_.at(node_id)->AddSplit(split, input_data, target, example);
|
| /external/tensorflow/tensorflow/tools/test/ |
| file_name_test.py | 34 if os.path.split(BASE_DIR)[-1] != 'tensorflow':
|
| /external/toolchain-utils/cwp/interpreter/ |
| symbolizer.py | 55 key, time, board, vers = filename.split('~') 89 ret = call(download_cmd.split()) 103 ret = call(extract_cmd.split()) 122 report_proc = Popen(report_cmd.split(), stdout=PIPE)
|
| /external/toolchain-utils/mem_tests/ |
| total_mem_actual.py | 35 memory_used = int(line.strip().split()[1])
|
| /external/trappy/trappy/ |
| common_clk.py | 28 clk_name, fields = data_str.split(' ', 1)
|