Home
last modified time | relevance | path

Searched refs:split (Results 451 - 475 of 3334) sorted by relevance

1...<<11121314151617181920>>...134

/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]
/third_party/python/Lib/idlelib/
H A Dcalltip.py73 opener_line, opener_col = map(int, sur_paren[0].split('.'))
191 for line in doc.split('\n', _MAX_LINES)[:_MAX_LINES]:
/third_party/python/Lib/distutils/tests/
H A Dtest_install_data.py37 rtwo = os.path.split(two)[-1]
39 rone = os.path.split(one)[-1]
/third_party/python/Lib/email/
H A Dpolicy.py127 name, value = sourcelines[0].split(':', 1)
162 value = ''.join(linesep_splitter.split(value))
176 Source values are split into lines using splitlines. If the value is
/third_party/skia/third_party/externals/angle2/src/
H A Dcommit_id.py33 refs = fin.read().strip().split('\n')
36 refs = [ref.split(' ') for ref in refs if ref.strip()[0] != '#']
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstreamname.py109 normalize_segment(seg, prefix=prefix) for seg in v.split(_STREAM_SEP))
150 parts = path.split('/+/', 1)
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dchktrcmp.py43 SRC_FILE_DIRS = sys.argv[i].replace( "--src-dirs=", "", 1 ).split( ":" )
45 TRACE_DEF_FILES = sys.argv[i].replace( "--def-files=", "", 1 ).split( ":" )
/third_party/skia/tools/
H A Dsanitize_source_files.py39 if (len(full_item_path.split('.')) > 1 and
40 full_item_path.split('.')[-1] in _FILE_EXTENSIONS_TO_SANITIZE):
/third_party/skia/tools/skpbench/
H A D_hardware_android.py128 freqs = self._adb.check('cat /sys/devices/system/cpu/cpu%i/cpufreq/scaling_available_frequencies' % i).split()
149 freqs = self._adb.check('cat /sys/class/kgsl/kgsl-3d0/devfreq/available_frequencies').split()
/third_party/toybox/scripts/
H A Dmkstatus.py11 for i in blob.stdout.read().split("\n"):
13 i=i.split()
/third_party/vixl/tools/
H A Dtest_runner.py42 tests = output.split()
59 lines = p_out.split('\n')
/third_party/python/Lib/test/test_tools/
H A Dtest_md5sum.py41 for part in self.fodder.split(os.path.sep):
49 parts = self.fodder.split(os.path.sep)
/third_party/skia/infra/bots/
H A Dgit_utils.py63 if self._branch_name in subprocess.check_output(['git', 'branch']).split():
149 repo_name = remote.split('/')[-1]
/third_party/skia/gn/
H A Dcompile_sksl_tests.py20 inputs = shlex.split(reader.read())
66 head, tail = os.path.split(noExt)
/third_party/rust/crates/proc-macro2/
H A Dbuild.rs171 for arg in rustflags.split('\x1f') { in compile_probe()
187 let mut pieces = version.split('.'); in rustc_minor_version()
/third_party/vk-gl-cts/scripts/
H A Dgen_android_bp.py98 head, tail = os.path.split(nativePath)
102 head, tail = os.path.split(head)

Completed in 9 milliseconds

1...<<11121314151617181920>>...134