Home
last modified time | relevance | path

Searched defs:col (Results 1 – 25 of 1019) sorted by relevance

12345678910>>...41

/external/javasqlite/src/main/java/SQLite/
DStmt.java177 public native int column_int(int col) throws SQLite.Exception; in column_int()
184 public native long column_long(int col) throws SQLite.Exception; in column_long()
191 public native double column_double(int col) throws SQLite.Exception; in column_double()
198 public native byte[] column_bytes(int col) throws SQLite.Exception; in column_bytes()
205 public native String column_string(int col) throws SQLite.Exception; in column_string()
212 public native int column_type(int col) throws SQLite.Exception; in column_type()
227 public Object column(int col) throws SQLite.Exception { in column()
247 public native String column_table_name(int col) throws SQLite.Exception; in column_table_name()
255 public native String column_database_name(int col) throws SQLite.Exception; in column_database_name()
263 public native String column_decltype(int col) throws SQLite.Exception; in column_decltype()
[all …]
/external/webrtc/api/video/test/
Di422_buffer_unittest.cc22 int GetY(rtc::scoped_refptr<I422BufferInterface> buf, int col, int row) { in GetY()
26 int GetU(rtc::scoped_refptr<I422BufferInterface> buf, int col, int row) { in GetU()
30 int GetV(rtc::scoped_refptr<I422BufferInterface> buf, int col, int row) { in GetV()
39 for (int col = 0; col < buf->width(); ++col) { in FillI422Buffer() local
44 for (int col = 0; col < buf->ChromaWidth(); ++col) { in FillI422Buffer() local
79 for (int col = 0; col < width; col++) { in TEST() local
84 for (int col = 0; col < halfwidth; col++) { in TEST() local
111 for (int col = 0; col < width; col++) { in TEST() local
116 for (int col = 0; col < halfwidth; col++) { in TEST() local
Di210_buffer_unittest.cc23 int GetY(rtc::scoped_refptr<I210BufferInterface> buf, int col, int row) { in GetY()
27 int GetU(rtc::scoped_refptr<I210BufferInterface> buf, int col, int row) { in GetU()
31 int GetV(rtc::scoped_refptr<I210BufferInterface> buf, int col, int row) { in GetV()
40 for (int col = 0; col < buf->width(); ++col) { in FillI210Buffer() local
45 for (int col = 0; col < buf->ChromaWidth(); ++col) { in FillI210Buffer() local
80 for (int col = 0; col < width; col++) { in TEST() local
85 for (int col = 0; col < halfwidth; col++) { in TEST() local
109 for (int col = 0; col < width; col++) { in TEST() local
114 for (int col = 0; col < halfwidth; col++) { in TEST() local
Dnv12_buffer_unittest.cc21 int GetY(rtc::scoped_refptr<NV12BufferInterface> buf, int col, int row) { in GetY()
25 int GetU(rtc::scoped_refptr<NV12BufferInterface> buf, int col, int row) { in GetU()
29 int GetV(rtc::scoped_refptr<NV12BufferInterface> buf, int col, int row) { in GetV()
38 for (int col = 0; col < buf->width(); ++col) { in FillNV12Buffer() local
44 for (int col = 0; col < buf->StrideUV(); col += 2) { in FillNV12Buffer() local
77 for (int col = 0; col < width; col++) { in TEST() local
106 for (int col = 0; col < width; col++) { in TEST() local
Di444_buffer_unittest.cc22 int GetY(rtc::scoped_refptr<I444BufferInterface> buf, int col, int row) { in GetY()
26 int GetU(rtc::scoped_refptr<I444BufferInterface> buf, int col, int row) { in GetU()
30 int GetV(rtc::scoped_refptr<I444BufferInterface> buf, int col, int row) { in GetV()
39 for (int col = 0; col < buf->width(); ++col) { in FillI444Buffer() local
72 for (int col = 0; col < width; col++) { in TEST() local
99 for (int col = 0; col < width; col++) { in TEST() local
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp36 size_t GetIndex(size_t col, size_t row, size_t num_cols) { in GetIndex()
56 bool CBC_DefaultPlacement::GetBit(int32_t col, int32_t row) const { in GetBit()
64 void CBC_DefaultPlacement::SetBit(int32_t col, int32_t row, bool bit) { in SetBit()
72 bool CBC_DefaultPlacement::HasBit(int32_t col, int32_t row) const { in HasBit()
83 int32_t col = 0; in Init() local
123 int32_t col, in SetModule()
139 void CBC_DefaultPlacement::SetUtah(int32_t row, int32_t col, int32_t pos) { in SetUtah()
/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/
DDefaultPlacement.java58 public final boolean getBit(int col, int row) { in getBit()
62 private void setBit(int col, int row, boolean bit) { in setBit()
66 private boolean noBit(int col, int row) { in noBit()
73 int col = 0; in place() local
121 private void module(int row, int col, int pos, int bit) { in module()
143 private void utah(int row, int col, int pos) { in utah()
/external/libhevc/common/
Dihevc_inter_pred_filters.c116 WORD32 row, col; in ihevc_inter_pred_luma_copy() local
178 WORD32 row, col, i; in ihevc_inter_pred_luma_horz() local
251 WORD32 row, col, i; in ihevc_inter_pred_luma_vert() local
324 WORD32 row, col; in ihevc_inter_pred_luma_copy_w16out() local
390 WORD32 row, col, i; in ihevc_inter_pred_luma_horz_w16out() local
461 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16out() local
531 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp() local
606 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp_w16out() local
678 WORD32 row, col; in ihevc_inter_pred_chroma_copy() local
743 WORD32 row, col, i; in ihevc_inter_pred_chroma_horz() local
[all …]
/external/deqp/framework/common/
DtcuMatrix.hpp78 inline T &operator()(int row, int col) in operator ()()
321 for (int col = 0; col < Cols; col++) in Matrix() local
330 for (int col = 0; col < Cols; col++) in Matrix() local
339 for (int col = 0; col < Cols; col++) in Matrix() local
349 for (int col = 0; col < Cols; col++) in Matrix() local
371 for (int col = 0; col < Cols; col++) in operator =() local
387 for (int col = 0; col < Cols; col++) in setRow() local
401 for (int col = 0; col < Cols; col++) in getRow() local
423 for (int col = 0; col < Cols; col++) in getColumnMajorData() local
435 for (int col = 0; col < Cols; col++) in getRowMajorData() local
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/
DTemplateInitException.java36 private final int col; field in TemplateInitException
51 final String templateName, final int col, final int line) in TemplateInitException()
68 final String templateName, final int col, final int line) in TemplateInitException()
87 final String templateName, final int col, final int line) in TemplateInitException()
/external/eigen/Eigen/src/Core/
DTriangularMatrix.h77 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff()
79 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef()
85 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) in copyCoeff()
127 void check_coordinates(Index row, Index col) const in check_coordinates()
141 void check_coordinates_internal(Index row, Index col) const in check_coordinates_internal()
/external/libavc/common/
Dih264_inter_pred_filters.c130 WORD32 row, col; in ih264_inter_pred_luma_copy() local
188 WORD32 row, col; in ih264_interleave_copy() local
252 WORD32 row, col; in ih264_inter_pred_luma_horz() local
322 WORD32 row, col; in ih264_inter_pred_luma_vert() local
401 WORD32 row, col; in ih264_inter_pred_luma_horz_hpel_vert_hpel() local
497 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel() local
585 WORD32 row, col; in ih264_inter_pred_luma_vert_qpel() local
680 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local
793 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel_vert_hpel() local
959 WORD32 row, col; in ih264_inter_pred_luma_horz_hpel_vert_qpel() local
[all …]
/external/libhevc/common/x86/
Dihevc_mem_fns_ssse3_intr.c82 int col; in ihevc_memcpy_mul_8_ssse3() local
121 int col; in ihevc_memset_mul_8_ssse3() local
159 int col; in ihevc_memset_16bit_mul_8_ssse3() local
/external/libavc/common/x86/
Dih264_mem_fns_ssse3.c83 int col; in ih264_memcpy_mul_8_ssse3() local
122 int col; in ih264_memset_mul_8_ssse3() local
160 int col; in ih264_memset_16bit_mul_8_ssse3() local
/external/perfetto/ui/src/core/
Dcolor_unittest.ts18 const col = new HSLColor({h: 123, s: 66, l: 45}); constant
70 const col = new HSLuvColor({h: 123, s: 66, l: 45}); constant
/external/perfetto/src/trace_processor/db/
Druntime_table.cc193 auto* col = storage_[idx].get(); in AddNull() local
209 auto* col = storage_[idx].get(); in AddInteger() local
232 auto* col = storage_[idx].get(); in AddFloat() local
263 auto* col = storage_[idx].get(); in AddText() local
279 auto* col = storage_[idx].get(); in AddIntegers() local
308 auto* col = storage_[idx].get(); in AddFloats() local
341 auto* col = storage_[idx].get(); in AddTexts() local
355 auto* col = storage_[idx].get(); in AddNulls() local
413 auto* col = storage_[i].get(); in Build() local
513 const auto& col = table->columns()[i]; in Build() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dbias_adder.hpp33 for (unsigned int col=0; col<cols; col++) { in bias_adder() local
50 for (unsigned int col=0; col<cols; col++) { in activator() local
64 for (unsigned int col=0; col<cols; col++) { in activator() local
/external/libaom/av1/encoder/x86/
Dencodetxb_sse2.c86 int col = width; in get_4_nz_map_contexts_2d() local
120 int col = width; in get_4_nz_map_contexts_ver() local
152 int col = width; in get_4_nz_map_contexts_hor() local
174 int col = width; in get_8_coeff_contexts_2d() local
228 int col = width; in get_8_coeff_contexts_ver() local
260 int col = width; in get_8_coeff_contexts_hor() local
286 int col = width; in get_16n_coeff_contexts_2d() local
367 int col = width; in get_16n_coeff_contexts_ver() local
406 int col = width; in get_16n_coeff_contexts_hor() local
/external/python/cpython3/Lib/turtledemo/
Dnim.py66 def move(self, row, col): argument
83 def notify_move(self, row, col): argument
90 def __init__(self, row, col, game): argument
104 def coords(self, row, col): argument
157 def notify_move(self, row, col, maxspalte, player): argument
197 def notify_move(self, row, col): argument
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_toeplitz.py109 col, argument
166 def _check_row_col(self, row, col): argument
185 def _shape_tensor(self, row=None, col=None): argument
271 def col(self): member in LinearOperatorToeplitz
/external/libjpeg-turbo/
Drdppm.c142 JDIMENSION col; in get_text_gray_row() local
170 JDIMENSION col; in get_text_gray_rgb_row() local
205 JDIMENSION col; in get_text_gray_cmyk_row() local
244 JDIMENSION col; in get_text_rgb_row() local
279 JDIMENSION col; in get_text_rgb_cmyk_row() local
312 JDIMENSION col; in get_scaled_gray_row() local
334 JDIMENSION col; in get_gray_rgb_row() local
370 JDIMENSION col; in get_gray_cmyk_row() local
402 JDIMENSION col; in get_rgb_row() local
438 JDIMENSION col; in get_rgb_cmyk_row() local
[all …]
Djdcol565.c28 register JDIMENSION col; in LOCAL() local
107 register JDIMENSION col; in LOCAL() local
191 register JDIMENSION col; in LOCAL() local
246 register JDIMENSION col; in LOCAL() local
304 register JDIMENSION col; in LOCAL() local
344 register JDIMENSION col; in LOCAL() local
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h131 const Index& col = row; in compute() local
195 for (Index col = llIt.col(); col < row; col++) { in computeRowMajor() local
235 const Index col = row; in computeRowMajor() local
317 Index col = lIt.col(); in solve() local
328 for (Index col = rows - 1; col > 0; col--) { in solve() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DVisitorSet.java59 public boolean addAll(Collection<? extends N> col) { in addAll()
78 public boolean containsAll(Collection<?> col) { in containsAll()
118 public boolean removeAll(Collection<?> col) { in removeAll()
127 public boolean retainAll(Collection<?> col) { in retainAll()
/external/ruy/ruy/
Dkernel_arm64.cc111 int col = params.start_col; in Kernel8bitNeon() local
1171 int col = params.start_col; in Kernel8bitNeon1Col() local
1844 int col = params.start_col; in Kernel8bitNeonA55ish() local
3000 int col = params.start_col; in Kernel8bitNeonDotprod() local
4427 int col = params.start_col; in Kernel8bitNeonDotprodX1() local
5682 int col = params.start_col; in Kernel8bitNeonDotprod1Col() local
6378 int col = params.start_col; in Kernel8bitNeonDotprodA55ish() local
7714 int col = params.start_col; in KernelFloatNeon() local
8348 int col = params.start_col; in KernelFloatNeonX1() local
8825 int col = params.start_col; in KernelFloatNeonA55ish() local
[all …]

12345678910>>...41