HomeSort by relevance Sort by last modified time
    Searched refs:column_type (Results 1 - 20 of 20) 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/toolchain-utils/crosperf/
column_chart.py 23 def AddColumn(self, name, column_type):
24 self.columns.append((column_type, name))
  /external/webrtc/tools/python_charts/webrtc/
data_helper.py 83 column_type = self.table_description[field_name][0]
85 result_table_description[column_name] = (column_type, column_description)
  /external/mesa3d/src/compiler/glsl/
ir_constant_expression.cpp 742 const glsl_type *const column_type = array->type->column_type(); local
747 const unsigned mat_idx = column * column_type->vector_elements;
751 switch (column_type->base_type) {
754 for (unsigned i = 0; i < column_type->vector_elements; i++)
760 for (unsigned i = 0; i < column_type->vector_elements; i++)
766 for (unsigned i = 0; i < column_type->vector_elements; i++)
776 return new(ctx) ir_constant(column_type, &data);
ast_function.cpp 924 const int c = component / src->type->column_type()->vector_elements
    [all...]
opt_array_splitting.cpp 441 subtype = type->column_type();
glsl_parser_extras.cpp     [all...]
ir.cpp     [all...]
  /external/mesa3d/src/compiler/
nir_types.cpp 41 return type->column_type();
72 return type->column_type();
glsl_types.cpp     [all...]
glsl_types.h 704 const glsl_type *column_type() const function in struct:glsl_type
  /external/sqlite/dist/orig/
sqlite3ext.h 73 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
362 #define sqlite3_column_type sqlite3_api->column_type
  /external/sqlite/dist/
sqlite3ext.h 73 int (*column_type)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
362 #define sqlite3_column_type sqlite3_api->column_type
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
feature_column.py     [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 589 const struct glsl_type *column_type = local
612 *inout = vtn_create_ssa_value(b, column_type);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 590 const glsl_type *col_type = type->column_type();
    [all...]
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 426 const Type column_type = GetType(m_basic_type, 1, m_n_rows); local
433 stream << column_type.GetGLSLConstructor(column_data);
    [all...]

Completed in 2147 milliseconds