/third_party/python/Lib/ctypes/ |
H A D | _aix.py | 61 def _last_version(libnames, sep): 64 parts = libname.split(sep)
|
/third_party/python/Lib/ |
H A D | zipapp.py | 122 mod, sep, fn = main.partition(':') 125 if not (sep == ':' and mod_ok and fn_ok):
|
H A D | tabnanny.py | 33 sep = "" 35 sys.stderr.write(sep + str(arg)) 36 sep = " "
|
/build/ohos/ |
H A D | version.py | 25 versions = options.version.split(sep='.')
|
/third_party/opencl-headers/tests/conan/ |
H A D | conanfile.py | 17 self.run(".%sexample" % os.sep)
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_device_parser.cpp | 199 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 D | i915_selftest.c | 245 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 D | debugfs.c | 60 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 D | i915_selftest.c | 277 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 D | run_vmtests.sh | 189 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.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, '/')
|
/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, "/")
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol.c | 662 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 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))
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 562 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 D | b_report_entity_test.cpp | 130 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 D | gss_krb5_mech.c | 230 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 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
|