Home
last modified time | relevance | path

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

12345678910>>...21

/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/pdfium/xfa/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp49 bool CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { in getBit()
52 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, bool bit) { in setBit()
55 bool CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit()
61 int32_t col = 0; in place() local
100 int32_t col, in module()
115 void CBC_DefaultPlacement::utah(int32_t row, int32_t col, int32_t 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 …]
Dihevc_chroma_intra_pred_filters.c475 WORD32 row, col; in ihevc_intra_pred_chroma_planar() local
566 WORD32 row, col; in ihevc_intra_pred_chroma_dc() local
667 WORD32 row, col; in ihevc_intra_pred_chroma_horz() local
728 WORD32 row, col; in ihevc_intra_pred_chroma_ver() local
788 WORD32 row, col; in ihevc_intra_pred_chroma_mode2() local
855 WORD32 row, col; in ihevc_intra_pred_chroma_mode_18_34() local
928 WORD32 row, col; in ihevc_intra_pred_chroma_mode_3_to_9() local
1021 WORD32 row, col, k; in ihevc_intra_pred_chroma_mode_11_to_17() local
1138 WORD32 row, col, k; in ihevc_intra_pred_chroma_mode_19_to_25() local
1245 WORD32 row, col; in ihevc_intra_pred_chroma_mode_27_to_33() local
Dihevc_weighted_pred.c117 WORD32 row, col; in ihevc_weighted_pred_uni() local
202 WORD32 row, col; in ihevc_weighted_pred_chroma_uni() local
308 WORD32 row, col; in ihevc_weighted_pred_bi() local
413 WORD32 row, col; in ihevc_weighted_pred_chroma_bi() local
500 WORD32 row, col; in ihevc_weighted_pred_bi_default() local
583 WORD32 row, col; in ihevc_weighted_pred_chroma_bi_default() local
/external/pdfium/core/fxge/dib/
Dfx_dib_composite.cpp247 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Mask() local
267 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Rgba2Mask() local
312 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Graya() local
361 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Graya() local
409 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Graya() local
454 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Graya() local
516 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Gray() local
537 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Gray() local
561 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Gray() local
578 for (int col = 0; col < pixel_count; col++) { in CompositeRow_Argb2Gray() local
[all …]
Dfx_dib_main.cpp334 for (int col = 0; col < m_Width; col++) { in Clear() local
426 for (int col = 0; col < width; col++) { in TransferBitmap() local
522 for (int col = 0; col < width; col++) { in TransferMask() local
535 for (int col = 0; col < width; col++) { in TransferMask() local
550 for (int col = 0; col < width; col++) { in TransferMask() local
564 for (int col = 0; col < width; col++) { in TransferMask() local
625 for (int col = rect.left; col < rect.right; col++) { in CloneAlphaMask() local
758 for (int col = 0; col < m_Width; col++) { in LoadChannel() local
818 for (int col = 0; col < m_Width; col++) { in LoadChannel() local
853 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local
[all …]
Dfx_dib_transform.cpp216 for (int col = col_start; col < col_end; col++) { in SwapXY() local
238 for (int col = col_start; col < col_end; col++) { in SwapXY() local
245 for (int col = col_start; col < col_end; col++) { in SwapXY() local
250 for (int col = col_start; col < col_end; col++) { in SwapXY() local
272 for (int col = col_start; col < col_end; col++) { in SwapXY() local
469 for (int col = 0; col < m_result.Width(); col++) { in Continue() local
503 for (int col = 0; col < m_result.Width(); col++) { in Continue() local
531 for (int col = 0; col < m_result.Width(); col++) { in Continue() local
555 for (int col = 0; col < m_result.Width(); col++) { in Continue() local
588 for (int col = 0; col < m_result.Width(); col++) { in Continue() local
[all …]
Dfx_dib_convert.cpp119 int row, col; in BuildPalette() local
158 for (int col = src_left; col < src_left + width; col++) { in ConvertBuffer_1bppMask2Gray() local
220 for (int col = src_left; col < src_left + width; col++) { in ConvertBuffer_1bppPlt2Gray() local
259 for (int col = 0; col < width; col++) { in ConvertBuffer_8bppPlt2Gray() local
279 for (int col = 0; col < width; col++) { in ConvertBuffer_RgbOrCmyk2Gray() local
294 for (int col = 0; col < width; col++) { in ConvertBuffer_RgbOrCmyk2Gray() local
315 for (int col = src_left; col < src_left + width; col++) { in ConvertBuffer_IndexCopy() local
386 for (int col = 0; col < 256; col++) { in ConvertBuffer_Rgb2PltRgb8() local
405 for (int col = 0; col < width; col++) { in ConvertBuffer_Rgb2PltRgb8() local
437 for (int col = src_left; col < src_left + width; col++) { in ConvertBuffer_1bppMask2Rgb() local
[all …]
/external/deqp/framework/common/
DtcuMatrix.hpp69 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()()
315 for (int col = 0; col < Cols; col++) in Matrix() local
324 for (int col = 0; col < Cols; col++) in Matrix() local
333 for (int col = 0; col < Cols; col++) in Matrix() local
343 for (int col = 0; col < Cols; col++) in Matrix() local
365 for (int col = 0; col < Cols; col++) in operator =() local
381 for (int col = 0; col < Cols; col++) in setRow() local
395 for (int col = 0; col < Cols; col++) in getRow() local
417 for (int col = 0; col < Cols; col++) in getColumnMajorData() local
429 for (int col = 0; col < Cols; col++) in getRowMajorData() local
[all …]
/external/libavc/common/
Dih264_inter_pred_filters.c119 WORD32 row, col; in ih264_inter_pred_luma_copy() local
177 WORD32 row, col; in ih264_interleave_copy() local
236 WORD32 row, col; in ih264_inter_pred_luma_horz() local
306 WORD32 row, col; in ih264_inter_pred_luma_vert() local
375 WORD32 row, col; in ih264_inter_pred_luma_horz_hpel_vert_hpel() local
460 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel() local
536 WORD32 row, col; in ih264_inter_pred_luma_vert_qpel() local
619 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local
720 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel_vert_hpel() local
836 WORD32 row, col; in ih264_inter_pred_luma_horz_hpel_vert_qpel() local
[all …]
/external/eigen/Eigen/src/Core/
DTriangularMatrix.h76 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff()
78 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef()
84 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) in copyCoeff()
126 void check_coordinates(Index row, Index col) const in check_coordinates()
140 void check_coordinates_internal(Index row, Index col) const in check_coordinates_internal()
/external/libvterm/src/
Dpen.c36 static void lookup_colour_ansi(const VTermState *state, long index, VTermColor *col) in lookup_colour_ansi()
43 static void lookup_colour_palette(const VTermState *state, long index, VTermColor *col) in lookup_colour_palette()
67 …const VTermState *state, int palette, const long args[], int argcount, VTermColor *col, int *index) in lookup_colour()
127 static void set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) in set_pen_col_ansi()
142 for(int col = 0; col < 16; col++) in vterm_state_newpen() local
188 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col) in vterm_state_get_palette_color()
199 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col) in vterm_state_set_palette_color()
/external/v8/tools/turbolizer/
Dconstants.js25 { perc: 0, col: { r: 255, g: 255, b: 255 } }, property
26 { perc: 0.5, col: { r: 255, g: 255, b: 128 } }, property
27 { perc: 5, col: { r: 255, g: 128, b: 0 } }, property
28 { perc: 15, col: { r: 255, g: 0, b: 0 } }, property
29 { perc: 100, col: { r: 0, g: 0, b: 0 } } property
/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/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/libjpeg-turbo/
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
Djdcolext.c39 register JDIMENSION col; in LOCAL() local
89 register JDIMENSION col; in LOCAL() local
121 register JDIMENSION col; in LOCAL() local
Djccolext.c41 register JDIMENSION col; in LOCAL() local
98 register JDIMENSION col; in LOCAL() local
132 register JDIMENSION col; in LOCAL() local
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp83 for (int col = 0; col < width; col++) in RgbByteOrderCompositeRect() local
86 for (int col = 0; col < width; col++) { in RgbByteOrderCompositeRect() local
98 for (int col = 0; col < width; col++) { in RgbByteOrderCompositeRect() local
118 for (int col = 0; col < width; col++) { in RgbByteOrderCompositeRect() local
160 for (int col = 0; col < width; col++) { in RgbByteOrderTransferBitmap() local
167 for (int col = 0; col < width; col++) { in RgbByteOrderTransferBitmap() local
185 for (int col = 0; col < width; col++) { in RgbByteOrderTransferBitmap() local
204 for (int col = 0; col < width; col++) { in RgbByteOrderTransferBitmap() local
217 for (int col = 0; col < width; col++) { in RgbByteOrderTransferBitmap() local
649 for (int col = col_start; col < col_end; col++) { in CompositeSpan() local
[all …]
/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/icu/icu4c/source/test/intltest/
Dg7coll.cpp153 Collator *col = Collator::createInstance("en_US", status); in TestDemo1() local
187 Collator *col = Collator::createInstance("en_US", status); in TestDemo2() local
221 Collator *col = Collator::createInstance("en_US", status); in TestDemo3() local
255 Collator *col = Collator::createInstance("en_US", status); in TestDemo4() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java54 Collator col = Collator.getInstance(); in TestCollationKey() local
197 Collator col = Collator.getInstance(Locale.ENGLISH); in TestCompare() local
284 Collator col = Collator.getInstance(Locale.ENGLISH); in TestElemIter() local
457 Collator col = Collator.getInstance(Locale.ENGLISH); in TestProperty() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java53 Collator col = Collator.getInstance(); in TestCollationKey() local
196 Collator col = Collator.getInstance(Locale.ENGLISH); in TestCompare() local
283 Collator col = Collator.getInstance(Locale.ENGLISH); in TestElemIter() local
456 Collator col = Collator.getInstance(Locale.ENGLISH); in TestProperty() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tile.c43 unsigned col; /* current source column */ in micro_tile_8_x_4_8bit() local
74 unsigned col; /* current source column */ in micro_tile_4_x_4_16bit() local
105 unsigned col; /* current source column */ in micro_tile_8_x_2_16bit() local
136 unsigned col; /* current source column */ in micro_tile_4_x_2_32bit() local
167 unsigned col; /* current source column */ in micro_tile_2_x_2_64bit() local
257 unsigned col; /* current destination column */ in micro_untile_8_x_4_8bit() local
290 unsigned col; /* current destination column */ in micro_untile_8_x_2_16bit() local
323 unsigned col; /* current destination column */ in micro_untile_4_x_4_16bit() local
356 unsigned col; /* current destination column */ in micro_untile_4_x_2_32bit() local
389 unsigned col; /* current destination column */ in micro_untile_2_x_2_64bit() local

12345678910>>...21