/third_party/googletest/googlemock/src/ |
D | gmock-matchers.cc | 234 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/ |
D | tables.py | 84 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/ |
D | strsep.c | 30 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/ |
D | tiff_common.c | 72 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/ |
D | pystrhex.c | 8 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/ |
D | o_str.c | 139 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/ |
D | string_piece_util.cc | 22 vector<StringPiece> SplitStringPiece(StringPiece input, char sep) { in SplitStringPiece() 41 string JoinStringPiece(const vector<StringPiece>& list, char sep) { in JoinStringPiece()
|
D | string_piece_util_test.cc | 62 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/ |
D | str_join.h | 120 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/ |
D | fuse_opt.c | 144 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/ |
D | u_format_test.c | 63 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/ |
D | index.js | 2 module.exports = function (str, sep) { argument
|
/third_party/musl/src/string/ |
D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
|
D | wcstok.c | 3 wchar_t *wcstok(wchar_t *restrict s, const wchar_t *restrict sep, wchar_t **restrict p) in wcstok()
|
D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
|
D | strsep.c | 4 char *strsep(char **str, const char *sep) in strsep()
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
|
D | strtok_r.c | 3 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/ |
D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
|
D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
|
D | strsep.c | 4 char *strsep(char **str, const char *sep) in strsep()
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r()
|
D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok()
|
/third_party/node/lib/ |
D | querystring.js | 228 function stringify(obj, sep, eq, options) { argument 318 function parse(qs, sep, eq, options) { argument
|
D | path.js | 134 function _format(sep, pathObject) { argument 1055 sep: '\\', property 1502 sep: '/', property
|