OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arch
(Results
276 - 300
of
903
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/v8/tools/
test.py
1103
result.add_option("--
arch
", help='The architecture to run tests for',
1137
# Simulator argument was set. Make sure
arch
and simulator agree.
1138
if options.simulator != options.
arch
:
1139
if options.
arch
== 'none':
1140
options.
arch
= options.simulator
1142
print "Architecture %s does not match sim %s" %(options.
arch
, options.simulator)
1147
# If options.
arch
is not set by the command line and no simulator setting
1148
# was found, set the
arch
to the guess.
1149
if options.
arch
== 'none':
1150
options.
arch
= ARCH_GUES
[
all
...]
/hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile
91
# Past 2.6.29 kernels,
arch
specific bits are re-organized in linux kernel. So
95
ifdef
ARCH
96
DHDARCH ?= $(
ARCH
)
115
IFLAGS += -I$(LINUXDIR)/
arch
/$(DHDARCH)/include
116
IFLAGS += -I$(LINUXDIR)/
arch
/$(DHDARCH)/include/asm/mach-default
/ndk/build/tools/
prebuilt-common.sh
339
SYSROOT_SUFFIX=build/platforms/$PLATFORM/
arch
-$
ARCH
379
ARCH
="arm"
385
ARCH
="x86"
399
log "Targetting CPU: $
ARCH
"
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Package.java
21
import com.android.sdklib.internal.repository.Archive.
Arch
;
117
Arch
archiveArch,
247
(
Arch
) XmlParserUtils.getEnumAttribute(archiveNode, SdkRepository.ATTR_ARCH,
248
Arch
.values(),
Arch
.ANY),
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug
152
ARCH
=`[ -f /bin/
arch
] && /bin/
arch
`
345
`[ -n "$
ARCH
" ] && echo Architecture: $
ARCH
`
353
configured with: /Volumes/project-jingyu/toolchain/android-toolchain/gcc-4.4.0/configure --prefix=/usr/local --target=arm-eabi --host=i686-apple-darwin --build=i686-apple-darwin --enable-languages=c,c++ --with-gmp=/Volumes/project-jingyu/toolchain-build/obj/temp-install --with-mpfr=/Volumes/project-jingyu/toolchain-build/obj/temp-install --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --with-float=soft --with-fpu=vfp --with-
arch
=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.4.0 --with-binutils-version=2.19 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=6.6 --with-
arch
=armv5te --with-multilib-list=mthumb-interwork,mandroid --with-sysroot=/Volumes/project-jingyu/cupcake_rel_root --program-transform-name='s&^&arm-eabi-&'
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug
153
ARCH
=`[ -f /bin/
arch
] && /bin/
arch
`
346
`[ -n "$
ARCH
" ] && echo Architecture: $
ARCH
`
354
configured with: ../../toolchain/android-toolchain/gcc-4.2.1/configure --prefix=/android/mathias/armdev/toolchain-eabi-4.2.1 --program-transform-name=s,^,arm-eabi-, --prefix=/android/mathias/armdev/toolchain-eabi-4.2.1 --target=arm-eabi --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --enable-languages=c,c++ --disable-libstdc__-v3 --disable-libssp --enable-threads --disable-nls --disable-libmudflap --with-float=soft --with-fpu=vfp --with-
arch
=armv5te --enable-target-optspace --with-abi=aapcs : (reconfigured) ../../toolchain/android-toolchain/gcc-4.2.1/configure --prefix=/android/mathias/armdev/toolchain-eabi-4.2.1 --program-transform-name=s,^,arm-eabi-, --prefix=/android/mathias/armdev/toolchain-eabi-4.2.1 --target=arm-eabi --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --enable-languages=c,c++ --disable-libstdc__-v3 --disable-libssp --enable-threads --disable-nls --disable-libmudflap --with-float=soft --with-fpu=vfp --with-
arch
=armv5te --enable-target-optspace --with-abi=aapcs
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug
152
ARCH
=`[ -f /bin/
arch
] && /bin/
arch
`
345
`[ -n "$
ARCH
" ] && echo Architecture: $
ARCH
`
353
configured with: /home/jingyu/projects/gcc/android-toolchain/gcc-4.4.0/configure --prefix=/usr/local --target=arm-eabi --host=i686-unknown-linux-gnu --build=i686-unknown-linux-gnu --enable-languages=c,c++ --with-gmp=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install --with-mpfr=/home/jingyu/projects/gcc/toolchain_build/obj/temp-install --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --with-float=soft --with-fpu=vfp --with-
arch
=armv5te --enable-target-optspace --with-abi=aapcs --with-gcc-version=4.4.0 --with-binutils-version=2.19 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=6.6 --with-
arch
=armv5te --with-multilib-list=mthumb-interwork,mandroid --with-sysroot=/g/users/jingyu/toolchain/cupcake_rel_root --program-transform-name='s&^&arm-eabi-&'
/external/quake/quake/src/QW/
Makefile.Linux
23
ARCH
=axp
26
ARCH
=i386
32
BUILD_DEBUG_DIR=debug$(
ARCH
)$(GLIBC)
33
BUILD_RELEASE_DIR=release$(
ARCH
)$(GLIBC)
42
ifeq ($(
ARCH
),axp)
70
ifeq ($(
ARCH
),axp)
276
ifeq ($(
ARCH
),i386)
785
ifeq ($(
ARCH
),axp)
858
cp $(TDFXGL_DIR)/release$(
ARCH
)/lib3dfxgl.so $(DESTDIR)/.
/dalvik/vm/mterp/
README.txt
33
generated output files (InterpC-<
arch
>.c, InterpAsm-<
arch
>.S). The goal is
47
The "
arch
" value should indicate an architecture family with common
config-armv5te-vfp
41
#
arch
-specific entry point to interpreter
/external/qemu/
disas.c
203
": Asm output not supported on this
arch
\n", code);
282
fprintf(out, "0x%lx: Asm output not supported on this
arch
\n",
398
": Asm output not supported on this
arch
\n", pc);
/ndk/build/platforms/android-3/arch-arm/usr/lib/
libthread_db.a
0
!<
arch
>
124
? ~ 7 ? C? . ? bionic/libthread_db bionic/libc/
arch
-arm/include/machine bionic/libc/include bionic/libc/kernel/
arch
-arm/asm bionic/libc/include/sys bionic/libthread_db/include libthread_db.c _types.h stdint.h dirent.h posix_types.h types.h signal.h pthread.h thread_db.h %.0 ? ? !!#!# ? ?.{y 'y.'YKNL?=!Kz.X? ? <0gB ? 2 $2g2?O!1 ? ?G#0M?2 ,?#/N/1 HKxD?pG ???? pG ????ChK`Bh# ?``pG ???? pG ????/proc/%d/task/ . .. _thread_created_hook ?%N?%I~DpX ?$Jh?? ?;h ! ???? ???? (? '&?<h '??J4? ???? (?K ????? (
/ndk/build/platforms/android-4/arch-arm/usr/lib/
libthread_db.a
0
!<
arch
>
124
? ~ 7 ? C? . ? bionic/libthread_db bionic/libc/
arch
-arm/include/machine bionic/libc/include bionic/libc/kernel/
arch
-arm/asm bionic/libc/include/sys bionic/libthread_db/include libthread_db.c _types.h stdint.h dirent.h posix_types.h types.h signal.h pthread.h thread_db.h %.0 ? ? !!#!# ? ?.{y 'y.'YKNL?=!Kz.X? ? <0gB ? 2 $2g2?O!1 ? ?G#0M?2 ,?#/N/1 HKxD?pG ???? pG ????ChK`Bh# ?``pG ???? pG ????/proc/%d/task/ . .. _thread_created_hook ?%N?%I~DpX ?$Jh?? ?;h ! ???? ???? (? '&?<h '??J4? ???? (?K ????? (
/ndk/build/platforms/android-5/arch-arm/usr/lib/
libthread_db.a
0
!<
arch
>
124
? ~ 7 ? C? . ? bionic/libthread_db bionic/libc/
arch
-arm/include/machine bionic/libc/include bionic/libc/kernel/
arch
-arm/asm bionic/libc/include/sys bionic/libthread_db/include libthread_db.c _types.h stdint.h dirent.h posix_types.h types.h signal.h pthread.h thread_db.h %.0 ? ? !!#!# ? ?.{y 'y.'YKNL?=!Kz.X? ? <0gB ? 2 $2g2?O!1 ? ?G#0M?2 ,?#/N/1 HKxD?pG ???? pG ????ChK`Bh# ?``pG ???? pG ????/proc/%d/task/ . .. _thread_created_hook ?%N?%I~DpX ?$Jh?? ?;h ! ???? ???? (? '&?<h '??J4? ???? (?K ????? (
/ndk/build/platforms/android-8/arch-arm/usr/lib/
libthread_db.a
0
!<
arch
>
124
? ~ 7 ? C? . ? bionic/libthread_db bionic/libc/
arch
-arm/include/machine bionic/libc/include bionic/libc/kernel/
arch
-arm/asm bionic/libc/include/sys bionic/libthread_db/include libthread_db.c _types.h stdint.h dirent.h posix_types.h types.h signal.h pthread.h thread_db.h %.0 ? ? !!#!# ? ?.{y 'y.'YKNL?=!Kz.X? ? <0gB ? 2 $2g2?O!1 ? ?G#0M?2 ,?#/N/1 HKxD?pG ???? pG ????ChK`Bh# ?``pG ???? pG ????/proc/%d/task/ . .. _thread_created_hook ?%N?%I~DpX ?$Jh?? ?;h ! ???? ???? (? '&?<h '??J4? ???? (?K ????? (
/sdk/eclipse/buildConfig/
build.properties
22
# configs - the list of {os, ws,
arch
} configurations to build.
41
# The list of {os, ws,
arch
} configurations to build. This
137
#Os/Ws/
Arch
/nl of the eclipse specified by baseLocation
/bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S
1
# bionic/
arch
-x86/bionic/crtbegin_dynamic.S
crtbegin_static.S
1
# bionic/
arch
-x86/bionic/crtbegin_static.S
dl_iterate_phdr_static.c
1
/* bionic/
arch
-x86/bionic/dl_iterate_phdr_static.c
/bionic/linker/
Android.mk
5
arch
/$(TARGET_ARCH)/begin.S \
/external/blktrace/
blktrace.h
86
#error "Bad
arch
"
/external/dbus/dbus/
dbus-types.h
31
#include <dbus/dbus-
arch
-deps.h>
/external/elfutils/libebl/
ChangeLog
77
* eblopenbackend.c: Adjust relative path to
arch
-specific DSOs
/external/grub/stage2/
apm.S
20
/* This is stolen from
arch
/i386/boot/setup.S in Linux 2.2.17 */
/external/kernel-headers/original/asm-arm/
dma.h
9
#include <asm/
arch
/dma.h>
Completed in 823 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>