HomeSort by relevance Sort by last modified time
    Searched defs:update (Results 376 - 400 of 1241) sorted by null

<<11121314151617181920>>

  /hardware/intel/img/hwcomposer/common/base/
HwcLayer.cpp 236 bool HwcLayer::update(hwc_layer_1_t *layer) function in class:android::intel::HwcLayer
238 // update layer
242 // if not a FB layer & a plane was attached update plane's data buffer
296 // TODO: same handle does not mean there is always no update
300 // update handle always as it can become "NULL"
  /hardware/invensense/60xx/mlsdk/mllite/
compass.c 185 static int update(yas_filter_handle_t *t, float *input, float *output) function
207 f->update = update;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
Adler32Test.java 42 adl.update(1);
45 assertEquals("update(int) failed to update the checksum to the correct value ",
52 adl.update(Integer.MIN_VALUE);
55 assertEquals("update(min) failed to update the checksum to the correct value ",
65 adl.update(1);
68 assertEquals("update(int) failed to update the checksum to the correct value ",
76 * java.util.zip.Adler32#update(int
    [all...]
CRC32Test.java 42 crc.update(Integer.MAX_VALUE);
46 assertEquals("update(max) failed to update the checksum to the correct value ",
51 crc.update(byteEmpty);
55 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
59 crc.update(1);
63 // assertEquals("update(int) failed to update the checksum to the correct
76 crc.update(1)
    [all...]
  /libcore/luni/src/main/java/java/security/
MessageDigest.java 36 * digester.update(bytes, 0, byteCount);
42 * call {@link #update(byte[],int,int)} for each block of input data, and then call {@link #digest}
180 * the {@code byte} to update this {@code MessageDigest} with
183 public void update(byte arg0) { method in class:MessageDigest
193 * the index of the first byte in {@code input} to update from
195 * the number of bytes in {@code input} to update from
200 public void update(byte[] input, int offset, int len) { method in class:MessageDigest
219 public void update(byte[] input) { method in class:MessageDigest
267 * Performs the final update and then computes and returns the final hash
277 update(input)
361 public final void update(ByteBuffer input) { method in class:MessageDigest
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Mac.java 339 public final void update(byte input) throws IllegalStateException { method in class:Mac
362 public final void update(byte[] input, int offset, int len) throws IllegalStateException { method in class:Mac
385 public final void update(byte[] input) throws IllegalStateException { method in class:Mac
404 public final void update(ByteBuffer input) { method in class:Mac
417 * {@link #update} calls.
436 * {@link #update} calls and stores the digest in the specified {@code
478 * {@link #update} calls and on the final bytes specified by {@code input}
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 76 public LogRecord lr = null; //will be update by the thread
79 update(); method
82 public synchronized void update(){ method in class:OldLogRecordTest.MockThread
  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 70 public int update(Uri uri, ContentValues values, String selection, method in class:HomeProvider
  /packages/apps/Calendar/src/com/android/calendar/alerts/
DismissAlarmsService.java 97 resolver.update(uri, values, selection, null);
SnoozeAlarmsService.java 76 resolver.update(uri, dismissValues, selection, null);
  /packages/apps/Calendar/tests/src/com/android/calendar/
DbTestUtils.java 142 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DbTestUtils.FakeContentProvider
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockProvider.java 131 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { method in class:ClockProvider
138 count = db.update(ClockDatabaseHelper.ALARMS_TABLE_NAME, values,
144 count = db.update(ClockDatabaseHelper.INSTANCES_TABLE_NAME, values,
150 count = db.update(ClockDatabaseHelper.CITIES_TABLE_NAME, values,
156 "Cannot update URL: " + uri);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageChangeLogTable.java 68 * Update status of all change entries for an account:
73 * @param accountId The account we want to update.
85 cr.update(uri, cv, SELECTION_BY_ACCOUNT_KEY_AND_STATUS, args);
90 return cr.update(uri, cv, SELECTION_BY_ACCOUNT_KEY_AND_STATUS, args);
100 * @param accountId The account we want to update.
147 * @param uri The {@link Uri} for the update.
148 * @param messageKeys The messages to update.
160 return cr.update(uri, cv, getSelectionForMessages(messageKeys, count), null);
166 * @param uri The {@link Uri} for the update.
167 * @param messageKeys The messages to update
    [all...]
  /packages/apps/Email/src/com/android/email/mail/internet/
AuthenticationCache.java 151 cred.update(context, cred.toContentValues());
  /packages/apps/Email/src/com/android/email/provider/
Utilities.java 169 // One last update of message with two updated flags
177 context.getContentResolver().update(uri, cv, null, null);
192 content.update(context, content.toContentValues());
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 222 mMailbox.update(mContext, cv);
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 64 mContentResolver.update(mUri, values, null, null);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
SharedImageProvider.java 76 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) { method in class:SharedImageProvider
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 66 update(callList);
79 update(callList);
82 private void update(CallList callList) { method in class:ConferenceManagerPresenter
128 * @param i the row to update
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 58 public int update(Uri uri, ContentValues values, method in class:TempFileProvider
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusService.java 74 // Create a "status/#" URL and use it to update the
95 SqliteWrapper.update(context, context.getContentResolver(),
98 error("Can't find message for status update: " + messageUri);
SendTransaction.java 95 // Update the 'date' field of the PDU right before sending it.
102 SqliteWrapper.update(mContext, mContext.getContentResolver(),
145 SqliteWrapper.update(mContext, mContext.getContentResolver(),
153 SqliteWrapper.update(mContext, mContext.getContentResolver(),
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestionProvider.java 108 public int update(Uri uri, ContentValues values, String selection, method in class:GoogleSuggestionProvider
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionProvider.java 116 // Update the cursor in 2 seconds
133 public int update(Uri uri, ContentValues values, String selection, method in class:PartialSuggestionProvider
  /packages/apps/Settings/src/com/android/settings/notification/
SettingPref.java 78 update(context);
113 public void update(Context context) { method in class:SettingPref

Completed in 1800 milliseconds

<<11121314151617181920>>