HomeSort by relevance Sort by last modified time
    Searched defs:f_ (Results 1 - 19 of 19) sorted by null

  /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;
  /bionic/libc/private/
ScopeGuard.h 24 ScopeGuard(F f) : f_(f), active_(true) {}
26 ScopeGuard(ScopeGuard&& that) : f_(that.f_), active_(that.active_) {
32 f_();
40 F f_; member in class:ScopeGuard
  /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 40 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 20 DiyFp() : f_(0), e_(0) {}
21 DiyFp(uint64_t f, int e) : f_(f), e_(e) {}
29 ASSERT(f_ >= other.f_);
30 f_ -= other.f_;
54 ASSERT(f_ != 0);
55 uint64_t f = f_;
69 f_ = f;
79 uint64_t f() const { return f_; }
88 uint64_t f_; member in class:v8::internal::DiyFp
    [all...]
  /external/ceres-solver/include/ceres/
loss_function.h 288 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...]
  /development/ndk/sources/android/ndk_helper/
vecmath.h 749 float f_[16]; member in class:ndk_helper::Mat4
767 ret.f_[i] = f_[i] + rhs.f_[i];
777 ret.f_[i] = f_[i] - rhs.f_[i];
786 f_[i] += rhs.f_[i];
795 f_[i] -= rhs.f_[i]
    [all...]
  /external/clang/test/SemaCXX/
member-pointer.cpp 283 F f_; member in struct:PR9973::dm
285 { 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/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...]

Completed in 661 milliseconds