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

1 2 3 4 5 6 78 91011>>

  /bionic/libc/tools/
genlibgcc_compat.py 28 * functions from libgcc.a into each .so and executable, causing 4k+ increase
  /external/chromium_org/base/files/
file_util.h 406 // on whether the destination is intended for executable files, which in turn
408 // you intend to create executable shmem segments so this function can find
410 BASE_EXPORT bool GetShmemTempDir(bool executable, FilePath* path);
  /external/chromium_org/base/memory/
shared_memory_win.cc 110 DCHECK(!options.executable);
shared_memory_posix.cc 142 if (GetShmemTempDir(options.executable, &directory))
  /external/chromium_org/build/
vs_toolchain.py 152 sys.executable,
  /external/chromium_org/chrome/test/chromedriver/test/
run_all_tests.py 37 sys.executable,
  /external/chromium_org/native_client_sdk/src/build_tools/
test_sdk.py 145 sys.executable,
test_projects.py 106 sys.executable,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_unittest.py 95 cmd = [sys.executable, '-c', 'import sys; import time; time.sleep(0.02); print "stdout"; sys.stdout.flush(); print >>sys.stderr, "stderr"']
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
deps_updater.py 95 self.run([self.host.executable, import_path, '-d', 'imported', src_repo])
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
TestLibCython.py 230 sys.executable, '-c', 'import codefile']
  /external/chromium_org/tools/
isolate_driver.py 303 [sys.executable, os.path.join(swarming_client, 'isolate.py')] + args)
  /external/chromium_org/tools/telemetry/telemetry/core/
webpagereplay.py 194 cmd_line = [sys.executable, self.replay_py]
  /external/libpng/projects/owatcom/
pngconfig.mak 126 $# awk.) You can find source code and a built executable (called awk95.exe)
131 $# The executable works just fine.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile 57 ifeq ($(call get-executable,$(FLEX)),)
61 ifeq ($(call get-executable,$(BISON)),)
311 $(call get-executable-or-default,PYTHON,python)
324 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON)-config)
440 # runtime figures out where they are based on the path to the executable.
  /build/core/
definitions.mk     [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 144 dependencies from executable file headers, and loads the required libraries
199 into a Native Client executable (.nexe).
223 The Native Client manifest file specifies the name of the executable to run
310 executable code modules that the application directly depends on, including
396 **/main.nexe: error while loading shared libraries: /main.nexe: failed to allocate code and data space for executable**
411 **NaCl module load failed: ELF executable text/rodata segment has wrong starting address**
  /external/icu/icu4c/source/common/
Android.mk 186 # Using -Os over -O3 actually cuts down the final executable size by a few dozen kilobytes
  /external/icu/icu4c/source/i18n/
Android.mk 165 # Using -Os over -O3 actually cuts down the final executable size by a few dozen kilobytes
  /external/ltrace/testsuite/lib/
ltrace.exp 62 # executable if output is an executable.
220 if {[ltrace_compile "${objects}" "${dest}" executable $link_options] != ""} {
441 # will be a PIE, otherwise it will be an executable. In
481 set type "executable"
485 set type "executable"
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 98 python = sys.executable
151 if p_stdout.find('executable x86_64') >= 0:
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py 92 cmd = [sys.executable, build_updater_py, '-o', out_dir]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 119 pkg_ver_cmd = [sys.executable, PnaclPackaging.package_version_path,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
main.py 155 prefix_cmd = [sys.executable, 'webkitpy/thirdparty/coverage']
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 151 for entry in maps.iter(ProcMaps.executable):

Completed in 449 milliseconds

1 2 3 4 5 6 78 91011>>