/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/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
D | SQLiteStatement.cpp | 261 bool SQLiteStatement::isColumnNull(int col) in isColumnNull() 273 bool SQLiteStatement::isColumnDeclaredAsBlob(int col) in isColumnDeclaredAsBlob() 284 String SQLiteStatement::getColumnName(int col) in getColumnName() 295 SQLValue SQLiteStatement::getColumnValue(int col) in getColumnValue() 326 String SQLiteStatement::getColumnText(int col) in getColumnText() 338 double SQLiteStatement::getColumnDouble(int col) in getColumnDouble() 349 int SQLiteStatement::getColumnInt(int col) in getColumnInt() 360 int64_t SQLiteStatement::getColumnInt64(int col) in getColumnInt64() 371 String SQLiteStatement::getColumnBlobAsString(int col) in getColumnBlobAsString() 393 void SQLiteStatement::getColumnBlobAsVector(int col, Vector<char>& result) in getColumnBlobAsVector() [all …]
|
/external/chromium_org/sql/ |
D | statement.cc | 95 bool Statement::BindNull(int col) { in BindNull() 103 bool Statement::BindBool(int col, bool val) { in BindBool() 107 bool Statement::BindInt(int col, int val) { in BindInt() 115 bool Statement::BindInt64(int col, int64 val) { in BindInt64() 123 bool Statement::BindDouble(int col, double val) { in BindDouble() 131 bool Statement::BindCString(int col, const char* val) { in BindCString() 140 bool Statement::BindString(int col, const std::string& val) { in BindString() 152 bool Statement::BindString16(int col, const base::string16& value) { in BindString16() 156 bool Statement::BindBlob(int col, const void* val, int val_len) { in BindBlob() 260 bool Statement::ColumnBlobAsString(int col, std::string* blob) { in ColumnBlobAsString() [all …]
|
/external/chromium/app/sql/ |
D | statement.cc | 71 bool Statement::BindNull(int col) { in BindNull() 79 bool Statement::BindBool(int col, bool val) { in BindBool() 83 bool Statement::BindInt(int col, int val) { in BindInt() 91 bool Statement::BindInt64(int col, int64 val) { in BindInt64() 99 bool Statement::BindDouble(int col, double val) { in BindDouble() 107 bool Statement::BindCString(int col, const char* val) { in BindCString() 116 bool Statement::BindString(int col, const std::string& val) { in BindString() 125 bool Statement::BindString16(int col, const string16& value) { in BindString16() 129 bool Statement::BindBlob(int col, const void* val, int val_len) { in BindBlob() 226 bool Statement::ColumnBlobAsString(int col, std::string* blob) { in ColumnBlobAsString() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff() 55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef() 60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) in copyCoeff() 95 void check_coordinates(Index row, Index col) const in check_coordinates() 109 void check_coordinates_internal(Index row, Index col) const in check_coordinates_internal()
|
D | DenseCoeffsBase.h | 94 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const in coeff() 208 EIGEN_STRONG_INLINE PacketReturnType packet(Index row, Index col) const in packet() 314 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) in coeffRef() 430 (Index row, Index col, const typename internal::packet_traits<Scalar>::type& x) in writePacket() 476 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, const DenseBase<OtherDerived>& other) in copyCoeff() 503 const Index col = colIndexByOuterInner(outer,inner); in copyCoeffByOuterInner() local 517 EIGEN_STRONG_INLINE void copyPacket(Index row, Index col, const DenseBase<OtherDerived>& other) in copyPacket() 546 const Index col = colIndexByOuterInner(outer,inner); in copyPacketByOuterInner() local
|
D | MapBase.h | 90 inline const Scalar& coeff(Index row, Index col) const in coeff() 101 inline const Scalar& coeffRef(Index row, Index col) const in coeffRef() 113 inline PacketScalar packet(Index row, Index col) const in packet() 201 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) in coeffRef() 213 inline void writePacket(Index row, Index col, const PacketScalar& x) in writePacket()
|
/external/stlport/test/unit/ |
D | collate_facets_test.cpp | 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); in collate_facet() local 40 collate<char> const& col = use_facet<collate<char> >(loc); in collate_facet() local 56 collate<char> const& col = use_facet<collate<char> >(loc); in collate_facet() local 87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); in collate_facet() local 104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); in collate_facet() 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/chromium_org/third_party/icu/source/test/intltest/ |
D | g7coll.cpp | 162 Collator *col = Collator::createInstance("en_US", status); in TestDemo1() local 196 Collator *col = Collator::createInstance("en_US", status); in TestDemo2() local 230 Collator *col = Collator::createInstance("en_US", status); in TestDemo3() local 264 Collator *col = Collator::createInstance("en_US", status); in TestDemo4() local
|
/external/icu4c/test/intltest/ |
D | g7coll.cpp | 162 Collator *col = Collator::createInstance("en_US", status); in TestDemo1() local 196 Collator *col = Collator::createInstance("en_US", status); in TestDemo2() local 230 Collator *col = Collator::createInstance("en_US", status); in TestDemo3() local 264 Collator *col = Collator::createInstance("en_US", status); in TestDemo4() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | CertStoreCollectionSpi.java | 38 List col = new ArrayList(); in engineGetCertificates() local 74 List col = new ArrayList(); in engineGetCRLs() local
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseTranspose.h | 43 inline typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); } in col() function 56 inline typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); } in col() function
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | CertificateFactorySpiTest.java | 93 Collection col = certFactorySpi in testCertificateFactorySpi01() local 161 Collection col = certFactorySpi in testCertificateFactorySpi02() local 231 Collection col = certFactorySpi in testCertificateFactorySpi03() local
|
/external/jpeg/ |
D | rdppm.c | 148 JDIMENSION col; in get_text_gray_row() local 166 JDIMENSION col; in get_text_rgb_row() local 186 JDIMENSION col; in get_scaled_gray_row() local 207 JDIMENSION col; in get_scaled_rgb_row() local 245 JDIMENSION col; in get_word_gray_row() local 269 JDIMENSION col; in get_word_rgb_row() local
|
D | jdcolor.c | 149 register JDIMENSION col; in ycc_rgb_convert() local 190 register JDIMENSION col; in ycc_rgba_8888_convert() local 231 register JDIMENSION col; in ycc_rgb_565_convert() local 303 register JDIMENSION col; in ycc_rgb_565D_convert() local 379 register JDIMENSION col; in rgb_rgba_8888_convert() local 405 register JDIMENSION col; in rgb_rgb_565_convert() local 456 register JDIMENSION col; in rgb_rgb_565D_convert() local 564 register JDIMENSION col; in gray_rgb_convert() local 585 register JDIMENSION col; in gray_rgba_8888_convert() local 606 register JDIMENSION col; in gray_rgb_565_convert() local [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | rdppm.c | 148 JDIMENSION col; in get_text_gray_row() local 166 JDIMENSION col; in get_text_rgb_row() local 186 JDIMENSION col; in get_scaled_gray_row() local 207 JDIMENSION col; in get_scaled_rgb_row() local 245 JDIMENSION col; in get_word_gray_row() local 269 JDIMENSION col; in get_word_rgb_row() local
|
D | jdcolor.c | 147 register JDIMENSION col; in ycc_rgb_convert() local 188 register JDIMENSION col; in ycc_rgba_8888_convert() local 229 register JDIMENSION col; in ycc_rgb_565_convert() local 301 register JDIMENSION col; in ycc_rgb_565D_convert() local 377 register JDIMENSION col; in rgb_rgba_8888_convert() local 403 register JDIMENSION col; in rgb_rgb_565_convert() local 454 register JDIMENSION col; in rgb_rgb_565D_convert() local 562 register JDIMENSION col; in gray_rgb_convert() local 583 register JDIMENSION col; in gray_rgba_8888_convert() local 604 register JDIMENSION col; in gray_rgb_565_convert() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 43 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
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 43 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
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 43 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
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 43 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
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mv.h | 20 int16_t col; member 30 int32_t col; member
|
/external/chromium_org/third_party/skia/src/images/ |
D | bmpdecoderhelper.cpp | 190 uint8 col = pixels; in DoRLEDecode() local 234 uint8 col = val; in DoRLEDecode() local 257 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) { in PutPixel() 291 uint8 col; in DoStandardDecode() local
|
/external/skia/src/images/ |
D | bmpdecoderhelper.cpp | 190 uint8 col = pixels; in DoRLEDecode() local 234 uint8 col = val; in DoRLEDecode() local 257 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) { in PutPixel() 291 uint8 col; in DoStandardDecode() local
|