HomeSort by relevance Sort by last modified time
    Searched refs:all32 (Results 1 - 6 of 6) sorted by null

  /ndk/tests/device/test-wait/jni/
Application.mk 1 APP_ABI := all32
  /ndk/tests/
ndk.py 60 all32 = ('armeabi', 'armeabi-v7a', 'armeabi-v7a-hard', 'mips', 'x86')
62 all_abis = all32 + all64
65 elif abi == 'all32':
66 return all32
  /ndk/build/core/
setup-app.mk 73 ifeq ($(NDK_APP_ABI),all32)
77 $(call ndk_log,Remove the following abis expanded from 'all32' due to no toolchain: $(_abis_without_toolchain))
setup-toolchain.mk 151 # is set to one of yes, all, all32, or all64
152 ifeq (,$(filter yes all all32 all64,$(_NDK_TESTING_ALL_)))
init.mk 556 ifneq (,$(filter yes all all32 all64,$(_NDK_TESTING_ALL_)))
566 ifeq ($(_NDK_TESTING_ALL_),all32)
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 7399 IRTemp all32 = newTempV128(); local
    [all...]

Completed in 3868 milliseconds