Home
last modified time | relevance | path

Searched defs:sep (Results 1 – 25 of 243) sorted by relevance

12345678910

/third_party/googletest/googlemock/src/
Dgmock-matchers.cc234 const char* sep = ""; in LogElementMatcherPairVec() local
269 const char* sep = ""; in DebugString() local
304 const char* sep = ""; in DescribeToImpl() local
345 const char* sep = ""; in DescribeNegationToImpl() local
383 const char* sep = in VerifyMatchMatrix() local
397 const char* sep = in VerifyMatchMatrix() local
447 const char* sep = "where:\n"; in FindPairing() local
/third_party/python/Tools/c-analyzer/c_common/
Dtables.py84 sep='\t', argument
119 sep='\t', argument
152 def parse_table(entries, sep, header=None, rawsep=None, *, argument
185 def parse_row(line, sep, *, ncols=None, default=NOT_SET): argument
191 def _parse_row(line, sep, ncols, default): argument
202 def _normalize_table_file_props(header, sep): argument
231 def build_table(specs, *, sep=' ', defaultwidth=None): argument
371 def _build_table(columns, *, sep=' ', defaultwidth=None): argument
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstrsep.c30 char *sep = "w"; in strsep_0100() local
50 char *sep = "l"; in strsep_0200() local
70 char *sep = "a"; in strsep_0300() local
/third_party/ffmpeg/libavcodec/
Dtiff_common.c72 static const char *auto_sep(int count, const char *sep, int i, int columns) in auto_sep()
82 int ff_tadd_rational_metadata(int count, const char *name, const char *sep, in ff_tadd_rational_metadata()
116 int ff_tadd_long_metadata(int count, const char *name, const char *sep, in ff_tadd_long_metadata()
147 int ff_tadd_doubles_metadata(int count, const char *name, const char *sep, in ff_tadd_doubles_metadata()
178 int ff_tadd_shorts_metadata(int count, const char *name, const char *sep, in ff_tadd_shorts_metadata()
210 int ff_tadd_bytes_metadata(int count, const char *name, const char *sep, in ff_tadd_bytes_metadata()
/third_party/python/Python/
Dpystrhex.c8 const PyObject* sep, int bytes_per_sep_group, in _Py_strhex_impl()
162 PyObject * _Py_strhex_with_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, co… in _Py_strhex_with_sep()
169 …strhex_bytes_with_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, const int … in _Py_strhex_bytes_with_sep()
/third_party/openssl/crypto/
Do_str.c139 const char *str, const char sep) in hexstr2buf_sep()
182 const char *str, const char sep) in OPENSSL_hexstr2buf_ex()
188 const char sep) in ossl_hexstr2buf_sep()
223 const char sep) in buf2hexstr_sep()
261 const char sep) in OPENSSL_buf2hexstr_ex()
266 char *ossl_buf2hexstr_sep(const unsigned char *buf, long buflen, char sep) in ossl_buf2hexstr_sep()
/third_party/ninja/src/
Dstring_piece_util.cc22 vector<StringPiece> SplitStringPiece(StringPiece input, char sep) { in SplitStringPiece()
41 string JoinStringPiece(const vector<StringPiece>& list, char sep) { in JoinStringPiece()
Dstring_piece_util_test.cc62 string sep(":a:b:c:"); in TEST() local
105 string sep(":a:b:c:"); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_join.h120 PairFormatter(FirstFormatter f1, absl::string_view sep, SecondFormatter f2) { in PairFormatter()
130 PairFormatter(absl::string_view sep) { in PairFormatter()
245 std::string StrJoin(Iterator start, Iterator end, absl::string_view sep, in StrJoin()
/third_party/ntfs-3g/libfuse-lite/
Dfuse_opt.c144 const char *sep = strchr(t, '='); in match_template() local
197 const struct fuse_opt *opt, unsigned sep, in process_opt()
219 const struct fuse_opt *opt, unsigned sep, in process_opt_sep_arg()
244 unsigned sep; in process_gopt() local
263 char *sep; in process_real_option_group() local
297 const char *sep = strchr(opts, ','); in process_option_group() local
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c63 const char *sep = ""; in print_packed() local
82 const char *sep = ""; in print_unpacked_rgba_doubl() local
104 const char *sep = ""; in print_unpacked_rgba_float() local
126 const char *sep = ""; in print_unpacked_rgba_8unorm() local
147 const char *sep = ""; in print_unpacked_z_float() local
169 const char *sep = ""; in print_unpacked_z_32unorm() local
190 const char *sep = ""; in print_unpacked_s_8uint() local
/third_party/node/deps/npm/node_modules/decamelize/
Dindex.js2 module.exports = function (str, sep) { argument
/third_party/musl/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
Dwcstok.c3 wchar_t *wcstok(wchar_t *restrict s, const wchar_t *restrict sep, wchar_t **restrict p) in wcstok()
Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
Dstrsep.c4 char *strsep(char **str, const char *sep) in strsep()
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
Dstrsep.c4 char *strsep(char **str, const char *sep) in strsep()
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
/third_party/node/lib/
Dquerystring.js228 function stringify(obj, sep, eq, options) { argument
318 function parse(qs, sep, eq, options) { argument
Dpath.js134 function _format(sep, pathObject) { argument
1055 sep: '\\', property
1502 sep: '/', property

12345678910