HomeSort by relevance Sort by last modified time
    Searched refs:a5 (Results 51 - 75 of 242) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 50 #define a5 $9 macro
  /bionic/libc/arch-mips64/bionic/
syscall.S 54 move a4, a5
55 REG_L a5, FRAMESZ(sp)
vfork.S 48 SETUP_GP64(a5, vfork)
  /external/clang/test/CodeGen/
x86_32-arguments-linux.c 43 t56_v1d a4, struct s56_2 a5,
49 f56_0(1, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9,
ms_struct-bitfield-1.c 44 static int a5[(sizeof(t5) == 4) -1]; variable
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn_template.hpp 592 template<class R, class T, class A1, class A2, class A3, class A4, class A5 BOOST_MEM_FN_CLASS_F> class BOOST_MEM_FN_NAME(mf5)
600 BOOST_MEM_FN_TYPEDEF(R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3, A4, A5))
617 R operator()(T * p, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) const
619 BOOST_MEM_FN_RETURN (p->*f_)(a1, a2, a3, a4, a5);
622 template<class U> R operator()(U & u, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) const
625 BOOST_MEM_FN_RETURN call(u, p, a1, a2, a3, a4, a5);
630 template<class U> R operator()(U const & u, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) cons
    [all...]
storage.hpp 223 template<class A1, class A2, class A3, class A4, class A5> struct storage5: public storage4< A1, A2, A3, A4 >
227 storage5( A1 a1, A2 a2, A3 a3, A4 a4, A5 a5 ): storage4<A1, A2, A3, A4>( a1, a2, a3, a4 ), a5_( a5 ) {}
235 A5 a5_;
272 template<class A1, class A2, class A3, class A4, class A5, class A6> struct storage6: public storage5< A1, A2, A3, A4, A5 >
274 typedef storage5<A1, A2, A3, A4, A5> inherited;
276 storage6( A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6 ): storage5<A1, A2, A3, A4, A5>( a1, a2, a3, a4, a5 ), a6_( a6 ) {
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperTest.java 48 final AccountWithDataSet a5 = new AccountWithDataSet("a", "b", "c"); local
55 assertNull(mDbHelper.getAccountIdOrNull(a5));
62 final long a5id = mDbHelper.getOrCreateAccountIdInTransaction(a5);
84 assertEquals(a5id, mDbHelper.getOrCreateAccountIdInTransaction(a5));
91 assertEquals((Long) a5id, mDbHelper.getAccountIdOrNull(a5));
105 assertNull(mDbHelper.getAccountIdOrNull(a5));
107 // Logically same as a5, but physically different object.
109 // a5 and a5b should have the same ID.
111 mDbHelper.getOrCreateAccountIdInTransaction(a5),
  /bionic/libc/arch-mips64/include/machine/
regdef.h 57 #define a5 $9 macro
  /cts/tools/vm-tests-tf/src/dot/junit/verify/
AllTests.java 37 suite.addTestSuite(dot.junit.verify.a5.Test_a5.class);
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 57 #define a5 $9 macro
  /external/clang/test/Sema/
string-init.c 13 char a5[] = L"a"; // expected-error{{initializing char array with wide string literal}} local
  /external/clang/test/SemaCXX/
string-init.cpp 8 char a5[] = L"a"; // expected-error{{initializing char array with wide string literal}} local
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 11 A<int(float)> *a5; variable
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/machine/
regdef.h 57 #define a5 $9 macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/xen/
hypercall.h 34 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /external/chromium_org/base/debug/
leak_tracker_unittest.cc 91 scoped_ptr<ClassA> a5(new ClassA);
99 a5.reset();
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/xen/
hypercall.h 32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/xen/
hypercall.h 32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/xen/
hypercall.h 32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 32 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/xen/
hypercall.h 34 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/xen/
hypercall.h 34 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/xen/
hypercall.h 34 #define _hypercall5(type, name, a1, a2, a3, a4, a5) ({ long __res, __ign1, __ign2, __ign3, __ign4, __ign5; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3), "=S" (__ign4), "=D" (__ign5) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), "4" ((long)(a4)), "5" ((long)(a5)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; })

Completed in 1455 milliseconds

1 23 4 5 6 7 8 910