HomeSort by relevance Sort by last modified time
    Searched full:abis (Results 1 - 25 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/import-install/
build.sh 10 # Extract ABIs list from parameters, we're looking for something like APP_ABI=<something>
14 echo "NO ABIS in param '$@'"
15 ABIS="armeabi armeabi-v7a x86 mips armeabi-v7a-hard"
17 echo "FOUND ABIS in param '$@': $PARAM_ABIS"
18 ABIS="$PARAM_ABIS"
21 # Now ensure that all files were installed to all supported ABIs
26 for ABI in $ABIS; do
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
  /ndk/build/tools/
build-target-prebuilts.sh 148 ABIS=$(convert_archs_to_abis $ARCHS)
152 dump "Building $ABIS compiler-rt binaries..."
153 run $BUILDTOOLS/build-compiler-rt.sh --abis="$ABIS" $FLAGS --src-dir="$SRC_DIR/llvm-$LLVM_VERSION/compiler-rt" $BUILD_TOOLCHAIN
157 dump "Building $ABIS gabi++ binaries..."
158 run $BUILDTOOLS/build-cxx-stl.sh --stl=gabi++ --abis="$ABIS" $FLAGS --with-debug-info $BUILD_TOOLCHAIN
161 dump "Building $ABIS $UNKNOWN_ABIS stlport binaries..."
162 run $BUILDTOOLS/build-cxx-stl.sh --stl=stlport --abis="$ABIS,$UNKNOWN_ABIS" $FLAGS --with-debug-info $BUILD_TOOLCHAI
    [all...]
build-libportable.sh 56 ABIS="$PREBUILT_ABIS"
57 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
80 ABIS=$(commas_to_spaces $ABIS)
182 for ABI in $ABIS; do
193 for ABI in $ABIS; do
build-compiler-rt.sh 53 ABIS="$PREBUILT_ABIS"
54 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
69 ABIS=$(commas_to_spaces $ABIS)
269 for ABI in $ABIS; do
276 for ABI in $ABIS; do
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 94 Set<String> abis = AbiUtils.getAbisSupportedByCts(); local
95 assertEquals(2 * abis.size(), plan.getTestIds().size());
96 List<String> sortedAbis = new ArrayList<String>(abis);
115 Set<String> abis = AbiUtils.getAbisSupportedByCts(); local
116 assertEquals(abis.size(), mPlan.getTestIds().size());
118 for (String abi : abis) {
139 Set<String> abis = AbiUtils.getAbisSupportedByCts(); local
140 assertEquals(abis.size(), plan.getTestIds().size());
142 for (String abi : abis) {
157 Set<String> abis = AbiUtils.getAbisSupportedByCts() local
182 Set<String> abis = AbiUtils.getAbisSupportedByCts(); local
199 Set<String> abis = AbiUtils.getAbisSupportedByCts(); local
    [all...]
  /ndk/tests/device/test-gabi++/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
  /ndk/tests/build/prebuilt-copy/
build.sh 23 ABIS="$APP_ABI"
25 ABIS=
29 ABIS=${OPT##APP_ABI=}
30 APP_ABI=$ABIS
35 if [ -z "$ABIS" ]; then
36 ABIS="armeabi armeabi-v7a x86 mips armeabi-v7a-hard"
77 for ABI in $ABIS; do
  /cts/libs/commonutil/src/com/android/cts/util/
AbiUtils.java 24 * Utility class for handling device ABIs
29 * The set of 32Bit ABIs.
34 * The set of 64Bit ABIs.
39 * The set of ARM ABIs.
44 * The set of Intel ABIs.
49 * The set of Mips ABIs.
98 * Returns the set of ABIs associated with the given architecture.
100 * @return a new Set containing the ABIs.
110 * Returns the set of ABIs supported by CTS.
111 * @return a new Set containing the supported ABIs
    [all...]
  /frameworks/base/docs/html/ndk/guides/
arch.jd 5 for the right architectures and CPUs by giving you a variety of ABIs from which
9 <a href="{@docRoot}ndk/guides/abis.html">architectures and CPUs</a>. It then
11 <a href="{@docRoot}ndk/guides/abis.html">ARM</a>
  /frameworks/base/tools/split-select/
RuleGenerator_test.cpp 31 Vector<abi::Variant> abis; local
32 const ssize_t armeabiIndex = abis.add(abi::Variant_armeabi);
33 const ssize_t armeabi_v7aIndex = abis.add(abi::Variant_armeabi_v7a);
34 const ssize_t x86Index = abis.add(abi::Variant_x86);
36 EXPECT_RULES_EQ(RuleGenerator::generateAbi(abis, armeabiIndex),
40 EXPECT_RULES_EQ(RuleGenerator::generateAbi(abis, armeabi_v7aIndex),
44 EXPECT_RULES_EQ(RuleGenerator::generateAbi(abis, x86Index),
  /external/strace/linux/mips/
arch_sigreturn.c 11 * The 64-bit ABIs do not have sigreturn.
  /ndk/tests/abcc/
build-abcc.sh 43 ABIS=
44 register_var_option "--abis=<target>" ABIS "List which targets you use (comma for split)"
75 ABIS=$(commas_to_spaces $ABIS)
76 test -z "$ABIS" && ABIS="$PREBUILT_ABIS"
96 for ABI in $ABIS; do
144 for ABI in $ABIS; do
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter.
  /cts/build/
test_deqp_package.mk 30 # Query build ABIs by routing a dummy test list through xml generator and parse result
38 | grep --only-matching -e " abis=\"[^\"]*\""))
  /cts/tools/utils/
VogarUtils.java 95 * and returns the list of abis found there.
97 * @return The Set of supported abis parsed from the {@code expectation}'s description.
102 // Include all abis since there was no limitation found in the description
106 // Remove any abis that are not supported for the test.
113 * Determine the correct set of ABIs for the given className/testName.
115 * @return the set of ABIs that can be expected to pass for the given combination of
  /ndk/build/core/
setup-app.mk 62 # If APP_ABI is 'all', then set it to all supported ABIs
69 $(call ndk_log,Remove the following abis expanded from 'all' due to no toolchain: $(_abis_without_toolchain))
77 $(call ndk_log,Remove the following abis expanded from 'all32' due to no toolchain: $(_abis_without_toolchain))
85 $(call ndk_log,Remove the following abis expanded from 'all64' due to no toolchain: $(_abis_without_toolchain))
113 # check the target ABIs for this application
126 # package an obsolete version of it. Or if you change the ABIs you're targetting,
add-toolchain.mk 70 $(_toolchain).abis := $(_abis)
89 NDK_ARCH.$(_arch).abis := $(sort $(NDK_ARCH.$(_arch).abis) $(_abis))
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java 80 /** ExpectationStore to filter out unsupported abis. */
209 String abis = getSupportedAbis(mUnsupportedAbis, mArchitecture, local
211 writer.append(" abis=\"" + abis.substring(1, abis.length() - 1) + "\"");
236 // Returns the list of ABIs supported by this TestCase on this architecture.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 153 String abiList = attributes.getValue("abis");
154 Set<String> abis = new HashSet<String>(); local
156 // If no specification, add all supported abis
157 abis.addAll(AbiUtils.getAbisSupportedByCts());
161 abis.add(abi.trim());
164 for (String abi : abis) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 93 public void createAndSerializeDerivedPlan(CtsBuildHelper build, Set<String> abis)
95 ITestPlan derivedPlan = createDerivedPlan(build, abis);
116 public ITestPlan createDerivedPlan(CtsBuildHelper build, Set<String> abis)
121 ITestPlan derivedPlan = new TestPlan(mPlanName, abis);
  /external/clang/test/CodeGenCXX/
pragma-weak.cpp 6 // Different c++ ABIs may or may not mangle this, so we produce a strong
  /external/iptables/include/linux/
types.h 38 * aligned_u64 should be used in defining kernel<->userspace ABIs to avoid
  /external/kernel-headers/original/uapi/linux/
types.h 43 * aligned_u64 should be used in defining kernel<->userspace ABIs to avoid
  /external/llvm/test/CodeGen/X86/
x86-64-ptr-arg-simple.ll 4 ; %in is kept in %esi for both ABIs. But the pointer will be passed in %edi

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 91011>>