HomeSort by relevance Sort by last modified time
    Searched refs:A2 (Results 101 - 125 of 445) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
allocate_size.pass.cpp 34 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>> A;
41 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
deallocate.pass.cpp 33 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>> A;
39 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
construct.pass.cpp 45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type;
61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type;
95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type;
143 typedef std::scoped_allocator_adaptor<A1<int>, A2<C>> A;
144 A a(A1<int>(5), A2<C>(7));
154 typedef std::scoped_allocator_adaptor<A1<int>, A2<D>> A;
155 A a(A1<int>(5), A2<D>(3));
165 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K;
179 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i143317.s 12 mov (L001@GOTOFF,A2),D0
13 mov (L004@GOTOFF,A2),D1
  /external/libcxx/test/support/
allocators.h 80 class A2
84 explicit A2(int id = 0) TEST_NOEXCEPT : id_(id) {}
99 A2(const A2& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;}
100 A2(A2&& a) TEST_NOEXCEPT : id_(a.id()) {move_called = true;}
101 A2& operator=(const A2& a) TEST_NOEXCEPT { id_ = a.id(); copy_called = true; return *this;}
102 A2& operator=(A2&& a) TEST_NOEXCEPT { id_ = a.id(); move_called = true; return *this;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
allocators.h 80 class A2
84 explicit A2(int id = 0) TEST_NOEXCEPT : id_(id) {}
99 A2(const A2& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;}
100 A2(A2&& a) TEST_NOEXCEPT : id_(a.id()) {move_called = true;}
101 A2& operator=(const A2& a) TEST_NOEXCEPT { id_ = a.id(); copy_called = true; return *this;}
102 A2& operator=(A2&& a) TEST_NOEXCEPT { id_ = a.id(); move_called = true; return *this;
    [all...]
  /external/libbrillo/brillo/glib/
dbus.h 201 template<typename A1, typename A2>
202 class MonitorConnection<void(A1, A2)> {
206 void (*monitor)(void*, A1, A2),
210 static void Run(::DBusGProxy*, A1 x, A2 y, MonitorConnection* self) {
219 void (*monitor_)(void*, A1, A2);
223 template<typename A1, typename A2, typename A3>
224 class MonitorConnection<void(A1, A2, A3)> {
228 void (*monitor)(void*, A1, A2, A3),
232 static void Run(::DBusGProxy*, A1 x, A2 y, A3 z, MonitorConnection* self) {
241 void (*monitor_)(void*, A1, A2, A3)
    [all...]
  /external/clang/test/CodeGenCXX/
vtt-layout.cpp 27 class A2 { int i; virtual void f(); };
28 class V1 : public A1, public A2 { int i; };
43 // (making A2 a virtual base of V1)
46 class A2 { int i; virtual void f(); };
47 class V1 : public A1, public virtual A2 { int i; };
  /external/clang/test/Modules/
wildcard-submodule-exports.cpp 16 unsigned int *A2_ptr = A2;
  /external/clang/test/SemaCXX/
cxx1y-contextual-conversion-tweaks.cpp 57 struct A2 {
79 void foo(A0 a0, A1 a1, A2 a2, A3 a3, A4 a4, B2 b2) {
82 switch (a2) {} // @82
91 //expected-error@82 {{statement requires expression of integer type ('extended_examples::A2' invalid)}}
110 struct A2 { // leads to ambiguity in C++1y, and no viable match in C++11
137 void foo(A1 a1, A2 a2, B1 b1, B2 b2, C c, D d) {
139 switch (a2) {} // @139
150 //expected-error@139 {{statement requires expression of integer type ('extended_examples_cxx1y::A2' invalid)}
    [all...]
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
is_always_equal.pass.cpp 52 std::scoped_allocator_adaptor<A1<int>, A2<int>>::is_always_equal::value ==
54 std::allocator_traits<A2<int>>::is_always_equal::value)
67 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::is_always_equal::value ==
69 std::allocator_traits<A2<int>>::is_always_equal::value &&
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
is_always_equal.pass.cpp 52 std::scoped_allocator_adaptor<A1<int>, A2<int>>::is_always_equal::value ==
54 std::allocator_traits<A2<int>>::is_always_equal::value)
67 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::is_always_equal::value ==
69 std::allocator_traits<A2<int>>::is_always_equal::value &&
  /external/clang/INPUTS/
macro_pounder_fn.c 8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B)
9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B)
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 62 String A2 = null;
65 A2 = method + ":" + digest_uri_value;
69 A2 = method + ":" + digest_uri_value + ":" + H(entity_body);
79 + qop_value + ":" + H(A2));
82 request_digest = KD(hashUserNameRealmPasswd, nonce_value + ":" + H(A2));
147 String A2 = null;
150 A2 = method + ":" + digest_uri_value;
154 A2 = method + ":" + digest_uri_value + ":" + H(entity_body);
164 + qop_value + ":" + H(A2));
167 request_digest = KD(H(A1), nonce_value + ":" + H(A2));
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 70 const MatrixType A2 = A * A;
71 const MatrixType tmp = b[3] * A2 + b[1] * MatrixType::Identity(A.rows(), A.cols());
73 V = b[2] * A2 + b[0] * MatrixType::Identity(A.rows(), A.cols());
87 const MatrixType A2 = A * A;
88 const MatrixType A4 = A2 * A2;
89 const MatrixType tmp = b[5] * A4 + b[3] * A2 + b[1] * MatrixType::Identity(A.rows(), A.cols());
91 V = b[4] * A4 + b[2] * A2 + b[0] * MatrixType::Identity(A.rows(), A.cols());
105 const MatrixType A2 = A * A;
106 const MatrixType A4 = A2 * A2
    [all...]
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type;
61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type;
95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type;
140 typedef std::scoped_allocator_adaptor<A1<int>, A2<C>> A;
141 A a(A1<int>(5), A2<C>(7));
151 typedef std::scoped_allocator_adaptor<A1<int>, A2<D>> A;
152 A a(A1<int>(5), A2<D>(3));
162 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K;
176 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 45 typedef std::scoped_allocator_adaptor<A2<C>> allocator_type;
61 typedef std::scoped_allocator_adaptor<A2<D>> allocator_type;
95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type;
143 typedef std::scoped_allocator_adaptor<A1<int>, A2<C>> A;
144 A a(A1<int>(5), A2<C>(7));
154 typedef std::scoped_allocator_adaptor<A1<int>, A2<D>> A;
155 A a(A1<int>(5), A2<D>(3));
165 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K;
179 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K;
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 36 template<typename T, typename A1, typename A2>
37 void instF0(X0<T(A1)> x0a, X0<T(A2)> x0b) {
39 X0<T(A2)> x0d;
49 template<typename R, typename A1, typename A2>
52 FuncPtr<R, A2, &unary_func<R, A2> > fp2;
  /external/llvm/include/llvm/IR/
TypeBuilder.h 271 template<typename R, typename A1, typename A2, bool cross>
272 class TypeBuilder<R(A1, A2), cross> {
277 TypeBuilder<A2, cross>::get(Context),
283 template<typename R, typename A1, typename A2, typename A3, bool cross>
284 class TypeBuilder<R(A1, A2, A3), cross> {
289 TypeBuilder<A2, cross>::get(Context),
297 template<typename R, typename A1, typename A2, typename A3, typename A4,
299 class TypeBuilder<R(A1, A2, A3, A4), cross> {
304 TypeBuilder<A2, cross>::get(Context),
313 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TypeBuilder.h 263 template<typename R, typename A1, typename A2, bool cross>
264 class TypeBuilder<R(A1, A2), cross> {
269 TypeBuilder<A2, cross>::get(Context),
275 template<typename R, typename A1, typename A2, typename A3, bool cross>
276 class TypeBuilder<R(A1, A2, A3), cross> {
281 TypeBuilder<A2, cross>::get(Context),
289 template<typename R, typename A1, typename A2, typename A3, typename A4,
291 class TypeBuilder<R(A1, A2, A3, A4), cross> {
296 TypeBuilder<A2, cross>::get(Context),
305 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
TypeBuilder.h 271 template<typename R, typename A1, typename A2, bool cross>
272 class TypeBuilder<R(A1, A2), cross> {
277 TypeBuilder<A2, cross>::get(Context),
283 template<typename R, typename A1, typename A2, typename A3, bool cross>
284 class TypeBuilder<R(A1, A2, A3), cross> {
289 TypeBuilder<A2, cross>::get(Context),
297 template<typename R, typename A1, typename A2, typename A3, typename A4,
299 class TypeBuilder<R(A1, A2, A3, A4), cross> {
304 TypeBuilder<A2, cross>::get(Context),
313 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
TypeBuilder.h 271 template<typename R, typename A1, typename A2, bool cross>
272 class TypeBuilder<R(A1, A2), cross> {
277 TypeBuilder<A2, cross>::get(Context),
283 template<typename R, typename A1, typename A2, typename A3, bool cross>
284 class TypeBuilder<R(A1, A2, A3), cross> {
289 TypeBuilder<A2, cross>::get(Context),
297 template<typename R, typename A1, typename A2, typename A3, typename A4,
299 class TypeBuilder<R(A1, A2, A3, A4), cross> {
304 TypeBuilder<A2, cross>::get(Context),
313 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
TypeBuilder.h 271 template<typename R, typename A1, typename A2, bool cross>
272 class TypeBuilder<R(A1, A2), cross> {
277 TypeBuilder<A2, cross>::get(Context),
283 template<typename R, typename A1, typename A2, typename A3, bool cross>
284 class TypeBuilder<R(A1, A2, A3), cross> {
289 TypeBuilder<A2, cross>::get(Context),
297 template<typename R, typename A1, typename A2, typename A3, typename A4,
299 class TypeBuilder<R(A1, A2, A3, A4), cross> {
304 TypeBuilder<A2, cross>::get(Context),
313 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TypeBuilder.h 271 template<typename R, typename A1, typename A2, bool cross>
272 class TypeBuilder<R(A1, A2), cross> {
277 TypeBuilder<A2, cross>::get(Context),
283 template<typename R, typename A1, typename A2, typename A3, bool cross>
284 class TypeBuilder<R(A1, A2, A3), cross> {
289 TypeBuilder<A2, cross>::get(Context),
297 template<typename R, typename A1, typename A2, typename A3, typename A4,
299 class TypeBuilder<R(A1, A2, A3, A4), cross> {
304 TypeBuilder<A2, cross>::get(Context),
313 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
TypeBuilder.h 271 template<typename R, typename A1, typename A2, bool cross>
272 class TypeBuilder<R(A1, A2), cross> {
277 TypeBuilder<A2, cross>::get(Context),
283 template<typename R, typename A1, typename A2, typename A3, bool cross>
284 class TypeBuilder<R(A1, A2, A3), cross> {
289 TypeBuilder<A2, cross>::get(Context),
297 template<typename R, typename A1, typename A2, typename A3, typename A4,
299 class TypeBuilder<R(A1, A2, A3, A4), cross> {
304 TypeBuilder<A2, cross>::get(Context),
313 template<typename R, typename A1, typename A2, typename A3, typename A4
    [all...]

Completed in 349 milliseconds

1 2 3 45 6 7 8 91011>>