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

1 2 3 45 6 7 8 9

  /external/clang/lib/StaticAnalyzer/Core/
BasicConstraintManager.cpp 114 const char *sep);
334 const char* nl, const char *sep) {
340 Out << nl << sep << "'==' constraints:"; local
350 Out << nl << sep << "'!=' constraints:"; local
RangeConstraintManager.cpp 247 const char* nl, const char *sep);
427 const char* nl, const char *sep) {
432 Out << nl << sep << "Ranges are empty." << nl;
436 Out << nl << sep << "Ranges of symbol values:"; local
  /external/openssl/apps/
dgst.c 77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
558 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
620 else if (sep == 2)
636 if (sep && (i != 0))
speed.c 83 /* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
2657 static char sep[]=":"; local
    [all...]
  /external/ppp/pppd/
tty.c 871 char *sep, *endp = NULL; local
878 sep = strchr(dest, ':');
879 if (sep != NULL)
880 port = strtol(sep+1, &endp, 10);
881 if (port < 0 || endp == sep+1 || sep == dest) {
885 *sep = 0;
891 *sep = ':';
896 *sep = ':';
    [all...]
  /external/v8/test/es5conform/
testcfg.py 86 root_path = root[len(self.root):].split(os.path.sep)
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 65 port_name = self._file_path.split(os.sep)[-2]
  /external/llvm/lib/Support/
regengine.inc 308 const char *sep; /* end of string matched by subsubRE */
394 sep = slow(m, ssp, rest, ssub, esub);
395 if (sep == NULL || sep == ssp)
398 ssp = sep;
400 if (sep == NULL) {
402 sep = ssp;
405 assert(sep == rest); /* must exhaust substring */
406 assert(slow(m, ssp, sep, ssub, esub) == rest);
408 const char *dp = dissect(m, ssp, sep, ssub, esub)
    [all...]
  /bionic/libc/regex/
engine.c 303 char *sep; /* end of string matched by subsubRE */ local
389 sep = slow(m, ssp, rest, ssub, esub);
390 if (sep == NULL || sep == ssp)
393 ssp = sep;
395 if (sep == NULL) {
397 sep = ssp;
400 assert(sep == rest); /* must exhaust substring */
401 assert(slow(m, ssp, sep, ssub, esub) == rest);
402 dp = dissect(m, ssp, sep, ssub, esub)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 303 char *sep; /* end of string matched by subsubRE */ local
389 sep = slow(m, ssp, rest, ssub, esub);
390 if (sep == NULL || sep == ssp)
393 ssp = sep;
395 if (sep == NULL) {
397 sep = ssp;
400 assert(sep == rest); /* must exhaust substring */
401 assert(slow(m, ssp, sep, ssub, esub) == rest);
402 dp = dissect(m, ssp, sep, ssub, esub)
    [all...]
  /external/chromium/testing/gtest/scripts/
pump.py 409 def __init__(self, identifier=None, sep=None, code=None):
411 self.sep = sep
670 if node.sep is None:
671 sep = ''
673 sep = node.sep.value
680 output.Append(sep)
  /external/gtest/scripts/
pump.py 409 def __init__(self, identifier=None, sep=None, code=None):
411 self.sep = sep
670 if node.sep is None:
671 sep = ''
673 sep = node.sep.value
680 output.Append(sep)
  /external/nist-sip/java/gov/nist/core/
NameValue.java 102 public void setSeparator(String sep) {
103 separator = sep;
  /external/oprofile/gui/
oprof_start.cpp 997 string sep = "--separate="; local
1000 sep += "library,";
1002 sep += "kernel,";
1004 sep += "cpu,";
1006 sep += "thread,";
1008 if (sep == "--separate=")
1009 sep += "none";
1010 args.push_back(sep);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 50 self._sep = os.sep
55 sep = property(_get_sep, doc="pathname separator") variable in class:FileSystem
267 """Return (dirname + os.sep + basename, '.' + ext)"""
  /external/webkit/Tools/wx/build/
build_utils.py 54 subdir_pattern = os.sep + '*'
56 adir = root + subdir + os.sep + pattern
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 222 Text sep = mUndoXmlDocument.createTextNode("\n"); //$NON-NLS-1$ local
223 mUndoXmlParent.insertBefore(sep, null); // insert separator before end tag
  /system/core/toolbox/
ps.c 16 static char *nexttoksep(char **strp, char *sep)
18 char *p = strsep(strp,sep);
  /external/icu4c/i18n/
locdspnm.cpp 271 UnicodeString sep; member in class:LocaleDisplayNamesImpl
319 langData.getNoFallback("localeDisplayPattern", "separator", sep);
320 if (sep.isBogus()) {
321 sep = UnicodeString(", ", -1, US_INV);
444 buffer.append(sep);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h     [all...]
  /system/core/sh/
eval.c 763 char sep = 0; local
766 if (sep != 0)
767 outc(sep, &errout);
769 sep = ' ';
772 if (sep != 0)
773 outc(sep, &errout);
775 sep = ' ';
  /external/tcpdump/
print-ip.c 201 const char *sep = ""; local
206 printf("%s", sep);
207 sep = ",";
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 724 char *sep; local
726 sep = strchr (mime_a, '/');
728 if (sep && strncmp (mime_a, mime_b, sep - mime_a + 1) == 0)

Completed in 1470 milliseconds

1 2 3 45 6 7 8 9