HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 276 - 300 of 612) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
string2.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h     [all...]
  /external/chromium_org/third_party/jinja2/
loaders.py 28 if path.sep in piece \
186 [len(searchpath):].strip(os.path.sep) \
187 .replace(os.path.sep, '/')
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 313 set sep {}
315 append res $sep$x($col)
316 set sep |
321 set sep {}
324 append hdr $sep$col
325 set sep |
  /external/chromium_org/third_party/sqlite/src/tool/
showdb.c 197 char sep = ' '; local
209 zDesc[0] = sep;
210 sep = ',';
  /external/tcpdump/
util.c 324 register int v, register int sep)
342 lp->s, sep ? ", " : "");
351 if (!sep) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 290 elif os.sep == '/':
341 if os.sep == ':':
343 elif os.sep == '\\':
zipfile.py 298 if os.sep != "/" and os.sep in filename:
299 filename = filename.replace(os.sep, "/")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 290 elif os.sep == '/':
341 if os.sep == ':':
343 elif os.sep == '\\':
  /bionic/libc/bionic/
system_properties.cpp 426 const char *sep = strchr(remaining_name, '.'); local
427 const bool want_subtree = (sep != NULL);
429 sep - remaining_name : strlen(remaining_name);
458 remaining_name = sep + 1;
  /development/testrunner/test_defs/
native_test.py 85 full_path = os.path.join(os.sep, "data", "nativetest", f)
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 37 BASE_ROOT = 'src' + os.sep
  /external/chromium_org/third_party/
PRESUBMIT.py 45 if local_path.startswith('third_party' + input_api.os_path.sep):
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 220 const char* sep = strrchr(f, '/'); local
223 if (sep == NULL) {
227 dir = std::string(f, sep - f);
228 basename = sep + 1;
  /external/chromium_org/tools/check_ecs_deps/
check_ecs_deps.py 152 built_regexp = re.compile(re.escape(build_dir + os.sep))
  /external/chromium_org/tools/json_to_struct/
json_to_struct.py 80 result = re.sub('[%s\\\\.]' % os.sep, '_', h_filename.upper())
  /external/chromium_org/v8/test/mozilla/
testcfg.py 96 testfilepath = testfilename.split(os.path.sep)
  /external/chromium_org/v8/test/test262/
testcfg.py 56 return testcase.path.split(os.path.sep)[-1]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 323 const char* nl, const char *sep) override;
574 const char* nl, const char *sep) {
579 Out << nl << sep << "Ranges are empty." << nl;
583 Out << nl << sep << "Ranges of symbol values:"; local
  /external/qemu/distrib/mini-glib/include/
glib.h 96 char** g_strsplit(const char* str, const char* sep, int max_tokens);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 155 prefix_len = len(build_dir) + len(os.sep)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 155 prefix_len = len(build_dir) + len(os.sep)
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 117 pkg = pkg.replace(".", os.path.sep) # e.g. android.view => android/view

Completed in 479 milliseconds

<<11121314151617181920>>