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

1 2 3 4 5 6 7 8 910

  /external/clang/test/Driver/
cpath.c 3 // RUN: env "CPATH=%T/test1%{pathsep}%T/test2" %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=CPATH
10 // RUN: env "OBJC_INCLUDE_PATH=%T/test1%{pathsep}%T/test2" OBJCPLUS_INCLUDE_PATH=%T/test1 "CPLUS_INCLUDE_PATH=%T/test1%{pathsep}%t/test2" C_INCLUDE_PATH=%T/test3 %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=C_INCLUDE_PATH
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
lit.cfg 26 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
  /external/compiler-rt/test/asan/Unit/
lit.site.cfg.in 9 new_ld_library_path = os.path.pathsep.join(
  /frameworks/rs/rsov/compiler/tests/
lit.cfg 29 tools_dir = os.pathsep.join([os.path.join(ANDROID_HOST_OUT, 'bin'),])
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 70 pathsep = os.pathsep variable
  /external/swiftshader/third_party/subzero/pydir/
build-pnacl-ir.py 23 nacl_root + '/toolchain/linux_x86/pnacl_newlib_raw/bin' + os.pathsep +
24 os.pathsep + os.environ['PATH'])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_config_cmd.py 58 cmd.include_dirs = 'one%stwo' % os.pathsep
60 cmd.library_dirs = 'three%sfour' % os.pathsep
  /external/python/cpython2/Lib/distutils/tests/
test_config_cmd.py 57 cmd.include_dirs = 'one%stwo' % os.pathsep
59 cmd.library_dirs = 'three%sfour' % os.pathsep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 59 cmd.include_dirs = 'one%stwo' % os.pathsep
61 cmd.library_dirs = 'three%sfour' % os.pathsep
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 59 cmd.include_dirs = 'one%stwo' % os.pathsep
61 cmd.library_dirs = 'three%sfour' % os.pathsep
  /external/compiler-rt/unittests/
lit.common.unit.cfg 22 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
  /external/llvm/lib/Fuzzer/test/
lit.cfg 13 path = os.path.pathsep.join((llvm_tools_dir, config.test_exec_root,
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
  /system/bt/build/toolchain/clang/
get_clang_suffix.py 7 for p in os.environ["PATH"].split(os.pathsep):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
which.py 17 pathlist = os.environ['PATH'].split(os.pathsep)
win_add2path.py 41 envpath = os.pathsep.join(paths)
  /external/python/cpython2/Tools/scripts/
which.py 17 pathlist = os.environ['PATH'].split(os.pathsep)
win_add2path.py 41 envpath = os.pathsep.join(paths)
  /external/v8/tools/
find_depot_tools.py 24 for i in os.environ['PATH'].split(os.pathsep):
  /external/python/cpython2/Lib/plat-os2emx/
grp.py 82 if os.pathsep:
83 if os.pathsep != ':':
84 __field_sep.append(os.pathsep)
pwd.py 101 if os.pathsep:
102 if os.pathsep != ':':
103 __field_sep[os.pathsep] = __nullpathconv
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Util.py 68 if os.pathsep == ';':
74 for path in paths.split(os.pathsep):
89 for path in paths.split(os.pathsep):
  /build/soong/python/scripts/
stub_template_host.txt 17 search_path = os.getenv('PATH', os.defpath).split(os.pathsep)
  /external/llvm/test/Bindings/Go/
lit.local.cfg 15 paths = path.split(os.pathsep)
  /frameworks/compile/libbcc/tests/libbcc/
lit.cfg 30 tools_dir = os.pathsep.join([os.path.join(ANDROID_HOST_OUT, 'bin'),

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 910