/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 | 52 bool CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { in getBit() 55 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, bool bit) { in setBit() 58 bool CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit() 64 int32_t col = 0; in place() local 103 int32_t col, in module() 118 void CBC_DefaultPlacement::utah(int32_t row, int32_t col, int32_t pos) { in utah()
|
/external/perfetto/src/trace_processor/db/ |
D | table.cc | 33 for (const Column& col : parent->columns_) in Table() local 60 for (const Column& col : columns_) { in CopyExceptRowMaps() local 118 for (auto& col : table.columns_) { in Sort() local 137 for (const Column& col : columns_) { in LookupJoin() local 167 for (const Column& col : other.columns_) { in LookupJoin() local
|
/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/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/angle/third_party/spirv-tools/src/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/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/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 | 183 int GetAlpha(uint8_t src_alpha, const uint8_t* clip_scan, int col) { in GetAlpha() 190 int col) { in GetAlphaWithSrc() 205 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_AlphaToMask() local 267 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Graya() local 314 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Gray() local 334 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Rgb2Gray() local 352 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Rgb2Graya() local 400 for (int col = 0; col < pixel_count; ++col) { in CompositeRow_Argb2Argb() local 477 for (int col = 0; col < width; ++col) { in CompositeRow_Rgb2Argb_Blend_NoClip() local 531 for (int col = 0; col < width; ++col) { in CompositeRow_Rgb2Argb_Blend_Clip() local [all …]
|
D | cfx_dibitmap.cpp | 155 for (int col = 0; col < m_Width; col++) { in Clear() local 272 for (int col = 0; col < width; ++col) { in TransferEqualFormatsOneBPP() local 363 for (int col = 0; col < m_Width; col++) { in LoadChannelFromAlpha() local 425 for (int col = 0; col < m_Width; col++) { in LoadChannel() local 461 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 466 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 481 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 507 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 516 for (int col = 0; col < m_Width; col++) { in MultiplyAlpha() local 740 for (int col = 0; col < m_Width; ++col) { in ConvertBGRColorScale() local [all …]
|
D | cstretchengine.cpp | 378 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 397 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 415 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 439 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 473 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 512 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 541 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in ContinueStretchHorz() local 607 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in StretchVert() local 628 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in StretchVert() local 658 for (int col = m_DestClip.left; col < m_DestClip.right; ++col) { in StretchVert() local [all …]
|
/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/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/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/perfetto/ui/src/frontend/ |
D | query_table.ts | 39 for (const col of requiredColumns) { constant 80 for (const col of columns) { constant 117 for (const col of resp.columns) { constant 142 for (const col of resp.columns) { constant
|
/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/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_toeplitz.py | 112 col, argument 161 def _check_row_col(self, row, col): argument 180 def _shape_tensor(self, row=None, col=None): argument 266 def col(self): member in LinearOperatorToeplitz
|
/external/u-boot/drivers/video/ |
D | video_osd-uclass.c | 18 int video_osd_set_mem(struct udevice *dev, uint col, uint row, u8 *buf, in video_osd_set_mem() 26 int video_osd_set_size(struct udevice *dev, uint col, uint row) in video_osd_set_size() 33 int video_osd_print(struct udevice *dev, uint col, uint row, ulong color, in video_osd_print()
|
/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/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/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
|
/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()
|