HomeSort by relevance Sort by last modified time
    Searched refs:colType (Results 1 - 17 of 17) sorted by null

  /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);
  /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])
  /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])
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 69 coltype []string
83 cols []interface{} // must be same size as its table colname + coltype
132 colType []string // used by CREATE
254 db.tables[name] = &table{colname: columnNames, coltype: columnTypes}
276 return t.coltype[n], true
455 stmt.colType = append(stmt.colType, nameType[1])
666 if err := db.createTable(s.table, s.colName, s.colType); err != nil {
838 var colType []string
840 colType = append(colType, t.coltype[t.columnIndex(column)]
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 69 coltype []string
83 cols []interface{} // must be same size as its table colname + coltype
132 colType []string // used by CREATE
254 db.tables[name] = &table{colname: columnNames, coltype: columnTypes}
276 return t.coltype[n], true
455 stmt.colType = append(stmt.colType, nameType[1])
666 if err := db.createTable(s.table, s.colName, s.colType); err != nil {
838 var colType []string
840 colType = append(colType, t.coltype[t.columnIndex(column)]
    [all...]
  /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/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 321 milliseconds