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

1 2 3 4

  /external/compiler-rt/test/timing/
time 4 arch=$1
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
24 for ARCH in i386 x86_64; do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
  /frameworks/compile/libbcc/runtime/test/timing/
time 4 arch=$1
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
24 for ARCH in i386 x86_64; do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
  /external/linux-tools-perf/arch/arm/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/powerpc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/s390/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/sh/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/sparc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/arch/x86/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/qemu/distrib/kernel-toolchain/
android-kernel-toolchain-ar 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
android-kernel-toolchain-as 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
android-kernel-toolchain-gcc 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
android-kernel-toolchain-ld 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
android-kernel-toolchain-nm 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
android-kernel-toolchain-objcopy 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
android-kernel-toolchain-objdump 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
android-kernel-toolchain-ranlib 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
android-kernel-toolchain-strip 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
toolbox.sh 21 # ARCH must also be defined before calling this script, e.g. 'arm' or 'x86'
23 if [ -z "$ARCH" ]; then
24 echo "ERROR: ARCH must be defined!"
49 if [ "$ARCH" = "x86" ]; then
  /external/llvm/lib/ExecutionEngine/JIT/
Makefile 13 # Get the $(ARCH) setting
17 ifeq ($(ARCH), x86)
28 ifeq ($(ARCH), Sparc)
  /hardware/ti/wlan/wl1271/platforms/os/linux/
wl_env.bash 3 export ARCH=arm
  /external/compiler-rt/test/Unit/
test 19 for ARCH in $ARCHS; do
21 if test "$ARCH" != '<host>'; then
22 CFLAGS="-arch $ARCH $CFLAGS"
45 echo "Built $FILE.exe for $ARCH"
52 echo "Testing $FILE for $ARCH"
  /external/valgrind/tsan/
tsan_dynamorio.sh 14 -64) ARCH="amd64"; BITNESS="64";;
15 -32) ARCH="x86"; BITNESS="32";;
32 ARCH=amd64
35 ARCH=x86
44 -client $TS_ROOT/bin/$ARCH-linux-debug-ts_dynamorio.so 0 "$TS_FLAGS" \
  /frameworks/compile/libbcc/runtime/test/Unit/
test 19 for ARCH in $ARCHS; do
21 if test "$ARCH" != '<host>'; then
22 CFLAGS="-arch $ARCH $CFLAGS"
45 echo "Built $FILE.exe for $ARCH"
52 echo "Testing $FILE for $ARCH"
  /external/clang/lib/Lex/
Makefile 19 ifeq ($(ARCH),PowerPC)
  /external/llvm/examples/
Makefile 20 ifeq ($(ARCH),x86)
23 ifeq ($(ARCH),x86_64)

Completed in 618 milliseconds

1 2 3 4