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

1 2 34 5 6 7 8

  /build/tools/
compare_fileslist.py 85 combo = input.split(os.path.sep)[1]
  /external/bison/src/
state.c 238 char const *sep = ""; local
242 fprintf (out, "%s%s", sep, symbols[k]->tag);
243 sep = ", ";
  /external/expat/xmlwf/
xmlwf.c 173 const XML_Char *sep; local
176 sep = tcsrchr(name, NSSEP);
177 if (sep) {
179 fputts(sep + 1, fp);
197 sep = tcsrchr(name, NSSEP);
199 if (sep) {
201 fputts(sep + 1, fp);
206 if (sep) {
219 const XML_Char *sep; local
222 sep = tcsrchr(name, NSSEP)
    [all...]
  /external/iptables/extensions/
libipt_addrtype.c 152 const char *sep = ""; local
157 printf("%s%s", sep, rtn_names[i]);
158 sep = ",";
libxt_time.c 67 "[!] --weekdays value List of weekdays on which to match, sep. by comma\n"
195 const char *sep; local
199 sep = strchr(*arg, delim);
200 if (sep == NULL) {
205 snprintf(buf, buflen, "%.*s", (unsigned int)(sep - *arg), *arg);
206 *arg = sep + 1;
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_unittest.py 194 self.assertEquals(fs.sep, os.sep)
200 fs.sep = ' '
  /external/strace/
util.c 298 char *sep;
305 sep = "";
308 tprintf("%s%s", sep, xlat->str);
310 sep = "|";
317 tprintf("%s%#x", sep, flags);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 476 sep=
487 copied=$copied${sep}$gnulib_mk; sep=$nl
498 copied=$copied$sep$file; sep=$nl
  /external/bluetooth/bluez/audio/
transport.c 233 struct a2dp_sep *sep = media_endpoint_get_sep(transport->endpoint); local
244 stream = a2dp_sep_get_stream(sep);
281 struct a2dp_sep *sep = media_endpoint_get_sep(endpoint); local
292 transport->in_use = a2dp_sep_lock(sep, transport->session);
297 return a2dp_resume(transport->session, sep, a2dp_resume_complete,
306 struct a2dp_sep *sep = media_endpoint_get_sep(transport->endpoint); local
315 a2dp_sep_unlock(sep, transport->session);
324 struct a2dp_sep *sep = media_endpoint_get_sep(endpoint); local
327 a2dp_sep_unlock(sep, transport->session);
332 return a2dp_suspend(transport->session, sep, a2dp_suspend_complete
    [all...]
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 132 site = "%s.html" % name.replace(os.path.sep,'__')
212 escaped_dir = dir_name.replace(os.path.sep,'__')
229 escaped_name = file_name.replace(os.path.sep,'__')
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 196 View sep = makeDividerView(); local
197 sep.setLayoutParams(makeDividerLayoutParams());
198 addView(sep);
  /development/testrunner/test_defs/
native_test.py 85 full_path = os.path.join(os.sep, "system", "bin", f)
  /docs/source.android.com/scripts/
build.py 50 outdir = [x for x in curdir.split(os.path.sep) if x]
  /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
  /external/openssl/apps/
dgst.c 77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
546 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
608 else if (sep == 2)
624 if (sep && (i != 0))
speed.c 83 /* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
2608 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/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);

Completed in 941 milliseconds

1 2 34 5 6 7 8