/external/stressapptest/src/ |
adler32memcpy.h | 36 uint64 a1_, a2_, b1_, b2_; member in class:AdlerChecksum
|
adler32memcpy.cc | 66 return ( (a1_ == other.a1_) && (a2_ == other.a2_) && 73 snprintf(buffer, sizeof(buffer), "%llx%llx%llx%llx", a1_, a2_, b1_, b2_); 80 a2_ = a2;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
bind.hpp | 286 A2 operator[] (boost::arg<2>) const { return base_type::a2_; } 289 A2 operator[] (boost::arg<2> (*) ()) const { return base_type::a2_; } 303 return unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]); 308 return unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]); 313 unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]); 318 unwrapper<F const>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]); 323 return a[ base_type::a1_ ] && a[ base_type::a2_ ]; 328 return a[ base_type::a1_ ] && a[ base_type::a2_ ]; 333 return a[ base_type::a1_ ] || a[ base_type::a2_ ]; 338 return a[ base_type::a1_ ] || a[ base_type::a2_ ]; [all...] |
storage.hpp | 80 storage2( A1 a1, A2 a2 ): storage1<A1>( a1 ), a2_( a2 ) {} 85 BOOST_BIND_VISIT_EACH(v, a2_, 0); 88 A2 a2_; member in struct:boost::_bi::storage2 104 static boost::arg<I> a2_() { return boost::arg<I>(); } function in struct:boost::_bi::storage2 118 static boost::arg<I> a2_() { return boost::arg<I>(); } function in struct:boost::_bi::storage2
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
proxy.h | 182 MethodCall2(C* c, Method m, T1 a1, T2 a2) : c_(c), m_(m), a1_(a1), a2_(a2) {} 190 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_, a1_, a2_); } 196 T2 a2_; member in class:webrtc::MethodCall2 205 : c_(c), m_(m), a1_(a1), a2_(a2), a3_(a3) {} 213 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_, a1_, a2_, a3_); } 219 T2 a2_; member in class:webrtc::MethodCall3
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 1255 const EnumValueDescriptor* a2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 1253 const EnumValueDescriptor* a2_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest [all...] |