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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 9 - os.sep is the (or a most common) pathname separator ('/' or ':' or '\\')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
pkgutil.py 342 fn = fn[plen:].split(os.sep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 229 tmp_fileurl = 'file://localhost/' + tmp_file.replace(os.path.sep, '/')
    [all...]
test_import.py 589 from .os import sep namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 48 data%(sep)sdata.dt
49 scripts%(sep)sscript.py
50 some%(sep)sfile.txt
51 some%(sep)sother_file.txt
52 somecode%(sep)s__init__.py
53 somecode%(sep)sdoc.dat
54 somecode%(sep)sdoc.txt
263 self.assertEqual(manifest, MANIFEST % {'sep': os.sep})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 9 - os.sep is the (or a most common) pathname separator ('/' or ':' or '\\')
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
pkgutil.py 342 fn = fn[plen:].split(os.sep)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 229 tmp_fileurl = 'file://localhost/' + tmp_file.replace(os.path.sep, '/')
    [all...]
test_import.py 589 from .os import sep namespace
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 1051 Text sep = doc.createTextNode(newLine + insertAfter); local
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/wpa_supplicant_8/hostapd/
config_file.c 1292 char *sep; local
1296 sep = os_strchr(pos, ':');
1297 if (sep == NULL)
1299 *sep++ = '\0';
1304 nlen = os_strlen(sep);
1320 os_memcpy(ls->name, sep, nlen);
    [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c 4537 const char *sep; local
    [all...]
  /external/libxml2/
tree.c 4550 const char *sep; local
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov     [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 3216 const char *sep = "x"; local
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
  /external/skia/bench/
bench_graph_svg.py 178 path_parts = relative_path.split(os.sep)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 985 int sep = uriString.indexOf(":"); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 532 os.path.join(os.sep,"tmp")), "z-Berkeley_DB")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 634 all_dots = string.maketrans('/'+os.sep, '..')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 254 path = fullname.replace(".", os.sep) + PYC_EXT
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 532 os.path.join(os.sep,"tmp")), "z-Berkeley_DB")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 634 all_dots = string.maketrans('/'+os.sep, '..')
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 678 milliseconds

<<11121314151617181920>>