/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | node.js | 175 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 D | parse-proxy-response.js | 53 .split('\r\n'); 59 const firstLineParts = firstLine.split(' ');
|
/third_party/node/deps/npm/node_modules/supports-color/ |
H A D | index.js | 103 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 D | vtunedomain-support-extension.cc | 25 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 D | sfn_instr_lds.h | 50 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 D | index.js | 38 for (const piece of cookie.split(';')) { 39 const [name, ...value] = piece.split('=')
|
/third_party/rust/crates/libc/ |
H A D | build.rs | 132 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 D | common.py | 171 missing = errtext.split(': No such file or directory')[0].split()[-1]
|
/third_party/python/Tools/freeze/ |
H A D | checkextensions.py | 46 for w in w.split(): 65 head, tail = os.path.split(w)
|
/third_party/python/Tools/scripts/ |
H A D | generate_stdlib_module_names.py | 110 parts = line.split() 148 package_name = name.split('.')[0]
|
/third_party/python/Lib/idlelib/ |
H A D | calltip.py | 73 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 D | test_install_data.py | 37 rtwo = os.path.split(two)[-1] 39 rone = os.path.split(one)[-1]
|
/third_party/python/Lib/email/ |
H A D | policy.py | 127 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 D | commit_id.py | 33 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 D | streamname.py | 109 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 D | chktrcmp.py | 43 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 D | sanitize_source_files.py | 39 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.py | 128 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 D | mkstatus.py | 11 for i in blob.stdout.read().split("\n"): 13 i=i.split()
|
/third_party/vixl/tools/ |
H A D | test_runner.py | 42 tests = output.split() 59 lines = p_out.split('\n')
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_md5sum.py | 41 for part in self.fodder.split(os.path.sep): 49 parts = self.fodder.split(os.path.sep)
|
/third_party/skia/infra/bots/ |
H A D | git_utils.py | 63 if self._branch_name in subprocess.check_output(['git', 'branch']).split(): 149 repo_name = remote.split('/')[-1]
|
/third_party/skia/gn/ |
H A D | compile_sksl_tests.py | 20 inputs = shlex.split(reader.read()) 66 head, tail = os.path.split(noExt)
|
/third_party/rust/crates/proc-macro2/ |
H A D | build.rs | 171 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 D | gen_android_bp.py | 98 head, tail = os.path.split(nativePath) 102 head, tail = os.path.split(head)
|