HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 201 - 225 of 524) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/tools/
verify_images_for_gm_results.py 83 if item.endswith(posixpath.sep):
  /external/v8/test/es5conform/
testcfg.py 86 root_path = root[len(self.root):].split(os.path.sep)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 94 /* _PyString_Join(sep, x) is like sep.join(x). sep must be PyStringObject*,
96 PyAPI_FUNC(PyObject *) _PyString_Join(PyObject *sep, PyObject *x);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
25 sep = '/' variable
45 """Join two or more pathname components, inserting sep as needed"""
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 94 /* _PyString_Join(sep, x) is like sep.join(x). sep must be PyStringObject*,
96 PyAPI_FUNC(PyObject *) _PyString_Join(PyObject *sep, PyObject *x);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 81 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
25 sep = '/' variable
45 """Join two or more pathname components, inserting sep as needed"""
  /system/core/toolbox/grep/
grep.h 151 void printline(struct str *line, int sep, regmatch_t *matches, int m);
util.c 443 printline(struct str *line, int sep, regmatch_t *matches, int m)
459 putchar(sep);
465 putchar(sep);
470 putchar(sep);
  /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...]
  /frameworks/base/services/java/com/android/server/am/
ProcessStatsService.java 639 boolean[] sep = new boolean[1];
642 args[i], sep, error);
648 csvSepScreenStats = sep[0];
656 boolean[] sep = new boolean[1];
658 csvMemStats = parseStateList(ProcessStats.ADJ_MEM_NAMES_CSV, 1, args[i], sep, error);
664 csvSepMemStats = sep[0];
672 boolean[] sep = new boolean[1];
674 csvProcStats = parseStateList(ProcessStats.STATE_NAMES_CSV, 1, args[i], sep, error);
680 csvSepProcStats = sep[0];
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 83 /* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
2657 static char sep[]=":"; local
    [all...]
  /external/openssl/apps/
speed.c 83 /* 11-Sep-92 Andrew Daviel Support for Silicon Graphics IRIX added */
2657 static char sep[]=":"; local
    [all...]
  /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/upstream-netbsd/libc/regex/
engine.c 370 const char *sep; /* end of string matched by subsubRE */ local
467 sep = slow(m, ssp, rest, ssub, esub);
468 if (sep == NULL || sep == ssp)
471 ssp = sep;
473 if (sep == NULL) {
475 sep = ssp;
478 assert(sep == rest); /* must exhaust substring */
479 assert(slow(m, ssp, sep, ssub, esub) == rest);
485 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 if (dissect(m, ssp, sep, ssub, esub) != sep)
    [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/chromium_org/native_client_sdk/src/build_tools/
verify_filelist.py 104 if os.path.sep != '/':
105 filename = filename.replace(os.path.sep, '/')
  /external/chromium_org/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 47 sep = os.sep variable in class:FileSystem
268 """Return (dirname + os.sep + basename, '.' + ext)"""
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 368 const char* sep = strchr(line, ':'); local
369 if (sep == NULL) {
372 Slice key = TrimSpace(Slice(line, sep - 1 - line));
373 Slice val = TrimSpace(Slice(sep + 1));
424 const char* sep = strchr(benchmarks, ','); local
426 if (sep == NULL) {
430 name = Slice(benchmarks, sep - benchmarks);
431 benchmarks = sep + 1;
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 108 file = os.path.join(str(dir), imp.replace('.', os.sep) + '.py')
112 file = os.path.join(str(dir), imp.replace('.', os.sep), '__init__.py')
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 244 sep = "" if p[1].endswith("*") else " "
245 string.append("%s%s%s" % (p[1], sep, p[0]))
  /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)

Completed in 1935 milliseconds

1 2 3 4 5 6 7 891011>>