/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/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"); 121 bool upgrade = command_line.HasSwitch(kUpgrade); local 124 if ((dump_to_files || upgrade) && output_path.empty()) 131 bool slave_required = upgrade; 158 if (upgrade) [all...] |
/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/bluetooth/bluedroid/stack/include/ |
btm_api.h | 1537 BOOLEAN upgrade; \/* TRUE, to upgrade the link key *\/ member in struct:__anon1005 1551 tBTM_SP_UPGRADE upgrade; \/* BTM_SP_UPGRADE_EVT *\/ member in union:__anon1006 [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |