HomeSort by relevance Sort by last modified time
    Searched full:table_type (Results 1 - 20 of 20) 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)
  /external/curl/packages/vms/
report_openssl_version.c 41 const unsigned long * table_type);
81 const unsigned long table_type = LIB$K_CLI_LOCAL_SYM; local
93 status = LIB$SET_SYMBOL(&symbol_dsc, &value_dsc, &table_type);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_vendor_tag_defs.h 46 u32 table_type; member in struct:__anon35214
wifilogger_event_defs.h 377 u32 table_type; member in struct:__anon35203
wifilogger_diag.cpp 505 extScanResultsAvailVenData.table_type =
506 pExtScanResultsAvail->table_type;
    [all...]
  /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 */
HtmlTreeBuilder.java 197 if (element.getType() == HTML.Element.TABLE_TYPE) {
234 if (tables > 0 && element.getType() == HTML.Element.TABLE_TYPE) {
HTML4.java 103 return addElement(tag, flags, flow, HTML.Element.TABLE_TYPE);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 126 $result = wmysql_query("SELECT TABLE_NAME FROM TABLES WHERE `TABLE_SCHEMA` = '$db' AND `TABLE_TYPE` = 'BASE TABLE'");
  /external/vulkan-validation-layers/
vk-layer-generate.py     [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py     [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 519 "upper(type) AS 'TABLE_TYPE', " +
574 String cols[] = { "TABLE_TYPE" };
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 532 Off GetSectionOffsetByType(int table_type, Off* size) {
539 if (sh_type == static_cast<Word>(table_type)) {
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 377 milliseconds