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

1 2

  /external/llvm/utils/lit/lit/formats/
googletest.py 71 def getTestsInExecutable(self, testSuite, path_in_suite, execpath,
73 if not execpath.endswith(self.test_suffix):
75 (dirname, basename) = os.path.split(execpath)
77 for testname in self.getGTestTests(execpath, litConfig, localConfig):
79 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath)
92 execpath = os.path.join(filepath, subfilename)
94 testSuite, dirpath_in_suite, execpath,
  /external/libxml2/
regressions.xml 6 execpath pathname for test program(s)
27 <!-- <execpath>win32/bin.msvc</execpath> -->
28 <execpath>.</execpath>
regressions.py 18 # "<execpath>" (i.e. make it point to the location of the binary executables).
103 if 'execpath' in testDescription:
104 dir = testDescription['execpath'] + '/'
  /external/clang/tools/scan-build/bin/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-build/bin/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /prebuilts/clang/host/linux-x86/clang-4053586/tools/scan-build/bin/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
set-xcode-analyzer 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
48 # Do not modify further ExecPath's later in the xcspec.
  /external/llvm/lib/Support/
GraphWriter.cpp 81 static bool ExecGraphViewer(StringRef ExecPath, std::vector<const char *> &args,
86 if (sys::ExecuteAndWait(ExecPath, args.data(), nullptr, nullptr, 0, 0,
94 sys::ExecuteNoWait(ExecPath, args.data(), nullptr, nullptr, 0, &ErrMsg);
  /external/llvm/utils/Misc/
zkill 170 group.add_option("", "--exec", dest="execPath", metavar="REGEX",
241 if opts.execPath is not None:
243 if re_full_match(opts.execPath, p.executable)]
  /external/swiftshader/third_party/LLVM/utils/Misc/
zkill 170 group.add_option("", "--exec", dest="execPath", metavar="REGEX",
241 if opts.execPath is not None:
243 if re_full_match(opts.execPath, p.executable)]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestFormats.py 72 execpath = os.path.join(filepath, subfilename)
75 for name in self.getGTestTests(execpath, litConfig,
TestRunner.py 398 execpath = test.getExecPath()
399 execdir,execbase = os.path.split(execpath)
main.py 277 # Check for nested test suites, first in the execpath in case there is a
  /external/python/cpython3/Modules/
getpath.c 489 char execpath[MAXPATHLEN+1]; local
528 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && execpath[0] == SEP) {
529 size_t r = mbstowcs(progpath, execpath, MAXPATHLEN+1);
531 /* Could not convert execpath, or it's too long. */
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 470 execpath = pathjoin(self.execdir, execname)
472 self.files.append((self.destroot + self.executable, execpath))
473 self.execpath = execpath
531 self.execpath), 2)
532 dst = pathjoin(self.bundlepath, self.execpath)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 470 execpath = pathjoin(self.execdir, execname)
472 self.files.append((self.destroot + self.executable, execpath))
473 self.execpath = execpath
531 self.execpath), 2)
532 dst = pathjoin(self.bundlepath, self.execpath)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 470 execpath = pathjoin(self.execdir, execname)
472 self.files.append((self.destroot + self.executable, execpath))
473 self.execpath = execpath
531 self.execpath), 2)
532 dst = pathjoin(self.bundlepath, self.execpath)
    [all...]
  /external/llvm/utils/lit/lit/
discovery.py 158 # Check for nested test suites, first in the execpath in case there is a
TestRunner.py 601 execpath = test.getExecPath()
602 execdir,execbase = os.path.split(execpath)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 

Completed in 2567 milliseconds

1 2