OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:architecture
(Results
1 - 25
of
1606
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Tools/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
...]
/external/kernel-headers/original/asm-arm/
module.h
14
* Include the ARM
architecture
version.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
auxvec.h
4
*
Architecture
-neutral AT_ values in 0-17, leave some room
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
auxvec.h
4
*
Architecture
-neutral AT_ values in 0-17, leave some room
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
auxvec.h
4
*
Architecture
-neutral AT_ values in 0-17, leave some room
/external/valgrind/main/none/tests/s390x/
stfle.stdout.exp
3
The z/
Architecture
architectural mode is installed and active
8
The z/
Architecture
architectural mode is installed and active
/external/valgrind/main/coregrind/m_gdbserver/
amd64-avx-coresse.xml
12
<
architecture
>i386:x86-64</
architecture
>
amd64-avx-linux.xml
12
<
architecture
>i386:x86-64</
architecture
>
amd64-coresse-valgrind.xml
12
<
architecture
>i386:x86-64</
architecture
>
i386-coresse-valgrind.xml
12
<
architecture
>i386</
architecture
>
/build/core/combo/arch/arm/
armv5te.mk
2
# Generating binaries for the ARMv5TE
architecture
and higher
/external/clang/test/Sema/
ms-inline-asm-invalid-arch.c
4
__asm nop // expected-error {{Unsupported
architecture
'powerpc64' for MS-style inline assembly}}
/external/kernel-headers/original/asm-mips/
ide.h
6
* This file contains the MIPS
architecture
specific IDE code.
/external/libyuv/files/unit_test/testdata/
arm_v7.txt
5
CPU
architecture
: 7
/external/linux-tools-perf/util/
types.h
7
* We define u64 as uint64_t for every
architecture
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
a.out.h
9
/* Signal to users of this header that this
architecture
really doesn't
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs.h
2
based on the
architecture
being compiled for. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
a.out.h
9
/* Signal to users of this header that this
architecture
really doesn't
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs.h
2
based on the
architecture
being compiled for. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
a.out.h
9
/* Signal to users of this header that this
architecture
really doesn't
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs.h
2
based on the
architecture
being compiled for. */
/external/clang/test/SemaObjC/
sizeof-interface.m
26
int g1[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported on this
architecture
and platform}}
35
int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported on this
architecture
and platform}}
46
typedef struct { @defs(I1); } I1_defs; // expected-error {{use of @defs is not supported on this
architecture
and platform}}
54
P = P+5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant size for this
architecture
and platform}}
55
P = 5+P; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant size for this
architecture
and platform}}
56
P = P-5; // expected-error {{arithmetic on pointer to interface 'I0', which is not a constant size for this
architecture
and platform}}
67
unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{application of 'sizeof' to interface 'I' is not supported on this
architecture
and platform}}
88
++f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size for this
architecture
and platform}}
89
--f; // expected-error {{arithmetic on pointer to interface 'Foo', which is not a constant size for this
architecture
and platform}}
/ndk/build/tools/
dev-defaults.sh
83
# Return default NDK ABI for a given
architecture
name
84
# $1:
Architecture
name
100
2> echo "ERROR: Unsupported
architecture
name: $1, use one of: arm x86 mips"
108
# Retrieve the list of default ABIs supported by a given
architecture
109
# $1:
Architecture
name
125
2> echo "ERROR: Unsupported
architecture
name: $1, use one of: arm x86 mips"
132
# Return toolchain name for given
architecture
and GCC version
133
# $1:
Architecture
name (e.g. 'arm')
146
# Return the default toolchain name for a given
architecture
147
# $1:
Architecture
name (e.g. 'arm'
[
all
...]
/external/llvm/test/Object/
objdump-file-header.test
8
COFF-i386:
architecture
: i386
14
ELF-i386:
architecture
: i386
/external/qemu/distrib/sdl-1.2.15/
TODO
5
* Add mousewheel events (new unified event
architecture
?)
17
* Redesign blitting
architecture
to allow blit plugins
Completed in 1119 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>