Home
last modified time | relevance | path

Searched refs:x_ (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium/ui/gfx/
Dpoint.h41 int x() const { return x_; } in x()
45 x_ = x; in SetPoint()
49 void set_x(int x) { x_ = x; } in set_x()
53 x_ += delta_x; in Offset()
59 copy.Offset(other.x_, other.y_); in Add()
65 copy.Offset(-other.x_, -other.y_); in Subtract()
70 return Point((x_ + other.x_) / 2, (y_ + other.y_) / 2); in Middle()
74 return x_ == rhs.x_ && y_ == rhs.y_;
88 return (y_ == rhs.y_) ? (x_ < rhs.x_) : (y_ < rhs.y_);
101 int x_;
Dpoint.cc15 Point::Point() : x_(0), y_(0) { in Point()
18 Point::Point(int x, int y) : x_(x), y_(y) { in Point()
24 x_ = points.x; in Point()
28 Point::Point(const POINT& point) : x_(point.x), y_(point.y) { in Point()
32 x_ = point.x; in operator =()
39 p.x = x_; in ToPOINT()
44 Point::Point(const CGPoint& point) : x_(point.x), y_(point.y) { in Point()
48 return CGPointMake(x_, y_); in ToCGPoint()
53 return base::StringPrintf("%d,%d", x_, y_); in ToString()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h79 x_ = tid << kTidShift; in FastState()
80 x_ |= epoch << kClkShift; in FastState()
86 : x_(x) { in FastState()
90 return x_; in raw()
94 u64 res = x_ >> kTidShift; in tid()
99 u64 res = (x_ << (kTidBits + 1)) >> (64 - kClkBits); in epoch()
105 x_ += 1 << kClkShift; in IncrementEpoch()
110 void SetIgnoreBit() { x_ |= kIgnoreBit; } in SetIgnoreBit()
111 void ClearIgnoreBit() { x_ &= ~kIgnoreBit; } in ClearIgnoreBit()
112 bool GetIgnoreBit() const { return x_ & kIgnoreBit; } in GetIgnoreBit()
[all …]
/external/protobuf/gtest/test/
Dgtest_prod_test.cc41 EXPECT_EQ(0, a.x_); in TEST()
44 EXPECT_EQ(1, a.x_); in TEST()
53 EXPECT_EQ(0, a.x_); in TEST_F()
56 EXPECT_EQ(2, a.x_); in TEST_F()
Dproduction.h49 int x() const { return x_; } in x()
51 void set_x(int x) { x_ = x; } in set_x()
52 int x_; variable
Dproduction.cc36 PrivateCode::PrivateCode() : x_(0) {} in PrivateCode()
/external/chromium/testing/gtest/test/
Dgtest_prod_test.cc41 EXPECT_EQ(0, a.x_); in TEST()
44 EXPECT_EQ(1, a.x_); in TEST()
53 EXPECT_EQ(0, a.x_); in TEST_F()
56 EXPECT_EQ(2, a.x_); in TEST_F()
Dproduction.h49 int x() const { return x_; } in x()
51 void set_x(int an_x) { x_ = an_x; } in set_x()
52 int x_; variable
Dproduction.cc36 PrivateCode::PrivateCode() : x_(0) {} in PrivateCode()
/external/gtest/test/
Dgtest_prod_test.cc47 EXPECT_EQ(0, a.x_); in TEST()
50 EXPECT_EQ(1, a.x_); in TEST()
59 EXPECT_EQ(0, a.x_); in TEST_F()
62 EXPECT_EQ(2, a.x_); in TEST_F()
Dproduction.h49 int x() const { return x_; } in x()
51 void set_x(int an_x) { x_ = an_x; } in set_x()
52 int x_; variable
Dproduction.cc36 PrivateCode::PrivateCode() : x_(0) {} in PrivateCode()
/external/v8/test/mjsunit/
Dglobal-accessors.js30 var x_ = 0; variable
32 __defineSetter__('x', function(x) { x_ = x; });
33 __defineGetter__('x', function() { return x_; });
/external/webp/src/enc/
Diterator.c43 it->x_ = 0; in VP8IteratorReset()
106 const int x = it->x_, y = it->y_; in VP8IteratorImport()
146 const int x = it->x_, y = it->y_; in VP8IteratorExport()
249 const int x = it->x_, y = it->y_; in VP8IteratorNext()
275 it->x_++; in VP8IteratorNext()
276 if (it->x_ == enc->mb_w_) { in VP8IteratorNext()
277 it->x_ = 0; in VP8IteratorNext()
374 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i]; in VP8IteratorStartI4()
377 if (it->x_ < enc->mb_w_ - 1) { in VP8IteratorStartI4()
379 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i]; in VP8IteratorStartI4()
/external/stlport/test/unit/
Dfunc_test.cpp27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_) in bigger_than() argument
41 return x_ > y_; in bigger_than()
Dunary.h20 double operator()(double x_) const in operator()
21 { return ::sqrt(x_); } in operator()
Dptr2_test.cpp35 static int sum(int x_, int y_) in sum() argument
37 return x_ + y_; in sum()
/external/compiler-rt/lib/
Dint_math.h42 __typeof((x)) x_ = (x); \
43 !crt_isinf(x_) && !crt_isnan(x_); \
/external/v8/src/ia32/
Dassembler-ia32-inl.h277 x_ = x; in Immediate()
283 x_ = reinterpret_cast<int32_t>(ext.address()); in Immediate()
289 x_ = reinterpret_cast<int32_t>(internal_offset); in Immediate()
299 x_ = reinterpret_cast<intptr_t>(handle.location()); in Immediate()
303 x_ = reinterpret_cast<intptr_t>(obj); in Immediate()
310 x_ = reinterpret_cast<intptr_t>(value); in Immediate()
316 x_ = reinterpret_cast<int32_t>(addr); in Immediate()
353 Label* label = reinterpret_cast<Label*>(x.x_); in emit()
358 emit(x.x_); in emit()
375 uint16_t value = static_cast<uint16_t>(x.x_); in emit_w()
/external/openssl/crypto/ec/
Decp_oct.c71 const BIGNUM *x_, int y_bit, BN_CTX *ctx) in ec_GFp_simple_set_compressed_coordinates() argument
102 if (!BN_nnmod(x, x_, &group->field,ctx)) goto err; in ec_GFp_simple_set_compressed_coordinates()
106 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) goto err; in ec_GFp_simple_set_compressed_coordinates()
107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err; in ec_GFp_simple_set_compressed_coordinates()
111 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx)) goto err; in ec_GFp_simple_set_compressed_coordinates()
112 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err; in ec_GFp_simple_set_compressed_coordinates()
/external/chromium/chrome/browser/automation/
Dautomation_provider_gtk.cc84 x_(absolute_x), in MouseMoveTask()
92 ui_controls::SendMouseMoveNotifyWhenDone(x_, y_, next_task_); in Run()
100 int x_; member in MouseMoveTask
/external/libvpx/vp8/encoder/
Dssim.c107 int y_, x_; in get_ssimfull_kernelg() local
118 for (x_ = 0; x_ < KERNEL_SIZE; ++x_) in get_ssimfull_kernelg()
120 const int Wxy = Wy * K[x_]; in get_ssimfull_kernelg()
122 const int org_x = org[x_]; in get_ssimfull_kernelg()
123 const int rec_x = rec[x_]; in get_ssimfull_kernelg()
/external/clang/test/SemaObjCXX/
Dproperties.mm9 X x_; field
18 - (const X&)x { return x_; }
19 - (void)setx:(const X&)other { x_ = other; }
/external/mksh/src/
Demacsfn.h3 #define FN(cname,sname,flags) static int x_##cname(int);
8 #define FN(cname,sname,flags) { x_##cname, sname, flags },
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java158 int x_ = x; in drawTextWrap() local
163 if (x_ + extent.x > x + width) { in drawTextWrap()
168 x_ = x; in drawTextWrap()
170 gc.drawText(c, x_, y_); in drawTextWrap()
171 x_ += extent.x; in drawTextWrap()

12