/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | _packager.py | 88 path.replace("/", os.path.sep)) 181 chapterName = chapter.rsplit(os.path.sep, 1)[1] 200 testName=testName.rsplit(os.path.sep, 1)[1]
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | loaders.py | 28 path.sep in piece 207 .strip(os.path.sep) 208 .replace(os.path.sep, "/")
|
H A D | utils.py | 685 def __init__(self, sep=u", "): 686 self.sep = sep 693 return self.sep
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | loaders.py | 28 if path.sep in piece \ 196 [len(searchpath):].strip(os.path.sep) \ 197 .replace(os.path.sep, '/')
|
H A D | utils.py | 604 def __init__(self, sep=u', '): 605 self.sep = sep 612 return self.sep
|
/third_party/python/Lib/ |
H A D | tabnanny.py | 33 sep = "" 35 sys.stderr.write(sep + str(arg)) 36 sep = " "
|
H A D | zipapp.py | 122 mod, sep, fn = main.partition(':') 125 if not (sep == ':' and mod_ok and fn_ok):
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | loaders.py | 28 path.sep in piece 207 .strip(os.path.sep) 208 .replace(os.path.sep, "/")
|
H A D | utils.py | 685 def __init__(self, sep=u", "): 686 self.sep = sep 693 return self.sep
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
H A D | DecimalFormatSymbolsICU.java | 181 public void setMonetaryDecimalSeparator(char sep) { in setMonetaryDecimalSeparator() argument 182 fIcuDecfs.setMonetaryDecimalSeparator(sep); in setMonetaryDecimalSeparator()
|
/third_party/python/Lib/ctypes/ |
H A D | _aix.py | 61 def _last_version(libnames, sep): 64 parts = libname.split(sep)
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 253 "unittest" + os.sep)[1].split(os.sep + "bin")[0] 254 if os.sep in sub_system_module: 255 sub_system = sub_system_module.split(os.sep)[0] 256 module_name = sub_system_module.split(os.sep)[1]
|
/third_party/alsa-lib/src/control/ |
H A D | namehint.c | 89 const char *sep; in hint_list_add_custom() local 94 sep = strchr(entry, '|'); in hint_list_add_custom() 95 if (sep == NULL) in hint_list_add_custom() 98 name = strndup(entry, sep - entry); in hint_list_add_custom() 102 err = hint_list_add(list, name, sep + 1); in hint_list_add_custom()
|
/third_party/python/Lib/test/ |
H A D | test_format.py | 429 sep = localeconv['thousands_sep'] 435 self.assertIn(sep, text) 436 self.assertEqual(text.replace(sep, ''), '123456789') 440 self.assertIn(sep, text) 442 self.assertEqual(text.replace(sep, ''), '1234' + point + '5')
|
H A D | test_sysconfig.py | 44 self.sep = os.sep 67 os.sep = self.sep 164 self.assertTrue(sysconfig_includedir.startswith(incpath + os.sep))
|
H A D | test_generators.py | 1658 sep = "+" + "-+" * n 1659 print(sep) 1664 print(sep) 1855 sep = "+" + ("-" * w + "+") * n 1856 print(sep) 1860 print(sep)
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_channelmap.c | 155 char *sep = mapping; in channelmap_init() local 157 while ((sep = strchr(sep, separator))) { in channelmap_init() 158 if (*++sep) // Allow trailing comma in channelmap_init()
|
/third_party/jinja2/ |
H A D | utils.py | 723 def __init__(self, sep: str = ", ") -> None: 724 self.sep = sep 731 return self.sep
|
/third_party/python/Include/ |
H A D | unicodeobject.h | 838 If sep is NULL, splitting will be done at all whitespace 849 PyObject *sep, /* String separator */ 867 PyObject *sep /* String separator */ 875 PyObject *sep /* String separator */ 880 If sep is NULL, splitting will be done at all whitespace 893 PyObject *sep, /* String separator */
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 606 sep = " " 610 sep = "\n" 630 printable = "(" + sep 636 + sep 640 printable = "{" + sep 648 + sep 738 # empty string for sep. 739 sep = "" 742 sep = "\n" 746 self._XCPrint(file, 2, self._XCPrintableValue(2, self) + " = {" + sep) [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 606 sep = " " 610 sep = "\n" 630 printable = "(" + sep 636 + sep 640 printable = "{" + sep 648 + sep 738 # empty string for sep. 739 sep = "" 742 sep = "\n" 746 self._XCPrint(file, 2, self._XCPrintableValue(2, self) + " = {" + sep) [all...] |
/third_party/python/Python/ |
H A D | initconfig.c | 1553 const wchar_t *sep = wcschr(xoption, L'='); in config_get_xoption_value() local 1554 return sep ? sep + 1 : L""; in config_get_xoption_value() 1713 const wchar_t *sep = wcschr(xoption, L'='); in config_init_tracemalloc() local 1714 if (sep) { in config_init_tracemalloc() 1715 if (!config_wstr_to_int(sep + 1, &nframe)) { in config_init_tracemalloc() 1759 const wchar_t *sep = wcschr(xoption, L'='); in config_init_int_max_str_digits() local 1761 if (sep) { in config_init_int_max_str_digits() 1762 if (!config_wstr_to_int(sep + 1, &maxdigits)) { in config_init_int_max_str_digits() 1786 const wchar_t *sep in config_init_pycache_prefix() local [all...] |
/third_party/gn/src/gn/ |
H A D | ninja_c_binary_target_writer.cc | 740 size_t sep = label.find(":"); in WriteWholeArchive() local 741 if (sep == std::string::npos) { in WriteWholeArchive() 744 result += label.substr(sep + 1) + ".a"; in WriteWholeArchive() 764 size_t sep = label.find(":"); in WriteNoWholeArchive() local 765 if (sep == std::string::npos) { in WriteNoWholeArchive() 768 result += label.substr(sep + 1) + ".a"; in WriteNoWholeArchive()
|
/third_party/pcre2/pcre2/maint/ |
H A D | ucptest.c | 490 const char *sep = ""; in print_prop() local 496 printf("%s%s", sep, get_propname(i, PT_SC)); in print_prop() 497 sep = ", "; in print_prop() 504 const char *sep = ""; in print_prop() local 511 printf("%s%s", sep, get_propname(i, PT_BOOL)); in print_prop() 512 sep = ", "; in print_prop()
|
/third_party/opencl-headers/tests/conan/ |
H A D | conanfile.py | 17 self.run(".%sexample" % os.sep)
|