HomeSort by relevance Sort by last modified time
    Searched defs:column_type (Results 1 - 6 of 6) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Stmt.java 212 public native int column_type(int col) throws SQLite.Exception; method in class:Stmt
228 switch (column_type(col)) {
  /external/mesa3d/src/glsl/
ir_constant_expression.cpp 889 const glsl_type *const column_type = array->type->column_type(); local
894 const unsigned mat_idx = column * column_type->vector_elements;
898 switch (column_type->base_type) {
901 for (unsigned i = 0; i < column_type->vector_elements; i++)
907 for (unsigned i = 0; i < column_type->vector_elements; i++)
917 return new(ctx) ir_constant(column_type, &data);
    [all...]
glsl_types.h 349 const glsl_type *column_type() const function in struct:glsl_type
  /external/chromium/chrome/common/
sqlite_utils.cc 127 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
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 649 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);
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 75 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
250 #define sqlite3_column_type sqlite3_api->column_type

Completed in 350 milliseconds