Searched refs:currentVersion (Results 1 – 8 of 8) sorted by relevance
/external/javassist/sample/evolve/ |
D | DemoServer.java | 45 private String currentVersion = ver0; field in DemoServer 56 if (currentVersion == ver0) in doReply() 57 currentVersion = ver1; in doReply() 59 currentVersion = ver0; in doReply() 61 updateClassfile(currentVersion); in doReply()
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
D | DatabaseBackendBase.cpp | 330 String currentVersion; in performOpenAndVerify() local 337 currentVersion = entry->value.isNull() ? emptyString() : entry->value.isolatedCopy(); in performOpenAndVerify() 338 …WTF_LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().dat… in performOpenAndVerify() 350 currentVersion = versionFromDatabase; in performOpenAndVerify() 351 updateGuidVersionMap(m_guid, currentVersion); in performOpenAndVerify() 377 } else if (!getVersionFromDatabase(currentVersion, false)) { in performOpenAndVerify() 385 if (currentVersion.length()) { in performOpenAndVerify() 386 …WTF_LOG(StorageAPI, "Retrieved current version %s from database %s", currentVersion.ascii().data()… in performOpenAndVerify() 396 currentVersion = m_expectedVersion; in performOpenAndVerify() 398 updateGuidVersionMap(m_guid, currentVersion); in performOpenAndVerify() [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | Settings.js | 482 WebInspector.VersionController.currentVersion = 8; 488 var currentVersion = WebInspector.VersionController.currentVersion; 490 var methodsToRun = this._methodsToRunToUpdateVersion(oldVersion, currentVersion); 493 versionSetting.set(currentVersion); 500 _methodsToRunToUpdateVersion: function(oldVersion, currentVersion) argument 503 for (var i = oldVersion; i < currentVersion; ++i)
|
/external/ppp/pppd/ |
D | ThirdPartyProject.prop | 3 currentVersion=2.4.5
|
/external/qemu/distrib/jpeg-6b/ |
D | ThirdPartyProject.prop | 3 currentVersion=8a
|
/external/chromium_org/third_party/freetype/ |
D | ThirdPartyProject.prop | 3 currentVersion=2.4.6
|
/external/chromium_org/chrome/browser/mac/ |
D | keystone_glue.mm | 653 NSString* currentVersion = 658 version = currentVersion; 660 } else if ([version isEqualToString:currentVersion]) {
|
/external/chromium_org/google_update/ |
D | google_update_idl.idl | 252 [id(1), propget] HRESULT currentVersion([out, retval] IDispatch** current);
|