HomeSort by relevance Sort by last modified time
    Searched defs:sep (Results 76 - 100 of 349) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/core/adb/
adb_auth_client.cpp 59 char *sep; local
77 sep = strpbrk(buf, " \t");
78 if (sep)
79 *sep = '\0';
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 552 char sep = File.separatorChar; local
557 if (path.charAt(pos) == sep) {
577 if (path.charAt(pos) == sep) {
  /external/bison/src/
output.c 347 char const *sep = ""; local
383 sep, sym->tag, number);
384 sep = ",\n";
399 char const *sep = ""; local
414 fprintf (out, "%s[", sep);
415 sep = ",\n";
state.c 264 char const *sep = ""; local
268 fprintf (out, "%s%s", sep, symbols[k]->tag);
269 sep = ", ";
  /external/compiler-rt/lib/msan/
msan_report.cc 42 char *sep = internal_strchr(s, '@'); local
43 CHECK(sep);
44 *sep = '\0';
49 d.Origin(), d.Name(), s, d.Origin(), d.Name(), sep + 1, d.Origin(),
  /external/curl/src/
tool_paramhlp.c 247 const char *sep = ","; local
287 for(token = strtok(buffer, sep);
289 token = strtok(NULL, sep)) {
  /external/elfutils/libebl/
eblgstrtab.c 195 searchstring (struct Ebl_GStrent **sep, struct Ebl_GStrent *newstr)
200 if (*sep == NULL)
202 *sep = newstr;
203 return sep;
207 cmpres = memcmp ((*sep)->reverse, newstr->reverse,
208 (MIN ((*sep)->len, newstr->len) - 1) * (*sep)->width);
211 return sep;
213 return searchstring (&(*sep)->left, newstr);
215 return searchstring (&(*sep)->right, newstr)
224 struct Ebl_GStrent **sep; local
    [all...]
eblstrtab.c 194 searchstring (struct Ebl_Strent **sep, struct Ebl_Strent *newstr)
197 if (*sep == NULL)
199 *sep = newstr;
200 return sep;
204 int cmpres = memcmp ((*sep)->reverse, newstr->reverse,
205 MIN ((*sep)->len, newstr->len) - 1);
208 return sep;
210 return searchstring (&(*sep)->left, newstr);
212 return searchstring (&(*sep)->right, newstr);
237 struct Ebl_Strent **sep = searchstring (&st->root, newstr) local
    [all...]
  /external/iptables/extensions/
libxt_time.c 70 "[!] --weekdays value List of weekdays on which to match, sep. by comma\n"
198 const char *sep; local
202 sep = strchr(*arg, delim);
203 if (sep == NULL) {
208 snprintf(buf, buflen, "%.*s", (unsigned int)(sep - *arg), *arg);
209 *arg = sep + 1;
  /external/javassist/src/main/javassist/
ClassPoolTail.java 43 char sep = File.separatorChar; local
44 String filename = directory + sep
45 + classname.replace('.', sep) + ".class";
54 char sep = File.separatorChar; local
55 String filename = directory + sep
56 + classname.replace('.', sep) + ".class";
  /external/jetty/src/java/org/eclipse/jetty/util/resource/
JarFileResource.java 123 int sep = _urlString.indexOf("!/"); local
124 _jarUrl=_urlString.substring(0,sep+2);
125 _path=_urlString.substring(sep+2);
  /external/selinux/libsemanage/src/
seusers_local.c 67 const char *sep = "-"; local
83 strcat(msg,sep);
85 sep = ",";
88 strcat(msg,sep);
90 sep = ",";
93 strcat(msg,sep);
  /external/tcpdump/
print-ahcp.c 151 const char *sep = ": "; local
158 ND_PRINT((ndo, "%s%s", sep, ip6addr_string(ndo, cp)));
160 ND_PRINT((ndo, "%s(compiled w/o IPv6)", sep));
163 sep = ", ";
179 const char *sep = ": "; local
185 ND_PRINT((ndo, "%s%s", sep, ipaddr_string(ndo, cp)));
187 sep = ", ";
203 const char *sep = ": "; local
210 ND_PRINT((ndo, "%s%s/%u", sep, ip6addr_string(ndo, cp), *(cp + 16)));
212 ND_PRINT((ndo, "%s(compiled w/o IPv6)/%u", sep, *(cp + 16)))
231 const char *sep = ": "; local
    [all...]
print-babel.c 277 const char *sep; local
303 sep = " ";
305 ND_PRINT((ndo, "%s%s", sep, tok2str(diversity_str, "%u", *cp++)));
306 sep = "-";
print-ip.c 235 const char *sep = ""; local
240 ND_PRINT((ndo, "%s", sep));
241 sep = ",";
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 210 char *sep; local
213 sep = drv->ifname + os_strlen(drv->ifname);
214 *sep = '.';
223 *sep = '\0';
352 char *sep; local
361 sep = drv->ifname +
364 while (sep > drv->ifname && *sep != '.') sep--;
365 if (sep <= drv->ifname)
    [all...]
  /frameworks/base/core/java/android/content/
ComponentName.java 259 int sep = str.indexOf('/'); local
260 if (sep < 0 || (sep+1) >= str.length()) {
263 String pkg = str.substring(0, sep);
264 String cls = str.substring(sep+1);
  /frameworks/base/tools/aapt2/util/
Util.h 34 std::vector<std::string> split(const StringPiece& str, char sep);
35 std::vector<std::string> splitAndLowercase(const StringPiece& str, char sep);
119 const char* sep) {
120 return [begin, end, sep](::std::ostream& out) -> ::std::ostream& {
123 out << sep; local
241 iterator(BasicStringPiece<Char> s, Char sep, BasicStringPiece<Char> tok, bool end);
249 Tokenizer(BasicStringPiece<Char> str, Char sep);
259 inline Tokenizer<Char> tokenize(BasicStringPiece<Char> str, Char sep) {
260 return Tokenizer<Char>(str, sep);
305 inline Tokenizer<Char>::iterator::iterator(BasicStringPiece<Char> s, Char sep,
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/
JceSecurity.java 249 String sep = File.separator; local
250 String pathToPolicyJar = javaHomeDir + sep + "lib" + sep +
251 "security" + sep;
  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 474 char *sep; local
509 p = sep = q = cmd;
527 p = sep = q;
534 sep = q;
538 sep = q;
542 sep = q - 1;
547 if (sep - p > 78)
550 fwrite (p, 1, sep - p, outfile);
551 p = sep;
552 if (*sep)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
40 sep = '/' variable
105 return genericpath._splitext(p, sep, altsep, extsep)
375 path = sep
378 name, _, rest = rest.partition(sep)
422 start_list = [x for x in abspath(start).split(sep) if x]
423 path_list = [x for x in abspath(path).split(sep) if x]
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
40 sep = '/' variable
105 return genericpath._splitext(p, sep, altsep, extsep)
375 path = sep
378 name, _, rest = rest.partition(sep)
422 start_list = [x for x in abspath(start).split(sep) if x]
423 path_list = [x for x in abspath(path).split(sep) if x]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
40 sep = '/' variable
105 return genericpath._splitext(p, sep, altsep, extsep)
375 path = sep
378 name, _, rest = rest.partition(sep)
422 start_list = [x for x in abspath(start).split(sep) if x]
423 path_list = [x for x in abspath(path).split(sep) if x]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
40 sep = '/' variable
105 return genericpath._splitext(p, sep, altsep, extsep)
375 path = sep
378 name, _, rest = rest.partition(sep)
422 start_list = [x for x in abspath(start).split(sep) if x]
423 path_list = [x for x in abspath(path).split(sep) if x]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 223 Text sep = mUndoXmlDocument.createTextNode(SdkUtils.getLineSeparator()); local
224 mUndoXmlParent.insertBefore(sep, null); // insert separator before end tag

Completed in 1592 milliseconds

1 2 34 5 6 7 8 91011>>