/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
eval_if.hpp | 37 typedef typename if_<C,F1,F2>::type f_; typedef in struct:boost::mpl::eval_if 38 typedef typename f_::type type; 59 typedef typename if_c<C,F1,F2>::type f_; typedef in struct:boost::mpl::eval_if_c 60 typedef typename f_::type type;
|
advance.hpp | 45 >::type f_; typedef in struct:boost::mpl::advance_impl::apply 47 typedef typename apply_wrap1<f_,Iterator>::type type;
|
bind.hpp | 169 typedef bind<F,AUX778076_BIND_PARAMS(T)> f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 170 typedef typename AUX778076_APPLY<f_, AUX778076_BIND_PARAMS(U)>::type type; 400 >::type f_; 403 typedef typename f_::type type; 427 typedef typename aux::resolve_bind_arg<a0,AUX778076_BIND_PARAMS(U)>::type f_; 430 typedef typename aux::resolve_bind_arg<F,AUX778076_BIND_PARAMS(U)>::type f_; 447 f_ 466 typedef BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)> f_; 467 typedef typename AUX778076_APPLY<f_, AUX778076_BIND_PARAMS(U)>::type type;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
bind_template.hpp | 20 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 26 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 32 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 38 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 47 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 53 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 61 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 67 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 76 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 82 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0) local 89 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 95 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 102 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 108 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 116 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 122 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 131 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 137 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 145 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 151 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 160 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 166 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 174 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 180 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 189 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 195 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 203 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 209 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 218 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 224 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 232 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 238 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 247 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 253 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 261 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 267 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 276 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 282 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 290 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 296 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 305 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 311 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 318 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 323 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 344 F f_; variable [all...] |
mem_fn.hpp | 324 F f_; member in class:boost::_mfi::dm 328 return (u.*f_); 333 return (get_pointer(u)->*f_); 338 explicit dm(F f): f_(f) {} 342 return (p->*f_); 347 return (p->*f_); 359 return (t.*f_); 364 return (t.*f_); 371 return f_ == rhs.f_; [all...] |
mem_fn_template.hpp | 31 F f_; local 35 BOOST_MEM_FN_RETURN (u.*f_)(); 40 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(); 45 explicit BOOST_MEM_FN_NAME(mf0)(F f): f_(f) {} 49 BOOST_MEM_FN_RETURN (p->*f_)(); 70 BOOST_MEM_FN_RETURN (t.*f_)(); 75 return f_ == rhs.f_; 80 return f_ != rhs.f_; 96 F f_; local 147 F f_; local 213 F f_; local 262 F f_; local 326 F f_; local 375 F f_; local 439 F f_; local 488 F f_; local 552 F f_; local 601 F f_; local 665 F f_; local 714 F f_; local 778 F f_; local 827 F f_; local 891 F f_; local 940 F f_; local 1004 F f_; local [all...] |
/external/chromium_org/media/audio/ |
simple_sources.h | 43 double f_; member in class:media::SineWaveAudioSource
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
diy-fp.h | 46 DiyFp() : f_(0), e_(0) {} 47 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} 55 ASSERT(f_ >= other.f_); 56 f_ -= other.f_; 80 ASSERT(f_ != 0); 81 uint64_t f = f_; 95 f_ = f; 105 uint64_t f() const { return f_; } 114 uint64_t f_; member in class:WTF::double_conversion::DiyFp [all...] |
/external/chromium_org/v8/src/ |
diy-fp.h | 43 DiyFp() : f_(0), e_(0) {} 44 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} 52 ASSERT(f_ >= other.f_); 53 f_ -= other.f_; 77 ASSERT(f_ != 0); 78 uint64_t f = f_; 92 f_ = f; 102 uint64_t f() const { return f_; } 111 uint64_t f_; member in class:v8::internal::DiyFp [all...] |
/external/v8/src/ |
diy-fp.h | 43 DiyFp() : f_(0), e_(0) {} 44 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} 52 ASSERT(f_ >= other.f_); 53 f_ -= other.f_; 77 ASSERT(f_ != 0); 78 uint64_t f = f_; 92 f_ = f; 102 uint64_t f() const { return f_; } 111 uint64_t f_; member in class:v8::internal::DiyFp [all...] |
/external/valgrind/unittest/ |
old_test_suite.h | 65 void_func_void_t f_; member in struct:Test 69 : f_(f) 73 Test() : f_(0), flags_(0) {} 77 f_(); 82 f_();
|
/external/ceres-solver/include/ceres/ |
loss_function.h | 287 internal::scoped_ptr<const LossFunction> f_, g_; member in class:ceres::ComposedLoss
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
bind.hpp | 60 typedef bind< F,T1,T2,T3,T4,T5 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 61 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type; 81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind0::apply 85 f_ 101 typedef bind0<F> f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 102 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type; 133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind1::apply 142 f_ 159 typedef bind1< F,T1 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 160 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type 191 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind2::apply 222 typedef bind2< F,T1,T2 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 254 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind3::apply 290 typedef bind3< F,T1,T2,T3 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 322 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind4::apply 364 typedef bind4< F,T1,T2,T3,T4 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 397 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind5::apply 445 typedef bind5< F,T1,T2,T3,T4,T5 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 505 >::type f_; typedef in struct:boost::mpl::bind3::apply 553 >::type f_; typedef in struct:boost::mpl::bind3::apply [all...] |
/external/chromium/base/ |
bind_internal.h | 387 return invoker->f_(); 397 return invoker->f_(x1); 408 return invoker->f_(x1, x2); 421 return invoker->f_(x1, x2, x3); 435 return invoker->f_(x1, x2, x3, x4); 450 return invoker->f_(x1, x2, x3, x4, x5); 466 return invoker->f_(x1, x2, x3, x4, x5, x6); 478 return invoker->f_(Unwrap(invoker->p1_)); 487 return (Unwrap(invoker->p1_)->*invoker->f_)(); 497 return invoker->f_(Unwrap(invoker->p1_), x2) 1028 Sig f_; member in class:base::internal::InvokerStorage0 1067 Sig f_; member in class:base::internal::InvokerStorage1 1111 Sig f_; member in class:base::internal::InvokerStorage2 1160 Sig f_; member in class:base::internal::InvokerStorage3 1214 Sig f_; member in class:base::internal::InvokerStorage4 1275 Sig f_; member in class:base::internal::InvokerStorage5 1341 Sig f_; member in class:base::internal::InvokerStorage6 [all...] |
stl_util-inl.h | 349 UnaryOperateOnFirst(const UnaryOp& f) : f_(f) { 353 return f_(p.first); 357 UnaryOp f_; member in class:UnaryOperateOnFirst 372 UnaryOperateOnSecond(const UnaryOp& f) : f_(f) { 376 return f_(p.second); 380 UnaryOp f_; member in class:UnaryOperateOnSecond 395 BinaryOperateOnFirst(const BinaryOp& f) : f_(f) { 400 return f_(p1.first, p2.first); 404 BinaryOp f_; member in class:BinaryOperateOnFirst 419 BinaryOperateOnSecond(const BinaryOp& f) : f_(f) 428 BinaryOp f_; member in class:BinaryOperateOnSecond [all...] |
/external/clang/test/SemaCXX/ |
member-pointer.cpp | 279 F f_; member in struct:PR9973::dm 281 { return u->*f_; } // expected-error{{reference to non-static member function must be called; did you mean to call it with no arguments?}} expected-error {{non-const lvalue reference to type 'int' cannot bind to a temporary of type 'int'}}
|
/external/openfst/src/include/fst/ |
compose-filter.h | 227 f_(kNoStateId) {} 236 f_(kNoStateId) {} 246 if (s1_ == s1 && s2_ == s2 && f == f_) 250 f_ = f; 263 return f_ != FilterState(0) ? FilterState::NoState() : FilterState(0); 282 FilterState f_; // Current filter state member in class:fst::SequenceComposeFilter 312 f_(kNoStateId) {} 321 f_(kNoStateId) {} 331 if (s1_ == s1 && s2_ == s2 && f == f_) 335 f_ = f 367 FilterState f_; \/\/ Current filter state member in class:fst::AltSequenceComposeFilter 468 FilterState f_; \/\/ Current filter state ID member in class:fst::MatchComposeFilter [all...] |
lookahead-filter.h | 348 f_(FilterState::NoState()) {} 354 f_(FilterState::NoState()) {} 361 f_ = f; 375 const FilterState2 &f2 = f_.GetState2(); 387 const FilterState2 &f2 = f_.GetState2(); 409 FilterState f_; // Current filter state member in class:fst::PushWeightsComposeFilter 442 f_(FilterState::NoState()), 457 f_(FilterState::NoState()), 475 f_ = f; 483 const FilterState2 &f2 = f_.GetState2() 601 FilterState f_ ; \/\/ Current filter state member in class:fst::PushLabelsComposeFilter [all...] |
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 302 f_(FilterState::NoState()), 324 f_(FilterState::NoState()), 333 f_ = f; 334 filter_.SetState(s1, s2, f_.GetState1()); 354 const FilterState2 &f2 = f_.GetState2(); 378 if (f_.GetState2().GetState() != 0) 410 FilterState f_; // Current filter state member in class:fst::ParenFilter
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 183 inline Callback0(FunctionSignature f) : f_(f) {} 184 virtual void Run() { (*f_)(); delete this; } 187 FunctionSignature f_; member in class:Callback0 194 inline Callback1<P1>(FunctionSignature f, P1 p1) : f_(f), p1_(p1) {} 195 virtual void Run() { (*f_)(p1_); delete this; } 198 FunctionSignature f_; member in class:Callback1 206 inline Callback2<P1,P2>(FunctionSignature f, P1 p1, P2 p2) : f_(f), p1_(p1), p2_(p2) {} 207 virtual void Run() { (*f_)(p1_, p2_); delete this; } 210 FunctionSignature f_; member in class:Callback2 [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 183 inline Callback0(FunctionSignature f) : f_(f) {} 184 virtual void Run() { (*f_)(); delete this; } 187 FunctionSignature f_; member in class:Callback0 194 inline Callback1<P1>(FunctionSignature f, P1 p1) : f_(f), p1_(p1) {} 195 virtual void Run() { (*f_)(p1_); delete this; } 198 FunctionSignature f_; member in class:Callback1 206 inline Callback2<P1,P2>(FunctionSignature f, P1 p1, P2 p2) : f_(f), p1_(p1), p2_(p2) {} 207 virtual void Run() { (*f_)(p1_, p2_); delete this; } 210 FunctionSignature f_; member in class:Callback2 [all...] |
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl.hpp | 967 Func f_; const Arg0& arg0_; member in struct:cl::detail::GetInfoFunctor0 970 { return f_(arg0_, param, size, value, size_ret); } 976 Func f_; const Arg0& arg0_; const Arg1& arg1_; member in struct:cl::detail::GetInfoFunctor1 979 { return f_(arg0_, arg1_, param, size, value, size_ret); } [all...] |
/external/mesa3d/include/CL/ |
cl.hpp | 967 Func f_; const Arg0& arg0_; member in struct:cl::detail::GetInfoFunctor0 970 { return f_(arg0_, param, size, value, size_ret); } 976 Func f_; const Arg0& arg0_; const Arg1& arg1_; member in struct:cl::detail::GetInfoFunctor1 979 { return f_(arg0_, arg1_, param, size, value, size_ret); } [all...] |
/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | 159 void_func_void_t f_; member in struct:Test 162 : f_(f) 165 Test() : f_(0), flags_(0) {} 170 f_(); 174 f_(); [all...] |