HomeSort by relevance Sort by last modified time
    Searched full:pathsep (Results 201 - 225 of 250) sorted by null

1 2 3 4 5 6 7 8910

  /external/llvm/utils/lit/lit/
TestRunner.py 625 ('%{pathsep}', os.pathsep),
    [all...]
  /external/python/cpython2/Lib/
trace.py 125 directories can be joined by os.pathsep).
752 for s in val.split(os.pathsep):
modulefinder.py 636 addpath = addpath + a.split(os.pathsep)
uuid.py 298 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 125 directories can be joined by os.pathsep).
752 for s in val.split(os.pathsep):
modulefinder.py 628 addpath = addpath + a.split(os.pathsep)
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 125 directories can be joined by os.pathsep).
752 for s in val.split(os.pathsep):
modulefinder.py 628 addpath = addpath + a.split(os.pathsep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 125 directories can be joined by os.pathsep).
752 for s in val.split(os.pathsep):
modulefinder.py 628 addpath = addpath + a.split(os.pathsep)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 125 directories can be joined by os.pathsep).
752 for s in val.split(os.pathsep):
modulefinder.py 628 addpath = addpath + a.split(os.pathsep)
  /external/mksh/src/
check.pl 81 # PATHSEP is set to either : or ;.
284 $new_env{'PATHSEP'} = $os eq 'os2' ? ';' : ':';
    [all...]
check.t 123 name: selftest-pathsep-unix
125 Check that $PATHSEP is set correctly.
128 PATHSEP=.; export PATHSEP
129 "$__progname" -c 'print -r -- $PATHSEP'
133 name: selftest-pathsep-dospath
135 Check that $PATHSEP is set correctly.
138 PATHSEP=.; export PATHSEP
139 "$__progname" -c 'print -r -- $PATHSEP'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 630 addpath = addpath + a.split(os.pathsep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
modulefinder.py 628 addpath = addpath + a.split(os.pathsep)
  /external/icu/icu4j/main/shared/build/
common-targets.xml 107 <pathconvert pathsep="${line.separator}" property="full.locale.names">
  /external/llvm/docs/CommandGuide/
lit.rst 370 %{pathsep} path separator
  /external/python/cpython2/Doc/library/
webbrowser.rst 23 override the platform default list of browsers, as an :data:`os.pathsep`-separated
  /external/python/cpython2/Lib/test/
test_uuid.py 412 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
  /external/v8/tools/
presubmit.py 235 for path in [prio_path] + os.environ["PATH"].split(os.pathsep):
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install.py 33 for _path in os.environ["PATH"].split(os.pathsep):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install.py 33 for _path in os.environ["PATH"].split(os.pathsep):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 33 for _path in os.environ["PATH"].split(os.pathsep):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 33 for _path in os.environ["PATH"].split(os.pathsep):

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8910