Home
last modified time | relevance | path

Searched refs:delim (Results 26 - 50 of 178) sorted by relevance

12345678

/third_party/ffmpeg/libavfilter/
H A Daf_channelmap.c81 static char* split(char *message, char delim) { in split() argument
82 char *next = strchr(message, delim); in split()
88 static int get_channel_idx(char **map, int *ch, char delim, int max_ch) in get_channel_idx() argument
95 next = split(*map, delim); in get_channel_idx()
96 if (!next && delim == '-') in get_channel_idx()
108 static int get_channel(char **map, int *ch, char delim) in get_channel() argument
110 char *next = split(*map, delim); in get_channel()
111 if (!next && delim == '-') in get_channel()
/third_party/backends/lib/
H A Dstrsep.c25 strsep (char **stringp, const char *delim) in strsep() argument
34 end = strpbrk (begin, delim); in strsep()
/third_party/selinux/libsepol/utils/
H A Dsepol_check_access.c58 const char *delim = strchr(permlist, ','); in main() local
60 if (delim) { in main()
61 tmp = strndup(permlist, delim - permlist); in main()
/test/ostest/wukong/input_factory/src/
H A Drecord_input.cpp51 static std::vector<std::string> split(const std::string &in, const std::string &delim) in split() argument
53 std::regex reg(delim); in split()
119 std::string delim = ","; in ReadEventLine() local
120 auto caseInfo = split(line, delim); in ReadEventLine()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java214 int delim = s.indexOf(delimiter, pos); in hexsplit()
215 if (delim < 0) { in hexsplit()
218 // Our field is from pos..delim-1. in hexsplit()
221 String toHex = s.substring(pos,delim); in hexsplit()
222 pos = delim; in hexsplit()
244 ++pos; // Skip over delim in hexsplit()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java211 int delim = s.indexOf(delimiter, pos); in hexsplit()
212 if (delim < 0) { in hexsplit()
215 // Our field is from pos..delim-1. in hexsplit()
218 String toHex = s.substring(pos,delim); in hexsplit()
219 pos = delim; in hexsplit()
241 ++pos; // Skip over delim in hexsplit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStatistic.cpp208 const char *delim = ""; in PrintStatisticsJSON() local
210 OS << delim; in PrintStatisticsJSON() local
217 delim = ",\n"; in PrintStatisticsJSON()
220 TimerGroup::printAllJSONValues(OS, delim); in PrintStatisticsJSON()
/third_party/python/Lib/
H A Dpprint.py334 delim = ''
336 write(delim)
338 if not delim:
339 delim = '\n' + ' '*indent
419 delim = ''
440 if delim:
441 delim = delimnl
444 write(delim)
445 delim = ', '
448 write(delim)
[all...]
H A Dcgi.py754 delim = b""
767 if delim == b"\r":
768 line = delim + line
769 delim = b""
777 odelim = delim
779 delim = b"\r\n"
783 delim = b"\n"
789 delim = b"\r"
793 delim = b""
/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c154 static const char *show_char(const char *s, size_t len, char prefix, char delim) in show_char() argument
160 *p++ = delim; in show_char()
163 *p++ = delim; in show_char()
168 static const char *quote_char(const char *s, size_t len, char prefix, char delim) in quote_char() argument
175 if (delim == '"') in quote_char()
177 *p++ = delim; in quote_char()
183 if (delim == '"') in quote_char()
185 *p++ = delim; in quote_char()
593 char delim = type < TOKEN_STRING ? '\'' : '"'; in eat_string() local
595 for (escape = 0; escape || next != delim; nex in eat_string()
601 "missing terminating %c character", delim); eat_string() local
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dcompat.c212 * strings separated by characters from delim.
215 * delim need not remain constant from call to call.
221 char *strsep(char **stringp, const char *delim) { in strsep() argument
231 spanp = delim; in strsep()
/third_party/rust/crates/syn/src/
H A Dmac.rs194 let (delim, span) = match self {
199 token::printing::delim(delim, span.join(), tokens, inner);
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeStringUtil.cpp87 //! Split a string into tokens. If `delim` is `'\0'`, separate by spans of
88 //! whitespace. Otherwise use a single character `delim` as the separator.
90 vector<string> splitString (const string& s, char delim) in splitString() argument
94 if (delim == '\0') in splitString()
102 while (std::getline(tokenStream, token, delim)) in splitString()
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js17 const toEnvVal = (value, delim = '\n') => {
29 .join(delim)
38 const fromEnvVal = (env, type, multiple, delim = '\n') => (multiple
40 ? env.split(delim).map(v => fromEnvVal(v, type, false))
306 my.default = fromEnvVal(env, my.type, !!my.multiple, my.delim);
446 this.#env[toEnvKey(this.#envPrefix, field)] = toEnvVal(value, my?.delim);
504 * but you must specify the `type` (and optionally `multiple` and `delim`)
788 ...(def.delim ? { delim: def.delim }
[all...]
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js23 const toEnvVal = (value, delim = '\n') => {
35 .join(delim)
44 const fromEnvVal = (env, type, multiple, delim = '\n') => (multiple
46 ? env.split(delim).map(v => fromEnvVal(v, type, false))
314 my.default = fromEnvVal(env, my.type, !!my.multiple, my.delim);
454 this.#env[toEnvKey(this.#envPrefix, field)] = toEnvVal(value, my?.delim);
512 * but you must specify the `type` (and optionally `multiple` and `delim`)
796 ...(def.delim ? { delim: def.delim }
[all...]
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgtypes.h39 * write CharList 'l' into stream 's' using delimiter 'delim' (delim can be nullptr). quoted: -1 remove, 0 as is, 1 add quotes
41 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
46 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h39 * write CharList 'l' into stream 's' using delimiter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
41 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
46 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgtypes.h39 * write CharList 'l' into stream 's' using deliminter 'delim' (delim can be NULL). quoted: -1 remove, 0 as is, 1 add quotes
41 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quoted);
46 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quoted);
/third_party/libsnd/Octave/
H A Dsndfile.cc219 str_split (const std::string & str, const std::string & delim, std::vector <std::string> & output) in str_split() argument
224 delim_index = str.find (delim, offset) ; in str_split()
229 offset += delim_index - offset + delim.length () ; in str_split()
230 delim_index = str.find (delim, offset) ; in str_split()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc180 const char *delim, ITR &result) { in SplitStringToIteratorUsing()
181 // Optimize the common case where delim is a single character. in SplitStringToIteratorUsing()
182 if (delim[0] != '\0' && delim[1] == '\0') { in SplitStringToIteratorUsing()
183 char c = delim[0]; in SplitStringToIteratorUsing()
199 begin_index = full.find_first_not_of(delim); in SplitStringToIteratorUsing()
201 end_index = full.find_first_of(delim, begin_index); in SplitStringToIteratorUsing()
208 begin_index = full.find_first_not_of(delim, end_index); in SplitStringToIteratorUsing()
212 void SplitStringUsing(StringPiece full, const char *delim, in SplitStringUsing() argument
215 SplitStringToIteratorUsing(full, delim, i in SplitStringUsing()
179 SplitStringToIteratorUsing(StringPiece full, const char *delim, ITR &result) SplitStringToIteratorUsing() argument
230 SplitStringToIteratorAllowEmpty(StringPiece full, const char *delim, int pieces, ITR &result) SplitStringToIteratorAllowEmpty() argument
249 SplitStringAllowEmpty(StringPiece full, const char *delim, std::vector<string> *result) SplitStringAllowEmpty() argument
262 JoinStringsIterator(const ITERATOR& start, const ITERATOR& end, const char* delim, string* result) JoinStringsIterator() argument
289 JoinStrings(const std::vector<string>& components, const char* delim, string * result) JoinStrings() argument
[all...]
/third_party/benchmark/src/
H A Dstring_util.cc155 std::vector<std::string> StrSplit(const std::string& str, char delim) { in StrSplit() argument
159 size_t next = str.find(delim); in StrSplit()
161 first = next + 1, next = str.find(delim, first)) { in StrSplit()
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_parse.c192 static int parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, in parse_string() argument
200 while (*s != '\0' && *s != delim) { in parse_string()
209 "HERE-->%c%s", delim, *t); in parse_string()
/third_party/openssl/crypto/property/
H A Dproperty_parse.c162 static int parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, in parse_string() argument
170 while (*s != '\0' && *s != delim) { in parse_string()
179 "HERE-->%c%s", delim, *t); in parse_string()
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c887 if (ts->delim == LWSTZ_DT_NEED_DELIM) in lws_tokenize()
889 ts->delim = LWSTZ_DT_NEED_DELIM; in lws_tokenize()
959 ts->delim != LWSTZ_DT_NEED_DELIM) in lws_tokenize()
961 ts->delim = LWSTZ_DT_NEED_NEXT_CONTENT; in lws_tokenize()
987 if (ts->delim == LWSTZ_DT_NEED_DELIM) in lws_tokenize()
989 ts->delim = LWSTZ_DT_NEED_DELIM; in lws_tokenize()
1029 ts->delim == LWSTZ_DT_NEED_NEXT_CONTENT) in lws_tokenize()
1066 ts->delim = LWSTZ_DT_NEED_FIRST_CONTENT; in lws_tokenize_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp.c314 char *delim; in subscr_addr_add_url() local
340 delim = os_strchr(host, ':'); in subscr_addr_add_url()
341 if (delim) { in subscr_addr_add_url()
342 *delim = '\0'; /* null terminate host name for now */ in subscr_addr_add_url()
343 if (isdigit(delim[1])) in subscr_addr_add_url()
344 port = atol(delim + 1); in subscr_addr_add_url()
375 if (delim) in subscr_addr_add_url()
376 *delim = ':'; /* Restore port */ in subscr_addr_add_url()

Completed in 18 milliseconds

12345678