Home
last modified time | relevance | path

Searched refs:split (Results 801 - 825 of 3437) sorted by relevance

1...<<31323334353637383940>>...138

/third_party/python/Lib/
H A Dpydoc.py98 for name in func.__qualname__.split('.')[:-1]:
193 lines = doc.strip().split('\n')
216 text = pairs[1].join(text.split(pairs[0]))
346 result = line.split('"""')[0].strip()
458 for part in path.split('.')[1:]:
539 methodname = 'repr_' + '_'.join(type(x).__name__.split())
748 parts = name.split('.')
1137 methodname = 'repr_' + '_'.join(type(x).__name__.split())
1174 lines = [prefix + line for line in text.split('\n')]
1641 lines = plain(_escape_stdout(text)).split('\
[all...]
/third_party/python/Lib/urllib/
H A Drequest.py981 scheme = header.split()[0]
1116 scheme = authreq.split()[0]
1124 token, challenge = auth.split(' ', 1)
1180 elif 'auth' in qop.split(','):
1425 k, v = elt.split('=', 1)
1559 dirs = path.split('/')
1654 scheme, data = url.split(":",1)
1655 mediatype, data = data.split(",",1)
2061 dirs = path.split('/')
2109 [type, data] = url.split(',',
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dstring_utils.h29 void StringSplit(const std::string &str, const std::string &split, std::vector<std::string> &result);
/kernel/linux/linux-5.10/scripts/
H A Dshow_delta48 # split on closing bracket
49 (time_str, rest) = string.split(line[1:],']',1)
/kernel/linux/linux-6.6/scripts/
H A Dshow_delta48 # split on closing bracket
49 (time_str, rest) = string.split(line[1:],']',1)
/test/xts/acts/pcs/pcs_py/
H A DtestSystemCoreInternetPermission.py39 initFileList = self.device1.execute_shell_command("ls /system/etc/init").strip().split()
/third_party/gn/misc/vim/
H A Dgn-format.py52 lines = stdout.split('\n')
/third_party/ffmpeg/tools/python/
H A Dconvert.py45 basefile = os.path.split(args.infile)[1]
/third_party/ffmpeg/tests/
H A Drefcmp-metadata.awk29 if (split(line, fields) == 2 && is_numeric_str(fields[2])) {
/third_party/icu/tools/unicode/py/
H A Dparsescriptmetadata.py61 fields = line.split(";")
/third_party/libdrm/
H A Dgen_table_fourcc.py66 (vendor, mod) = entry.split('_', 1)
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/mount-origin/
H A Dexample.js21 u = u.split("/");
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/mount-origin/
H A Dexample.js22 u = u.split("/");
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/mount-origin/
H A Dexample.js22 u = u.split("/");
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/
H A Dexample.js21 u = u.split("/");
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/mount-origin/
H A Dexample.js22 u = u.split("/");
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/
H A Dexample.js21 u = u.split("/");
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/
H A Dexample.js21 u = u.split("/");
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/
H A Dexample.js20 u = u.split("/");
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
H A Dhelpers.js63 const expected = fs.readFileSync(absPath, 'utf-8').trim().split('\n');
/third_party/node/deps/v8/tools/
H A Dfind_depot_tools.py27 for i in os.environ['PATH'].split(os.pathsep):
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_fuzz_config.py50 for flag in flags.split():
/third_party/node/test/fixtures/wpt/url/
H A Durl-setters-a-area.window.js24 const key = test_case.href.split(":")[0];
/third_party/node/test/sequential/
H A Dtest-repl-timeout-throw.js57 const lastLine = stdout.trim().split(/\r?\n/).pop();
/third_party/node/test/fixtures/wpt/common/
H A Dsubset-tests.js15 // test.html?split=1000
16 match = /(?:^\?|&)split=(\d+)(?:&|$)/.exec(location.search);

Completed in 11 milliseconds

1...<<31323334353637383940>>...138