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

1 2 3 4 5 6 7

  /external/google-breakpad/src/processor/
microdump_stackwalk_machine_readable_test 36 for ARCH in $MICRODUMP_SUPPORTED_ARCHS; do
37 echo "Testing microdump_stackwalk -m for arch $ARCH"
38 ./src/processor/microdump_stackwalk -m $testdata_dir/microdump-${ARCH}.dmp \
41 diff -u $testdata_dir/microdump.stackwalk.machine_readable-${ARCH}.out -
microdump_stackwalk_test 36 for ARCH in $MICRODUMP_SUPPORTED_ARCHS; do
37 echo "Testing microdump_stackwalk for arch $ARCH"
38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \
41 diff -u $testdata_dir/microdump.stackwalk-${ARCH}.out -
  /external/linux-tools-perf/src/tools/perf/arch/powerpc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
5 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
  /external/compiler-rt/test/builtins/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/src/tools/perf/arch/x86/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind.o
8 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
9 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o
10 LIB_H += arch/$(ARCH)/util/tsc.
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/bin/
cxx-analyzer 6 # ccc-analyzer ARCH LOCAL_CXX ...
24 ARCH="$1"
44 if [ "$ARCH" != "host" ]; then
46 case $ARCH in
69 # prepare both -m32 and -m64 versions, anding 2 more args in additional to $ARCH
  /build/core/
module_arch_supported.mk 2 ## Determine if a module can be built for an arch
7 ## LOCAL_MODULE_$(my_prefix)ARCH
9 ## LOCAL_MODULE_UNSUPPORTED_$(my_prefix)ARCH
40 ifneq (,$(LOCAL_MODULE_$(my_prefix)ARCH))
41 ifeq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_$(my_prefix)ARCH)))
47 ifeq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_$(my_prefix)ARCH_WARN)))
49 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) not supported)
53 ifneq (,$(filter $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH),$(LOCAL_MODULE_UNSUPPORTED_$(my_prefix)ARCH)))
    [all...]
  /external/linux-tools-perf/src/tools/perf/arch/arm/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/src/tools/perf/arch/s390/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/src/tools/perf/arch/sh/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /external/linux-tools-perf/src/tools/perf/arch/sparc/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
  /prebuilts/qemu-kernel/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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
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 case $ARCH in
  /external/linux-tools-perf/src/tools/perf/arch/arm64/
Makefile 3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libunwind.o
  /external/compiler-rt/test/builtins/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
110 --arch=*)
158 echo " --arch=<list> List of CPU architectures [$ARCHS]"
207 # We support both --arch and --abi for backwards compatibility reason
    [all...]

Completed in 286 milliseconds

1 2 3 4 5 6 7