Home
last modified time | relevance | path

Searched refs:sep (Results 501 - 525 of 2043) sorted by relevance

1...<<21222324252627282930>>...82

/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py845 storage, sep, text = text.strip().partition(' ')
846 if not sep:
958 storage, sep, text = text.strip().partition(' ')
959 if not sep:
970 inline, sep, text = text.partition('|')
971 if not sep:
/build/templates/common/
H A Dinclude_relative_path_check.py29 with open(project + os.sep + json_name, 'r', encoding='utf-8') as r:
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkernel_include.py66 if path.startswith(os.sep + "etc"):
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_include.py67 if path.startswith(os.sep + "etc"):
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dmain.h103 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
/kernel/linux/linux-6.6/include/linux/
H A Dfs_context.h140 char *(*sep)(char **));
H A Dfscrypt.h305 void fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep,
526 char sep, in fscrypt_show_test_dummy_encryption()
525 fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep, struct super_block *sb) fscrypt_show_test_dummy_encryption() argument
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmain.h93 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
/test/xts/tools/build/
H A Dutils.py144 _dirname_suffix = out_suffix.strip().rstrip(os.sep)
/third_party/gn/infra/
H A Drecipes.py109 recipes_path.replace('/', os.path.sep))
/third_party/lame/test/
H A Dlametest.py168 tmp = split(options_file, os.sep)
/third_party/skia/src/xps/
H A DSkXPSDevice.h138 HRESULT createId(wchar_t* buffer, size_t bufferSize, wchar_t sep = '-');
/third_party/skia/tools/skqp/
H A Dcut_release.py17 assert '/' in [os.sep, os.altsep] and os.pardir == '..'
/third_party/python/Lib/distutils/tests/
H A Dtest_dir_util.py122 if os.sep == '/':
/third_party/skia/infra/bots/
H A Drecipes.py106 recipes_path.replace('/', os.path.sep))
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3873 sep = ""
3879 text += sep + ToCSValue(val)
3880 sep = ","
3888 text += pad + sep + val
3890 sep = " "
3893 sep = ""
3900 sep = ""
3902 text += sep + ToCSValue(str(i.data()))
3903 sep = ","
3910 text += pad + sep
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3874 sep = ""
3880 text += sep + ToCSValue(val)
3881 sep = ","
3889 text += pad + sep + val
3891 sep = " "
3894 sep = ""
3901 sep = ""
3903 text += sep + ToCSValue(str(i.data()))
3904 sep = ","
3911 text += pad + sep
[all...]
/third_party/python/Modules/
H A D_datetimemodule.c1457 * sign HH sep MM [sep SS [. UUUUUU]]
1462 format_utcoffset(char *buf, size_t buflen, const char *sep, in format_utcoffset() argument
1497 hours, sep, minutes, sep, seconds, microseconds); in format_utcoffset()
1502 sep, minutes, sep, seconds); in format_utcoffset()
1505 PyOS_snprintf(buf, buflen, "%c%02d%s%02d", sign, hours, sep, minutes); in format_utcoffset()
2638 const char *sep = ""; in delta_repr() local
2645 sep in delta_repr()
5748 int sep = 'T'; datetime_isoformat() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c911 bool sep = false; in rdt_bit_usage_show() local
917 if (sep) in rdt_bit_usage_show()
969 sep = true; in rdt_bit_usage_show()
1411 bool sep; in rdtgroup_size_show() local
1437 sep = false; in rdtgroup_size_show()
1440 if (sep) in rdtgroup_size_show()
1454 sep = true; in rdtgroup_size_show()
/kernel/linux/linux-6.6/fs/crypto/
H A Dpolicy.c846 * @sep: the separator character to use
852 void fscrypt_show_test_dummy_encryption(struct seq_file *seq, char sep, in fscrypt_show_test_dummy_encryption() argument
865 seq_printf(seq, "%ctest_dummy_encryption=v%d", sep, vers); in fscrypt_show_test_dummy_encryption()
/kernel/linux/linux-6.6/fs/
H A Dfs_context.c198 * @sep: callback for separating next option
207 char *(*sep)(char **)) in vfs_parse_monolithic_sep()
219 while ((key = sep(&options)) != NULL) { in vfs_parse_monolithic_sep()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DInternalLocaleBuilder.java543 private int checkVariants(String variants, String sep) { in checkVariants() argument
544 StringTokenIterator itr = new StringTokenIterator(variants, sep); in checkVariants()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DInternalLocaleBuilder.java547 private int checkVariants(String variants, String sep) { in checkVariants() argument
548 StringTokenIterator itr = new StringTokenIterator(variants, sep); in checkVariants()
/third_party/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp829 int sep = s.ReverseFind_PathSepar(); in main() local
830 s.DeleteFrom(sep + 1); in main()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcrypto.h129 const char sep);
132 const char *str, const char sep);

Completed in 35 milliseconds

1...<<21222324252627282930>>...82