HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 76 - 100 of 296) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_nacl_integration.py 64 cmd = [sys.executable,
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-buildbot.py 27 buildbot_common.Run([sys.executable, 'nacl-mono-builder.py',
30 buildbot_common.Run([sys.executable, 'nacl-mono-builder.py',
33 buildbot_common.Run([sys.executable, 'nacl-mono-builder.py',
36 buildbot_common.Run([sys.executable, 'nacl-mono-archive.py',
build_updater.py 161 buildbot_common.Run([sys.executable, oshelpers.__file__, 'zip',
171 buildbot_common.Run([sys.executable, CYGTAR, '-C',
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 47 are "arm", "x86-32", and "x86-64"). For a dynamically linked executable,
48 ``program`` is the dynamic loader used to load the dynamic executable
  /external/chromium_org/native_client_sdk/src/
test_all.py 56 subprocess.check_output([sys.executable, PKG_VER,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 77 return [sys.executable, __file__, '--' + cmd] + list(args)
99 self.assert_interpreter_for_content(sys.executable, '#!/usr/bin/env python')
100 self.assert_interpreter_for_content(sys.executable, '#!/usr/bin/env python\nfirst\nsecond')
101 self.assert_interpreter_for_content(sys.executable, '#!/usr/bin/python')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
pywebsocket.py 66 sys.executable, '-u', pywebsocket_script,
  /external/markdown/
setup.py 18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
  /art/runtime/
oat_file.cc 71 bool executable,
76 if (kUsePortableCompiler && executable) {
95 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable,
132 bool executable,
134 std::unique_ptr<OatFile> oat_file(new OatFile(location, executable));
135 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable,
196 bool writable, bool executable,
205 bool loaded = elf_file_->Load(executable, error_msg);
  /cts/
CtsTestCaseList.mk 191 # one test executable, and it will end in 32. For 64 bit targets, assumes
193 # bit executable and one that ends in 64 for the 64 bit executable.
226 $(call cts-get-executable-paths,$(cts_device_executables))
  /external/chromium_org/base/memory/
shared_memory.h 49 executable(false),
68 // If true, mappings might need to be made executable later.
69 bool executable; member in struct:base::SharedMemoryCreateOptions
  /external/chromium_org/native_client_sdk/src/tools/tests/
httpd_test.py 51 cmd = [sys.executable, run_py]
73 args.extend([sys.executable, os.path.join(SCRIPT_DIR, 'chrome_mock.py')])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 104 Deleted: svn:executable
106 expectedReturn => ["*", "Deleted: svn:executable\n"],
155 Added: svn:executable
157 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", "Added: svn:executable\n"],
  /external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/
SConscript 4 from sys import executable as python_cmd
  /external/chromium_org/tools/python/google/
platform_utils_win.py 21 used to locate the cygpath executable for path conversions.
33 def _PathToExecutable(self, executable):
34 """Returns the full path to an executable in Cygwin's bin dir."""
35 return os.path.join(self._CygwinRoot(), 'bin', executable)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
adb_commands.py 115 executable = os.path.basename(t)
127 prebuilt_path = support_binaries.FindPath(executable, platform_name)
  /external/llvm/test/Bindings/Ocaml/
irreader.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
passmgr_builder.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
vectorize_opts.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
  /external/ltrace/testsuite/ltrace.minor/
count-record.exp 9 if { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/${binfile}" executable {debug} ] != "" } {
demangle.exp 17 || [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable [list debug shlib=$lib_sl c++] ] != ""} {
time-record-T.exp 9 if { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/${binfile}" executable {debug} ] != "" } {
  /external/mesa3d/src/mapi/shared-glapi/
SConscript 4 from sys import executable as python_cmd
  /external/chromium_org/build/toolchain/win/
setup_toolchain.py 43 result[envvar.upper()] = os.path.dirname(sys.executable) + \
  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 33 base::FilePath* executable) {
37 *executable = mac_os.Append(name);
45 if (base::WriteFile(*executable, data, len) != len) {
48 if (chmod(executable->value().c_str(), 0555) != 0) {

Completed in 1639 milliseconds

1 2 34 5 6 7 8 91011>>