Home
last modified time | relevance | path

Searched refs:split (Results 351 - 375 of 3009) sorted by relevance

1...<<11121314151617181920>>...121

/third_party/benchmark/
H A Dsetup.py46 stripped_target = bazel_target.split("//")[-1]
47 self.relpath, self.target_name = stripped_target.split(":")
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_parsing_helper.py120 qualifiers = m.group('qualifiers').split()
123 arguments = m.group('arguments').split(',')
/third_party/mbedtls/tests/scripts/
H A Dpsa_collect_statuses.py42 value, function, tail = line.split(':', 2)
56 for value, name in zip(values, output.rstrip().split('\n')):
/third_party/mesa3d/bin/
H A Dcommit_in_branch.py92 (upstream, _) = branch.split('/')
128 (upstream, branch) = args.branch.split('/')
/third_party/node/deps/v8/tools/release/
H A Dmergeinfo.py72 return canaries[0].split('/')[-1]
79 version = versions[0].split("/")[-1]
/third_party/node/test/parallel/
H A Dtest-console-table.js21 queue.shift().split('\n'),
22 expected.trimLeft().split('\n')
H A Dtest-http-keep-alive-max-requests.js66 const [headers, body] = buffer.trim().split('\r\n\r\n');
104 const [headers, body] = buffer.trim().split('\r\n\r\n');
H A Dtest-repl-preview.js31 const chunkLines = chunk.toString('utf8').split('\n');
168 const toBeRun = input.split('\n');
H A Dtest-repl-top-level-await.js26 const chunkLines = stripVTControlCharacters(chunk).split('\n');
184 const toBeRun = input.split('\n');
H A Dtest-repl-underscore.js171 const lines = r.output.accum.trim().split('\n');
245 const lines = output.accum.trim().split('\n');
/third_party/node/deps/v8/tools/system-analyzer/
H A Dlws-middleware.js84 for (const line of objdumpOutput.split('\n')) {
85 const [, sectionName, , vma, , fileOffset] = line.trim().split(/\s+/);
/third_party/node/test/abort/
H A Dtest-addon-uv-handle-leak.js44 const lines = stderr.split('\n');
66 const libcInfo = lddOut.toString().split('\n').map(
/third_party/node/test/async-hooks/
H A Dtest-callback-error.js42 const test_init_first_line = child.stderr.toString().split(/[\r\n]+/g)[0];
53 const test_callback_first_line = child.stderr.toString().split(/[\r\n]+/g)[0];
86 const firstLineStderr = child.stderr.split(/[\r\n]+/g)[0].trim();
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Doption.js297 return str.split('-').reduce((str, word) => {
313 const flagParts = flags.split(/[ |,]+/);
/third_party/node/deps/npm/node_modules/chalk/source/vendor/supports-color/
H A Dindex.js103 const osRelease = os.release().split('.');
139 const version = Number.parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10);
/third_party/node/deps/npm/node_modules/debug/src/
H A Dnode.js175 args[0] = prefix + args[0].split('\n').join('\n' + prefix);
251 .split('\n')
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
H A Dparse-proxy-response.js53 .split('\r\n');
59 const firstLineParts = firstLine.split(' ');
/third_party/node/deps/npm/node_modules/supports-color/
H A Dindex.js103 const osRelease = os.release().split('.');
139 const version = Number.parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10);
/third_party/node/deps/v8/src/extensions/
H A Dvtunedomain-support-extension.cc25 void split(const std::string& str, char delimiter, in split() function
85 split(*(new std::string(params)), ' ', &vparams); in invoke()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_lds.h50 AluInstr *split(std::vector<AluInstr *>& out_block, AluInstr *last_lds_instr);
88 AluInstr *split(std::vector<AluInstr *>& out_block, AluInstr *last_lds_instr);
/third_party/node/deps/undici/src/lib/cookies/
H A Dindex.js38 for (const piece of cookie.split(';')) {
39 const [name, ...value] = piece.split('=')
/third_party/rust/crates/libc/
H A Dbuild.rs132 let mut pieces = version.split('.'); in rustc_minor_nightly()
145 let nightly_raw = otry!(pieces.next()).split('-').nth(1); in rustc_minor_nightly()
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A Dcommon.py171 missing = errtext.split(': No such file or directory')[0].split()[-1]
/third_party/python/Tools/freeze/
H A Dcheckextensions.py46 for w in w.split():
65 head, tail = os.path.split(w)
/third_party/python/Tools/scripts/
H A Dgenerate_stdlib_module_names.py110 parts = line.split()
148 package_name = name.split('.')[0]

Completed in 7 milliseconds

1...<<11121314151617181920>>...121