Searched defs:x_ (Results 51 - 59 of 59) sorted by relevance

123

/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc359 : x_(0),
406 x_ = dip_point_win32.x();
481 int x() const { return x_; }
495 int x_; member in class:ChromeAppViewAsh::PointerInfoHandler
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h87 x_ = tid << kTidShift;
88 x_ |= epoch;
95 : x_(x) {
99 return x_;
103 u64 res = (x_ & ~kIgnoreBit) >> kTidShift;
108 u64 res = x_ >> kTidShift;
113 u64 res = x_ & ((1ull << kClkBits) - 1);
119 x_ += 1;
124 void SetIgnoreBit() { x_ |= kIgnoreBit; }
125 void ClearIgnoreBit() { x_
158 u64 x_; member in class:__tsan::FastState
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp193 const float x_ = float(x)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); local
197 vertices[y*gridsize + x] = Vec3(x_, y_, z_);
/external/webp/src/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon33386
307 uint8_t* y_top_; // top luma samples at position 'x_'
308 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp144 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc5142 explicit Base(int an_x) : x_(an_x) {}
5143 int x() const { return x_; }
5145 int x_; member in class:Base
/external/gtest/test/
H A Dgtest_unittest.cc5033 explicit Base(int an_x) : x_(an_x) {}
5034 int x() const { return x_; }
5036 int x_; member in class:Base
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4959 explicit Base(int x) : x_(x) {}
4960 int x() const { return x_; }
4962 int x_; member in class:Base

Completed in 2096 milliseconds

123