HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 351 - 375 of 1015) sorted by null

<<11121314151617181920>>

  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 107 executable = 'hog' variable in class:platform_CompressedSwapPerf
126 utils.make(self.executable)
292 cmd = [ os.path.join(self.srcdir, self.executable) ]
  /external/autotest/site_utils/
perf_compare.py 39 executable; the absolute paths to 2 locally-built chromeOS images (which must
209 @param crosperf_exe: The string path to a crosperf executable.
371 help='Absolute path to the crosperf executable '
464 logging.error('You must specify the path to a crosperf executable.')
467 logging.error('Could not locate crosperf executable "%s".',
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 123 def find_executable(executable, path=None):
124 """Try to find 'executable' in the directories listed in 'path' (a
134 (base, ext) = os.path.splitext(executable)
135 # executable files on OS/2 can have an arbitrary extension, but
138 executable = executable + ".exe"
141 (base, ext) = os.path.splitext(executable)
145 execname = executable + ext
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 28 project_base = os.path.dirname(os.path.abspath(sys.executable))
84 # Assume the executable is in the build directory. The
89 base = os.path.dirname(os.path.abspath(sys.executable))
428 g['BINDIR'] = os.path.dirname(os.path.abspath(sys.executable))
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
213 # _python_exe is the assumed path to the python executable.
220 _python_exe = sys.executable
358 is not going to be frozen to produce a Windows executable.''')
361 return [sys.executable, '--multiprocessing-fork']
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 297 executable = os.path.join(dir, command)
298 if not os.path.exists(executable):
304 cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, args)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
sysconfig.py 28 project_base = os.path.dirname(os.path.abspath(sys.executable))
84 # Assume the executable is in the build directory. The
89 base = os.path.dirname(os.path.abspath(sys.executable))
428 g['BINDIR'] = os.path.dirname(os.path.abspath(sys.executable))
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
213 # _python_exe is the assumed path to the python executable.
220 _python_exe = sys.executable
358 is not going to be frozen to produce a Windows executable.''')
361 return [sys.executable, '--multiprocessing-fork']
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 297 executable = os.path.join(dir, command)
298 if not os.path.exists(executable):
304 cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 28 project_base = os.path.dirname(os.path.abspath(sys.executable))
84 # Assume the executable is in the build directory. The
89 base = os.path.dirname(os.path.abspath(sys.executable))
428 g['BINDIR'] = os.path.dirname(os.path.abspath(sys.executable))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
213 # _python_exe is the assumed path to the python executable.
220 _python_exe = sys.executable
358 is not going to be frozen to produce a Windows executable.''')
361 return [sys.executable, '--multiprocessing-fork']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 297 executable = os.path.join(dir, command)
298 if not os.path.exists(executable):
304 cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 28 project_base = os.path.dirname(os.path.abspath(sys.executable))
84 # Assume the executable is in the build directory. The
89 base = os.path.dirname(os.path.abspath(sys.executable))
428 g['BINDIR'] = os.path.dirname(os.path.abspath(sys.executable))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
213 # _python_exe is the assumed path to the python executable.
220 _python_exe = sys.executable
358 is not going to be frozen to produce a Windows executable.''')
361 return [sys.executable, '--multiprocessing-fork']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 297 executable = os.path.join(dir, command)
298 if not os.path.exists(executable):
304 cmd = 'LC_ALL=C %s %s 2>/dev/null' % (executable, args)
  /development/testrunner/
run_command.py 100 executable='/bin/bash',
  /external/autotest/client/cros/
dns_server.py 38 sys.executable, hostname),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ts_proxy_server.py 59 cmd_line = [sys.executable, _TSPROXY_PATH]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_import_from_init.py 30 p = subprocess.Popen([sys.executable, '-c', script],
  /external/libchrome/base/memory/
shared_memory_mac.cc 74 executable(false),
  /external/minijail/
Android.mk 218 # libminijail_test executable for brillo_Minijail test.
248 # minijail0 executable.
  /external/parameter-framework/upstream/test/xml-generator/
test.py 51 self.command = [sys.executable, "domainGenerator.py",
  /external/v8/src/inspector/build/
compile-scripts.py 62 # http://stackoverflow.com/questions/377017/test-if-executable-exists-in-python.
87 print 'NOTE: No Java executable found in $PATH.'
110 print 'NOTE: Java executable version %d.%d or above not found in $PATH.' % (java_required_major, java_required_minor)
112 print 'Java executable: %s%s' % (java_path, '' if has_server_jvm else ' (no server JVM)')
145 validate_injected_script_proc = popen([sys.executable,
  /libcore/ojluni/src/main/java/java/io/
File.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
macosxSupport.py 20 _appbundle = (sys.platform == 'darwin' and '.app' in sys.executable)

Completed in 1415 milliseconds

<<11121314151617181920>>