/packages/apps/TV/ |
version.mk | 99 date_string := $(shell date +%m%d%y_%H%M%S)
|
/external/deqp/framework/common/ |
tcuVector.hpp | 107 Vector (T x_, T y_); 108 Vector (T x_, T y_, T z_); 109 Vector (T x_, T y_, T z_, T w_); 187 inline Vector<T, Size>::Vector (T x_, T y_) 191 m_data[1] = y_; 195 inline Vector<T, Size>::Vector (T x_, T y_, T z_) 199 m_data[1] = y_; 204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) 208 m_data[1] = y_;
|
/external/libyuv/files/util/ |
ssim.cc | 124 for (int y_ = 0; y_ < KERNEL_SIZE; ++y_, org += stride, rec += stride) { 125 if (((yo - KERNEL + y_) < 0) || ((yo - KERNEL + y_) >= H)) 127 const int Wy = K[y_];
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Geometry.h | 166 Offset(ssize_t x_,ssize_t y_); 223 Point(double x_,double y_);
|
Color.h | 408 ColorYUV(const double y_,const double u_,const double v_); 425 void y(const double y_); 435 void convert(const double y_,const double u_,const double v_);
|
STL.h | 461 floodFillAlphaImage(const ::ssize_t x_,const ::ssize_t y_, 484 floodFillColorImage(const ::ssize_t x_,const ::ssize_t y_, 492 floodFillColorImage(const ::ssize_t x_,const ::ssize_t y_, 514 floodFillTextureImage(const ::ssize_t x_,const ::ssize_t y_, 522 floodFillTextureImage(const ::ssize_t x_,const ::ssize_t y_, 1015 const ssize_t x_ = 5, const ssize_t y_ = 5 ); [all...] |
/external/webrtc/talk/media/devices/ |
carbonvideorenderer.cc | 42 y_(y), 158 bounds.top = y_;
|
/art/compiler/optimizing/ |
induction_var_range_test.cc | 75 y_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), 79 entry_block_->AddInstruction(y_); 320 HInstruction* y_; member in class:art::InductionVarRangeTest 613 ExpectEqual(Value(), AddValue(Value(x_, 1, 5), Value(y_, 1, -7))); 615 ExpectEqual(Value(y_, 1, 5), AddValue(Value(55), Value(y_, 1, -50))); 625 ExpectEqual(Value(), SubValue(Value(x_, 1, 5), Value(y_, 1, -7))); 627 ExpectEqual(Value(y_, -4, 105), SubValue(Value(55), Value(y_, 4, -50))); 636 ExpectEqual(Value(), MulValue(Value(x_, 1, 5), Value(y_, 1, -7))) [all...] |
/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::__anon19545::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::__anon19635::Derived1
|
/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::__anon34501::Derived1
|
/external/ImageMagick/Magick++/lib/ |
Image.cpp | 4875 ExportImagePixels(image(),x_,y_,columns_,rows_,map_.c_str(),type_,pixels_, local [all...] |
Drawable.cpp | 514 ( double x_, double y_, 520 _y(y_), 527 ( double x_, double y_, 533 _y(y_), 540 ( double x_, double y_, 545 _y(y_), 552 ( double x_, double y_, 557 _y(y_), 564 ( double x_, double y_, 568 _y(y_), [all...] |
Color.cpp | 856 Magick::ColorYUV::ColorYUV(const double y_,const double u_,const double v_) 859 convert(y_, u_, v_); 894 void Magick::ColorYUV::y(const double y_) 896 convert(y_, u(), v()); 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_))); 909 quantumBlue(scaleDoubleToQuantum(y_ + 2.02790 * u_));
|
Geometry.cpp | 513 Magick::Offset::Offset(ssize_t x_,ssize_t y_) 515 _y(y_) 613 Magick::Point::Point(double x_,double y_) 615 _y(y_)
|
/external/freetype/src/base/ |
ftcalc.c | 767 FT_Int32 y_ = vector->y; local 774 FT_MOVE_SIGN( y_, sy ); 777 y = (FT_UInt32)y_; 823 y_ = (FT_Int32)y; 829 v = (FT_UInt32)( y_ + ( y_ * b >> 16 ) );
|
/external/pdfium/third_party/freetype/src/base/ |
ftcalc.c | 767 FT_Int32 y_ = vector->y; local 774 FT_MOVE_SIGN( y_, sy ); 777 y = (FT_UInt32)y_; 823 y_ = (FT_Int32)y; 829 v = (FT_UInt32)( y_ + ( y_ * b >> 16 ) );
|
/external/webp/src/enc/ |
iterator_enc.c | 24 (it->y_ > 0) ? 129 : 127; 41 it->y_ = y; 126 const int x = it->x_, y = it->y_; 184 const int x = it->x_, y = it->y_; 285 const int x = it->x_, y = it->y_; 310 VP8IteratorSetRow(it, ++it->y_);
|
/external/clang/test/CodeGenCXX/ |
ms-property.cpp | 12 double y_; member in class:Test1
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 157 int y_ = y; local 164 y_ += lineHeight; 165 if (y_ > y + height) { 170 gc.drawText(c, x_, y_);
|
/frameworks/wilhelm/tools/permute/ |
permute.c | 70 const Segment *y_ = (Segment *) y; local 71 return x_->mFrameStart - y_->mFrameStart;
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
mkvmuxer.h | 362 PrimaryChromaticity(float x_val, float y_val) : x_(x_val), y_(y_val) {} 363 PrimaryChromaticity() : x_(0), y_(0) {} 375 float y() const { return y_; } 376 void set_y(float new_y) { y_ = new_y; } 380 float y_; member in class:mkvmuxer::PrimaryChromaticity [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_cursor.py | 199 source = 'class X { int x_; mutable int y_; };' 204 y_ = get_cursor(tu, 'y_') 207 assert y_ is not None 210 assert y_.is_mutable_field()
|
/external/deqp/modules/glshared/ |
glsLifetimeTests.hpp | 385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) 387 , y (y_)
|
/external/flatbuffers/samples/ |
monster_generated.h | 109 float y_; variable 121 y_(flatbuffers::EndianScalar(_y)), 131 return flatbuffers::EndianScalar(y_); 134 flatbuffers::WriteScalar(&y_, _y);
|