HomeSort by relevance Sort by last modified time
    Searched full:upgrade (Results 201 - 225 of 830) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
common.py 85 UPGRADE_HEADER = 'Upgrade'
89 UPGRADE_CONNECTION_TYPE = 'Upgrade'
  /external/chromium_org/components/signin/core/browser/
mutable_profile_oauth2_token_service_unittest.cc 147 // Also add a token using PO2TS.UpdateCredentials and make sure upgrade does
220 // Setup a DB with tokens that don't require upgrade and clear memory.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
common.py 85 UPGRADE_HEADER = 'Upgrade'
89 UPGRADE_CONNECTION_TYPE = 'Upgrade'
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 49 ** - version 2.0 upgrade
52 ** - version 1.4 upgrade
Xvproto.h 45 ** - version 2.0 upgrade
48 ** - version 1.4 upgrade
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 37 * Object representing an upgrade from one state to another.
128 + " for an upgrade action. Fall back to download.");
131 DebugLogUtils.l("Upgrade word list, downloading", mWordList.mRemoteFilename);
186 // The state to upgrade from. May not be null.
222 // The state to upgrade from. May not be null.
611 * @param that the upgrade to merge into this one.
UpdateHandler.java 575 * Parse metadata and take appropriate action (that is, upgrade dictionaries).
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage_unittest.cc 310 // Upgrade and reopen.
363 // Upgrade and reopen.
425 // Upgrade and reopen.
463 // Set newer version, upgrade and reopen DB.
498 // Upgrade and reopen.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 157 * @param minimumRevision a minimum revision, or -1 to upgrade
277 // Upgrade support package: it's out of date. The SDK manager will
278 // perform an upgrade to the latest version if the package is already installed.
336 // Upgrade support package: it's out of date. The SDK manager will
337 // perform an upgrade to the latest version if the package is already installed.
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 138 "'Upgrade' header value is not 'WebSocket': " + value;
172 *failure_message = "'Connection' header value must contain 'Upgrade'";
501 scoped_ptr<WebSocketStream> WebSocketBasicHandshakeStream::Upgrade() {
websocket_throttle_test.cc 214 "Upgrade: WebSocket\r\n"
215 "Connection: Upgrade\r\n"
  /external/chromium_org/third_party/protobuf/python/
ez_setup.py 19 This file can also be run as a script to install or upgrade setuptools.
209 """Install or upgrade setuptools and EasyInstall"""
247 print '(Run "ez_setup.py -U setuptools" to reinstall or upgrade.)'
  /external/bluetooth/bluedroid/btif/co/
bta_dm_co.c 118 ** platform wants allow link key upgrade
121 ** *p_upgrade - TRUE, if link key upgrade is desired.
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 348 /* first check link key upgrade required or not */
366 /* now check link needs to be encrypted or not if the link key upgrade is not required */
  /external/chromium_org/chrome/browser/extensions/
extension_browsertest.h 127 // 1 means you expect a new install, 0 means you expect an upgrade, -1 means
128 // you expect a failed upgrade.
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 209 // that occurred during the update check/upgrade.
225 // Allows us control the upgrade process to a small degree. After OnComplete
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.h 37 UPGRADE_MODE = 1 << 3, // This is the upgrade tool (dump).
149 // Sets internal parameters to enable upgrade mode (for internal tools).
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 265 // Tests that after an upgrade the backend has the index file put in place.
293 // Upgrade the cache.
  /external/libpcap/
README.hpux 3 HP-UX and cannot upgrade, please continue reading.
116 Another option is to upgrade to 11i as outbound promiscuous mode support
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 252 * Some examples of session modification requests: upgrade call from audio to video,
303 * call profile (e.g. prompt user if they wish to accept an upgrade from an audio to a
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 377 Log.e(TAG, "upgrade from version " + oldVersion + " to version " + newVersion);
380 // the first upgrade step goes here
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 222 def upgrade(self, *args, **kwargs): member in class:DB
223 return self._cobj.upgrade(*args, **kwargs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 222 def upgrade(self, *args, **kwargs): member in class:DB
223 return self._cobj.upgrade(*args, **kwargs)
  /art/compiler/utils/
arena_allocator.h 97 // TODO: Use std::array<size_t, kNumArenaAllocKinds> from C++11 when we upgrade the STL.
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 169 * literally. If the upgrade is not possible, this does nothing.

Completed in 2510 milliseconds

1 2 3 4 5 6 7 891011>>