/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 845 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 D | include_relative_path_check.py | 29 with open(project + os.sep + json_name, 'r', encoding='utf-8') as r:
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | kernel_include.py | 66 if path.startswith(os.sep + "etc"):
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | kernel_include.py | 67 if path.startswith(os.sep + "etc"):
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | main.h | 103 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_context.h | 140 char *(*sep)(char **));
|
H A D | fscrypt.h | 305 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 D | main.h | 93 void fprint_hex(FILE *f, void *arg, unsigned int n, const char *sep);
|
/test/xts/tools/build/ |
H A D | utils.py | 144 _dirname_suffix = out_suffix.strip().rstrip(os.sep)
|
/third_party/gn/infra/ |
H A D | recipes.py | 109 recipes_path.replace('/', os.path.sep))
|
/third_party/lame/test/ |
H A D | lametest.py | 168 tmp = split(options_file, os.sep)
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.h | 138 HRESULT createId(wchar_t* buffer, size_t bufferSize, wchar_t sep = '-');
|
/third_party/skia/tools/skqp/ |
H A D | cut_release.py | 17 assert '/' in [os.sep, os.altsep] and os.pardir == '..'
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_dir_util.py | 122 if os.sep == '/':
|
/third_party/skia/infra/bots/ |
H A D | recipes.py | 106 recipes_path.replace('/', os.path.sep))
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3873 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 D | exported-sql-viewer.py | 3874 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.c | 1457 * 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 D | rdtgroup.c | 911 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 D | policy.c | 846 * @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 D | fs_context.c | 198 * @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 D | InternalLocaleBuilder.java | 543 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 D | InternalLocaleBuilder.java | 547 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 D | Client7z.cpp | 829 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 D | crypto.h | 129 const char sep); 132 const char *str, const char sep);
|