/prebuilts/go/darwin-x86/src/database/sql/ |
fakedb_test.go | 96 coltype []string 110 cols []interface{} // must be same size as its table colname + coltype 183 colType []string // used by CREATE 305 db.tables[name] = &table{colname: columnNames, coltype: columnTypes} 327 return t.coltype[n], true 536 stmt.colType = append(stmt.colType, nameType[1]) 757 if err := db.createTable(s.table, s.colName, s.colType); err != nil { 933 var colType []string 935 colType = append(colType, t.coltype[t.columnIndex(column)] [all...] |
/prebuilts/go/linux-x86/src/database/sql/ |
fakedb_test.go | 96 coltype []string 110 cols []interface{} // must be same size as its table colname + coltype 183 colType []string // used by CREATE 305 db.tables[name] = &table{colname: columnNames, coltype: columnTypes} 327 return t.coltype[n], true 536 stmt.colType = append(stmt.colType, nameType[1]) 757 if err := db.createTable(s.table, s.colName, s.colType); err != nil { 933 var colType []string 935 colType = append(colType, t.coltype[t.columnIndex(column)] [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
ContactsUtils.java | 53 int colType; 60 colType = cursor.getColumnIndex(Phone.TYPE); 63 colType = cursor.getColumnIndex(Email.TYPE); 66 colType = cursor.getColumnIndex(StructuredPostal.TYPE); 69 colType = cursor.getColumnIndex(Organization.TYPE); 75 final int type = cursor.getInt(colType);
|
/external/autotest/frontend/afe/templates/admin/ |
base.html | 38 <div id="content" class="{% block coltype %}colM{% endblock %}">
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
cursor.c | 308 int coltype;
local 362 coltype = sqlite3_column_type(self->statement->st, i);
local 364 if (coltype == SQLITE_NULL) {
367 } else if (coltype == SQLITE_INTEGER) {
374 } else if (coltype == SQLITE_FLOAT) {
376 } else if (coltype == SQLITE_TEXT) {
399 /* coltype == SQLITE_BLOB */
[all...] |
/external/python/cpython2/Modules/_sqlite/ |
cursor.c | 297 int coltype; local 350 coltype = sqlite3_column_type(self->statement->st, i); local 352 if (coltype == SQLITE_NULL) { 355 } else if (coltype == SQLITE_INTEGER) { 357 } else if (coltype == SQLITE_FLOAT) { 359 } else if (coltype == SQLITE_TEXT) { 383 /* coltype == SQLITE_BLOB */ [all...] |
/external/python/cpython3/Modules/_sqlite/ |
cursor.c | 231 int coltype; local 282 coltype = sqlite3_column_type(self->statement->st, i); local 284 if (coltype == SQLITE_NULL) { 287 } else if (coltype == SQLITE_INTEGER) { 289 } else if (coltype == SQLITE_FLOAT) { 291 } else if (coltype == SQLITE_TEXT) { 326 /* coltype == SQLITE_BLOB */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
csv.py | 442 for col, colType in columnTypes.items():
443 if type(colType) == type(0): # it's a length
444 if len(header[col]) != colType:
450 colType(header[col])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
csv.py | 437 for col, colType in columnTypes.items():
438 if type(colType) == type(0): # it's a length
439 if len(header[col]) != colType:
445 colType(header[col])
|
/external/python/cpython2/Lib/ |
csv.py | 442 for col, colType in columnTypes.items(): 443 if type(colType) == type(0): # it's a length 444 if len(header[col]) != colType: 450 colType(header[col])
|
/external/python/cpython3/Lib/ |
csv.py | 435 for col, colType in columnTypes.items(): 436 if type(colType) == type(0): # it's a length 437 if len(header[col]) != colType: 443 colType(header[col])
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
csv.py | 437 for col, colType in columnTypes.items(): 438 if type(colType) == type(0): # it's a length 439 if len(header[col]) != colType: 445 colType(header[col])
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
csv.py | 437 for col, colType in columnTypes.items(): 438 if type(colType) == type(0): # it's a length 439 if len(header[col]) != colType: 445 colType(header[col])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
csv.py | 437 for col, colType in columnTypes.items(): 438 if type(colType) == type(0): # it's a length 439 if len(header[col]) != colType: 445 colType(header[col])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
csv.py | 437 for col, colType in columnTypes.items(): 438 if type(colType) == type(0): # it's a length 439 if len(header[col]) != colType: 445 colType(header[col])
|
/external/eigen/Eigen/src/SVD/ |
JacobiSVD.h | 511 typedef typename internal::plain_col_type<MatrixType>::type ColType; [all...] |
/prebuilts/misc/common/jython/ |
jython.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/external/vulkan-validation-layers/libs/glm/detail/ |
type_mat.hpp | 50 template <typename T, precision P, template <class, precision> class colType, template <class, precision> class rowType> [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ |
type_mat.hpp | 50 template <typename T, precision P, template <class, precision> class colType, template <class, precision> class rowType> [all...] |
/external/guice/extensions/persist/lib/ |
hsqldb.jar | |
/external/robolectric/v1/lib/main/ |
sqlite-jdbc-3.7.2.jar | |
/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 | |