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

<<11121314151617181920>>

  /external/mesa3d/src/mesa/main/
APIspec.py 265 sep = "" if param.type.endswith("*") else " "
266 args.append("%s%s%s" % (param.type, sep, param.name))
  /external/strace/
process.c 636 const char *sep = "|"; local
646 sep = "";
648 tprintf("%s%s", sep, signame(flags & CSIGNAL));
1694 const char *sep; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 33 a, sep, b = param.partition(';')
34 if not sep:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 33 a, sep, b = param.partition(';')
34 if not sep:
  /build/tools/
java-layers.py 180 result.extend([os.sep.join((root,f)) for f in files
  /external/bison/src/
output.c 347 char const *sep = ""; local
383 sep, sym->tag, number);
384 sep = ",\n";
399 char const *sep = ""; local
414 fprintf (out, "%s[", sep);
415 sep = ",\n";
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
dispatch.py 80 path = path.replace('\\', os.path.sep)
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 93 outpath = outpath.replace(os.path.sep, '\\')
  /external/chromium_org/ppapi/generators/
idl_gen_wrapper.py 82 name = name.replace(os.sep, '/')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 88 return normalized_parent == normalized_child or normalized_child.startswith(normalized_parent + self._filesystem.sep)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py 76 port.host.filesystem.chdir(runner._port.perf_tests_dir()[:runner._port.perf_tests_dir().rfind(runner._host.filesystem.sep)])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
dispatch.py 80 path = path.replace('\\', os.path.sep)
  /external/chromium_org/tools/checkperms/
checkperms.py 416 if not x.endswith(os.path.sep))
  /external/icu4c/i18n/
tznames_impl.cpp 1358 int32_t sep = tzID.lastIndexOf((UChar)0x2F \/* '\/' *\/); local
    [all...]
  /external/v8/tools/
presubmit.py 279 for dir_part in os.path.dirname(file).split(os.sep):
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 147 sep = self.path.find('?')
148 path = self.path if sep == -1 else self.path[:sep]
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 611 set sep (
615 puts -nonewline $sep$v
616 set sep ,
  /external/tcpdump/
print-802_11.c 71 const char *sep = " ["; \
73 PRINT_RATE(sep, p.rates.rate[z], \
75 sep = " "; \
  /external/valgrind/main/coregrind/
m_redir.c 1485 HChar sep = spec[0]; local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 171 # The '+ os.sep' is to ensure that d is a parent directory,
178 if filename.startswith(d + os.sep):
205 if comparepath.startswith(dir) and comparepath[len(dir)] == os.sep:
215 base = base.replace(os.sep, ".")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 171 # The '+ os.sep' is to ensure that d is a parent directory,
178 if filename.startswith(d + os.sep):
205 if comparepath.startswith(dir) and comparepath[len(dir)] == os.sep:
215 base = base.replace(os.sep, ".")
  /system/core/sh/
jobs.c 1380 cmdlist(union node *np, int sep)
1383 if (!sep)
1386 if (sep && np->narg.next)

Completed in 1142 milliseconds

<<11121314151617181920>>