HomeSort by relevance Sort by last modified time
    Searched refs:upgrade (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbobj.py 222 def upgrade(self, *args, **kwargs): member in class:DB
223 return self._cobj.upgrade(*args, **kwargs)
  /prebuilts/gdb/linux-x86/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/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)
  /external/curl/tests/server/
sws.c 122 bool upgrade; /* test case allows upgrade to http2 */ member in struct:httprequest
123 bool upgrade_request; /* upgrade request found and allowed */
174 /* upgrade to http2 */
175 #define CMD_UPGRADE "upgrade"
405 logmsg("enabled upgrade to http2");
406 req->upgrade = TRUE;
820 if(req->upgrade && strstr(req->reqbuf, "Upgrade:")) {
821 /* we allow upgrade and there was one! *
    [all...]
  /external/iputils/
tftpd.c 74 #warning Please, upgrade kernel, otherwise this tftpd has no advantages.
  /packages/apps/Camera2/src/com/android/camera/settings/
AppUpgrader.java 35 * Defines the general upgrade path for the app. Modules may define specific
36 * upgrade logic, but upgrading for preferences across modules, CameraActivity
64 * NOTE: changed this from 4 to 6 to re-run on latest Glacier upgrade.
102 // Prior upgrade versions were stored in the default preferences as int
122 public void upgrade(SettingsManager settingsManager, int lastVersion, int currentVersion) { method in class:AppUpgrader
125 // Do strings upgrade first before 'earlier' upgrades, since they assume
277 * Part of the AOSP upgrade path, forces the user to choose their location
283 // Show the location dialog on upgrade if
306 * Part of the AOSP upgrade path, sets front and back picture sizes.
317 Log.w(TAG, "Ignoring attempt to upgrade size of unhandled camera facing direction")
    [all...]
  /external/icu/icu4c/source/data/lang/
resfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/icu/icu4c/source/data/region/
resfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/icu/icu4c/source/data/unit/
resfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/icu/icu4c/source/data/zone/
resfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java 741 public static final String HEADER_UPGRADE = "upgrade";
747 public static final String HEADER_CONNECTION_VALUE = "Upgrade";
823 String upgrade = headers.get(NanoWSD.HEADER_UPGRADE); local
825 boolean isUpgrade = NanoWSD.HEADER_UPGRADE_VALUE.equalsIgnoreCase(upgrade);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
HttpDestination.java 707 proxyEndPoint.upgrade();
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 1243 Intermediate upgrade(); method in interface:SetterStore.Intermediate
1262 public Intermediate upgrade() { method in class:SetterStore.IntermediateV1
1280 public Intermediate upgrade() { method in class:SetterStore.IntermediateV2
    [all...]
  /system/vold/
cryptfs.c 1836 int upgrade = 0; local
    [all...]
  /external/icu/icu4c/source/data/curr/
resfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/libxml2/doc/
Makefile.am 223 upgrade.html \
  /external/icu/icu4c/source/data/locales/
resfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /system/bt/stack/include/
btm_api.h 1522 BOOLEAN upgrade; \/* TRUE, to upgrade the link key *\/ member in struct:__anon72654
1536 tBTM_SP_UPGRADE upgrade; \/* BTM_SP_UPGRADE_EVT *\/ member in union:__anon72655
    [all...]
  /external/curl/lib/
http2.c 44 #error too old nghttp2 version, upgrade!
639 * The HTTP2 settings we send in the Upgrade request
732 * Append headers to ask for a HTTP1.1 to HTTP2 upgrade.
765 "Connection: Upgrade, HTTP2-Settings\r\n"
766 "Upgrade: %s\r\n"
    [all...]
  /external/curl/packages/OS400/
ccsidcurl.c 408 #error curl_version_info_data structure has changed: upgrade this procedure.
  /build/core/
java.mk 188 # For 64-bit, we always have to upgrade to at least 21 for compat build.
  /external/curl/packages/vms/
gnv_link_curl.com 296 When you upgrade SSL on VMS to the newer version of HP SSL, then these copies
  /ndk/build/core/
init.mk 298 $(call __ndk_info,Please upgrade to Cygwin 1.7 or higher.)
  /system/bt/bta/dm/
bta_dm_act.c     [all...]

Completed in 987 milliseconds

12 3 4 5