HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 251 - 275 of 603) sorted by null

<<11121314151617181920>>

  /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/lib/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_org/chrome/common/extensions/docs/server2/
integration_test.py 43 return os_path.replace(os.sep, '/')
63 relative_root = root[len(path):].lstrip(os.path.sep)
  /external/chromium_org/native_client_sdk/src/build_tools/
verify_filelist.py 113 if os.path.sep != '/':
114 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
271 """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/chromium_org/third_party/skia/third_party/lua/src/
ltablib.c 97 const char *sep = luaL_optlstring(L, 2, "", &lsep); local
104 luaL_addlstring(&b, sep, lsep);
  /external/chromium_org/tools/
isolate_driver.py 211 '.', temp_isolate_dir).replace(os.path.sep, '/')
232 '<(PRODUCT_DIR)/%s' % i.replace(os.path.sep, '/')
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 91 parts = posixpath.commonprefix(args).rpartition(posixpath.sep)[0]
92 return parts + posixpath.sep if parts else ''
  /external/mesa3d/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/mesa3d/src/mesa/main/
APIspecutil.py 244 sep = "" if p[1].endswith("*") else " "
245 string.append("%s%s%s" % (p[1], sep, p[0]))
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 42 path = package.__name__.replace(".", os.path.sep)
46 yield os.path.splitext(fnm)[0].replace(os.path.sep, ".")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 144 if '/' in name or (os.sep != '/' and os.sep in name):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 42 path = package.__name__.replace(".", os.path.sep)
46 yield os.path.splitext(fnm)[0].replace(os.path.sep, ".")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 144 if '/' in name or (os.sep != '/' and os.sep in name):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 223 Text sep = mUndoXmlDocument.createTextNode(SdkUtils.getLineSeparator()); local
224 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/chromium_org/third_party/icu/source/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/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 262 return os.path.basename(path.rstrip(os.path.sep))
307 if not src.endswith(os.path.sep):
308 src += os.path.sep
309 if not dst.endswith(os.path.sep):
310 dst += os.path.sep

Completed in 2485 milliseconds

<<11121314151617181920>>