/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
system_stub.py | 383 pathsep = os.pathsep variable in class:OsModuleStub
|
/external/clang/utils/check_cfc/ |
check_cfc.py | 96 pathlist = path_var.split(os.pathsep) 100 return os.pathsep.join(pathlist)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
config.py | 73 self.include_dirs = self.include_dirs.split(os.pathsep) 83 self.library_dirs = self.library_dirs.split(os.pathsep)
|
build_clib.py | 90 self.include_dirs = self.include_dirs.split(os.pathsep)
|
build_ext.py | 60 sep_by = " (separated by '%s')" % os.pathsep 156 self.include_dirs = self.include_dirs.split(os.pathsep) 173 self.library_dirs = string.split(self.library_dirs, os.pathsep) 178 self.rpath = string.split(self.rpath, os.pathsep) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
posixpath.py | 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep", 41 pathsep = ':' variable
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
config.py | 73 self.include_dirs = self.include_dirs.split(os.pathsep) 83 self.library_dirs = self.library_dirs.split(os.pathsep)
|
build_clib.py | 90 self.include_dirs = self.include_dirs.split(os.pathsep)
|
build_ext.py | 60 sep_by = " (separated by '%s')" % os.pathsep 156 self.include_dirs = self.include_dirs.split(os.pathsep) 173 self.library_dirs = string.split(self.library_dirs, os.pathsep) 178 self.rpath = string.split(self.rpath, os.pathsep) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
posixpath.py | 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep", 41 pathsep = ':' variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 73 self.include_dirs = self.include_dirs.split(os.pathsep) 83 self.library_dirs = self.library_dirs.split(os.pathsep)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep", 41 pathsep = ':' variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 73 self.include_dirs = self.include_dirs.split(os.pathsep) 83 self.library_dirs = self.library_dirs.split(os.pathsep)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep", 41 pathsep = ':' variable
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
runner_test.py | 166 h.pathsep,
|
/external/compiler-rt/test/asan/ |
lit.cfg | 25 new_ld_library_path = os.path.pathsep.join(
|
/external/compiler-rt/test/ |
lit.common.cfg | 67 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
|
/external/jsoncpp/ |
doxybuild.py | 16 paths = os.environ.get('PATH', '').split(os.pathsep)
|
/external/opencv3/cmake/ |
OpenCVDetectPython.cmake | 172 execute_process(COMMAND "${_executable}" -c "import os; os.environ['DISTUTILS_USE_SDK']='1'; import numpy.distutils; print(os.pathsep.join(numpy.distutils.misc_util.get_numpy_include_dirs()))"
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/ |
commons-exec-1.2.pom | 235 <pathconvert pathsep=" " property="dirs">
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
msvc9compiler.py | 211 oldList = variable.split(os.pathsep) 216 newVariable = os.pathsep.join(newList) 290 if value.endswith(os.pathsep): 386 self.__paths = vc_env['path'].encode('mbcs').split(os.pathsep)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_genericpath.py | 167 'pathsep', 'defpath', 'altsep', 'devnull',
|
test_winsound.py | 228 for dir in os.environ.get("PATH", "").split(os.pathsep):
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
msvc9compiler.py | 211 oldList = variable.split(os.pathsep) 216 newVariable = os.pathsep.join(newList) 290 if value.endswith(os.pathsep): 386 self.__paths = vc_env['path'].encode('mbcs').split(os.pathsep)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_genericpath.py | 167 'pathsep', 'defpath', 'altsep', 'devnull',
|