Searched defs:column_type (Results 1 - 9 of 9) sorted by relevance

/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/third_party/mesa/src/src/glsl/
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 Dglsl_types.h433 const glsl_type *column_type() const function in struct:glsl_type
/external/mesa3d/src/glsl/
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 Dglsl_types.h433 const glsl_type *column_type() const function in struct:glsl_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
307 #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
307 #define sqlite3_column_type sqlite3_api->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. ...

Completed in 2274 milliseconds