| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | json.cc | 57 char delim = (!(size_ & 1) || container_ == Container::ARRAY) ? ',' : ':'; in StartElementTmpl() local
|
| /third_party/libinput/test/ |
| H A D | test-utils.c | 1075 const char *delim; in START_TEST() member 1126 const char *delim; in START_TEST() member
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | strutil.h | 234 inline std::vector<string> Split(StringPiece full, const char* delim, in Split() argument 256 JoinStrings(const std::vector<string>& components, const char* delim) JoinStrings() argument 768 Join(Iterator start, Iterator end, const char* delim, string* result) Join() argument 779 Join(const Range& components, const char* delim) Join() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| H A D | wps_upnp.c | 314 char *delim; in subscr_addr_add_url() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps_upnp.c | 322 char *delim; in subscr_addr_add_url() local
|
| /base/startup/init/services/init/ |
| H A D | init_common_cmds.c | 102 const struct CmdArgs *GetCmdArg(const char *cmdContent, const char *delim, int argsCount)
in GetCmdArg() argument
|
| /third_party/elfutils/src/ |
| H A D | elfclassify.c | 841 char delim; in process_stdin() local
|
| /third_party/cups-filters/filter/foomatic-rip/ |
| H A D | util.c | 538 const char *delim = "|;"; in extract_command() local
|
| /third_party/alsa-utils/topology/nhlt/intel/ssp/ |
| H A D | ssp-process.c | 890 char delim[] = ","; in ssp_set_params() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ustring.cpp | 578 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) u_strtok_r() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ustring.cpp | 578 u_strtok_r(char16_t *src, const char16_t *delim, char16_t **saveState) u_strtok_r() argument
|
| /third_party/libfuse/example/ |
| H A D | passthrough_hp.cc | 1187 static std::string string_join(const std::vector<std::string>& elems, char delim) in string_join() argument 1193 out << delim; in string_join() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | tokenize.c | 154 static const char *show_char(const char *s, size_t len, char prefix, char delim) in show_char() argument 168 static const char *quote_char(const char *s, size_t len, char prefix, char delim) in quote_char() argument 593 char delim = type < TOKEN_STRING ? '\'' : '"'; in eat_string() local 601 "missing terminating %c character", delim); eat_string() local [all...] |
| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| H A D | xmlwf.c | 1167 const XML_Char *delim = T("/"); in tmain() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ustring.cpp | 578 u_strtok_r(UChar *src, const UChar *delim, UChar **saveState) u_strtok_r() argument
|
| /third_party/selinux/checkpolicy/ |
| H A D | module_compiler.c | 220 char *bounds_id, *delim; in role_implicit_bounds() local 465 char *bounds_id, *delim; in user_implicit_bounds() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | common.c | 1024 const char * cstr_token(const char *str, const char *delim, const char **last) in cstr_token() argument 1058 char * str_token(char *str, const char *delim, char **context) in str_token() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | common.c | 1089 const char * cstr_token(const char *str, const char *delim, const char **last) in cstr_token() argument 1123 char * str_token(char *str, const char *delim, char **context) in str_token() argument
|
| /third_party/vulkan-loader/loader/ |
| H A D | vk_loader_platform.h | 415 static inline void *thread_safe_strtok(char *str, const char *delim, char **saveptr) { return strtok_r(str, delim, saveptr); } in thread_safe_strtok() argument
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | js_initialize.cpp | 1291 void JsInitialize::StringSplit(const std::string &str, const char delim, std::vector<std::string> &elems)
in StringSplit() argument
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | wcharndk.cpp | 1056 wchar_t delim[] = L",";
in Wcstok() local 1063 wchar_t delim[] = L"/";
in Wcstok() local
|
| H A D | wcharndk1.cpp | 812 wchar_t delim[] = L",.";
in Wcstok_One() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 1623 static int get_key(const char **ropts, const char *delim, char **rkey) in get_key() argument
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding.cc | 1205 char delim = (!(size_ & 1) || container_ == Container::ARRAY) ? ',' : ':'; in StartElementTmpl() local
|
| /third_party/nghttp2/src/ |
| H A D | util.cc | 918 std::vector<StringRef> split_str(const StringRef &s, char delim) { in split_str() argument 940 std::vector<StringRef> split_str(const StringRef &s, char delim, size_t n) { in split_str() argument 976 std::vector<std::string> parse_config_str_list(const StringRef &s, char delim) { in parse_config_str_list() argument
|