HomeSort by relevance Sort by last modified time
    Searched full:host_arch (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/openssl/
check-all-builds.sh 111 HOST_ARCH=$(uname -m)
112 case $HOST_ARCH in
114 HOST_ARCH=x86
118 ANDROID_HOST_TAG=$HOST_OS-$HOST_ARCH
244 log "Host arch: $HOST_ARCH"
  /external/chromium_org/build/android/
adb_gdb 409 local HOST_ARCH HOST_OS
412 HOST_ARCH=$(uname -p)
413 case $HOST_ARCH in
416 *) panic "You can't run this script on this host architecture: $HOST_ARCH";;
494 local TARGET NAME HOST_OS HOST_ARCH GCC CONFIG
501 HOST_ARCH=$(get_ndk_host_arch)
504 "$NDK_DIR" "$ARCH" "$HOST_OS-$HOST_ARCH/bin/$CONFIG-gcc")
505 if [ -z "$GCC" -a "$HOST_ARCH" = "x86_64" ]; then
  /external/qemu/
Makefile.android 69 ifeq ($(HOST_ARCH),ppc)
133 ifneq ($(HOST_ARCH),x86_64)
Makefile.common 275 ifeq ($(HOST_ARCH),x86)
475 ifeq ($(HOST_ARCH),x86)
478 ifeq ($(HOST_ARCH),x86_64)
481 ifeq ($(HOST_ARCH),ppc)
  /external/v8/build/
common.gypi 155 ['host_arch=="x64" or OS=="android"', {
223 ['host_arch=="x64"', {
  /art/build/
Android.oat.mk 63 $(hide) $(DEX2OAT) $(PARALLEL_ART_COMPILE_JOBS) --runtime-arg -Xms16m --runtime-arg -Xmx16m --image-classes=$(PRELOADED_CLASSES) $(addprefix --dex-file=,$(HOST_CORE_DEX_FILES)) $(addprefix --dex-location=,$(HOST_CORE_DEX_LOCATIONS)) --oat-file=$(HOST_CORE_OAT_OUT) --oat-location=$(HOST_CORE_OAT) --image=$(HOST_CORE_IMG_OUT) --base=$(IMG_HOST_BASE_ADDRESS) --instruction-set=$(HOST_ARCH) --host --android-root=$(HOST_OUT)
  /external/elfutils/libelf/
Android.mk 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/llvm/autoconf/
configure.ac 433 i?86-*) host_arch="x86" ;;
434 amd64-* | x86_64-*) host_arch="x86_64" ;;
435 sparc*-*) host_arch="Sparc" ;;
436 powerpc*-*) host_arch="PowerPC" ;;
437 arm*-*) host_arch="ARM" ;;
438 aarch64*-*) host_arch="AArch64" ;;
439 mips-* | mips64-*) host_arch="Mips" ;;
440 mipsel-* | mips64el-*) host_arch="Mips" ;;
441 xcore-*) host_arch="XCore" ;;
442 msp430-*) host_arch="MSP430" ;
    [all...]
  /sdk/build/
tools.atree 52 # native host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
  /external/chromium/build/
common.gypi 13 # weird. This is done so that 'host_arch', 'chromeos', etc are defined as
45 'host_arch%':
48 'host_arch%': 'ia32',
64 'host_arch%': '<(host_arch)',
83 'target_arch%': '<(host_arch)',
151 ['host_arch=="ia32"', {
182 'host_arch%': '<(host_arch)',
    [all...]
  /external/llvm/
Makefile.config.in 117 HOST_ARCH=@HOST_ARCH@
configure 677 HOST_ARCH
    [all...]
  /ndk/build/tools/
build-llvm.sh 152 ARCH=$HOST_ARCH
230 if [ "$HOST_TAG32" = "darwin-x86" -o "$DARWIN" = "yes" ]; then # -a "$HOST_ARCH" = "x86"
build-device-llvm.sh 164 --system=linux-$HOST_ARCH \
prebuilt-common.sh 677 if [ "$HOST_ARCH" = "x86_64" -a "$TRY64" = "yes" ]; then
729 if [ "$HOST_ARCH" = "x86_64" -a "$TRY64" = "yes" ]; then
    [all...]
  /external/linux-tools-perf/
Android.mk 23 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/llvm/cmake/modules/
AddLLVM.cmake 250 set(HOST_ARCH ${CMAKE_SYSTEM_PROCESSOR})
  /art/test/
Android.mk 115 $(DEX2OAT) --runtime-arg -Xms16m --runtime-arg -Xmx16m --boot-image=$(HOST_CORE_IMG_OUT) --dex-file=$(PWD)/$$< --oat-file=$(PWD)/$$@ --instruction-set=$(HOST_ARCH) --host --host-prefix="" --android-root=$(HOST_OUT)
  /dalvik/docs/
hello-world.html 120 HOST_ARCH=x86
  /development/build/
sdk.atree 44 # host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
73 # build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
  /external/chromium_org/build/
common.gypi 13 # weird. This is done so that 'host_arch', 'chromeos', etc are defined as
96 'host_arch%': 'ia32',
102 'host_arch%':
132 'host_arch%': '<(host_arch)',
136 'target_arch%': '<(host_arch)',
232 'host_arch%': '<(host_arch)',
882 'host_arch%': '<(host_arch)',
    [all...]
  /bionic/tests/
Android.mk 178 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
  /external/compiler-rt/
Android.mk 276 arch := $(HOST_ARCH)
  /build/core/
main.mk 113 ifneq ($(HOST_OS)-$(HOST_ARCH),darwin-ppc)
420 ifeq ($(HOST_OS)-$(HOST_ARCH),darwin-ppc)
    [all...]
Makefile     [all...]

Completed in 2034 milliseconds

1 23 4