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

  /ndk/tests/
ndk.py 61 all64 = ('arm64-v8a', 'mips64', 'x86_64')
62 all_abis = all32 + all64
67 elif abi == 'all64':
68 return all64
  /ndk/build/core/
setup-app.mk 81 ifeq ($(NDK_APP_ABI),all64)
85 $(call ndk_log,Remove the following abis expanded from 'all64' 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_)))
569 ifeq ($(_NDK_TESTING_ALL_),all64)
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 7405 IRTemp all64 = newTempV128(); local
    [all...]

Completed in 80 milliseconds