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

1 2 3 4 5

  /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
  /external/chromium_org/remoting/scripts/mac/
dump_product_syms 29 for ARCH in ${ARCHS}; do
33 "${DUMP_SYMS_TOOL}" -a "${ARCH}" -c "${DWARF_PATH}" > \
34 "${SOURCE_BUNDLE}-${VERSION}-${ARCH}.breakpad"
  /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-size 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)
  /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"
  /ndk/build/tools/
gen-platforms.sh 28 # $SRC/android-N/include --> $DST/android-N/arch-A/usr/include
29 # $SRC/android-N/arch-A/include --> $DST/android-N/arch-A/usr/include
30 # $SRC/android-N/arch-A/lib --> $DST/android-N/arch-A/usr/lib
34 # $SRC/android-N/arch-A/symbols --> $DST/android-N/arch-A/usr/lib
101 --arch=*)
143 echo " --arch=<list> List of CPU architectures [$ARCHS]"
192 # We support both --arch and --abi for backwards compatibility reason
    [all...]
  /external/clang/lib/Lex/
Makefile 19 ifeq ($(ARCH),PowerPC)
  /external/qemu/distrib/
build-kernel.sh 36 ARCH=arm
77 --arch=*)
107 echo " --arch=<arch> change target architecture [$ARCH]"
125 ARCH=$OPTION_ARCH
131 if [ "$ARCH" = "arm" -a "$OPTION_ARMV7" = "yes" ]; then
138 if [ ! -d arch/$ARCH/mach-$MACHINE ] ; then
139 echo "Cannot find arch/$ARCH/mach-$MACHINE. Please cd to the kernel source directory.
    [all...]
  /ndk/tests/
run-tests-all.sh 21 # get arch
22 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'`
23 case "$ARCH" in
34 echo "ERROR: Unsupported architecture: $ARCH"
132 # $3: Arch
139 local ARCH=$3
143 echo ${STANDALONE_TMPDIR}/android-ndk-api${API}-${ARCH}-${TAG}-${GCC_VERSION}-${STL}
148 # $3: Arch
156 local ARCH=$3
164 --install-dir=$(standalone_path $TAG $API $ARCH $GCC_VERSION $STL)
    [all...]

Completed in 178 milliseconds

1 2 3 4 5