HomeSort by relevance Sort by last modified time
    Searched full:currentversion (Results 51 - 75 of 82) sorted by null

1 23 4

  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/
ThirdPartyProject.prop 3 currentVersion=0.6
  /external/javassist/sample/evolve/
DemoServer.java 45 private String currentVersion = ver0;
56 if (currentVersion == ver0)
57 currentVersion = ver1;
59 currentVersion = ver0;
61 updateClassfile(currentVersion);
  /external/webkit/
ThirdPartyProject.prop 3 currentVersion=55486
  /frameworks/base/tools/localize/
localize.h 22 string currentVersion;
XLIFFFile.h 39 const string& currentVersion);
45 inline const string& CurrentVersion() const { return m_currentVersion; }
merge_res_and_xliff.cpp 73 string currentVersion = xliffFile->CurrentVersion();
104 CURRENT_VERSION, currentVersion));
116 CURRENT_VERSION, currentVersion));
128 CURRENT_VERSION, currentVersion));
276 OLD_VERSION, file->xliff->CurrentVersion(), false);
localize.cpp 51 settings.currentVersion = configNode->GetAttribute("", "new-cl", "");
52 if (settings.currentVersion == "") {
245 err = Perforce::GetResourceFileNames(setting.currentVersion, rootDir,
308 fprintf(stderr, " Current CL: %s\n", setting.currentVersion.c_str());
315 XLIFFFile* xliff = XLIFFFile::Create(english, translated, setting.currentVersion);
328 setting.currentVersion, true);
334 setting.currentVersion.c_str());
354 setting.currentVersion, false);
386 filename << config << '-' << targetLocale << '-' << setting.currentVersion << ".xliff";
localize_test.cpp 136 printf(" currentVersion='%s'\n", setting.currentVersion.c_str());
XLIFFFile.cpp 156 const string& currentVersion)
161 result->m_currentVersion = currentVersion;
  /external/webkit/Source/WebCore/storage/
AbstractDatabase.cpp 257 String currentVersion;
264 currentVersion = entry->second.isNull() ? String("") : entry->second;
265 LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data());
281 if (!getVersionFromDatabase(currentVersion)) {
288 if (currentVersion.length()) {
289 LOG(StorageAPI, "Retrieved current version %s from database %s", currentVersion.ascii().data(), databaseDebugName().ascii().data());
299 currentVersion = m_expectedVersion;
302 updateGuidVersionMap(m_guid, currentVersion);
306 if (currentVersion.isNull()) {
308 currentVersion = ""
    [all...]
  /external/icu4c/common/
wintz.c 59 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones",
62 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT"
73 "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones\\",
76 "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\"
183 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones\
184 HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones\
  /external/chromium/chrome/browser/importer/
firefox_importer_utils_win.cc 34 LONG result = reg_key.ReadValue(L"CurrentVersion", ver_buffer,
50 LONG result = reg_key.ReadValue(L"CurrentVersion", buffer,
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmDatabaseHelper.java 63 int currentVersion) {
66 oldVersion + " to " + currentVersion +
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 64 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) {
66 oldVersion + " to " + currentVersion +
  /external/bluetooth/glib/gio/
gwin32volumemonitor.c 72 * Software\Microsoft\Windows\CurrentVersion\Policies\Explorer under
91 "CurrentVersion\\Policies\\Explorer",
111 "CurrentVersion\\Policies\\Explorer",
gwin32appinfo.c 547 if (RegOpenKeyExW (HKEY_CURRENT_USER, L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts", 0,
  /external/chromium/net/proxy/
proxy_config_service_win.cc 112 L"Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings");
116 L"Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings");
120 L"SOFTWARE\\Policies\\Microsoft\\Windows\\CurrentVersion\\"
  /external/chromium/base/debug/
debugger_win.cc 77 L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug",
  /external/chromium/base/win/
win_util.cc 93 L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System",
126 L"Software\\Microsoft\\Windows\\CurrentVersion\\Run";
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 86 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) {
88 oldVersion + " to " + currentVersion +
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java     [all...]
  /external/chromium/chrome/browser/
background_mode_manager_win.cc 34 L"Software\\Microsoft\\Windows\\CurrentVersion\\Run";
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 94 /* CurrentVersion tracks the serialization version so that persistant stores
100 static const unsigned int CurrentVersion = 2;
112 * SerializedValue :- <CurrentVersion:uint32_t> Value
261 writeLittleEndian(out, CurrentVersion);
277 write(CurrentVersion);
772 if (!readLittleEndian(ptr, end, version) || version > CurrentVersion)
854 bool isValid() const { return m_version <= CurrentVersion; }
    [all...]
  /external/chromium/chrome/browser/cocoa/
keystone_glue.mm 636 NSString* currentVersion =
641 version = currentVersion;
643 } else if ([version isEqualToString:currentVersion]) {
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 144 public void onUpgrade(SQLiteDatabase db, int oldVersion, int currentVersion) {
146 + currentVersion);
    [all...]

Completed in 3849 milliseconds

1 23 4