Home
last modified time | relevance | path

Searched refs:sep (Results 276 - 300 of 2211) sorted by relevance

1...<<11121314151617181920>>...89

/third_party/python/Lib/ctypes/
H A D_aix.py61 def _last_version(libnames, sep):
64 parts = libname.split(sep)
/third_party/python/Lib/
H A Dzipapp.py122 mod, sep, fn = main.partition(':')
125 if not (sep == ':' and mod_ok and fn_ok):
H A Dtabnanny.py33 sep = ""
35 sys.stderr.write(sep + str(arg))
36 sep = " "
/build/ohos/
H A Dversion.py25 versions = options.version.split(sep='.')
/third_party/opencl-headers/tests/conan/
H A Dconanfile.py17 self.run(".%sexample" % os.sep)
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_device_parser.cpp199 std::vector<std::string> split(const std::string &line, const std::string &sep) in split() argument
205 pos = line.find(sep, temp); in split()
210 temp = pos + sep.length(); in split()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c245 char *filter, *sep, *tok; in apply_subtest_filter() local
249 for (sep = filter; (tok = strsep(&sep, ","));) { in apply_subtest_filter()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Ddebugfs.c60 bool sep = false; in spi_nor_print_flags() local
66 if (sep) in spi_nor_print_flags()
68 sep = true; in spi_nor_print_flags()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c277 char *filter, *sep, *tok; in apply_subtest_filter() local
281 for (sep = filter; (tok = strsep(&sep, ","));) { in apply_subtest_filter()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Drun_vmtests.sh189 local sep=$(echo -n "$title" | tr "[:graph:][:space:]" -)
190 printf "%s\n%s\n%s\n" "$sep" "$title" "$sep"
/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, '/')
/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, "/")
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c662 char *sep, *endptr; in modules__parse() local
680 sep = strrchr(line, 'x'); in modules__parse()
681 if (sep == NULL) in modules__parse()
684 hex2u64(sep + 1, &start); in modules__parse()
686 sep = strchr(line, ' '); in modules__parse()
687 if (sep == NULL) in modules__parse()
690 *sep = '\0'; in modules__parse()
694 size = strtoul(sep + 1, &endptr, 0); in modules__parse()
2586 char *sep; in setup_addrlist() local
2596 val = strtoul(pos->s, &sep, 1 in setup_addrlist()
[all...]
/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))
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddfs_cache.c562 char sep = *s; in lookup_cache_entry() local
566 while ((s = strchr(s, sep)) && ++cnt < 3) in lookup_cache_entry()
586 while (e > s && *e == sep) in lookup_cache_entry()
600 while (e > s && *e != sep) in lookup_cache_entry()
1055 char sep; in dfs_cache_get_tgt_share() local
1065 sep = it->it_name[0]; in dfs_cache_get_tgt_share()
1066 if (sep != '\\' && sep != '/') in dfs_cache_get_tgt_share()
1090 ppath[c] = sep; in dfs_cache_get_tgt_share()
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_report_entity_test.cpp130 char sep = ATTR_SEP; in HWTEST_F() local
131 auto splits = SplitStringByChar(str, sep); in HWTEST_F()
135 splits = SplitStringByChar(str, sep); in HWTEST_F()
139 splits = SplitStringByChar(str, sep); in HWTEST_F()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c230 char *sep; in gss_krb5_prepare_enctype_priority_list() local
233 sep = ""; in gss_krb5_prepare_enctype_priority_list()
236 n = sprintf(buf, "%s%u", sep, gss_krb5_enctypes[i]); in gss_krb5_prepare_enctype_priority_list()
242 sep = ","; in gss_krb5_prepare_enctype_priority_list()
/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

Completed in 21 milliseconds

1...<<11121314151617181920>>...89