/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | strlist.c | 144 char *sep; in strlist__parse_list() local 147 while ((sep = strchr(s, ',')) != NULL) { in strlist__parse_list() 148 *sep = '\0'; in strlist__parse_list() 150 *sep = ','; in strlist__parse_list() 153 s = sep + 1; in strlist__parse_list()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | strlist.c | 144 char *sep; in strlist__parse_list() local 147 while ((sep = strchr(s, ',')) != NULL) { in strlist__parse_list() 148 *sep = '\0'; in strlist__parse_list() 150 *sep = ','; in strlist__parse_list() 153 s = sep + 1; in strlist__parse_list()
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
H A D | generate_geocoding_data.cc | 177 vector<char>::iterator begin, end, sep; in ParsePrefixes() local 199 sep = std::find(begin, end, '|'); in ParsePrefixes() 200 if (sep == end) { in ParsePrefixes() 203 prefix = string(begin, sep); in ParsePrefixes() 207 (*prefixes)[prefix_code] = string(sep + 1, end); in ParsePrefixes()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | util.c | 49 char *skipstr(char *buf, char *sep) in skipstr() argument 51 while (*buf && strchr(sep, *buf)) in skipstr() 56 int splitstr(char **a, int n, char *buf, char *sep) in splitstr() argument 61 for (; buf[i] && strchr(sep, buf[i]); i++) in splitstr() 66 for (i++; buf[i] && !strchr(sep, buf[i]); i++); in splitstr()
|
/third_party/node/deps/cares/src/lib/ |
H A D | inet_net_pton.c | 360 char *sep; in ares_inet_net_pton_ipv6() local 368 sep = strchr(buf, '/'); in ares_inet_net_pton_ipv6() 369 if (sep != NULL) { in ares_inet_net_pton_ipv6() 370 *sep++ = '\0'; in ares_inet_net_pton_ipv6() 378 if (sep == NULL) { in ares_inet_net_pton_ipv6() 381 if (!getbits(sep, &bits)) { in ares_inet_net_pton_ipv6()
|
/third_party/python/Lib/test/ |
H A D | test_audit.py | 124 print(*events, sep='\n') 136 print(*events, sep='\n') 150 print(*events, sep='\n') 165 print(*events, sep='\n') 183 print(*events, sep='\n') 197 print('Events:', *events, sep='\n ')
|
H A D | test_glob.py | 71 if pattern == '**' or pattern == '**' + os.sep: 166 res = glob.glob(self.norm('Z*Z') + os.sep) 168 res = glob.glob(self.norm('ZZZ') + os.sep) 170 # When there is a wildcard pattern which ends with os.sep, glob() 172 res = glob.glob(self.norm('aa*') + os.sep) 177 {self.norm('aaa') + os.sep, self.norm('aab') + os.sep}, 183 res = glob.glob(os.fsencode(self.norm('Z*Z') + os.sep)) 185 res = glob.glob(os.fsencode(self.norm('ZZZ') + os.sep)) 187 res = glob.glob(os.fsencode(self.norm('aa*') + os.sep)) [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debugfs.c | 20 bool sep = false; in scsi_flags_show() local 24 if (sep) in scsi_flags_show() 26 sep = true; in scsi_flags_show()
|
/third_party/libuv/test/ |
H A D | test-strtok.c | 31 const char* sep; member 79 tok_r = uv__strtok(current_test, tests[i].sep, &itr); in TEST_IMPL() 84 tok_r = uv__strtok(NULL, tests[i].sep, &itr); in TEST_IMPL()
|
/third_party/node/deps/v8/tools/ |
H A D | find_depot_tools.py | 22 if i.rstrip(os.sep).endswith('depot_tools'): 28 if i.rstrip(os.sep).endswith('depot_tools'): 30 sys.path.insert(0, i.rstrip(os.sep))
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_boot.c | 224 char sep; in trace_boot_hist_add_array() local 234 sep = '='; in trace_boot_hist_add_array() 236 append_printf(bufp, end, "%c%s", sep, p); in trace_boot_hist_add_array() 237 if (sep == '=') in trace_boot_hist_add_array() 238 sep = ','; in trace_boot_hist_add_array() 253 char sep; in trace_boot_hist_add_one_handler() local 279 sep = '('; in trace_boot_hist_add_one_handler() 281 append_printf(bufp, end, "%c%s", sep, p); in trace_boot_hist_add_one_handler() 282 if (sep == '(') in trace_boot_hist_add_one_handler() 283 sep in trace_boot_hist_add_one_handler() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/ |
H A D | header.c | 111 char *sep = strchr(cp, '='); in get_cpuid() local 114 sizeof(version) - vssize, "%s", sep + 1); in get_cpuid() 118 char *sep = strchr(cp, '='); in get_cpuid() local 121 sizeof(authorization) - atsize, "%s", sep + 1); in get_cpuid()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | stackcollapse.py | 113 sep = "-" 115 comm = comm + sep + str(param_dict['sample']['pid']) 116 sep = "/" 118 comm = comm + sep + str(param_dict['sample']['tid'])
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | key.c | 43 char *name, sep; in cachefiles_cook_key() local 90 sep = (nbe <= nle) ? 'S' : 'T'; /* Encoding indicator */ in cachefiles_cook_key() 98 name[len++] = sep; in cachefiles_cook_key() 101 sep = ','; in cachefiles_cook_key()
|
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/ |
H A D | header.c | 111 char *sep = strchr(cp, '='); in get_cpuid() local 114 sizeof(version) - vssize, "%s", sep + 1); in get_cpuid() 118 char *sep = strchr(cp, '='); in get_cpuid() local 121 sizeof(authorization) - atsize, "%s", sep + 1); in get_cpuid()
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | stackcollapse.py | 113 sep = "-" 115 comm = comm + sep + str(param_dict['sample']['pid']) 116 sep = "/" 118 comm = comm + sep + str(param_dict['sample']['tid'])
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | audit_logread.c | 98 const char *sep = ""; in readlog() local 123 printf("%s%s=%s", sep, k, v); in readlog() 124 sep = " "; in readlog() 126 if (*sep) { in readlog()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | LSTMBreakEngineTest.java | 93 int sep; in runTestFromFile() 97 while ((sep = fields[1].indexOf('|', start)) >= 0) { in runTestFromFile() 98 int len = sep - start; in runTestFromFile() 106 start = sep + 1; in runTestFromFile()
|
H A D | RBBILSTMTest.java | 89 int sep; in runTestFromFile() 94 while ((sep = input.indexOf('|', start)) >= 0) { in runTestFromFile() 95 int len = sep - start; in runTestFromFile() 103 start = sep + 1; in runTestFromFile()
|
/third_party/ninja/src/ |
H A D | string_piece_util_test.cc | 62 string sep(":a:b:c:"); in TEST() 63 vector<StringPiece> list = SplitStringPiece(sep, ':'); in TEST() 105 string sep(":a:b:c:"); in TEST() 106 vector<StringPiece> list = SplitStringPiece(sep, ':'); in TEST()
|
/third_party/python/Objects/stringlib/ |
H A D | partition.h | 16 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) in partition() 30 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_SEARCH); in partition() 73 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) in rpartition() 87 pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH); in rpartition() 13 partition(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, PyObject* sep_obj, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) partition() argument 70 rpartition(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, PyObject* sep_obj, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) rpartition() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DecimalFormatSymbols.java | 951 * @param sep the monetary decimal separator character 954 public void setMonetaryDecimalSeparator(char sep) { in setMonetaryDecimalSeparator() argument 955 this.monetarySeparator = sep; in setMonetaryDecimalSeparator() 956 this.monetarySeparatorString = String.valueOf(sep); in setMonetaryDecimalSeparator() 976 * @param sep the monetary decimal separator string 977 * @throws NullPointerException if <code>sep</code> is null. 981 public void setMonetaryDecimalSeparatorString(String sep) { in setMonetaryDecimalSeparatorString() argument 982 if (sep == null) { in setMonetaryDecimalSeparatorString() 985 this.monetarySeparatorString = sep; in setMonetaryDecimalSeparatorString() 986 if (sep in setMonetaryDecimalSeparatorString() 1009 setMonetaryGroupingSeparator(char sep) setMonetaryGroupingSeparator() argument 1036 setMonetaryGroupingSeparatorString(String sep) setMonetaryGroupingSeparatorString() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DecimalFormatSymbols.java | 874 * @param sep the monetary decimal separator character 876 public void setMonetaryDecimalSeparator(char sep) { in setMonetaryDecimalSeparator() argument 877 this.monetarySeparator = sep; in setMonetaryDecimalSeparator() 878 this.monetarySeparatorString = String.valueOf(sep); in setMonetaryDecimalSeparator() 897 * @param sep the monetary decimal separator string 898 * @throws NullPointerException if <code>sep</code> is null. 901 public void setMonetaryDecimalSeparatorString(String sep) { in setMonetaryDecimalSeparatorString() argument 902 if (sep == null) { in setMonetaryDecimalSeparatorString() 905 this.monetarySeparatorString = sep; in setMonetaryDecimalSeparatorString() 906 if (sep in setMonetaryDecimalSeparatorString() 927 setMonetaryGroupingSeparator(char sep) setMonetaryGroupingSeparator() argument 952 setMonetaryGroupingSeparatorString(String sep) setMonetaryGroupingSeparatorString() argument [all...] |
/test/testfwk/developer_test/src/core/testcase/ |
H A D | testcase_manager.py | 70 suitfile_subpath = suitfile_subpath.strip(os.sep)
73 temp_list = suitfile_subpath.split(os.sep)
82 partname + os.sep + testmodule + os.sep):
86 if suitfile_subpath.startswith(partname + os.sep):
242 os.sep + "resource" + os.sep):
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_filelist.py | 32 """Converts '/' in a string to os.sep""" 33 return s.replace('/', os.sep) 48 sep = os.sep 49 if os.sep == '\\': 50 sep = re.escape(os.sep) 54 ('foo*', r'(?s:foo[^%(sep)s]*)\Z'), 55 ('foo?', r'(?s:foo[^%(sep)s])\Z'), 56 ('foo??', r'(?s:foo[^%(sep) [all...] |