OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:architecture
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/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
.
/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
.
42
$(info The os/
architecture
$(ffi_os)-$(ffi_arch) is not supported by libffi.)
43
LOCAL_SRC_FILES := your-
architecture
-not-supported-by-ffi-makefile.c
/external/chromium/sdch/open-vcdiff/packages/deb/
rules
15
DEB_HOST_GNU_TYPE ?= $(shell dpkg-
architecture
-qDEB_HOST_GNU_TYPE)
16
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-
architecture
-qDEB_BUILD_GNU_TYPE)
81
# Build
architecture
-independent files here.
85
# Build
architecture
-dependent files here.
/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
152
/* define __ARM_HAVE_LDREX_STREX for ARMv6 and ARMv7
architecture
to be
159
/* define __ARM_HAVE_DMB for ARMv7
architecture
165
/* define __ARM_HAVE_LDREXD for ARMv7
architecture
179
/* define _ARM_HAVE_NEON for ARMv7
architecture
if we support the
/development/ndk/platforms/android-3/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
/external/chromium/build/
build_config.h
73
// Processor
architecture
detection. For more info on what's defined, see:
91
#error Please add support for your
architecture
in build/build_config.h
/prebuilt/ndk/android-ndk-r4/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
/prebuilt/ndk/android-ndk-r4/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
/prebuilt/ndk/android-ndk-r4/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
/prebuilt/ndk/android-ndk-r4/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
/external/chromium/base/third_party/nspr/
prcpucfg_win.h
203
#error unknown processor
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)
/ndk/build/core/
setup-abi.mk
21
# Map ABIs to a target
architecture
Completed in 1287 milliseconds
1
2
3
4