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

12 3 4 5 6 7 8 9

  /external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c 144 char *sep; local
148 sep = strchr (line, ' ');
149 if (sep == NULL)
151 *(sep++) = '\000';
152 sep[strlen (sep) -1] = '\000';
188 entry->parents[entry->n_parents - 1] = strdup (sep);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 57 sep = property(_get_sep, doc="pathname separator") variable in class:MockFileSystem
63 return path.rsplit(self.sep, 1)
110 if not path.endswith(self.sep):
111 path += self.sep
113 dir_substrings = [self.sep + d + self.sep for d in dirs_to_skip]
140 return path.startswith(self.sep)
164 return re.sub(re.escape(os.path.sep), self.sep, os.path.join(*comps))
170 if not path.endswith(self.sep)
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 714 int sep; local
721 sep = _dbus_string_get_length (filename);
722 if (sep == 0)
725 while (sep > 0 &&
726 (_dbus_string_get_byte (filename, sep - 1) == '/' ||
727 _dbus_string_get_byte (filename, sep - 1) == '\\'))
728 --sep;
730 _dbus_assert (sep >= 0);
732 if (sep == 0 ||
733 (sep == 2 &
    [all...]
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/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);
  /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/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]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
EditingUtils.java 88 private static Range getWordRangeAtCursor(InputConnection connection, String sep) {
89 if (connection == null || sep == null) {
100 while (start > 0 && !isWhitespace(before.charAt(start - 1), sep)) start--;
104 while (++end < after.length() && !isWhitespace(after.charAt(end), sep)) {

Completed in 1059 milliseconds

12 3 4 5 6 7 8 9