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

<<11121314151617181920>>

  /external/chromium_org/tools/telemetry/telemetry/page/
page_test_runner.py 124 return page_set.PageSet.FromDict(page_set_dict, os.getcwd() + os.sep)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 214 const char* nl, const char *sep) = 0;
  /external/openssl/crypto/conf/
conf.h 205 int CONF_parse_list(const char *list, int sep, int nospc,
  /external/openssl/include/openssl/
conf.h 205 int CONF_parse_list(const char *list, int sep, int nospc,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 214 if path[0:1] == os.sep:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 123 if os.sep == '/':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 26 SEPS = os.sep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 63 if os.sep == ':' and not ':' in head:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 716 sep = source[:0]
717 if type(sep) is type(""):
793 sep = match.string[:0]
803 return sep.join(literals)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 153 pkg_names = [os.sep.join([pkg_name]*i) for i in range(1, depth+1)]
test_zipfile.py 465 if os.path.sep == '\\':
503 arcname = arcname.replace(os.sep, "/")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 214 if path[0:1] == os.sep:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 123 if os.sep == '/':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 26 SEPS = os.sep
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_parse.py 716 sep = source[:0]
717 if type(sep) is type(""):
793 sep = match.string[:0]
803 return sep.join(literals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 153 pkg_names = [os.sep.join([pkg_name]*i) for i in range(1, depth+1)]
test_zipfile.py 465 if os.path.sep == '\\':
503 arcname = arcname.replace(os.sep, "/")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 156 Separator sep = new Separator(); local
157 sep.setId("-dyn-gle-sep"); //$NON-NLS-1$
158 mMenuManager.insertBefore(endId, sep);
159 endId = sep.getId();
  /external/qemu/android/
console.c 372 const char* sep; local
377 sep = strchr( name, '|' );
378 if (sep)
379 len = sep - name;
390 if (sep)
391 name = sep + 1;
393 } while (sep != NULL && *name);
    [all...]
  /external/strace/
util.c 348 const char *sep; local
355 sep = "";
358 tprintf("%s%s", sep, xlat->str);
360 sep = "|";
367 tprintf("%s%#x", sep, flags);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 715 String sep = SdkUtils.getLineSeparator(); local
717 "<<<<<<< Original" + sep
718 + currentXml + sep
719 + "=======" + sep
721 + ">>>>>>> Added" + sep;
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 347 private static void printMemLabel(PrintWriter pw, int offset, char sep) {
351 if (sep != 0) pw.print(' ');
355 if (sep != 0) pw.print(sep);
359 if (sep != 0) pw.print(sep);
363 if (sep != 0) pw.print(sep);
367 if (sep != 0) pw.print(sep);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 265 sep = "" if param.type.endswith("*") else " "
266 args.append("%s%s%s" % (param.type, sep, param.name))
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 427 build_file_dir_components = build_file_dir.split(os.path.sep)
431 options.depth = os.path.sep.join(build_file_dir_components)
  /external/chromium_org/tools/valgrind/
suppressions.py 161 parts = filename.split(os.sep)
    [all...]

Completed in 477 milliseconds

<<11121314151617181920>>