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

  /frameworks/base/awt/java/awt/event/
PaintEvent.java 42 public static final int UPDATE = 801;
76 case UPDATE:
77 typeString = "UPDATE"; //$NON-NLS-1$
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 310 Update the window with the last wsize (normally 32K) bytes written before
377 # define UPDATE(check, buf, len) \
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
534 When returning, a "goto inf_leave" is used to update the total counters,
535 update the check value, and determine whether any progress has been made
538 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /external/zlib/
inflate.c 310 Update the window with the last wsize (normally 32K) bytes written before
377 # define UPDATE(check, buf, len) \
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
534 When returning, a "goto inf_leave" is used to update the total counters,
535 update the check value, and determine whether any progress has been made
538 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /frameworks/base/core/java/android/webkit/
WebStorage.java 54 static final int UPDATE = 0;
210 case UPDATE:
251 update(); method
384 public void update() { method in class:WebStorage
388 postMessage(Message.obtain(null, UPDATE));
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Package.java 68 * but just not an update.
77 UPDATE;
453 * Computes whether the given package is a suitable update for the current package.
455 * An update is just that: a new package that supersedes the current one. If the new
457 * current one, it's not an update.
476 return UpdateInfo.UPDATE;
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkWidgetService.java 54 public static final String UPDATE = "com.android.browser.widget.UPDATE";
120 // The current id used by the widget during an update.
147 if (UPDATE.equals(action)) {
176 // widget does not update.
206 // widget does not update.
266 // Update the current id.
339 // deleted or this is the first update).
380 // update the widget.
  /development/apps/Term/src/com/android/term/
Term.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 218 milliseconds