Home
last modified time | relevance | path

Searched defs:sep (Results 151 - 175 of 261) sorted by relevance

1234567891011

/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp299 size_t sep = basename.find_last_of('.'); in get_slice_filename() local
/third_party/curl/lib/
H A Dhttp_aws_sigv4.c217 char *sep = strchr(l->data, ':'); in make_headers() local
H A Dtelnet.c823 char *sep = strchr(option, '='); in check_telnet_options() local
H A Durlapi.c107 const char *sep; in find_host_sep() local
348 char *sep = strchr(protsep, '?'); concat_url() local
[all...]
/third_party/gn/src/gn/
H A Dxcode_object.cc598 std::string::size_type sep = navigator_path.find("/"); in AddSourceFile() local
H A Dninja_c_binary_target_writer.cc740 size_t sep = label.find(":"); in WriteWholeArchive() local
764 size_t sep = label.find(":"); in WriteNoWholeArchive() local
/third_party/libcoap/examples/
H A Doscore-interop-server.c552 char *sep = strchr(arg, ','); in cmdline_oscore() local
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c822 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 Dicuzdump.cpp127 void setLineSeparator(const char* sep) { in setLineSeparator() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c341 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 Ddgst.c546 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 Dos.py96 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
/third_party/openssl/apps/
H A Ddgst.c546 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 Dicuzdump.cpp127 void setLineSeparator(const char* sep) { in setLineSeparator() argument
/third_party/python/Python/clinic/
H A Dbltinmodule.c.h802 PyObject *sep = Py_None; in builtin_print() local
/third_party/python/Python/
H A Dpreconfig.c574 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 Dunicodeobject.c.h909 PyObject *sep = Py_None; in unicode_split() local
1008 PyObject *sep = Py_None; unicode_rsplit() local
[all...]
H A Dbytearrayobject.c.h397 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 Dbinascii.c840 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 Dtime_zone_format.cc194 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 Dhdi_output.cpp459 char sep = ';'; in CheckIfDoArsrPreForVm() local
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp109 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 Dudev_device.cpp51 bool ChopTail(std::string_view &str, char sep) in ChopTail() argument
/third_party/curl/lib/vtls/
H A Dx509asn1.c487 const char *sep = ""; in GTime2str() local
/third_party/gn/src/base/strings/
H A Dstring_util.cc866 JoinStringT( const list_type& parts, std::basic_string_view<char_type> sep) JoinStringT() argument

Completed in 32 milliseconds

1234567891011