/third_party/python/Lib/ |
H A D | _pydecimal.py | 6335 sep = spec['thousands_sep'] 6349 min_width -= len(sep) 6353 return sep.join(reversed(groups))
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 3582 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 D | vktRasterizationTests.cpp | 3137 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 D | vktRasterizationTests.cpp | 2885 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 D | simulator-aarch64.cc | 1358 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 D | builtin-sched.c | 2764 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 D | builtin-sched.c | 2805 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 D | test_bytes.py | 1915 sep = self.marshal(b'') 1916 newval = sep.join([val])
|
H A D | test_os.py | 140 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)))
|
H A D | test_compileall.py | 317 modpath = mod[len(self.directory+os.sep):]
|
H A D | test_urllib2.py | 61 fname = os.path.abspath(urllib.request.__file__).replace(os.sep, '/')
|
H A D | test_urllib.py | 532 tmp_fileurl = 'file://localhost/' + tmp_file.replace(os.path.sep, '/')
|
H A D | test_embed.py | 1419 if os.path.normpath(vpath).count(os.sep) == 2:
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_fixers.py | 3840 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 D | super.c | 2544 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 D | super.c | 2962 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 D | libbpf.c | 2009 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 D | hvigor-wrapper.js | 722 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 D | xcode_emulation.py | 1770 built_products_dir + os.sep + xcode_settings.GetBundleFrameworksFolderPath()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | make.py | 2356 if not gyp_binary.startswith(os.sep):
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1764 built_products_dir + os.sep + xcode_settings.GetBundleFrameworksFolderPath()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | make.py | 2362 if not gyp_binary.startswith(os.sep):
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 1890 sep='')
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.h | 401 const char *sep; /* thousands separator */ member
|
/third_party/python/Lib/test/test_import/ |
H A D | __init__.py | 816 from .os import sep namespace
|