OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COLS
(Results
1 - 10
of
10
) sorted by null
/external/llvm/utils/lit/lit/
ProgressBar.py
44
they will be stored in the `
COLS
` and `LINES` attributes.
71
COLS
= None #: Width of the terminal (None for unknown)
110
self.
COLS
= curses.tigetnum('
cols
')
231
if self.term.
COLS
:
232
self.width = self.term.
COLS
/frameworks/native/services/sensorservice/
mat.h
134
enum { ROWS = R,
COLS
= C };
265
enum { ROWS = R,
COLS
= 1 };
/external/deqp/framework/common/
tcuMatrix.hpp
34
template <typename T, int Rows, int
Cols
>
43
SIZE =
Cols
,
45
COLS
=
Cols
,
50
explicit Matrix (const T src[Rows*
Cols
]);
52
Matrix (const Matrix<T, Rows,
Cols
>& src);
55
Matrix<T, Rows,
Cols
>& operator= (const Matrix<T, Rows,
Cols
>& src);
56
Matrix<T, Rows,
Cols
>& operator*= (const Matrix<T, Rows,
Cols
>& src)
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
utility.hpp
413
const int
COLS
= mat->size[DIMS - 1];
416
this->rowCall2(row,
COLS
);
419
std::vector<int> idx(
COLS
); /// idx is modified in this->rowCall
434
this->rowCall(&idx[0],
COLS
, DIMS);
442
inline void rowCall(int* const idx, const int
COLS
, const int DIMS) const {
447
while (col <
COLS
) {
454
inline void rowCall2(const int row, const int
COLS
) const {
469
const _Tp* const pixel_end = pixel +
COLS
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h
[
all
...]
ncurses.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h
[
all
...]
ncurses.h
[
all
...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
Completed in 1444 milliseconds