/external/e2fsprogs/tests/f_bad_local_jnl/ |
name | 1 test for corrupt local journal (bad V1->V2 journal upgrade)
|
/packages/apps/Email/src/com/android/email/service/ |
EmailUpgradeBroadcastReceiver.java | 8 * {@link BroadcastReceiver} for app upgrade. This listens to package replacement (for unbundled 9 * upgrade) and reboot (for OTA upgrade). The code in the {@link EmailBroadcastProcessorService}
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
ChangeLog | 3 * Makefile.in.in: Upgrade to gettext-0.17.
|
/external/libexif/ |
README.android | 4 - do not upgrade to LGPLv3
|
/external/elfutils/0.153/m4/ |
ChangeLog | 3 * gettext.m4: Upgrade to gettext-0.17. 4 * iconv.m4: Upgrade to gettext-0.17. 5 * po.m4: Upgrade to gettext-0.17. 48 * codeset.m4: Upgrade to gettext-0.11. 49 * gettext.m4: Upgrade to gettext-0.11. 50 * glibc21.m4: Upgrade to gettext-0.11. 51 * iconv.m4: Upgrade to gettext-0.11. 53 * lcmessage.m4: Upgrade to gettext-0.11. 54 * lib-ld.m4: Upgrade to gettext-0.11. 55 * lib-link.m4: Upgrade to gettext-0.11 [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_handshake_draft75.py | 48 'Upgrade': 'WebSocket', 49 'Connection': 'Upgrade', 57 'Upgrade: WebSocket\r\n' 58 'Connection: Upgrade\r\n' 66 'Upgrade: WebSocket\r\n' 67 'Connection: Upgrade\r\n' 77 'Upgrade': 'WebSocket', 78 'Connection': 'Upgrade', 86 'Upgrade: WebSocket\r\n' 87 'Connection: Upgrade\r\n [all...] |
test_handshake_hybi00.py | 51 'Connection': 'Upgrade', 54 'Upgrade': 'WebSocket', 66 'Connection': 'UPGRADE', 69 'Upgrade': 'WEBSOCKET', 77 'Upgrade: WebSocket\r\n' 78 'Connection: Upgrade\r\n' 87 'Upgrade: WebSocket\r\n' 88 'Connection: Upgrade\r\n' 101 'Connection': 'Upgrade', 104 'Upgrade': 'WebSocket' [all...] |
/external/chromium_org/chrome/installer/linux/debian/ |
prerm | 11 # Treat conflict remove as an upgrade. 12 action="upgrade" 14 # Don't clean-up just for an upgrade.` 15 if [ "$action" = "upgrade" ] ; then
|
/external/chromium_org/chrome/browser/ |
upgrade_detector.h | 17 // This class is a singleton class that monitors when an upgrade happens in the 20 // a) Detecting an upgrade and... 21 // b) When we think the user should be notified about the upgrade. 26 // The Homeland Security Upgrade Advisory System. 49 // Whether the user should be notified about an upgrade. 52 // Whether the upgrade recommendation is due to Chrome being outdated. 57 // Whether the upgrade recommendation is due to Chrome being outdated AND 74 // When the last upgrade was detected. 130 // When the upgrade was detected. 138 // The stage at which the annoyance level for upgrade notifications is at [all...] |
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
KeySetHostTest.java | 49 /* plain test apks with different signing and upgrade keysets */ 74 /* The apks defining and using the permission have both A and B as upgrade keys */ 179 * Helper method which installs a package and an upgrade to it. 183 * @param secondApk - apk to which we attempt to upgrade 200 /* attempt to install upgrade */ 235 * Check if an apk which does not specify an upgrade-key-set may be upgraded 240 assertNull(String.format("failed to upgrade keyset app from no specified upgrade-key-set" 241 + "to version with specified upgrade-key-set, Reason: %s", installResult), 246 * Check if an apk which does specify an upgrade-key-set may be upgrade [all...] |
/external/e2fsprogs/debian/ |
e2fsck-static.preinst | 8 if test "$1" = upgrade \
|
e2fsprogs.preinst | 8 if test "$1" = upgrade \
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
SettingsUpgrader.java | 24 * The SettingsUpgrader class can be used to define an upgrade flow that 25 * executes upgrade logic to a target version when a version number has changed. 48 * Execute an upgrade callback if an upgrade version has changed. Third 49 * party modules also use this to upgrade settings local to them. 51 public void upgrade(SettingsManager settingsManager) { method in class:SettingsUpgrader 54 upgrade(settingsManager, lastVersion, mTargetVersion); method 63 * than some known version for a particular setting, and apply upgrade logic 66 protected abstract void upgrade(SettingsManager settingsManager, int lastVersion, method in class:SettingsUpgrader 72 * Upgrader may need to perform an upgrade analysis on the versio [all...] |
/external/chromium_org/net/websockets/ |
websocket_handshake_handler_test.cc | 39 "Upgrade: websocket\r\n" 40 "Connection: Upgrade\r\n" 61 "Upgrade: websocket\r\n" 62 "Connection: Upgrade\r\n" 82 "Upgrade: websocket\r\n" 83 "Connection: Upgrade\r\n" 99 "Upgrade: websocket\r\n" 100 "Connection: Upgrade\r\n" 120 "Upgrade: websocket\r\n" 121 "Connection: Upgrade\r\n [all...] |
websocket_handshake_handler_spdy_test.cc | 40 "Upgrade: websocket\r\n" 41 "Connection: Upgrade\r\n" 61 EXPECT_TRUE(spdy_util_.GetHeader(headers, "upgrade").empty()); 62 EXPECT_TRUE(spdy_util_.GetHeader(headers, "Upgrade").empty()); 94 "Upgrade: websocket\r\n" 95 "Connection: Upgrade\r\n" 111 "Upgrade: websocket\r\n" 112 "Connection: Upgrade\r\n" 133 EXPECT_TRUE(spdy_util_.GetHeader(headers, "upgrade").empty()); 134 EXPECT_TRUE(spdy_util_.GetHeader(headers, "Upgrade").empty()) [all...] |
websocket_net_log_params_test.cc | 18 list->Append(new base::StringValue("Connection: Upgrade")); 21 list->Append(new base::StringValue("Upgrade: WebSocket")); 36 "Connection: Upgrade\r\n" 39 "Upgrade: WebSocket\r\n"
|
/device/sample/apps/upgrade/src/com/example/android/platform/upgrade/ |
Upgrade.java | 17 package com.example.android.platform.upgrade; 32 public class Upgrade extends BroadcastReceiver { 36 // so can do whatever cleanup after an upgrade that we want. 37 Log.i("Example", "******************* UPGRADE HERE *******************");
|
/external/chromium_org/remoting/host/installer/linux/debian/ |
rules | 10 # Don't restart the service on package upgrade, as that will restart users'
|
preinst | 20 "install" | "upgrade")
|
/device/sample/apps/upgrade/ |
AndroidManifest.xml | 20 package="com.example.android.platform.upgrade"> 22 <application android:label="Upgrade App"> 23 <receiver android:name="Upgrade">
|
/external/chromium_org/net/tools/dump_cache/ |
dump_cache.cc | 37 "\nIn order to use the upgrade function, a version of this tool that\n" 38 "understands the file format of the files to upgrade is needed. For\n" 39 "instance, to upgrade files saved with file format 3.4 to version 5.2,\n" 58 // Upgrade an old version to the current one. 59 const char kUpgrade[] = "upgrade"; 72 printf("--upgrade: copy contents to the output path\n"); 122 bool upgrade = command_line.HasSwitch(kUpgrade); local 125 if ((dump_to_files || upgrade) && output_path.empty()) 132 bool slave_required = upgrade; 159 if (upgrade) [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_version_upgrade.cc | 21 // It is not possible to upgrade cache structures on disk that are of version 29 LOG(ERROR) << "Failed to upgrade Simple Cache from version: " << version; 67 // To keep complexity small this specific upgrade code *deletes* the old index 110 // Some points about the Upgrade process are still not clear: 111 // 1. if the upgrade path requires dropping cache it would be faster to just 116 // time, the upgrade process may need to deal with a partially completed 117 // previous upgrade. For example, while upgrading A -> A + 2 we are the 120 // upgrade codes need to ensure they can continue after being stopped in the 122 // upgrade steps. Atomicity of this is an interesting research topic. The 124 // upgrade steps [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
upgrade_detector_chromeos.cc | 46 // ChromeOS shows upgrade arrow once the upgrade becomes available. 49 // Setup timer to to move along the upgrade advisory system. 77 return; // Not ready to recommend upgrade.
|
/external/chromium_org/chrome/browser/ui/views/ |
outdated_upgrade_bubble_view.h | 21 // OutdatedUpgradeBubbleView warns the user that an upgrade is long overdue. 33 // outdated upgrade bubble view. 60 // The upgrade bubble, if we're showing one. 78 // Button for the user to be reminded later about the outdated upgrade.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/ |
background.js | 5 // Update the declarative rules on install or upgrade.
|