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

1 2 3 4 5 67 8 9

  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 100 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep)
102 if (sep.m_needToSeparate)
103 ts << sep.m_separator;
105 sep.m_needToSeparate = true;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 152 Separator sep = new Separator(); local
153 sep.setId("-dyn-gle-sep"); //$NON-NLS-1$
154 mMenuManager.insertBefore(endId, sep);
155 endId = sep.getId();
  /external/qemu/android/
console.c 372 const char* sep; local
377 sep = strchr( name, '|' );
378 if (sep)
379 len = sep - name;
390 if (sep)
391 name = sep + 1;
393 } while (sep != NULL && *name);
    [all...]
  /external/strace/
util.c 352 const char *sep; local
359 sep = "";
362 tprintf("%s%s", sep, xlat->str);
364 sep = "|";
371 tprintf("%s%#x", sep, flags);
    [all...]
process.c 636 const char *sep = "|"; local
646 sep = "";
648 tprintf("%s%s", sep, signame(flags & CSIGNAL));
1694 const char *sep; local
    [all...]
file.c 401 char sep = 0; local
412 sep = '|';
417 if (sep)
418 *p++ = sep;
423 sep = '|';
427 if (sep)
428 *p++ = sep;
    [all...]
  /external/bison/src/
output.c 339 char const *sep = ""; local
373 sep, sym->tag, number);
374 sep = ",\n";
388 char const *sep = ""; local
399 fprintf (out, "%s[", sep);
400 sep = ",\n";
421 char const *sep = ""; local
432 fprintf (out, "%s[", sep);
433 sep = ",\n";
  /external/v8/tools/
presubmit.py 279 for dir_part in os.path.dirname(file).split(os.sep):
  /external/tcpdump/
print-802_11.c 71 const char *sep = " ["; \
73 PRINT_RATE(sep, p.rates.rate[z], \
75 sep = " "; \
print-nfs.c 818 char const *sep = ""; local
822 (void)printf("%s%x", sep, dp[i]);
823 sep = ":";
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 1336 HChar sep = spec[0]; local
    [all...]
  /system/core/sh/
jobs.c 1380 cmdlist(union node *np, int sep)
1383 if (!sep)
1386 if (sep && np->narg.next)
  /external/bluetooth/glib/glib/
gstrfuncs.c 3034 gchar *sep; local
    [all...]
  /external/linux-tools-perf/util/
symbol.c 1832 char *sep; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 422 String sep = File.separator; local
423 f1 = new File(sep + "..");
430 f1 = new File(sep + "a" + sep + ".." + sep + ".." + sep);
    [all...]
  /external/iptables/iptables/
xtoptions.c 292 char sep = ':'; local
307 if (*arg == '\0' || *arg == sep) {
317 if (*end != '\0' && *end != sep)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 235 char sep = *s;
250 *s = sep;
254 *s = sep;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 235 char sep = *s;
250 *s = sep;
254 *s = sep;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 235 char sep = *s;
250 *s = sep;
254 *s = sep;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
libgcov.c 235 char sep = *s;
250 *s = sep;
254 *s = sep;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
libgcov.c 235 char sep = *s;
250 *s = sep;
254 *s = sep;
    [all...]
  /external/icu4c/i18n/
dtfmtsym.cpp 1424 UChar *sep = u_strchr(resStr, (UChar)0x003B \/* ';' *\/); local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 265 "LayoutTests" + os.path.sep,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 368 const char *sep = "") const;
371 const char *sep = "") const;

Completed in 1643 milliseconds

1 2 3 4 5 67 8 9