HomeSort by relevance Sort by last modified time
    Searched defs:executable (Results 1 - 25 of 344) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/unittest/
__main__.py 7 # use executable without path, unquoted
9 # (if you have spaces in your executable you get what you deserve!)
10 executable = os.path.basename(sys.executable) variable
11 sys.argv[0] = executable + " -m unittest"
  /prebuilts/go/darwin-x86/src/os/
executable_freebsd.go 12 func executable() (string, error) { func
executable_plan9.go 11 func executable() (string, error) { func
executable_procfs.go 14 // We query the executable path at init time to avoid the problem of
21 return "", errors.New("Executable not implemented for " + runtime.GOOS)
32 func executable() (string, error) { func
executable_solaris.go 11 func executable() (string, error) { func
executable_windows.go 30 func executable() (string, error) { func
executable_darwin.go 11 func executable() (string, error) { func
executable_path.go 10 // executable file
14 func executable() (string, error) { func
20 // Args[0] is an absolute path, so it is the executable.
42 // Search for executable in $PATH.
64 // isExecutable returns an error if a given file is not an executable.
  /prebuilts/go/linux-x86/src/os/
executable_freebsd.go 12 func executable() (string, error) { func
executable_plan9.go 11 func executable() (string, error) { func
executable_procfs.go 14 // We query the executable path at init time to avoid the problem of
21 return "", errors.New("Executable not implemented for " + runtime.GOOS)
32 func executable() (string, error) { func
executable_solaris.go 11 func executable() (string, error) { func
executable_windows.go 30 func executable() (string, error) { func
executable_darwin.go 11 func executable() (string, error) { func
executable_path.go 10 // executable file
14 func executable() (string, error) { func
20 // Args[0] is an absolute path, so it is the executable.
42 // Search for executable in $PATH.
64 // isExecutable returns an error if a given file is not an executable.
  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 28 executable = 'perf-rename-test' variable in class:kernel_PerfEventRename
33 utils.make(self.executable)
45 self.executable),
  /external/autotest/client/site_tests/security_Libcontainer/
security_Libcontainer.py 16 executable = 'libcontainer_target_test' variable in class:security_Libcontainer
27 binpath = os.path.join(self.srcdir, self.executable)
  /external/autotest/client/site_tests/security_SMMLocked/
security_SMMLocked.py 17 executable = 'smm' variable in class:security_SMMLocked
21 utils.make(self.executable)
41 r = utils.run("%s/%s" % (self.srcdir, self.executable),
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/
security_SeccompSyscallFilters.py 18 executable = 'seccomp_bpf_tests' variable in class:security_SeccompSyscallFilters
36 binpath = os.path.join(self.srcdir, self.executable)
  /external/autotest/client/site_tests/security_mprotect/
security_mprotect.py 16 executable = 'prot_exec' variable in class:security_mprotect
21 utils.make(self.executable)
25 with tempfile.NamedTemporaryFile(prefix='%s-' % (self.executable),
29 r = utils.run("%s/%s %s" % (self.srcdir, self.executable,
  /external/annotation-tools/scene-lib/test/annotations/tests/executable/
ClassToIndexDemo.java 1 package annotations.tests.executable;
JavapDemo.java 1 package annotations.tests.executable;
RegurgitateDemo.java 1 package annotations.tests.executable;
  /external/autotest/client/site_tests/platform_CompressedSwap/
platform_CompressedSwap.py 18 executable = 'hog' variable in class:platform_CompressedSwap
25 utils.make(self.executable)
92 cmd = [ self.srcdir + '/' + self.executable, '50' ]
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/
platform_TraceClockMonotonic.py 21 executable = 'ftrace-clock-monotonic' variable in class:platform_TraceClockMonotonic
93 binpath = os.path.join(self.srcdir, self.executable)

Completed in 240 milliseconds

1 2 3 4 5 6 7 8 91011>>