Home
last modified time | relevance | path

Searched refs:sep (Results 2051 - 2075 of 2246) sorted by relevance

1...<<81828384858687888990

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp224 static std::string join (const std::vector<T>& list, const std::string& sep) in join() argument
231 out << sep; in join() local
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1402 const char* sep = ""; in operator <<() local
1404 os << sep << *it; in operator <<()
1405 sep = ","; in operator <<()
/third_party/json/tools/cpplint/
H A Dcpplint.py6846 if fullname.startswith('.' + os.path.sep):
6847 fullname = fullname[len('.' + os.path.sep):]
6881 child_suffix = child_suffix.lstrip(os.sep)
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c2081 const char *sep = "", *msg = ""; in parse_static_assert() local
2084 sep = ": "; in parse_static_assert()
2087 sparse_error(cond->pos, "static assertion failed%s%s", sep, msg); in parse_static_assert()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_hist.c2227 char *sep, *operand1_str; in parse_expr() local
2244 sep = "-"; in parse_expr()
2247 sep = "+"; in parse_expr()
2253 operand1_str = strsep(&str, sep); in parse_expr()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp521 string sep = ";"; in HWTEST_F() local
524 Split(emptyStr, sep, dest); in HWTEST_F()
/third_party/glslang/Test/
H A Druntests175 --sep origMain -H -Od spv.hlslDebugInfo.vert --rsb vert t0 0 0 > $TARGETDIR/spv.hlslDebugInfo.frag.out
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py663 if os.path.sep == "\\":
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c1598 char *sep, *value; in bpf_object__process_kconfig_line() local
1606 sep = strchr(buf, '='); in bpf_object__process_kconfig_line()
1607 if (!sep) { in bpf_object__process_kconfig_line()
1617 *sep = '\0'; in bpf_object__process_kconfig_line()
1618 if (!sep[1]) { in bpf_object__process_kconfig_line()
1619 *sep = '='; in bpf_object__process_kconfig_line()
1629 value = sep + 1; in bpf_object__process_kconfig_line()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c1912 char *sep, *value; in bpf_object__process_kconfig_line() local
1920 sep = strchr(buf, '='); in bpf_object__process_kconfig_line()
1921 if (!sep) { in bpf_object__process_kconfig_line()
1931 *sep = '\0'; in bpf_object__process_kconfig_line()
1932 if (!sep[1]) { in bpf_object__process_kconfig_line()
1933 *sep = '='; in bpf_object__process_kconfig_line()
1943 value = sep + 1; in bpf_object__process_kconfig_line()
/third_party/python/Lib/
H A D_pydecimal.py6335 sep = spec['thousands_sep']
6349 min_width -= len(sep)
6353 return sep.join(reversed(groups))
/third_party/cups-filters/utils/
H A Dcups-browsed.c3582 char sep, *str; in remove_bad_chars() local
3595 sep = '_'; in remove_bad_chars()
3597 sep = '-'; in remove_bad_chars()
3616 str[j] = sep; in remove_bad_chars()
3624 while (strlen(str) > 0 && str[strlen(str) - 1] == sep) in remove_bad_chars()
3629 while (str[i] == sep) in remove_bad_chars()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp3137 const char* sep = (coordNdx < 1) ? "," : "";
3143 coordsFloat << std::fixed << std::setw(13) << std::setprecision(10) << coord << sep;
3144 coordsNatural << sign << '(' << m << '+' << r << '/' << multiplierFrac << ')' << sep;
3913 const char* sep = (coordNdx < 1) ? "," : "";
3919 coordsFloat << std::fixed << std::setw(13) << std::setprecision(10) << coord << sep;
3920 coordsNatural << sign << '(' << m << '+' << r << '/' << multiplierFrac << ')' << sep;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp2885 const char* sep = (coordNdx < 1) ? "," : "";
2891 coordsFloat << std::fixed << std::setw(13) << std::setprecision(10) << coord << sep;
2892 coordsNatural << sign << '(' << m << '+' << r << '/' << multiplierFrac << ')' << sep;
3661 const char* sep = (coordNdx < 1) ? "," : "";
3667 coordsFloat << std::fixed << std::setw(13) << std::setprecision(10) << coord << sep;
3668 coordsNatural << sign << '(' << m << '+' << r << '/' << multiplierFrac << ')' << sep;
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc1358 const char* sep = ""; in Simulator() local
1359 for (int i = GetPrintRegLaneCount(format) - 1; i >= 0; i--, sep = ", ") { in Simulator()
1392 fprintf(stream_, "%s%snan%s", sep, clr_vreg_value, clr_normal); in Simulator()
1396 sep, in Simulator()
1404 fprintf(stream_, "%s...", sep); in Simulator()
1792 const char* sep = ""; in Simulator() local
1796 fprintf(stream_, "%s%0*" PRIx64, sep, lane_size_in_nibbles, nibble); in Simulator()
1797 sep = "'"; in Simulator()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c2764 const char *sep = " <- "; in callchain__fprintf_folded() local
2781 ret += fprintf(fp, "%s%s", first ? "" : sep, in callchain__fprintf_folded()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c2805 const char *sep = " <- "; in callchain__fprintf_folded() local
2822 ret += fprintf(fp, "%s%s", first ? "" : sep, in callchain__fprintf_folded()
/third_party/python/Lib/test/
H A Dtest_bytes.py1915 sep = self.marshal(b'')
1916 newval = sep.join([val])
H A Dtest_os.py140 need = min_len - (len(cwd) + len(os.path.sep))
2022 program_path = os.sep + 'absolutepath'
2428 os.chdir(os.sep)
2429 self.assertEqual(set(os.listdir()), set(os.listdir(os.sep)))
/third_party/python/Lib/lib2to3/tests/
H A Dtest_fixers.py3840 expected_extensions = ('.py', os.path.sep, '.pyc', '.so', '.sl', '.pyd')
3880 self.present_files = set(["__init__.py", "bar" + os.path.sep])
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c2544 char sep = nodefs ? '\n' : ','; in _ext4_show_options() local
2546 #define SEQ_OPTS_PUTS(str) seq_printf(seq, "%c" str, sep) in _ext4_show_options()
2547 #define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg) in _ext4_show_options()
2613 fscrypt_show_test_dummy_encryption(seq, sep, sb); in _ext4_show_options()
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c2962 char sep = nodefs ? '\n' : ','; in _ext4_show_options() local
2964 #define SEQ_OPTS_PUTS(str) seq_printf(seq, "%c" str, sep) in _ext4_show_options()
2965 #define SEQ_OPTS_PRINT(str, arg) seq_printf(seq, "%c" str, sep, arg) in _ext4_show_options()
3042 fscrypt_show_test_dummy_encryption(seq, sep, sb); in _ext4_show_options()
/third_party/libbpf/src/
H A Dlibbpf.c2009 char *sep, *value; local
2017 sep = strchr(buf, '=');
2018 if (!sep) {
2028 *sep = '\0';
2029 if (!sep[1]) {
2030 *sep = '=';
2040 value = sep + 1;
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/
H A Dhvigor-wrapper.js722 const n = Ke.resolve(e).split(Ke.sep).filter((e => e)), r = Ke.resolve(t).split(Ke.sep).filter((e => e));
2004 const e = parseInt(t, 10), r = n.split(iu.sep);
2005 r.length > e && (n = r.slice(-e).join(iu.sep))
2375 return (e = Co.normalize(Co.resolve(e)).split(Co.sep)).length > 0 ? e[0] : null
2471 const n = jo.resolve(e).split(jo.sep).filter((e => e)), r = jo.resolve(t).split(jo.sep).filter((e => e));
3215 if (e.endsWith(Bc.sep)) throw new Error(`Filename is a directory: ${e}`);
3216 0 === e.indexOf(`~${Bc.sep}`) && (e = e.replace("~", Pc.homedir())), super(t), this.options = this._parseOption(t), this.fileObject = Bc.parse(e), "" === this.fileObject.dir && (this.fileObject = Bc.parse(Bc.join(process.cwd(), e))), this.fileFormatter = Ic({
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py1770 built_products_dir + os.sep + xcode_settings.GetBundleFrameworksFolderPath()

Completed in 180 milliseconds

1...<<81828384858687888990