HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_ARCH (Results 201 - 225 of 243) sorted by null

1 2 3 4 5 6 7 8910

  /external/mesa3d/src/mesa/
Android.mk 51 ifeq ($(TARGET_ARCH),x86)
Android.gen.mk 48 ifeq ($(TARGET_ARCH),x86)
  /ndk/sources/cxx-stl/stlport/
Android.mk 68 ifneq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 39 ifeq ($(TARGET_ARCH), x86)
  /system/tpm/trunks/
Android.mk 128 LOCAL_SRC_FILES := trunksd-seccomp-$(TARGET_ARCH).policy
  /build/core/
config.mk 790 DEX2OAT_TARGET_ARCH := $(TARGET_ARCH
    [all...]
product.mk 244 TARGET_ARCH \
  /external/scrypt/
import_scrypt.sh 317 target_arch := \$(TARGET_ARCH)
318 ifeq (\$(target_arch)-\$(TARGET_HAS_BIGENDIAN),mips-true)
319 target_arch := unknown_arch
322 target_c_flags := \$(common_c_flags) \$(\$(target_arch)_c_flags) \$(local_c_flags)
324 target_src_files := \$(common_src_files) \$(\$(target_arch)_src_files)
325 target_src_files := \$(filter-out \$(\$(target_arch)_exclude_files), \$(target_src_files))
328 ifeq (\$(target_arch),arm)
  /libcore/
NativeCode.mk 122 ifeq ($(TARGET_ARCH),arm)
145 ifeq ($(TARGET_ARCH),arm)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.h 32 #define TARGET_ARCH bfd_arch_arm
tc-i386.h 30 #define TARGET_ARCH (i386_arch ())
tc-ia64.h 68 #define TARGET_ARCH bfd_arch_ia64
tc-nds32.h 31 #define TARGET_ARCH bfd_arch_nds32
tc-pj.c 218 bfd_set_arch_mach (stdoutput, TARGET_ARCH, 0);
tc-moxie.c 79 bfd_set_arch_mach (stdoutput, TARGET_ARCH, 0);
tc-z8k.c 46 bfd_set_arch_mach (stdoutput, TARGET_ARCH, bfd_mach_z8001);
51 bfd_set_arch_mach (stdoutput, TARGET_ARCH, bfd_mach_z8002);
    [all...]
  /ndk/build/tools/
build-mingw64-toolchain.sh 148 TARGET_ARCH=x86_64
165 --target-arch=*) TARGET_ARCH=$optarg;;
233 --target-arch=<arch> Select default target architecture [$TARGET_ARCH]."
300 case $TARGET_ARCH in
305 TARGET_TAG=$TARGET_ARCH-w64-mingw32
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 149 TARGET_ARCH=x86_64
166 --target-arch=*) TARGET_ARCH=$optarg;;
234 --target-arch=<arch> Select default target architecture [$TARGET_ARCH]."
301 case $TARGET_ARCH in
306 TARGET_TAG=$TARGET_ARCH-w64-mingw32
  /art/build/
Android.common_build.mk 193 ifeq ($(ART_TARGET_CLANG_$(TARGET_ARCH)),false)
283 $(foreach target_arch,$(strip $(ART_TARGET_CODEGEN_ARCHS)), -DART_ENABLE_CODEGEN_$(target_arch))
Android.oat.mk 269 --base=$$(LIBART_IMG_TARGET_BASE_ADDRESS) --instruction-set=$$($(3)TARGET_ARCH) \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 85 TARGET_ARCH=
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 77 TARGET_ARCH=
  /art/test/
Android.run-test.mk 474 ifeq (mips,$(TARGET_ARCH))
488 ifeq (mips64,$(TARGET_ARCH))
624 TEST_ART_TARGET_SYNC_DEPS += $(ART_TARGET_TEST_OUT)/$(TARGET_ARCH)/libarttest.so
625 TEST_ART_TARGET_SYNC_DEPS += $(ART_TARGET_TEST_OUT)/$(TARGET_ARCH)/libarttestd.so
632 TEST_ART_TARGET_SYNC_DEPS += $(ART_TARGET_TEST_OUT)/$(TARGET_ARCH)/libnativebridgetest.so
    [all...]
  /frameworks/base/core/jni/
Android.mk 13 ifeq ($(TARGET_ARCH), arm)
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTest.java 418 Set<String> archAbis = AbiUtils.getAbisForArch(SuiteInfo.TARGET_ARCH);

Completed in 5520 milliseconds

1 2 3 4 5 6 7 8910