/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 1402 const char* sep = ""; in operator <<() local 1404 os << sep << *it; in operator <<() 1405 sep = ","; in operator <<()
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 6846 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 D | parse.c | 2081 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()
|
/third_party/glslang/Test/ |
H A D | runtests | 175 --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 D | build_apk.py | 663 if os.path.sep == "\\":
|
/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()
|
/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, '/')
|
/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])
|
/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
|