HomeSort by relevance Sort by last modified time
    Searched refs:architecture (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/v8/src/
simulator.h 40 #error Unsupported target architecture.
virtual-frame.h 43 #error Unsupported target architecture.
codegen-inl.h 45 #error Unsupported target architecture.
macro-assembler.h 99 #error Unsupported target architecture.
register-allocator-inl.h 44 #error Unsupported target architecture.
frames-inl.h 42 #error Unsupported target architecture.
register-allocator.h 43 #error Unsupported target architecture.
  /external/webkit/WebKitTools/Scripts/
set-webkit-configuration 37 --32-bit Set the default architecture to 32-bit
38 --64-bit Set the default architecture to 64-bit
44 my $architecture = passedArchitecture();
46 if (!$architecture) {
52 $architecture = 'x86_64';
57 if (!$configuration && !$architecture) {
71 if ($architecture) {
72 if ($architecture ne "x86_64") {
73 open ARCHITECTURE, ">", "$baseProductDir/Architecture" or die
    [all...]
gdb-safari 52 my @architectureFlags = ("-arch", architecture()) if !isTiger();
webkitdirs.pm 52 my $architecture;
204 return if defined $architecture;
205 # make sure $architecture is defined for non-apple-mac builds
206 $architecture = "";
210 if (open ARCHITECTURE, "$baseProductDir/Architecture") {
211 $architecture = <ARCHITECTURE>;
212 close ARCHITECTURE;
214 if ($architecture) {
460 sub architecture() subroutine
    [all...]
  /bionic/libdl/
libdl.c 35 #error Unsupported architecture. Only arm and x86 are supported.
  /build/core/combo/arch/arm/
armv4t.mk 2 # Generating binaries for the ARMv4T architecture and higher
5 # it's mostly an obsoleted instruction set architecture (only available
armv5te.mk 2 # Generating binaries for the ARMv5TE architecture and higher
armv7-a.mk 2 # Generating binaries for the ARMv7-a architecture and higher
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
  /external/libffi/
Libffi.mk 15 # The libffi code is organized primarily by architecture, but at some
19 # right set of source files for the OS and architecture.
38 $(info The os/architecture $(ffi_os)-$(ffi_arch) is not supported by libffi.)
39 LOCAL_SRC_FILES := your-architecture-not-supported-by-ffi-makefile.c
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /ndk/build/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /ndk/build/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /ndk/build/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /ndk/build/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /ndk/build/core/
setup-abi.mk 21 # Map ABIs to a target architecture
  /external/dropbear/debian/
rules 4 DEB_HOST_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
5 DEB_BUILD_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  /bionic/linker/
dlfcn.c 179 #error Unsupported architecture. Only ARM and x86 are presently supported.
  /external/oprofile/daemon/
opd_cookie.c 58 #error Please define __NR_lookup_dcookie for your architecture

Completed in 1473 milliseconds

1 2 3