HomeSort by relevance Sort by last modified time
    Searched refs:schema_version (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libop/
op_xml_events.c 24 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/
supervised_user_authentication.cc 194 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/
quota_database.h 162 int schema_version, int compatible_version,
quota_database.cc 514 int schema_version, int compatible_version,
522 if (!meta_table->Init(database, schema_version, compatible_version))
  /external/oprofile/libpp/
xml_utils.cpp 252 string const schema_version = "3.0"; local
259 cout << init_attr(SCHEMA_VERSION, schema_version);

Completed in 81 milliseconds