/third_party/astc-encoder/Source/ |
H A D | astcenccli_toplevel.cpp | 299 size_t sep = basename.find_last_of('.'); in get_slice_filename() local
|
/third_party/curl/lib/ |
H A D | http_aws_sigv4.c | 217 char *sep = strchr(l->data, ':'); in make_headers() local
|
H A D | telnet.c | 823 char *sep = strchr(option, '='); in check_telnet_options() local
|
H A D | urlapi.c | 107 const char *sep; in find_host_sep() local 348 char *sep = strchr(protsep, '?'); concat_url() local [all...] |
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 598 std::string::size_type sep = navigator_path.find("/"); in AddSourceFile() local
|
H A D | ninja_c_binary_target_writer.cc | 740 size_t sep = label.find(":"); in WriteWholeArchive() local 764 size_t sep = label.find(":"); in WriteNoWholeArchive() local
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 552 char *sep = strchr(arg, ','); in cmdline_oscore() local
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.c | 822 static const char* __itt_fsplit(const char* s, const char* sep, const char** out, int* len) in __itt_fsplit() argument
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | icuzdump.cpp | 127 void setLineSeparator(const char* sep) { in setLineSeparator() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_disasm.c | 341 print_dst(struct etna_inst_dst *dst, bool sep) in print_dst() argument 356 print_tex(struct etna_inst_tex *tex, bool sep) in print_tex() argument 367 print_src(struct etna_inst_src *src, bool sep) in print_src() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | dgst.c | 546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, in do_fp() argument
|
/third_party/python/Lib/ |
H A D | os.py | 96 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
|
/third_party/openssl/apps/ |
H A D | dgst.c | 546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, in do_fp() argument
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | icuzdump.cpp | 127 void setLineSeparator(const char* sep) { in setLineSeparator() argument
|
/third_party/python/Python/clinic/ |
H A D | bltinmodule.c.h | 802 PyObject *sep = Py_None; in builtin_print() local
|
/third_party/python/Python/ |
H A D | preconfig.c | 574 wchar_t *sep = wcschr(option, L'='); in _Py_get_xoption() local 605 wchar_t *sep = wcschr(xopt, L'='); in preconfig_init_utf8_mode() local
|
/third_party/python/Objects/clinic/ |
H A D | unicodeobject.c.h | 909 PyObject *sep = Py_None; in unicode_split() local 1008 PyObject *sep = Py_None; unicode_rsplit() local [all...] |
H A D | bytearrayobject.c.h | 397 PyObject *sep = Py_None; in bytearray_split() local 496 PyObject *sep = Py_None; bytearray_rsplit() local 1026 PyObject *sep = NULL; bytearray_hex() local [all...] |
/third_party/python/Modules/ |
H A D | binascii.c | 840 binascii_b2a_hex_impl(PyObject *module, Py_buffer *data, PyObject *sep, in binascii_b2a_hex_impl() argument 858 binascii_hexlify_impl(PyObject *module, Py_buffer *data, PyObject *sep, in binascii_hexlify_impl() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_format.cc | 194 const char sep = mode[0]; in FormatOffset() local 585 char sep = mode[0]; in ParseOffset() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_output.cpp | 459 char sep = ';'; in CheckIfDoArsrPreForVm() local
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 109 static size_t StringToken(std::string &str, const std::string &sep, std::string &token) in StringToken() argument 138 size_t StringSplit(const std::string &str, const std::string &sep, std::vector<std::string> &vecList) in StringSplit() argument 149 std::string IdsListToString(const std::vector<int32_t> &list, const std::string &sep) in IdsListToString() argument
|
/foundation/multimodalinput/input/libudev/src/ |
H A D | udev_device.cpp | 51 bool ChopTail(std::string_view &str, char sep) in ChopTail() argument
|
/third_party/curl/lib/vtls/ |
H A D | x509asn1.c | 487 const char *sep = ""; in GTime2str() local
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 866 JoinStringT( const list_type& parts, std::basic_string_view<char_type> sep) JoinStringT() argument
|