OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TABLE_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/autotest/database/
db_utils.py
0
TABLE_TYPE
= object()
36
TABLE_TYPE
)
52
check_exists(src_manager, tables,
TABLE_TYPE
)
77
if type ==
TABLE_TYPE
:
82
raise Exception("type parameter must be either
TABLE_TYPE
or VIEW_TYPE")
113
check_exists(manager, DJANGO_AUTH_TABLES,
TABLE_TYPE
)
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java
39
public static final int
TABLE_TYPE
= 1;
93
/** Type, e.g.
TABLE_TYPE
*/
Completed in 61 milliseconds