HomeSort by relevance Sort by last modified time
    Searched defs:y_ (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/test/Index/
index-file.cpp 29 int y_; member in class:B
50 // CHECK: [indexDeclaration]: kind: field | name: y_ | USR: c:@S@B@FI@y_ | lang: C++ | cursor: FieldDecl=y_:29:7 (Definition) | loc: 29:7 | semantic-container: [B:27:7] | lexical-container: [B:27:7] | isRedecl: 0 | isDef: 1 | isContainer: 0 | isImplicit: 0
  /external/webrtc/talk/media/devices/
carbonvideorenderer.h 67 int y_; member in class:cricket::CarbonVideoRenderer
  /external/drm_hwcomposer/
drmcrtc.h 57 uint32_t y_; member in class:android::DrmCrtc
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
34 float y() const { return y_; }
48 float x_, y_; member in class:android::filterfw::Point
  /external/libmojo/mojo/public/cpp/bindings/tests/
rect_blink.h 20 x_(x), y_(y), width_(width), height_(height) {
22 DCHECK_GE(y_, 0);
34 int y() const { return y_; }
37 y_ = y;
56 int y_ = 0; member in class:mojo::test::RectBlink
rect_chromium.h 20 y_(other.y_),
24 x_(x), y_(y), width_(width), height_(height) {
32 y_ = other.y_;
41 int y() const { return y_; }
42 void set_y(int y) { y_ = y; }
60 int y_ = 0; member in class:mojo::test::RectChromium
  /external/libmojo/ui/gfx/geometry/
vector2d.h 25 constexpr Vector2d() : x_(0), y_(0) {}
26 constexpr Vector2d(int x, int y) : x_(x), y_(y) {}
31 constexpr int y() const { return y_; }
32 void set_y(int y) { y_ = y; }
47 y_ = y_ <= other.y_ ? y_ : other.y_;
52 y_ = y_ >= other.y_ ? y_ : other.y_
70 int y_; member in class:gfx::Vector2d
    [all...]
vector2d_f.h 22 constexpr Vector2dF() : x_(0), y_(0) {}
23 constexpr Vector2dF(float x, float y) : x_(x), y_(y) {}
28 constexpr float y() const { return y_; }
29 void set_y(float y) { y_ = y; }
44 y_ = y_ <= other.y_ ? y_ : other.y_;
49 y_ = y_ >= other.y_ ? y_ : other.y_
67 float y_; member in class:gfx::Vector2dF
    [all...]
point.h 29 constexpr Point() : x_(0), y_(0) {}
30 constexpr Point(int x, int y) : x_(x), y_(y) {}
49 constexpr int y() const { return y_; }
51 void set_y(int y) { y_ = y; }
55 y_ = y;
60 y_ = base::SaturatedAddition(y_, delta_y);
65 y_ = base::SaturatedAddition(y_, vector.y());
70 y_ = base::SaturatedSubtraction(y_, vector.y())
95 int y_; member in class:gfx::Point
    [all...]
point_f.h 21 constexpr PointF() : x_(0.f), y_(0.f) {}
22 constexpr PointF(float x, float y) : x_(x), y_(y) {}
28 constexpr float y() const { return y_; }
30 void set_y(float y) { y_ = y; }
34 y_ = y;
39 y_ += delta_y;
44 y_ += vector.y();
49 y_ -= vector.y();
55 bool IsOrigin() const { return x_ == 0 && y_ == 0; }
57 Vector2dF OffsetFromOrigin() const { return Vector2dF(x_, y_); }
82 float y_; member in class:gfx::PointF
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
high_pass_filter_impl.cc 34 std::memset(y_, 0, sizeof(y_));
40 int16_t* y = y_;
85 int16_t y_[4]; member in class:webrtc::HighPassFilterImpl::BiquadFilter
  /external/clang/test/CodeGenCXX/
ms-property.cpp 12 double y_; member in class:Test1
  /external/tensorflow/tensorflow/core/platform/
device_tracer_test.cc 72 y_ = y->name();
96 string y_; member in class:tensorflow::__anon40092::DeviceTracerTest
160 std::vector<string> output_names = {y_ + ":0"};
187 std::vector<string> output_names = {y_ + ":0"};
213 std::vector<string> output_names = {y_ + ":0"};
  /external/v4l2_codec2/vda/
rect.h 28 Rect() : x_(0), y_(0), size_(0, 0) {}
29 Rect(int width, int height) : x_(0), y_(0), size_(width, height) {}
31 : x_(x), y_(y), size_(width, height) {}
32 explicit Rect(const Size& size) : x_(0), y_(0), size_(size) {}
37 int y() const { return y_; }
38 void set_y(int y) { y_ = y; }
73 x_, y_, size().ToString().c_str());
78 int y_; member in class:media::Rect
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
34 float y() const { return y_; }
48 float x_, y_; member in class:android::filterfw::Point
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 22 DesktopVector() : x_(0), y_(0) {}
23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {}
26 int32_t y() const { return y_; }
27 bool is_zero() const { return x_ == 0 && y_ == 0; }
30 return x_ == other.x_ && y_ == other.y_;
35 y_ = y;
47 int32_t y_; member in class:webrtc::DesktopVector
  /external/freetype/src/base/
ftcalc.c 779 FT_Int32 y_ = vector->y; local
786 y = (FT_UInt32)y_;
789 FT_MOVE_SIGN( y_, y, sy );
835 y_ = (FT_Int32)y;
841 v = (FT_UInt32)( y_ + ( y_ * b >> 16 ) );
  /external/google-breakpad/src/testing/test/
gmock_stress_test.cc 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
80 int y() const { return y_; }
82 int y_; member in class:testing::__anon20961::Derived1
  /external/googletest/googlemock/test/
gmock_stress_test.cc 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
80 int y() const { return y_; }
82 int y_; member in class:testing::__anon21051::Derived1
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
geom.h 260 : x_(x), y_(y), size_(size) {}
263 : x_(box.left_), y_(box.top_), size_(box.GetWidth()) {
272 return BoundingBox(x_, y_, x_ + size_, y_ + size_);
281 y_ += shift_amount.y;
288 y_ -= position_diff;
293 float y_; member in class:tf_tracking::BoundingSquare
298 stream << "[" << square.x_ << "," << square.y_ << " " << square.size_ << "]";
  /external/v8/testing/gmock/test/
gmock_stress_test.cc 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {}
80 int y() const { return y_; }
82 int y_; member in class:testing::__anon41273::Derived1
  /frameworks/wilhelm/tools/permute/
permute.c 70 const Segment *y_ = (Segment *) y; local
71 return x_->mFrameStart - y_->mFrameStart;
  /prebuilts/ndk/r16/sources/android/ndk_helper/
vecmath.h 47 float y_; member in class:ndk_helper::Vec2
57 x_ = y_ = 0.f;
63 y_ = fY;
69 y_ = vec.y_;
75 y_ = (*pVec++);
83 ret.y_ = y_ * rhs.y_;
91 ret.y_ = y_ / rhs.y_
252 float x_, y_, z_; member in class:ndk_helper::Vec3
493 float x_, y_, z_, w_; member in class:ndk_helper::Vec4
964 float x_, y_, z_, w_; member in class:ndk_helper::Quaternion
    [all...]
  /art/compiler/optimizing/
induction_var_range_test.cc 74 y_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(),
78 entry_block_->AddInstruction(y_);
318 HInstruction* y_; member in class:art::InductionVarRangeTest
611 ExpectEqual(Value(), AddValue(Value(x_, 1, 5), Value(y_, 1, -7)));
613 ExpectEqual(Value(y_, 1, 5), AddValue(Value(55), Value(y_, 1, -50)));
623 ExpectEqual(Value(), SubValue(Value(x_, 1, 5), Value(y_, 1, -7)));
625 ExpectEqual(Value(y_, -4, 105), SubValue(Value(55), Value(y_, 4, -50)));
634 ExpectEqual(Value(), MulValue(Value(x_, 1, 5), Value(y_, 1, -7)))
    [all...]
  /art/runtime/
subtype_check_test.cc 48 y_ = y;
200 size_t y_; member in struct:art::MockClass
330 MockClass* child = CreateClassFor(parent, i, parent->y_ + 1);
    [all...]

Completed in 889 milliseconds

1 2