Home
last modified time | relevance | path

Searched refs:split (Results 601 - 625 of 3243) sorted by relevance

1...<<21222324252627282930>>...130

/third_party/rust/crates/regex/tests/
H A Dmacros.rs140 macro_rules! split { macros
145 let splitted: Vec<_> = re.split(t!($text)).collect();
/third_party/skia/bench/
H A Dcheck_bench_regressions.py115 elements = expectation.strip().split(',')
159 bench, config = line_str.strip('_').split('.skp_')
/third_party/vk-gl-cts/scripts/log/
H A Dlog_parser.py79 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 Daddinterface.cpp79 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 Dgen_ext_deps.py157 featureName = feature.attrib[VK_XML_EXT_NAME].split('_')
185 extInfoDict[name].deps = ext.attrib[VK_XML_EXT_DEPS].split(',')
H A Dohos_gen_ext_deps.py158 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 DgluContextInfo.cpp160 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 Daddinterface.cpp79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces()
82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces()
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c60 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 Dxcode_emulation.py200 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 Dxcode_emulation.py200 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 Dtest_urlparse.py73 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 Dtemplates.py216 for line in backtrace.split("\n"):
/test/testfwk/developer_test/local_coverage/automate_execute/
H A Dinstall_coverage_tools.py53 root_path = current_path.split("/test/testfwk/developer_test")[0]
/test/xts/acts/pcs/pcs_py/
H A DtestSelinuxFileLable.py50 configuration = fileConfiguration.strip().split()
/third_party/eudev/test/
H A Drule-syntax-check.py53 for clause in line.split(','):
/third_party/googletest/googletest/scripts/
H A Dupload_gtest.py63 cc_list = [addr for addr in cc_line.split(',') if addr]
/third_party/mesa3d/bin/
H A Drefcnt-log-helper.py54 parts = line.split(' ')
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_serial.py23 config = serial_config.split(',')
/third_party/node/test/js-native-api/test_general/
H A DtestEnvCleanup.js49 child.stdout.toString().split(/\r\n|\r|\n/g).reduce((obj, item) =>
/third_party/node/test/parallel/
H A Dtest-async-hooks-fatal-error.js50 assert.strictEqual(cp.stderr.trim().split(os.EOL)[0], expect, type);
H A Dtest-cli-node-options-disallowed.js36 const message = err.message.split(/\r?\n/)[1];
H A Dtest-http-header-owstext.js38 .split('\r\n')[0];
H A Dtest-repl-multiline.js24 const actual = output.split('\n');
H A Dtest-timers-max-duration-warning.js16 const lines = warning.message.split('\n');

Completed in 14 milliseconds

1...<<21222324252627282930>>...130