HomeSort by relevance Sort by last modified time
    Searched refs:EXECUTABLE (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium_org/tools/gn/
ninja_helper.cc 141 if (target->output_type() == Target::EXECUTABLE ||
  /external/chromium_org/v8/src/
v8globals.h 180 CODE_SPACE, // No pointers to new space, marked executable.
203 enum Executability { NOT_EXECUTABLE, EXECUTABLE };
spaces-inl.h 140 Executability executable) {
141 OS::Unprotect(start, size, executable);
154 chunks_[id].owner()->executable() == EXECUTABLE);
164 Executability executable,
spaces.cc 308 Executability executable) {
317 if (executable == EXECUTABLE) {
324 ASSERT(executable == NOT_EXECUTABLE || !isolate_->code_range()->exists());
331 Executability executable) {
338 if (executable == EXECUTABLE) {
343 ASSERT(executable == EXECUTABLE);
346 ASSERT(executable == NOT_EXECUTABLE || !isolate_->code_range()->exists())
    [all...]
  /external/grub/docs/
help2man 44 Usage: $this_program [OPTION]... EXECUTABLE
55 EXECUTABLE should accept `--help' and `--version' options.
157 # Turn off localisation of executable's ouput.
163 # Grab help and version info from executable.
  /external/v8/src/
v8globals.h 181 CODE_SPACE, // No pointers to new space, marked executable.
203 enum Executability { NOT_EXECUTABLE, EXECUTABLE };
spaces-inl.h 140 Executability executable) {
141 OS::Unprotect(start, size, executable);
154 chunks_[id].owner()->executable() == EXECUTABLE);
164 Executability executable,
spaces.cc 296 Executability executable) {
305 if (executable == EXECUTABLE) {
312 ASSERT(executable == NOT_EXECUTABLE || !isolate_->code_range()->exists());
319 Executability executable) {
326 if (executable == EXECUTABLE) {
331 ASSERT(executable == EXECUTABLE);
334 ASSERT(executable == NOT_EXECUTABLE || !isolate_->code_range()->exists())
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 45 Usage: $this_program [OPTION]... EXECUTABLE
59 EXECUTABLE should accept `--help' and `--version' options although
185 # Turn off localisation of executable's ouput.
191 # Grab help and version info from executable.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 117 (target_desc != self.EXECUTABLE)):
150 # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
bcppcompiler.py 203 if target_desc == CCompiler.EXECUTABLE:
cygwinccompiler.py 218 (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
260 # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
unixccompiler.py 10 * compile handled by 'cc' (or similar) executable with -c option:
177 if target_desc == CCompiler.EXECUTABLE:
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
msvc9compiler.py 611 if target_desc == CCompiler.EXECUTABLE:
697 if target_desc == CCompiler.EXECUTABLE:
782 """Return path to an MSVC executable program.
msvccompiler.py 496 if target_desc == CCompiler.EXECUTABLE:
580 """Return path to an MSVC executable program.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 117 (target_desc != self.EXECUTABLE)):
150 # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
bcppcompiler.py 203 if target_desc == CCompiler.EXECUTABLE:
cygwinccompiler.py 218 (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
260 # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
unixccompiler.py 10 * compile handled by 'cc' (or similar) executable with -c option:
177 if target_desc == CCompiler.EXECUTABLE:
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
msvc9compiler.py 611 if target_desc == CCompiler.EXECUTABLE:
697 if target_desc == CCompiler.EXECUTABLE:
782 """Return path to an MSVC executable program.
msvccompiler.py 496 if target_desc == CCompiler.EXECUTABLE:
580 """Return path to an MSVC executable program.
  /sdk/emulator/opengl/
common.mk 25 emugl-begin-host-executable = $(call emugl-begin-module,$1,HOST_EXECUTABLE,HOST)
36 $(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \
153 $(if $(filter EXECUTABLE SHARED_LIBRARY,$(_emugl.$(_emugl_MODULE).type)),\
  /ndk/build/core/
build-binary.mk 134 # enable PIE for executable beyond certain API level
136 ifeq ($(call module-get-class,$(LOCAL_MODULE)),EXECUTABLE)
443 ifneq (,$(filter SHARED_LIBRARY EXECUTABLE,$(call module-get-class,$(LOCAL_MODULE))))
446 # This is a shared library or an executable, so computing dependencies properly is
540 # If this is an executable module
542 ifeq ($(call module-get-class,$(LOCAL_MODULE)),EXECUTABLE)
543 $(LOCAL_BUILT_MODULE): PRIVATE_BUILD_EXECUTABLE := $(cmd-build-executable)
545 @ $(HOST_ECHO) "Executable : $(PRIVATE_NAME)"

Completed in 518 milliseconds

12 3