OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coltype
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl
299
proc
Coltype
{} {
330
{CREATE TABLE [Identifier]([Identifier] [
Coltype
], [Identifier] [
Coltype
])}
331
{CREATE TEMP TABLE [Identifier]([Identifier] [
Coltype
])}
/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/chromium_org/sql/
statement.cc
172
ColType
Statement::ColumnType(int col) const {
180
return static_cast<
ColType
>(sqlite3_column_type(ref_->stmt(), col));
183
ColType
Statement::DeclaredColumnType(int col) const {
statement.h
21
enum
ColType
{
125
ColType
ColumnType(int col) const;
126
ColType
DeclaredColumnType(int col) const;
/external/chromium/app/sql/
statement.cc
146
ColType
Statement::ColumnType(int col) const {
154
return static_cast<
ColType
>(sqlite3_column_type(ref_->stmt(), col));
statement.h
21
enum
ColType
{
123
ColType
ColumnType(int col) const;
/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/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc
23
SQLiteCursor::JavaColumnType ToJavaColumnType(sql::
ColType
type) {
/external/eigen/Eigen/src/SVD/
JacobiSVD.h
504
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/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 844 milliseconds