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

12 3 4 5 6 7 8

  /external/bouncycastle/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 82 String sep = System.getProperty("line.separator"); local
85 buf.append(sep);
91 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...]
  /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_6/wpa_supplicant/src/drivers/
driver_roboswitch.c 211 char *sep; local
214 sep = drv->ifname + os_strlen(drv->ifname);
215 *sep = '.';
224 *sep = '\0';
353 char *sep; local
362 sep = drv->ifname +
365 while (sep > drv->ifname && *sep != '.') sep--;
366 if (sep <= drv->ifname)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 214 char *sep; local
217 sep = drv->ifname + os_strlen(drv->ifname);
218 *sep = '.';
227 *sep = '\0';
356 char *sep; local
365 sep = drv->ifname +
368 while (sep > drv->ifname && *sep != '.') sep--;
369 if (sep <= drv->ifname)
    [all...]
  /external/bluetooth/bluez/audio/
avdtp.h 43 /* SEP capability categories */
73 /* SEP types definitions */
175 struct avdtp_local_sep *sep,
195 struct avdtp_local_sep *sep,
198 gboolean (*close) (struct avdtp *session, struct avdtp_local_sep *sep,
201 gboolean (*abort) (struct avdtp *session, struct avdtp_local_sep *sep,
229 uint8_t avdtp_get_seid(struct avdtp_remote_sep *sep);
231 uint8_t avdtp_get_type(struct avdtp_remote_sep *sep);
233 struct avdtp_service_capability *avdtp_get_codec(struct avdtp_remote_sep *sep);
235 gboolean avdtp_get_delay_reporting(struct avdtp_remote_sep *sep);
    [all...]
  /external/icu4c/test/intltest/
testutil.cpp 40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) {
47 result.append(sep);
  /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/dbus/dbus/
dbus-sysdeps-util-unix.c 984 int sep; local
991 sep = _dbus_string_get_length (filename);
992 if (sep == 0)
995 while (sep > 0 && _dbus_string_get_byte (filename, sep - 1) == '/')
996 --sep;
998 _dbus_assert (sep >= 0);
1000 if (sep == 0)
1004 _dbus_string_find_byte_backward (filename, sep, '/', &sep);
    [all...]
  /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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 59 const char *sep) = 0;
  /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.12/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]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
directoryfileset.py 33 if not self._path.endswith(self._filesystem.sep):
34 self._path += self._filesystem.sep
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DecorComposite.java 51 Label sep = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL); local
52 GridDataBuilder.create(sep).hSpan(2).hFill();
  /external/e2fsprogs/misc/
logsave.c 120 char buffer[4096], *cp, *sep; local
138 sep = strchr(cp, '\001');
139 if (sep)
140 *sep = 0;
142 if (sep) {
143 cp = sep + 1;
  /external/tcpdump/
print-sctp.c 76 const char *sep; local
124 sep = "\n\t";
126 sep = " (";
145 printf("%s%d) [Bad chunk length %u]", sep, chunkCount+1, chunkLength);
158 printf("%s%d) ", sep, chunkCount+1);
352 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...]
  /external/strace/
desc.c 251 char *sep; local
254 sep = "";
258 "%s%s", sep, xlat->str);
259 sep = "|";
265 "%s%#x", sep, flags);
419 char *sep; local
443 for (j = 0, sep = ""; j < nfds; j++) {
445 tprintf("%s%u", sep, j);
446 sep = " ";
472 char *sep = "" local
    [all...]
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetProviderTest.java 54 String sep = System.getProperty("file.separator"); local
56 if (!CONFIG_FILE1.endsWith(sep)) {
57 CONFIG_FILE1 += sep;
59 CONFIG_FILE1 += "META-INF" + sep + "services" + sep
67 String sep = System.getProperty("file.separator"); local
68 int sepIndex = path.lastIndexOf(sep);

Completed in 913 milliseconds

12 3 4 5 6 7 8