Searched refs:column_type (Results 1 - 25 of 27) sorted by relevance

12

/external/javasqlite/src/main/java/SQLite/
H A DStmt.java212 public native int column_type(int col) throws SQLite.Exception; method in class:Stmt
228 switch (column_type(col)) {
/external/chromium_org/sql/
H A Dstatement.cc171 std::string column_type(sqlite3_column_decltype(ref_->stmt(), col));
172 StringToLowerASCII(&column_type);
174 if (column_type == "integer")
176 else if (column_type == "float")
178 else if (column_type == "text")
180 else if (column_type == "blob")
/external/chromium/chrome/common/
H A Dsqlite_utils.h322 int column_type(int index);
386 const char* column_type);
390 const char* column_type) {
391 return DoesSqliteColumnExist(db, NULL, table_name, column_name, column_type);
387 DoesSqliteColumnExist(sqlite3* db, const char* table_name, const char* column_name, const char* column_type) argument
H A Dsqlite_utils.cc127 const char* column_type) {
145 if (column_type && column_type[0])
146 return !s.column_string(2).compare(column_type);
394 int SQLStatement::column_type(int index) { function in class:SQLStatement
123 DoesSqliteColumnExist(sqlite3* db, const char* database_name, const char* table_name, const char* column_name, const char* column_type) argument
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc649 const views::GridLayout::SizeType column_type = local
658 0, column_type, shortcut_column_width, 0);
663 0, column_type, candidate_column_width, 0);
668 0, column_type, annotation_column_width, 0);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.h433 const glsl_type *column_type() const function in struct:glsl_type
H A Dopt_array_splitting.cpp373 subtype = type->column_type();
H A Dir_constant_expression.cpp1086 const glsl_type *const column_type = array->type->column_type(); local
1091 const unsigned mat_idx = column * column_type->vector_elements;
1095 switch (column_type->base_type) {
1098 for (unsigned i = 0; i < column_type->vector_elements; i++)
1104 for (unsigned i = 0; i < column_type->vector_elements; i++)
1114 return new(ctx) ir_constant(column_type, &data);
H A Dast_function.cpp539 const int c = component / src->type->column_type()->vector_elements;
540 const int r = component % src->type->column_type()->vector_elements;
544 col->type = src->type->column_type();
1022 const glsl_type *const col_type = var->type->column_type();
H A Dast_to_hir.cpp293 if (type_a->row_type() == type_b->column_type()) {
301 type_a->column_type()->vector_elements,
318 type_a->column_type()->vector_elements,
332 if (type_a == type_b->column_type()) {
H A Dir.cpp1232 type = vt->column_type();
/external/mesa3d/src/glsl/
H A Dglsl_types.h433 const glsl_type *column_type() const function in struct:glsl_type
H A Dopt_array_splitting.cpp373 subtype = type->column_type();
H A Dir_constant_expression.cpp1086 const glsl_type *const column_type = array->type->column_type(); local
1091 const unsigned mat_idx = column * column_type->vector_elements;
1095 switch (column_type->base_type) {
1098 for (unsigned i = 0; i < column_type->vector_elements; i++)
1104 for (unsigned i = 0; i < column_type->vector_elements; i++)
1114 return new(ctx) ir_constant(column_type, &data);
H A Dast_function.cpp539 const int c = component / src->type->column_type()->vector_elements;
540 const int r = component % src->type->column_type()->vector_elements;
544 col->type = src->type->column_type();
1022 const glsl_type *const col_type = var->type->column_type();
H A Dast_to_hir.cpp293 if (type_a->row_type() == type_b->column_type()) {
301 type_a->column_type()->vector_elements,
318 type_a->column_type()->vector_elements,
332 if (type_a == type_b->column_type()) {
H A Dir.cpp1232 type = vt->column_type();
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h73 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
269 #define sqlite3_column_type sqlite3_api->column_type
/external/sqlite/dist/orig/
H A Dsqlite3ext.h75 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
293 #define sqlite3_column_type sqlite3_api->column_type
/external/sqlite/dist/
H A Dsqlite3ext.h75 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
293 #define sqlite3_column_type sqlite3_api->column_type
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_view.cc369 const views::GridLayout::SizeType column_type = local
378 0, column_type, shortcut_column_width, 0);
390 0, column_type, annotation_column_width, 0);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp467 const glsl_type *column = type->column_type();
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp467 const glsl_type *column = type->column_type();
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]

Completed in 652 milliseconds

12