OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colType
(Results
1 - 8
of
8
) 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/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/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/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 2878 milliseconds