| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | Timer.cpp | 378 const char *TimerGroup::printJSONValues(raw_ostream &OS, const char *delim) { in printJSONValues() argument 381 OS << delim; in printJSONValues() local 386 OS << delim; in printJSONValues() local 388 OS << delim; in printJSONValues() local 395 const char *TimerGroup::printAllJSONValues(raw_ostream &OS, const char *delim) { in printAllJSONValues() argument [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | util.c | 205 static inline int tokenize_str(char delim, char **str, char **ptr, size_t *len) in tokenize_str() argument 257 int tokenize(char *line_buf, char delim, int num_args, ...) in tokenize() argument
|
| H A D | mls.c | 333 char delim; in mls_context_to_sid() local [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
| H A D | at_lowpower.c | 289 const char delim = '.'; in arp_offload_parse_ipv4_check() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
| H A D | hls_tags.cpp | 315 static std::vector<std::string> Split(const std::string& s, const char* delim) in Split() argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
| H A D | wifi_hdi_common.c | 172 int HdiGetCipherInfo(char *start, char *end, int ciphers, const char *delim) in HdiGetCipherInfo() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_channelmap.c | 81 static char* split(char *message, char delim) { in split() argument 88 static int get_channel_idx(char **map, int *ch, char delim, int max_ch) in get_channel_idx() argument 108 static int get_channel(char **map, int *ch, char delim) in get_channel() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | avstring.c | 189 char *av_strtok(char *s, const char *delim, char **saveptr) in av_strtok() argument
|
| /third_party/alsa-lib/src/topology/ |
| H A D | save.c | 299 static int save_config(struct tplg_buf *dst, int level, const char *delim, snd_config_t *src) in save_config() argument [all...] |
| /third_party/alsa-lib/src/control/ |
| H A D | namehint.c | 714 const char *hint1 = (const char *)hint, *delim; in snd_device_name_get_hint() local
|
| /third_party/node/src/ |
| H A D | util.cc | 181 SplitString(const std::string_view in, const std::string_view delim) SplitString() argument
|
| /third_party/node/deps/openssl/openssl/crypto/property/ |
| H A D | property_parse.c | 192 static int parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, in parse_string() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Timer.cpp | 411 const char *TimerGroup::printJSONValues(raw_ostream &OS, const char *delim) { in printJSONValues() argument 416 OS << delim; in printJSONValues() local 421 OS << delim; in printJSONValues() local 423 OS << delim; in printJSONValues() local 426 OS << delim; in printJSONValues() local 434 const char *TimerGroup::printAllJSONValues(raw_ostream &OS, const char *delim) { in printAllJSONValues() argument [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | sed.c | 685 static char *unescape_delimited_string(char **pstr, char *delim) in unescape_delimited_string() argument 846 char *end, delim = 0; parse_pattern() local 918 int fd, delim; parse_pattern() local 949 char *s, delim = 0; parse_pattern() local [all...] |
| /base/customization/config_policy/frameworks/config_policy/src/ |
| H A D | config_policy_utils.c | 149 static SplitedStr *SplitStr(char *str, char delim) in SplitStr() argument
|
| /base/hiviewdfx/hiview/plugins/reliability/leak_detectors/ |
| H A D | fault_detector_util.cpp | 116 vector<string> FaultDetectorUtil::Split(const string &str, char delim) in Split() argument
|
| /base/request/request/frameworks/cj/ffi/src/ |
| H A D | cj_initialize.cpp | 308 void CJInitialize::StringSplit(const std::string &str, const char delim, std::vector<std::string> &elems) in StringSplit() argument
|
| /base/security/device_auth/services/key_agree_sdk/src/ |
| H A D | key_agree_session.c | 95 static const char *GetSlice(char *str, char delim, int32_t *nextIdx) in GetSlice() argument
|
| /foundation/multimodalinput/input/service/window_manager/src/ |
| H A D | input_display_bind_helper.cpp | 150 const std::string delim = "<=>"; in operator >>() local 476 const std::string delim = "<=>"; in GetInputNodeNameByCfg() local
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | dhcp_function.cpp | 680 SplitString( const std::string src, const std::string delim, const int count, std::vector<std::string> &splits) SplitString() argument
|
| /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
|