HomeSort by relevance Sort by last modified time
    Searched refs:colType (Results 1 - 12 of 12) 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);
  /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/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/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 262 milliseconds