HomeSort by relevance Sort by last modified time
    Searched defs:upgrade (Results 1 - 6 of 6) sorted by null

  /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 36 "\nIn order to use the upgrade function, a version of this tool that\n"
37 "understands the file format of the files to upgrade is needed. For\n"
38 "instance, to upgrade files saved with file format 3.4 to version 5.2,\n"
56 // Upgrade an old version to the current one.
57 const char kUpgrade[] = "upgrade";
68 printf("--upgrade: copy contents to the output path\n");
117 bool upgrade = command_line.HasSwitch(kUpgrade); local
120 if ((dump_to_files || upgrade) && output_path.empty())
127 bool slave_required = upgrade;
154 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:__anon3718
1551 tBTM_SP_UPGRADE upgrade; \/* BTM_SP_UPGRADE_EVT *\/ member in union:__anon3719
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 125 milliseconds