HomeSort by relevance Sort by last modified time
    Searched full:executable (Results 301 - 325 of 4711) sorted by null

<<11121314151617181920>>

  /system/sepolicy/
cameraserver.te 34 # cameraserver should never execute any executable without a
  /toolchain/binutils/binutils-2.25/bfd/
elf32.c 1 /* ELF 32-bit executable support for BFD.
elf64.c 1 /* ELF 64-bit executable support for BFD.
nlm32.c 1 /* NLM (NetWare Loadable Module) 32-bit executable support for BFD.
nlm64.c 1 /* NLM (NetWare Loadable Module) 64-bit executable support for BFD.
  /toolchain/binutils/binutils-2.25/config/
mh-darwin 1 # The -mdynamic-no-pic ensures that the compiler executable is built without
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
locref1.d 8 # relocation is ok when building an executable.
locref2.d 8 # PIC relocation is ok when building an executable.
tls-local-57.d 8 # An executable with a R_CRIS_32_GOT_GD against a local symbol.
tls-local-58.d 8 # An executable with a R_CRIS_32_GOT_GD and a R_CRIS_16_GOT_GD against
tls-local-59.d 8 # An executable with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-4a.s 19 # Define dummy functions for the executable to call.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
fdpic-stack-default.d 7 Elf file type is EXEC \(Executable file\)
fdpic-stack-set.d 7 Elf file type is EXEC \(Executable file\)
fdpic-stack-size.d 7 Elf file type is EXEC \(Executable file\)
  /external/llvm/unittests/Support/
ProgramTest.cpp 210 std::string Executable =
213 Executable.c_str(),
223 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0,
242 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), nullptr, 0,
268 std::string Executable =
271 Executable.c_str(),
282 ExecuteAndWait(Executable, argv, getEnviron(), nullptr, /*secondsToWait=*/1, 0,
288 std::string Executable = "i_dont_exist";
289 const char *argv[] = { Executable.c_str(), nullptr };
294 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0
    [all...]
  /external/antlr/antlr-3.4/
antlrjar.xml 5 all of the classes we need to run an executable jar in standalone
17 The only output format we need is the executable jar file
  /external/autotest/client/site_tests/security_AltSyscall/
security_AltSyscall.py 31 Runs the executable with the specified alt_syscall table using minijail.
34 @param exe Test executable
  /external/chromium-trace/catapult/telemetry/telemetry/util/mac/
keychain_helper.py 12 """Fetches the executable from cloud storage, and returns its path."""
47 # The executable requires OSX 10.7+ APIs.
  /external/curl/docs/examples/
Makefile.example 23 # What to call the final executable
26 # Which object files that the executable consists of
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 32 #executable used to launch testing
44 #executable used to install downloaded vm
  /external/google-breakpad/src/processor/
processor_tools.gypi 38 'type': 'executable',
48 'type': 'executable',
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms.gyp 36 'type': 'executable',
46 'type': 'executable',
  /external/llvm/cmake/modules/
LLVM-Config.cmake 33 macro(llvm_config executable)
47 target_link_libraries(${executable} LLVM)
50 explicit_llvm_config(${executable} ${link_components})
54 function(explicit_llvm_config executable)
58 get_target_property(t ${executable} TYPE)
60 target_link_libraries(${executable} INTERFACE ${LIBRARIES})
62 target_link_libraries(${executable} PRIVATE ${LIBRARIES})
65 target_link_libraries(${executable} ${LIBRARIES})
  /external/llvm/test/Object/
nm-pe-image.test 1 The executable was generated like so:
7 It has a mingw-style symbol table in the executable, which MSVC-produced images

Completed in 1207 milliseconds

<<11121314151617181920>>