Searched refs:schema_version (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libop/
H A Dop_xml_events.c24 char const * schema_version = "1.1"; local
29 init_xml_str_attr(SCHEMA_VERSION, schema_version, buffer, MAX_BUFFER);
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.cc194 Schema schema_version = SCHEMA_PLAIN; local
197 schema_version = static_cast<Schema>(schema_version_index);
199 return schema_version;
/external/chromium_org/storage/browser/quota/
H A Dquota_database.h162 int schema_version, int compatible_version,
H A Dquota_database.cc514 int schema_version, int compatible_version,
522 if (!meta_table->Init(database, schema_version, compatible_version))
511 CreateSchema( sql::Connection* database, sql::MetaTable* meta_table, int schema_version, int compatible_version, const TableSchema* tables, size_t tables_size, const IndexSchema* indexes, size_t indexes_size) argument
/external/oprofile/libpp/
H A Dxml_utils.cpp252 string const schema_version = "3.0"; local
259 cout << init_attr(SCHEMA_VERSION, schema_version);

Completed in 178 milliseconds