Home
last modified time | relevance | path

Searched refs:__width (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/third_party/gtest-parallel/
Dgtest-parallel100 self.__width = term_width(out_file) # Line width, or None if not a tty.
102 if self.__width is None:
105 self.__out_file.write("\r" + msg[:self.__width].ljust(self.__width))
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.cpp123 __format(*format), __width(width), __height(height), __depth(depth), in image()
150 return __width; in width()
Dmemory.hpp126 size_t __width; member
/external/libcxx/include/
Dfstream795 int __width = __cv_->encoding();
796 if (__file_ == 0 || (__width <= 0 && __off != 0) || sync())
798 // __width > 0 || __off == 0
815 if (fseek(__file_, __width > 0 ? __width * __off : 0, __whence))
819 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence))
882 int __width = __cv_->encoding();
884 if (__width > 0)
885 __c += __width * (this->egptr() - this->gptr());
Dlocale4313 int __width = __cv_->encoding();
4314 if (__cv_ == 0 || __bufptr_ == 0 || (__width <= 0 && __off != 0) || sync())
4316 // __width > 0 || __off == 0
4328 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om);
4376 int __width = __cv_->encoding();
4378 if (__width > 0)
4379 __c += __width * (this->egptr() - this->gptr());