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

12 3

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
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:
187 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/darwin-x86/2.7.5/lib/python2.7/distutils/
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/
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.
  /external/v8/src/heap/
spaces.cc 125 // the beginning of an executable space.
222 return isolate_->memory_allocator()->CommitMemory(start, length, EXECUTABLE);
314 Executability executable) {
316 executable == EXECUTABLE)) {
326 Executability executable) {
339 Executability executable) {
345 DCHECK(executable == NOT_EXECUTABLE || isolate_->code_range() == NULL ||
354 Executability executable) {
358 DCHECK(executable == EXECUTABLE)
515 Executability executable = local
    [all...]
spaces-inl.h 162 Executability executable) {
163 base::OS::Unprotect(start, size, executable);
176 chunks_[id].owner()->executable() == EXECUTABLE);
194 Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
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.
  /external/v8/src/
globals.h 479 CODE_SPACE, // No pointers to new space, marked executable.
522 enum Executability { NOT_EXECUTABLE, EXECUTABLE };
  /ndk/build/core/
build-binary.mk 211 # enable PIE for executable beyond certain API level, unless "-static"
213 ifeq ($(call module-get-class,$(LOCAL_MODULE)),EXECUTABLE)
573 ifneq (,$(filter SHARED_LIBRARY EXECUTABLE,$(call module-get-class,$(LOCAL_MODULE))))
576 # This is a shared library or an executable, so computing dependencies properly is
671 # If this is an executable module
673 ifeq ($(call module-get-class,$(LOCAL_MODULE)),EXECUTABLE)
675 $(LOCAL_BUILT_MODULE): PRIVATE_BUILD_EXECUTABLE := $(cmd-build-executable)
677 $(call host-echo-build-step,$(PRIVATE_ABI),Executable) "$(PRIVATE_NAME)"

Completed in 1939 milliseconds

12 3