HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 1 - 25 of 1501) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
abi-64.s 1 ! Check successful .abi assertion for 64-bit ABI.
4 .abi 64
abi-32.s 1 ! Check successful .abi assertion for 32-bit ABI.
4 .abi 32
err-abi-32.s 1 ! Check .abi pseudo assertion.
4 ! { dg-options "-abi=64" }
7 .abi 32 ! { dg-error "options do not specify 32-bit ABI" }
err-abi-64.s 1 ! Check .abi pseudo assertion.
4 ! { dg-options "-abi=32" }
7 .abi 64 ! { dg-error "options do not specify 64-bit ABI" }
abi-32.d 1 #as: --abi=32
3 #name: Assertion .abi 32.
abi-64.d 1 #as: --abi=64
3 #name: Assertion .abi 64.
  /frameworks/base/tools/split-select/
SplitDescription.cpp 30 : abi(abi::Variant_none) {
35 cmp = (int)abi - (int)rhs.abi;
41 if (abi != abi::Variant_none || o.abi != abi::Variant_none) {
42 abi::Family family = abi::getFamily(abi)
88 abi::Variant abi = abi::Variant_none; local
    [all...]
  /external/perfetto/src/tracing/core/
shared_memory_abi_unittest.cc 36 SharedMemoryABI abi(buf(), buf_size(), page_size());
38 ASSERT_EQ(buf(), abi.start());
39 ASSERT_EQ(buf() + buf_size(), abi.end());
40 ASSERT_EQ(buf_size(), abi.size());
41 ASSERT_EQ(page_size(), abi.page_size());
42 ASSERT_EQ(kNumPages, abi.num_pages());
45 ASSERT_TRUE(abi.is_page_free(i));
46 ASSERT_FALSE(abi.is_page_complete(i));
48 ASSERT_EQ(0u, abi.GetFreeChunks(i));
51 ASSERT_TRUE(abi.TryPartitionPage(0, SharedMemoryABI::kPageDiv1))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
xgate.exp 25 # ABI tests
26 run_dump_test abi-xgate-16-64
27 run_dump_test abi-xgate-16-32
28 run_dump_test abi-xgate-32-64
29 run_dump_test abi-xgate-32-32
abi-xgate-16-32.d 4 #source: abi.s
7 private flags = 80:\[abi=16-bit int, 32-bit double, cpu=XGATE\]
abi-xgate-16-64.d 4 #source: abi.s
7 private flags = 82:\[abi=16-bit int, 64-bit double, cpu=XGATE\]
abi-xgate-32-32.d 4 #source: abi.s
7 private flags = 81:\[abi=32-bit int, 32-bit double, cpu=XGATE\]
abi-xgate-32-64.d 4 #source: abi.s
7 private flags = 83:\[abi=32-bit int, 64-bit double, cpu=XGATE\]
  /external/vixl/test/aarch64/
test-abi.cc 30 #include "aarch64/abi-aarch64.h"
33 #error "C++11 should be sufficient to provide ABI support."
44 TEST(abi) {
45 ABI abi; local
47 VIXL_CHECK(abi.GetStackSpaceRequired() == 0);
48 VIXL_CHECK(!abi.GetReturnGenericOperand<void>().IsValid());
50 VIXL_CHECK(abi.GetReturnGenericOperand<bool>().Equals(GenericOperand(w0)));
51 VIXL_CHECK(abi.GetReturnGenericOperand<char>().Equals(GenericOperand(w0)));
52 VIXL_CHECK(abi.GetReturnGenericOperand<int8_t>().Equals(GenericOperand(w0)))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NativeAbi.java 29 private NativeAbi(String abi) {
30 mAbi = abi;
37 public static NativeAbi getByString(String abi) {
39 if (a.getAbi().equals(abi)) {
44 throw new IllegalArgumentException("Unknown abi: " + abi);
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 10 // Implementation of type hashing/lookup for Itanium C++ ABI.
22 // given in the Itanium ABI. We make no attempt to be ODR-compatible with
23 // those definitions, since existing ABI implementations aren't.
74 namespace abi = __cxxabiv1;
115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
116 const abi::__class_type_info *Base,
123 if (const abi::__si_class_type_info *SI =
124 dynamic_cast<const abi::__si_class_type_info*>(Derived))
127 const abi::__vmi_class_type_info *VTI =
128 dynamic_cast<const abi::__vmi_class_type_info*>(Derived)
    [all...]
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
MetricsStore.java 42 * @param abi
46 public static void storeResult(IBuildInfo buildInfo, String abi, String classMethodName,
49 mMap.put(generateTestKey(startTime, abi, classMethodName), reportLog);
56 public static ReportLog removeResult(IBuildInfo buildInfo, String abi, String classMethodName) {
58 return mMap.remove(generateTestKey(startTime, abi, classMethodName));
62 * @return test key in the form of start_time#abi#class_name#method_name
64 private static String generateTestKey(String startTime, String abi, String classMethodName) {
65 return String.format("%s#%s#%s", startTime, abi, classMethodName);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
abi-m68hc11-16-32.d 4 #source: abi.s
7 private flags = 0:\[abi=16-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
abi-m68hc11-16-64.d 4 #source: abi.s
7 private flags = 2:\[abi=16-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
abi-m68hc11-32-32.d 4 #source: abi.s
7 private flags = 1:\[abi=32-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
abi-m68hc11-32-64.d 4 #source: abi.s
7 private flags = 3:\[abi=32-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
IAbiReceiver.java 19 * A test that needs the ABI under test.
23 public void setAbi(IAbi abi);
  /art/compiler/trampolines/
trampoline_compiler.h 30 EntryPointCallingConvention abi,
33 EntryPointCallingConvention abi,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
cfi-n64-1.d 1 #as: -march=from-abi -64 -EB
macro-warn-2-n32.d 1 #as: -march=from-abi -n32 -KPIC

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>