Searched refs:column_type (Results 1 - 15 of 15) 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/webrtc/tools/python_charts/webrtc/
H A Ddata_helper.py83 column_type = self.table_description[field_name][0]
85 result_table_description[column_name] = (column_type, column_description)
/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/sqlite/dist/orig/
H A Dsqlite3ext.h75 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
332 #define sqlite3_column_type sqlite3_api->column_type
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h75 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
332 #define sqlite3_column_type sqlite3_api->column_type
H A Dsqlite3.c[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp467 const glsl_type *column = type->column_type();
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 781 milliseconds