HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 26 - 50 of 258) sorted by null

12 3 4 5 6 7 8 91011

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLDistPoint.java 87 String sep = System.getProperty("line.separator"); local
90 buf.append(sep);
96 buf.append(sep);
GeneralNames.java 95 String sep = System.getProperty("line.separator"); local
98 buf.append(sep);
104 buf.append(sep);
  /external/javasqlite/src/main/java/SQLite/
Shell.java 25 String sep; field in class:Shell
58 s.sep = sep;
225 (i == args.length - 1 ? "\n" : sep));
236 pw.print(sep);
373 sep = args[0];
533 s.sep = "|";
547 s.sep = args[i];
667 String sep = ""; local
672 sb.append(sep + "quote("
    [all...]
  /bionic/libc/upstream-netbsd/libc/stdio/
getdelim.c 58 int sep, FILE *__restrict fp)
87 p = memchr(fp->_p, sep, (size_t)fp->_r);
146 int sep, FILE *__restrict fp)
151 n = __getdelim(buf, buflen, sep, fp);
  /external/compiler-rt/lib/msan/
msan_report.cc 58 char* sep = internal_strchr(s, '@'); local
59 CHECK(sep);
60 *sep = '\0';
64 d.Origin(), d.Name(), s, d.Origin(), d.Name(), sep + 1,
  /external/oprofile/libutil++/
string_manip.cpp 54 vector<string> separate_token(string const & str, char sep)
62 if (pos < str.length() - 1 && str[pos + 1] == sep) {
64 next += sep;
68 } else if (ch == sep) {
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 108 filepath = split[1][:-5].replace('#',os.path.sep)
109 return os.path.join(os.path.sep,filepath)
114 filepath = split[1][:-5].replace('#',os.path.sep)
120 filepath = split[1][:-5].replace('#',os.path.sep)
124 basename=os.path.basename(cov_file).replace('#',os.path.sep)[:-5]
137 split = path.split(os.path.sep)
141 str = os.path.sep
143 str = "%s..%s" % (str,os.path.sep)
145 str = "%s%s%s" % (str,part,os.path.sep)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL); local
90 sep.setLayoutData(gd);
95 sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
96 sep.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 208 char *sep; local
211 sep = drv->ifname + os_strlen(drv->ifname);
212 *sep = '.';
221 *sep = '\0';
350 char *sep; local
359 sep = drv->ifname +
362 while (sep > drv->ifname && *sep != '.') sep--;
363 if (sep <= drv->ifname)
    [all...]
  /external/icu4c/test/intltest/
testutil.cpp 40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) {
47 result.append(sep);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so.6.0.16-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libstdc++.so.6.0.16-gdb.py 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
  /external/linux-tools-perf/util/
cpumap.c 49 char sep; local
55 sep = 0;
58 n = fscanf(onlnf, "%u%c", &cpu, &sep);
84 if (n == 2 && sep == '-')
88 if (n == 1 || sep == '\n')
strlist.c 139 char *sep; local
142 while ((sep = strchr(s, ',')) != NULL) {
143 *sep = '\0';
145 *sep = ',';
148 s = sep + 1;
hist.c 604 const char *sep = symbol_conf.field_sep; local
631 sep ? "%.2f" : " %6.2f%%",
634 ret = snprintf(s, size, sep ? "%.2f" : " %6.2f%%",
638 sep ? "%.2f" : " %6.2f%%",
641 sep ? "%.2f" : " %6.2f%%",
646 sep ? "%.2f" : " %6.2f%%",
651 sep ? "%.2f" : " %6.2f%%",
657 ret = snprintf(s, size, sep ? "%" PRIu64 : "%12" PRIu64 " ", period);
660 if (sep)
661 ret += snprintf(s + ret, size - ret, "%c%" PRIu64, *sep, nr_events)
749 const char *sep = symbol_conf.field_sep; local
    [all...]
  /frameworks/base/core/java/android/content/
ComponentName.java 160 int sep = str.indexOf('/'); local
161 if (sep < 0 || (sep+1) >= str.length()) {
164 String pkg = str.substring(0, sep);
165 String cls = str.substring(sep+1);
  /external/iproute2/tc/
f_flow.c 64 char *s, *sep; local
71 sep = strchr(s, ',');
72 if (sep)
73 *sep = '\0';
86 s = sep ? sep + 1 : NULL;
298 char *sep = ""; local
303 fprintf(f, "%s%s", sep, flow_keys[i]);
304 sep = ",";
  /external/regex-re2/re2/testing/
dump.cc 134 string sep; local
138 s->append(sep);
143 sep = " ";
regexp_generator.h 64 // Splits string everywhere sep is found, returning
66 vector<string> Split(const StringPiece& sep, const StringPiece& s);
  /external/iptables/extensions/
libxt_conntrack.c 538 const char *sep = " "; local
541 printf("%sINVALID", sep);
542 sep = ",";
545 printf("%sNEW", sep);
546 sep = ",";
549 printf("%sRELATED", sep);
550 sep = ",";
553 printf("%sESTABLISHED", sep);
554 sep = ",";
557 printf("%sUNTRACKED", sep);
573 const char *sep = " "; local
    [all...]
  /external/qemu/android/utils/
bufprint.c 139 char* sep; local
151 sep = strrchr(appDir, '\\');
152 if (sep)
153 *sep = 0;
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_getenv.c 43 const char *sep; local
45 sep = SDL_strchr(variable, '=');
46 if ( sep == NULL ) {
59 value = SDL_envmem + (sep - variable);
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
attachtobug.py 46 description = self._options.description or filepath.split(os.sep)[-1]
  /system/core/adb/
adb_auth_client.c 56 char *sep; local
73 sep = strpbrk(buf, " \t");
74 if (sep)
75 *sep = '\0';
  /external/webkit/Tools/Scripts/webkitpy/common/system/
directoryfileset.py 33 if not self._path.endswith(self._filesystem.sep):
34 self._path += self._filesystem.sep

Completed in 760 milliseconds

12 3 4 5 6 7 8 91011