/third_party/rust/crates/regex/tests/ |
H A D | macros.rs | 140 macro_rules! split { macros 145 let splitted: Vec<_> = re.split(t!($text)).collect();
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 115 elements = expectation.strip().split(',') 159 bench, config = line_str.strip('_').split('.skp_')
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_parser.py | 79 return shlex.split(line) 82 return [w.decode('utf-8') for w in shlex.split(line.encode('utf-8'))]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.cpp | 79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces() 82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_ext_deps.py | 157 featureName = feature.attrib[VK_XML_EXT_NAME].split('_') 185 extInfoDict[name].deps = ext.attrib[VK_XML_EXT_DEPS].split(',')
|
H A D | ohos_gen_ext_deps.py | 158 featureName = feature.attrib[VK_XML_EXT_NAME].split('_') 186 extInfoDict[name].deps = ext.attrib[VK_XML_EXT_DEPS].split(',')
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluContextInfo.cpp | 160 static void split (vector<string>& dst, const string& src) in split() function 206 split(m_extensions, string(result)); in ContextInfo()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.cpp | 79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces() 82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 60 int split; member 222 const int split = kd->split; in colormap_nearest_node() local 233 dx = target[split] - current[split]; in colormap_nearest_node() 281 const int split = kd->split; in colormap_nearest_iterative() local 282 const int dx = target[split] - current[split]; in colormap_nearest_iterative() 518 const int rgb_comp = node->split in disp_node() [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 200 new_key = key.split("[")[0] 813 prefix, rest = path.split("/", 1) 1228 fingerprint = line.split()[1] 1289 return [int(x) for x in family.split(",")] 1362 items = line.split() 1510 version = version_list[0].split()[-1] # Last word on first line 1511 build = version_list[-1].split()[-1] # Last word on last line 1517 version = version.split(".")[:3] # Just major, minor, micro 1633 res_parts = os.path.split(res) 1635 # Now split th [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 200 new_key = key.split("[")[0] 810 prefix, rest = path.split("/", 1) 1225 fingerprint = line.split()[1] 1283 return [int(x) for x in family.split(",")] 1356 items = line.split() 1504 version = version_list[0].split()[-1] # Last word on first line 1505 build = version_list[-1].split()[-1] # Last word on last line 1511 version = version.split(".")[:3] # Just major, minor, micro 1627 res_parts = os.path.split(res) 1629 # Now split th [all...] |
/third_party/python/Lib/test/ |
H A D | test_urlparse.py | 73 def checkRoundtrips(self, url, parsed, split): 102 self.assertEqual(result, split) 105 self.assertEqual(t, split) 175 for url, parsed, split in str_cases + bytes_cases: 176 self.checkRoundtrips(url, parsed, split) 210 for url, parsed, split in test_cases: 213 split = (scheme,) + split 214 self.checkRoundtrips(url, parsed, split) 1043 assert set(result.split(' [all...] |
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | templates.py | 216 for line in backtrace.split("\n"):
|
/test/testfwk/developer_test/local_coverage/automate_execute/ |
H A D | install_coverage_tools.py | 53 root_path = current_path.split("/test/testfwk/developer_test")[0]
|
/test/xts/acts/pcs/pcs_py/ |
H A D | testSelinuxFileLable.py | 50 configuration = fileConfiguration.strip().split()
|
/third_party/eudev/test/ |
H A D | rule-syntax-check.py | 53 for clause in line.split(','):
|
/third_party/googletest/googletest/scripts/ |
H A D | upload_gtest.py | 63 cc_list = [addr for addr in cc_line.split(',') if addr]
|
/third_party/mesa3d/bin/ |
H A D | refcnt-log-helper.py | 54 parts = line.split(' ')
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_serial.py | 23 config = serial_config.split(',')
|
/third_party/node/test/js-native-api/test_general/ |
H A D | testEnvCleanup.js | 49 child.stdout.toString().split(/\r\n|\r|\n/g).reduce((obj, item) =>
|
/third_party/node/test/parallel/ |
H A D | test-async-hooks-fatal-error.js | 50 assert.strictEqual(cp.stderr.trim().split(os.EOL)[0], expect, type);
|
H A D | test-cli-node-options-disallowed.js | 36 const message = err.message.split(/\r?\n/)[1];
|
H A D | test-http-header-owstext.js | 38 .split('\r\n')[0];
|
H A D | test-repl-multiline.js | 24 const actual = output.split('\n');
|
H A D | test-timers-max-duration-warning.js | 16 const lines = warning.message.split('\n');
|