HomeSort by relevance Sort by last modified time
    Searched refs:delim (Results 51 - 75 of 196) sorted by null

1 23 4 5 6 7 8

  /external/libsepol/src/
mls.c 333 char delim; local
351 delim = *p;
352 if (delim != 0)
365 if (delim == ':') {
371 delim = *p;
372 if (delim != 0)
419 if (delim != ',')
423 if (delim == '-') {
429 delim = *p;
430 if (delim != 0
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 153 const char* delim,
155 // Optimize the common case where delim is a single character.
156 if (delim[0] != '\0' && delim[1] == '\0') {
157 char c = delim[0];
173 begin_index = full.find_first_not_of(delim);
175 end_index = full.find_first_of(delim, begin_index);
181 begin_index = full.find_first_not_of(delim, end_index);
186 const char* delim,
189 SplitStringToIteratorUsing(full, delim, it)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
SDL_syscdrom.c 306 char *cdpath, *delim; local
313 delim = SDL_strchr(SDLcdrom, ':');
314 if ( delim ) {
315 *delim++ = '\0';
323 if ( delim ) {
324 SDLcdrom = delim;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
SDL_syscdrom.c 269 char *cdpath, *delim; local
276 delim = SDL_strchr(SDLcdrom, ':');
277 if ( delim ) {
278 *delim++ = '\0';
283 if ( delim ) {
284 SDLcdrom = delim;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c 285 char *cdpath, *delim; local
292 delim = SDL_strchr(SDLcdrom, ':');
293 if ( delim ) {
294 *delim++ = '\0';
302 if ( delim ) {
303 SDLcdrom = delim;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 176 char *cdpath, *delim; local
183 delim = SDL_strchr(SDLcdrom, ':');
184 if ( delim ) {
185 *delim++ = '\0';
190 if ( delim ) {
191 SDLcdrom = delim;
  /external/smack/src/org/jivesoftware/smackx/workgroup/util/
ModelUtil.java 163 public static final String concat(String[] strs, String delim) {
170 buf.append(str).append(delim);
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 61 char delim,
65 while(std::getline(ss, item, delim)) {
71 std::vector<std::string> split(const std::string &s, char delim) {
73 return split(s, delim, elems);
  /external/chromium_org/net/tools/flip_server/
flip_in_mem_edsm_server.cc 61 char delim,
65 while(std::getline(ss, item, delim)) {
71 std::vector<std::string> split(const std::string &s, char delim) {
73 return split(s, delim, elems);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_test.c 96 static char *sstrsep(char **string, const char *delim)
107 while (*delim)
109 isdelim[(unsigned char)(*delim)] = 1;
110 delim++;
  /external/openfst/src/include/fst/
compat.h 56 void SplitToVector(char *line, const char *delim,
  /external/openssl/crypto/evp/
evp_test.c 96 static char *sstrsep(char **string, const char *delim)
107 while (*delim)
109 isdelim[(unsigned char)(*delim)] = 1;
110 delim++;
  /external/chromium_org/ppapi/tests/
test_case.cc 40 size_t delim = full_test_name.find_first_of('_'); local
41 if (delim != std::string::npos)
42 return full_test_name.substr(delim+1);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 422 char *envcopy, *envpath, *delim; local
426 delim = SDL_strchr(envpath, ':');
427 if ( delim != NULL ) {
428 *delim++ = '\0';
442 envpath = delim;
  /external/mksh/src/
tree.c 230 evalstr(iop->delim, 0));
280 /* name/delim are NULL when printing syntax errors */
282 if (iop->delim)
283 wdvarput(shf, iop->delim, 0, WDS_TPUTS);
662 if (p->delim != NULL)
663 q->delim = wdcopy(p->delim, ap);
721 if (p->delim != NULL)
722 afree(p->delim, ap);
917 if (iop->delim) {
    [all...]
  /external/bison/lib/
string.in.h 523 /* Search the next delimiter (char listed in DELIM) starting at *STRINGP.
650 /* Parse S into tokens separated by characters in DELIM.
679 (char *restrict s, char const *restrict delim,
683 (char *restrict s, char const *restrict delim,
691 (char *restrict s, char const *restrict delim,
696 (char *restrict s, char const *restrict delim,
    [all...]
  /system/core/fs_mgr/
fs_mgr.c 306 const char *delim = " \t"; local
377 if (!(p = strtok_r(line, delim, &save_ptr))) {
383 if (!(p = strtok_r(NULL, delim, &save_ptr))) {
389 if (!(p = strtok_r(NULL, delim, &save_ptr))) {
395 if (!(p = strtok_r(NULL, delim, &save_ptr))) {
410 if (!(p = strtok_r(NULL, delim, &save_ptr))) {
  /external/smack/src/org/xbill/DNS/
Tokenizer.java 34 private static String delim = " \t\n;()\""; field in class:Tokenizer
153 delimiters = delim;
289 delimiters = delim;
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 298 /* Search the next delimiter (char listed in DELIM) starting at *STRINGP.
379 /* Parse S into tokens separated by characters in DELIM.
403 extern char *strtok_r (char *restrict s, char const *restrict delim,
538 string DELIM) starting at the character string *STRINGP.
551 extern char * mbssep (char **stringp, const char *delim);
556 the character string DELIM.
571 extern char * mbstok_r (char *string, const char *delim, char **save_ptr);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 172 * @param delim would be ";"
179 String delim, String attrDelim, String data, String... attrNames) throws IOException {
186 String[] values = data.split(delim);
276 * @param delim like ";"
283 private String parseTag(XmlPullParser parser, String tag, String subTag, String delim,
303 flattened.append(delim);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 312 * \param delim set of 1 or more delimiters
316 /*@null@*/ char *yasm__strsep(char **stringp, const char *delim);
  /external/openssh/openbsd-compat/
openbsd-compat.h 127 char *strsep(char **stringp, const char *delim);
  /external/qemu/
qemu-option.h 51 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim);
  /external/sqlite/android/
sqlite3_android.cpp 343 const UChar * delim = (const UChar *)sqlite3_value_text16(argv[3]); local
344 if (delim == NULL) {
400 u_strtok_r(origData, delim, &state);
402 } while ((token = u_strtok_r(NULL, delim, &state)) != NULL);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 160 delim = len(url) # position of end of domain part of url, default is end
162 wdelim = url.find(c, start) # find first of this delim
164 delim = min(delim, wdelim) # use earliest delim position
165 return url[start:delim], url[delim:] # return (domain, rest)

Completed in 1655 milliseconds

1 23 4 5 6 7 8