/external/javasqlite/src/main/java/SQLite/ |
D | Stmt.java | 177 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/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.cpp | 48 bool CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { in getBit() 51 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, bool bit) { in setBit() 54 bool CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit() 60 int32_t col = 0; in place() local 99 int32_t col, in module() 114 void CBC_DefaultPlacement::utah(int32_t row, int32_t col, int32_t pos) { in utah()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | process_lines_pass.cpp | 44 uint32_t col = 0; in ProcessLines() local 74 uint32_t* line, uint32_t* col) { in PropagateLine() 105 uint32_t* line, uint32_t* col) { in EliminateDeadLines() 144 uint32_t* line, uint32_t* col) { in ProcessLinesPass() 150 uint32_t* line, uint32_t* col) { in ProcessLinesPass()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | process_lines_pass.cpp | 44 uint32_t col = 0; in ProcessLines() local 74 uint32_t* line, uint32_t* col) { in PropagateLine() 105 uint32_t* line, uint32_t* col) { in EliminateDeadLines() 144 uint32_t* line, uint32_t* col) { in ProcessLinesPass() 150 uint32_t* line, uint32_t* col) { in ProcessLinesPass()
|
/external/libvterm/src/ |
D | pen.c | 44 static void lookup_default_colour_ansi(long idx, VTermColor *col) in lookup_default_colour_ansi() 53 static bool lookup_colour_ansi(const VTermState *state, long index, VTermColor *col) in lookup_colour_ansi() 63 static bool lookup_colour_palette(const VTermState *state, long index, VTermColor *col) in lookup_colour_palette() 91 …okup_colour(const VTermState *state, int palette, const long args[], int argcount, VTermColor *col) in lookup_colour() 150 static void set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) in set_pen_col_ansi() 166 for(int col = 0; col < 16; col++) in vterm_state_newpen() local 230 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col) in vterm_state_get_palette_color() 248 void vterm_state_set_palette_color(VTermState *state, int index, const VTermColor *col) in vterm_state_set_palette_color() 254 void vterm_state_convert_color_to_rgb(const VTermState *state, VTermColor *col) in vterm_state_convert_color_to_rgb() 423 static int vterm_state_getpen_color(const VTermColor *col, int argi, long args[], int fg) in vterm_state_getpen_color()
|
/external/libhevc/common/ |
D | ihevc_inter_pred_filters.c | 116 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/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 182 int GetAlpha(uint8_t src_alpha, const uint8_t* clip_scan, int col) { in GetAlpha() 192 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_AlphaToMask() local 242 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Graya() local 289 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Gray() local 309 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Rgb2Gray() local 327 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Rgb2Graya() local 375 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Argb() local 452 for (int col = 0; col < width; ++col) { in CompositeRow_Rgb2Argb_Blend_NoClip() local 506 for (int col = 0; col < width; ++col) { in CompositeRow_Rgb2Argb_Blend_Clip() local 560 for (int col = 0; col < width; col++) { in CompositeRow_Rgb2Argb_NoBlend_Clip() local [all …]
|
D | cfx_dibitmap.cpp | 154 for (int col = 0; col < m_Width; col++) { in Clear() local 205 for (int col = 0; col < width; col++) { in TransferBitmap() local 340 for (int col = 0; col < m_Width; col++) { in LoadChannel() local 400 for (int col = 0; col < m_Width; col++) { in LoadChannel() local 434 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 439 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 454 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 480 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 489 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 713 for (int col = 0; col < m_Width; ++col) { in ConvertRGBColorScale() local [all …]
|
D | cstretchengine.cpp | 382 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 401 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 419 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 443 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 477 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 516 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 545 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 610 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in StretchVert() local 631 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in StretchVert() local 661 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in StretchVert() local [all …]
|
D | cfx_dibsource.cpp | 74 for (int col = 0; col < width; ++col) { in CFX_Palette() local 115 for (int col = src_left; col < src_left + width; ++col) { in ConvertBuffer_1bppMask2Gray() local 174 for (int col = src_left; col < src_left + width; ++col) { in ConvertBuffer_1bppPlt2Gray() local 211 for (int col = 0; col < width; ++col) in ConvertBuffer_8bppPlt2Gray() local 229 for (int col = 0; col < width; ++col) { in ConvertBuffer_RgbOrCmyk2Gray() local 247 for (int col = 0; col < width; ++col) { in ConvertBuffer_RgbOrCmyk2Gray() local 268 for (int col = src_left; col < src_left + width; ++col) { in ConvertBuffer_IndexCopy() local 337 for (int col = 0; col < 256; ++col) { in ConvertBuffer_Rgb2PltRgb8() local 356 for (int col = 0; col < width; ++col) { in ConvertBuffer_Rgb2PltRgb8() local 387 for (int col = src_left; col < src_left + width; ++col) { in ConvertBuffer_1bppMask2Rgb() local [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_mem_fns_ssse3_intr.c | 82 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/ |
D | ih264_mem_fns_ssse3.c | 83 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/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 76 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/deqp/framework/common/ |
D | tcuMatrix.hpp | 69 inline T& operator() (int row, int col) { return m_data[col][row]; } 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/libavc/common/ |
D | ih264_inter_pred_filters.c | 119 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/python/cpython3/Lib/turtledemo/ |
D | nim.py | 66 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/python/cpython2/Demo/turtle/ |
D | tdemo_nim.py | 66 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 158 def notify_move(self, row, col, maxspalte, player): argument 198 def notify_move(self, row, col): argument
|
/external/libjpeg-turbo/ |
D | jdcol565.c | 28 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
|
D | jdcolext.c | 39 register JDIMENSION col; in LOCAL() local 89 register JDIMENSION col; in LOCAL() local 121 register JDIMENSION col; in LOCAL() local
|
D | jccolext.c | 41 register JDIMENSION col; in LOCAL() local 95 register JDIMENSION col; in LOCAL() local 128 register JDIMENSION col; in LOCAL() local
|
D | rdppm.c | 153 JDIMENSION col; in get_text_gray_row() local 181 JDIMENSION col; in get_text_gray_rgb_row() local 216 JDIMENSION col; in get_text_gray_cmyk_row() local 255 JDIMENSION col; in get_text_rgb_row() local 290 JDIMENSION col; in get_text_rgb_cmyk_row() local 323 JDIMENSION col; in get_scaled_gray_row() local 345 JDIMENSION col; in get_gray_rgb_row() local 381 JDIMENSION col; in get_gray_cmyk_row() local 413 JDIMENSION col; in get_rgb_row() local 449 JDIMENSION col; in get_rgb_cmyk_row() local [all …]
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineInplaceLU.h | 131 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/ |
D | VisitorSet.java | 59 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/perfetto/src/trace_processor/ |
D | trace_processor.cc | 45 SqlValue TraceProcessor::Iterator::Get(uint32_t col) { in Get() 49 std::string TraceProcessor::Iterator::GetColumName(uint32_t col) { in GetColumName()
|
/external/icu/icu4c/source/test/intltest/ |
D | g7coll.cpp | 153 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
|