HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 151 - 175 of 218) sorted by null

1 2 3 4 5 67 8 9

  /development/build/tools/
mk_sdk_repo_xml.sh 105 Platform.IncludedAbi included-abi 5
109 SystemImage.Abi abi 5
325 # - included-abi platform
334 # - abi system-image
  /external/libffi/src/sh64/
ffi.c 274 switch (cif->abi)
304 FFI_ASSERT (cif->abi == FFI_GCC_SYSV);
  /gdk/build/core/
add-toolchain.mk 65 # NKD_ABI.<abi>.toolchains records the list of toolchains that support
66 # a given ABI
setup-app.mk 58 $(eval include $(BUILD_SYSTEM)/setup-abi.mk) \
  /ndk/build/core/
add-toolchain.mk 68 # NDK_ABI.<abi>.toolchains records the list of toolchains that support
69 # a given ABI
setup-toolchain.mk 16 # this file is included repeatedly from build/core/setup-abi.mk and is used
17 # to setup the target toolchain for a given platform/abi combination.
25 # Check that we have a toolchain that supports the current ABI.
38 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
64 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through NDK_TOOLCHAIN_VERSION))
66 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
71 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
Hardware.java 43 private Set<Abi> mAbis = new HashSet<Abi>();
176 public Set<Abi> getSupportedAbis() {
180 public void addSupportedAbi(Abi abi) {
181 mAbis.add(abi);
184 public void addAllSupportedAbis(Collection<Abi> abis) {
247 hw.mAbis = new HashSet<Abi>(mAbis);
318 for (Abi a : mAbis) {
DeviceParser.java 226 Abi abi = Abi.getEnum(s); local
227 if (abi != null) {
228 mHardware.addSupportedAbi(abi);
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 7 # Unix ABI to Windows one [see cross-reference "card" at the end of
16 # enough to provide for dual-ABI OpenSSL modules development...
24 # Dual-ABI styling rules.
27 # ABI "card" at the end for explanation].
33 # to take care of ABI differences yourself, tag functions as
34 # ".type name,@abi-omnipotent" instead.
37 # larger than 6, then you *have to* write "abi-omnipotent" code,
149 if ($win64 && $current_function->{abi} eq "svr4") {
163 if ($win64 && $current_function->{abi} eq "svr4") {
353 $current_function->{abi} eq "svr4")
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 505 .type RC4_options,\@abi-omnipotent
540 .type stream_se_handler,\@abi-omnipotent
586 .type key_se_handler,\@abi-omnipotent
  /external/libffi/src/ia64/
ffi.c 282 FFI_ASSERT (cif->abi == FFI_UNIX);
428 FFI_ASSERT (cif->abi == FFI_UNIX);
  /external/libffi/src/s390/
ffi.c 522 switch (cif->abi)
753 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/libffi/src/sh/
ffi.c 434 switch (cif->abi)
466 FFI_ASSERT (cif->abi == FFI_GCC_SYSV);
  /ndk/sources/cxx-stl/stlport/
Android.mk 4 # in $LOCAL_PATH/<abi>/. However,
  /ndk/tests/
run-tests.sh 41 ABI=default
66 --abi=*)
67 ABI="$optarg"
135 echo " --abi=<name> Only run tests for the specific ABI [$ABI]"
363 case $ABI in
367 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_ABI=$ABI"
370 echo "ERROR: Unsupported abi value: $ABI"
    [all...]
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 41 -mfloat-abi=softfp \
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 41 -mfloat-abi=softfp \
  /bionic/libc/kernel/arch-mips/asm/
elf.h 201 #define SET_PERSONALITY(ex, ibcs2) do { if (ibcs2) set_personality(PER_SVR4); set_personality(PER_LINUX); current->thread.abi = &mips_abi; } while (0)
  /external/kernel-headers/original/linux/mtd/
mtd.h 22 #include <mtd/mtd-abi.h>
  /external/libffi/src/frv/
ffi.c 154 switch (cif->abi)
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 415 .type gcm_init_clmul,\@abi-omnipotent
452 .type gcm_gmult_clmul,\@abi-omnipotent
480 .type gcm_ghash_clmul,\@abi-omnipotent
691 .type se_handler,\@abi-omnipotent
  /external/qemu/android/avd/
info.c 903 char* abi; local
905 /* If the target ABI is armeabi-v7a, then look for
908 abi = path_getBuildTargetAbi(i->androidOut);
909 if (!strcmp(abi,"armeabi-v7a")) {
912 AFREE(abi);
1053 /* For now, we can't get the ABI from SDK AVDs */
    [all...]
  /external/qemu/android/
main.c 1204 char* abi = avdInfo_getTargetAbi(avd); local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 238 char* demangledName = abi::__cxa_demangle(mangledName, 0, 0, 0);
  /ndk/build/tools/
build-ndk-sysroot.sh 28 # WARNING: For now, only a single target ABI/Architecture us supported
36 # ABI is the target ABI name for the NDK
37 ABI=arm
66 --abi=*)
85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)"
97 ABI=$OPTION_ABI
100 case "$ABI" i
    [all...]

Completed in 1070 milliseconds

1 2 3 4 5 67 8 9