Home
last modified time | relevance | path

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

12345678910

/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/webkit/Source/WebCore/platform/sql/
DSQLiteStatement.cpp278 bool SQLiteStatement::isColumnNull(int col) in isColumnNull()
290 String SQLiteStatement::getColumnName(int col) in getColumnName()
301 SQLValue SQLiteStatement::getColumnValue(int col) in getColumnValue()
329 String SQLiteStatement::getColumnText(int col) in getColumnText()
340 double SQLiteStatement::getColumnDouble(int col) in getColumnDouble()
351 int SQLiteStatement::getColumnInt(int col) in getColumnInt()
362 int64_t SQLiteStatement::getColumnInt64(int col) in getColumnInt64()
373 String SQLiteStatement::getColumnBlobAsString(int col) in getColumnBlobAsString()
395 void SQLiteStatement::getColumnBlobAsVector(int col, Vector<char>& result) in getColumnBlobAsVector()
421 const void* SQLiteStatement::getColumnBlob(int col, int& size) in getColumnBlob()
[all …]
/external/chromium/app/sql/
Dstatement.cc71 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/
DTriangularMatrix.h54 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()
DDenseCoeffsBase.h94 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
DMapBase.h90 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/
Dcollate_facets_test.cpp20 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/webkit/Source/WebCore/html/
DDataGridColumnList.cpp80 void DataGridColumnList::remove(DataGridColumn* col) in remove()
94 void DataGridColumnList::move(DataGridColumn* col, unsigned long index) in move()
114 void DataGridColumnList::primaryColumnChanged(DataGridColumn* col) in primaryColumnChanged()
/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/icu4c/test/intltest/
Dg7coll.cpp162 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
Ddadrcoll.cpp149 DataDrivenCollatorTest::processArguments(Collator *col, const UChar *start, int32_t optLen) { in processArguments()
169 Collator *col = NULL; in processTest() local
261 DataDrivenCollatorTest::processSequence(Collator* col, const UnicodeString &sequence) { in processSequence()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertStoreCollectionSpi.java38 List col = new ArrayList(); in engineGetCertificates() local
74 List col = new ArrayList(); in engineGetCRLs() local
/external/eigen/Eigen/src/SparseCore/
DSparseTranspose.h43 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/
DCertificateFactorySpiTest.java93 Collection col = certFactorySpi in testCertificateFactorySpi01() local
161 Collection col = certFactorySpi in testCertificateFactorySpi02() local
231 Collection col = certFactorySpi in testCertificateFactorySpi03() local
/external/jpeg/
Drdppm.c148 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
Djdcolor.c147 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 …]
Dwrtarga.c106 register JDIMENSION col; in put_pixel_rows() local
127 register JDIMENSION col; in put_gray_rows() local
151 register JDIMENSION col; in put_demapped_gray() local
/external/qemu/distrib/jpeg-6b/
Drdppm.c148 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
Djdcolor.c147 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 …]
Djccolor.c141 register JDIMENSION col; in rgb_ycc_convert() local
188 register JDIMENSION col; in rgb565_ycc_convert() local
234 register JDIMENSION col; in rgba8888_ycc_convert() local
290 register JDIMENSION col; in rgb_gray_convert() local
329 register JDIMENSION col; in cmyk_ycck_convert() local
381 register JDIMENSION col; in grayscale_convert() local
440 register JDIMENSION col; in null_convert() local
452 int col = num_cols; in null_convert() local
Dwrtarga.c106 register JDIMENSION col; in put_pixel_rows() local
127 register JDIMENSION col; in put_gray_rows() local
151 register JDIMENSION col; in put_demapped_gray() local
/external/skia/src/images/
Dbmpdecoderhelper.cpp190 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/legacy/src/images/
Dbmpdecoderhelper.cpp190 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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DSerializationStressTest3.java665 Object col = Collections.synchronizedMap(TABLE); in test_18_91_writeObject() local
694 Object col = Collections.unmodifiableMap(TABLE); in test_18_92_writeObject() local
751 Object col = Collections.synchronizedMap(MAP); in test_18_94_writeObject() local
780 Object col = Collections.unmodifiableMap(MAP); in test_18_95_writeObject() local
865 Object col = Collections.synchronizedList(LIST); in test_18_98_writeObject() local
894 Object col = Collections.unmodifiableList(LIST); in test_18_99_writeObject() local
951 Object col = Collections.synchronizedSet(SET); in test_18_101_writeObject() local
980 Object col = Collections.unmodifiableSet(SET); in test_18_102_writeObject() local
1037 Object col = Collections.synchronizedSortedMap(TREE); in test_18_104_writeObject() local
1066 Object col = Collections.unmodifiableSortedMap(TREE); in test_18_105_writeObject() local
[all …]
/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_matrix.c278 Ewk_Tile *ewk_tile_matrix_tile_exact_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, … in ewk_tile_matrix_tile_exact_get()
324 Eina_Bool ewk_tile_matrix_tile_exact_exists(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int ro… in ewk_tile_matrix_tile_exact_exists()
361 Ewk_Tile *ewk_tile_matrix_tile_nearest_get(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row… in ewk_tile_matrix_tile_nearest_get()
425 Ewk_Tile *ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int… in ewk_tile_matrix_tile_new()
500 Eina_Bool ewk_tile_matrix_tile_update(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row, con… in ewk_tile_matrix_tile_update()
537 Eina_Bool ewk_tile_matrix_tile_update_full(Ewk_Tile_Matrix *tm, unsigned long col, unsigned int row) in ewk_tile_matrix_tile_update_full()
632 unsigned long col, row; in ewk_tile_matrix_update() local
704 unsigned long row, col; in ewk_tile_matrix_dbg() local

12345678910