Home
last modified time | relevance | path

Searched refs:sep (Results 201 - 225 of 1855) sorted by relevance

12345678910>>...75

/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py88 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 Dloaders.py28 path.sep in piece
207 .strip(os.path.sep)
208 .replace(os.path.sep, "/")
H A Dutils.py685 def __init__(self, sep=u", "):
686 self.sep = sep
693 return self.sep
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py28 if path.sep in piece \
196 [len(searchpath):].strip(os.path.sep) \
197 .replace(os.path.sep, '/')
H A Dutils.py604 def __init__(self, sep=u', '):
605 self.sep = sep
612 return self.sep
/third_party/python/Lib/
H A Dtabnanny.py33 sep = ""
35 sys.stderr.write(sep + str(arg))
36 sep = " "
H A Dzipapp.py122 mod, sep, fn = main.partition(':')
125 if not (sep == ':' and mod_ok and fn_ok):
/third_party/skia/third_party/externals/jinja2/
H A Dloaders.py28 path.sep in piece
207 .strip(os.path.sep)
208 .replace(os.path.sep, "/")
H A Dutils.py685 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 DDecimalFormatSymbolsICU.java181 public void setMonetaryDecimalSeparator(char sep) { in setMonetaryDecimalSeparator() argument
182 fIcuDecfs.setMonetaryDecimalSeparator(sep); in setMonetaryDecimalSeparator()
/third_party/python/Lib/ctypes/
H A D_aix.py61 def _last_version(libnames, sep):
64 parts = libname.split(sep)
/test/testfwk/developer_test/src/core/driver/
H A Dlite_driver.py253 "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 Dnamehint.c89 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 Dtest_format.py429 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 Dtest_sysconfig.py44 self.sep = os.sep
67 os.sep = self.sep
164 self.assertTrue(sysconfig_includedir.startswith(incpath + os.sep))
H A Dtest_generators.py1658 sep = "+" + "-+" * n
1659 print(sep)
1664 print(sep)
1855 sep = "+" + ("-" * w + "+") * n
1856 print(sep)
1860 print(sep)
/third_party/ffmpeg/libavfilter/
H A Daf_channelmap.c155 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 Dutils.py723 def __init__(self, sep: str = ", ") -> None:
724 self.sep = sep
731 return self.sep
/third_party/python/Include/
H A Dunicodeobject.h838 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 Dxcodeproj_file.py606 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 Dxcodeproj_file.py606 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 Dinitconfig.c1553 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 Dninja_c_binary_target_writer.cc740 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 Ducptest.c490 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 Dconanfile.py17 self.run(".%sexample" % os.sep)

Completed in 25 milliseconds

12345678910>>...75