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

  /external/compiler-rt/test/asan/TestCases/Windows/
demangled_names.cc 30 A(T v) { v_ = v; }
32 char *v_; member in struct:A
38 baz<char*, true>(v_);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock_pt.hpp 30 pthread_mutex_t v_; member in class:boost::detail::spinlock
36 return pthread_mutex_trylock( &v_ ) == 0;
41 pthread_mutex_lock( &v_ );
46 pthread_mutex_unlock( &v_ );
spinlock_sync.hpp 34 int v_; member in class:boost::detail::spinlock
40 int r = __sync_lock_test_and_set( &v_, 1 );
54 __sync_lock_release( &v_ );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
addressof.hpp 26 T & v_; member in struct:boost::detail::addr_impl_ref
28 inline addr_impl_ref( T & v ): v_( v ) {}
29 inline operator T& () const { return v_; }
  /build/kati/
symtab.h 34 : v_(-1) {
38 return *((*g_symbols)[v_]);
45 bool empty() const { return !v_; }
47 int val() const { return v_; }
56 bool IsValid() const { return v_ >= 0; }
64 int v_; member in class:Symbol
var.h 83 string* mutable_value() { return &v_; }
86 string v_; member in class:SimpleVar
110 Value* v_; member in class:RecursiveVar
139 : v_(v), op_(op) {}
141 delete v_;
145 return v_->Flavor();
148 return v_->Origin();
151 return v_->IsDefined();
154 v_->Eval(ev, s);
157 v_->AppendVar(ev, v)
170 Var* v_; member in class:RuleVar
    [all...]
  /system/extras/simpleperf/
utils.h 54 std::vector<char*> v_; member in class:OneTimeFreeAllocator
  /external/clang/test/Analysis/
cxx11-crashes.cpp 44 T & v_; member in struct:addr_impl_ref
45 inline addr_impl_ref( T & v ): v_( v ) {
47 inline operator T& () const {return v_;}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 95 T v_; member in class:PR15290::A
96 friend int add_to_v(A &t) noexcept(noexcept(v_ + 42))
98 return t.v_ + 42;
  /external/clang/test/SemaCXX/
access.cpp 53 int v_; member in struct:PR15209::alias_templates::U
55 U() : v_(A::x) { } // expected-error {{'x' is a private member of 'PR15209::alias_templates::A'}}
60 int v_; member in struct:PR15209::alias_templates::U
61 U() : v_(A::y) { } // expected-error {{'y' is a private member of 'PR15209::alias_templates::A'}}
typo-correction.cpp 9 int v_; member in struct:errc
10 operator int() const {return v_;}
  /external/libchrome/base/memory/
scoped_vector.h 50 reference operator[](size_t index) { return v_[index]; }
51 const_reference operator[](size_t index) const { return v_[index]; }
53 bool empty() const { return v_.empty(); }
54 size_t size() const { return v_.size(); }
56 reverse_iterator rbegin() { return v_.rbegin(); }
57 const_reverse_iterator rbegin() const { return v_.rbegin(); }
58 reverse_iterator rend() { return v_.rend(); }
59 const_reverse_iterator rend() const { return v_.rend(); }
61 iterator begin() { return v_.begin(); }
62 const_iterator begin() const { return v_.begin();
144 std::vector<T*> v_; member in class:ScopedVector
    [all...]
  /external/regex-re2/re2/testing/
tester.h 111 vector<TestInstance*> v_; member in class:re2::Tester
  /external/libcxx/test/support/
nasty_containers.hpp 35 nasty_vector() : v_() {}
36 explicit nasty_vector(size_type n) : v_(n) {}
37 nasty_vector(size_type n, const value_type& value) : v_(n, value) {}
38 template <class InputIterator> nasty_vector(InputIterator first, InputIterator last) : v_(first, last) {}
40 nasty_vector(std::initializer_list<value_type> il) : v_(il) {}
45 void assign(InputIterator first, InputIterator last) { v_.assign(first, last); }
46 void assign(size_type n, const value_type& u) { v_.assign(n, u); }
48 void assign(std::initializer_list<value_type> il) { v_.assign(il); }
51 iterator begin() _NOEXCEPT { return v_.begin(); }
52 const_iterator begin() const _NOEXCEPT { return v_.begin();
130 nested_container v_; member in class:nasty_vector
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers_inl.hpp 317 float v_ = (float)CV_PI - acosf(y_ / sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); local
319 u = scale * v_ * cosf(u_);
320 v = scale * v_ * sinf(u_);
330 float v_ = sqrtf(u*u + v*v); local
332 float sinv = sinf((float)CV_PI - v_);
334 float y_ = cosf((float)CV_PI - v_);
354 float v_ = (float)CV_PI - acosf(y_ / sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); local
356 float r = sinf(v_) / (1 - cosf(v_));
370 float v_ = 2 * atanf(1.f / r) local
394 float v_ = asinf(y_ \/ sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); local
408 float v_ = atanf(v * cosf(aatg) \/ b); local
432 float v_ = asinf(y_ \/ sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); local
446 float v_ = atanf(v * cosf( aatg ) \/ b); local
470 float v_ = asinf(y_ \/ sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); local
491 float v_; local
519 float v_ = asinf(y_ \/ sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); local
540 float v_; local
568 float v_ = asinf(y_ \/ sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); local
580 float v_ = atanf( sinhf(v) ); local
605 float v_ = asinf(y_ \/ sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); local
619 float v_ = asinf( sinf(v) \/ coshf(u) ); local
    [all...]
  /external/opencv3/modules/superres/src/
optical_flow.cpp 428 GpuMat u_, v_, flow_; member in class:__anon21205::GpuOpticalFlow
452 impl(input0, input1, u_, v_);
457 arrCopy(v_, _flow2);
461 GpuMat src[] = {u_, v_};
472 v_.release();
  /external/webrtc/webrtc/system_wrappers/include/
scoped_vector.h 49 std::swap(v_, other.v_); // The arguments are std::vectors, so std::swap
66 reference operator[](size_t index) { return v_[index]; }
67 const_reference operator[](size_t index) const { return v_[index]; }
69 bool empty() const { return v_.empty(); }
70 size_t size() const { return v_.size(); }
72 reverse_iterator rbegin() { return v_.rbegin(); }
73 const_reverse_iterator rbegin() const { return v_.rbegin(); }
74 reverse_iterator rend() { return v_.rend(); }
75 const_reverse_iterator rend() const { return v_.rend();
155 std::vector<T*> v_; member in class:webrtc::ScopedVector
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 35 nasty_vector() : v_() {}
36 explicit nasty_vector(size_type n) : v_(n) {}
37 nasty_vector(size_type n, const value_type& value) : v_(n, value) {}
38 template <class InputIterator> nasty_vector(InputIterator first, InputIterator last) : v_(first, last) {}
40 nasty_vector(std::initializer_list<value_type> il) : v_(il) {}
45 void assign(InputIterator first, InputIterator last) { v_.assign(first, last); }
46 void assign(size_type n, const value_type& u) { v_.assign(n, u); }
48 void assign(std::initializer_list<value_type> il) { v_.assign(il); }
51 iterator begin() _NOEXCEPT { return v_.begin(); }
52 const_iterator begin() const _NOEXCEPT { return v_.begin();
130 nested_container v_; member in class:nasty_vector
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 99 value_type v_; member in class:boost::error_info
102 v_(v)
113 value_type v_; member in class:boost::error_info
116 v_(v)
127 value_type v_; member in class:boost::error_info
130 v_(v)
287 x.throw_function_=y.v_;
295 x.throw_file_=y.v_;
303 x.throw_line_=y.v_;
  /external/ImageMagick/Magick++/lib/
Color.cpp 856 Magick::ColorYUV::ColorYUV(const double y_,const double u_,const double v_)
859 convert(y_, u_, v_);
883 void Magick::ColorYUV::v(const double v_)
885 convert(y(), u(), v_); local
905 void Magick::ColorYUV::convert(const double y_,const double u_,const double v_)
907 quantumRed(scaleDoubleToQuantum(y_ + 1.13980 * v_));
908 quantumGreen(scaleDoubleToQuantum(y_ - (0.39380 * u_) - (0.58050 * v_)));
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 670 KeyValuePair(const Key& k, value_type* v) : k_(k), v_(v) {}
674 value_type* const value() const { return v_; }
675 value_type*& value() { return v_; }
679 value_type* v_; member in class:google::protobuf::Map::KeyValuePair
    [all...]

Completed in 969 milliseconds