Searched refs:update (Results 1 - 25 of 101) sorted by relevance

12345

/frameworks/base/core/java/android/security/
H A DMd5MessageDigest.java34 update(input);
39 public native void update(byte[] input); method in class:Md5MessageDigest
H A DSha1MessageDigest.java34 update(input);
39 public native void update(byte[] input); method in class:Sha1MessageDigest
H A DMessageDigest.java54 public abstract void update(byte[] input); method in class:MessageDigest
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dsyn_filt.h76 Word16 update /* (i) : 0=no update, 1=update of memory. */
/frameworks/base/tests/CoreTests/android/core/
H A DChecksumTest.java46 adler.update(values);
52 adler.update(values[i]);
61 crc.update(values);
67 crc.update(values[i]);
87 adler.update(bytes);
91 adler.update(bytes[i]);
H A DCryptoTest.java67 oldDigest.update(data, 0, data.length);
76 newDigest.update(data, 0, data.length);
/frameworks/base/services/java/com/android/server/status/
H A DDateView.java73 void setUpdates(boolean update) { argument
74 if (update != mUpdating) {
75 mUpdating = update;
76 if (update) {
H A DIconMerger.java72 // if it fits without the more icon, then hide the more icon and update fitLeft
118 this.moreIcon.update(number);
129 IconMerger.this.moreIcon.update(mBugWorkaroundNumber);
/frameworks/base/test-runner/src/android/test/
H A DTestRecorder.java95 // try to update the row first in case we've ran this test before.
96 int rowsAffected = getDatabase().update("tests", map, "name = '" + className + "'", null);
107 getDatabase().update("tests", map, "name = '" + className + "'", null);
115 getDatabase().update("tests", map, "name = '" + className + "'", null);
133 getDatabase().update("tests", map, "name = '" + className + "'", null);
148 getDatabase().update("tests", map, "name = '" + className + "'", null);
162 getDatabase().update("tests", map, "name = '" + className + "'", null);
/frameworks/base/core/java/com/android/internal/util/
H A DProcessedMessages.java56 update(message, state, orgState);
65 public void update(Message message, HierarchicalState state, HierarchicalState orgState) { method in class:ProcessedMessages.Info
195 info.update(message, state, orgState);
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java129 * to a new position, giving the subclass a chance to update any state it
328 return update(columnIndex, value);
336 return update(columnIndex, value);
344 return update(columnIndex, Short.valueOf(value));
352 return update(columnIndex, Integer.valueOf(value));
360 return update(columnIndex, Long.valueOf(value));
368 return update(columnIndex, Float.valueOf(value));
376 return update(columnIndex, Double.valueOf(value));
384 return update(columnIndex, null);
391 public boolean update(in method in class:AbstractCursor
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java130 update(p.x, p.y, -1, -1, true);
320 * the {@link #update()} methods.</p>
322 * @see #update()
334 * the {@link #update()} methods.</p>
340 * @see #update()
412 * the {@link #update()} methods.</p>
418 * @see #update()
441 * the {@link #update()} methods.</p>
444 * @see #update()
492 * the {@link #update()} method
1083 public void update() { method in class:PopupWindow
1118 public void update(int width, int height) { method in class:PopupWindow
1135 public void update(int x, int y, int width, int height) { method in class:PopupWindow
1152 public void update(int x, int y, int width, int height, boolean force) { method in class:PopupWindow
1219 public void update(View anchor, int width, int height) { method in class:PopupWindow
1237 public void update(View anchor, int xoff, int yoff, int width, int height) { method in class:PopupWindow
1241 private void update(View anchor, boolean updateLocation, int xoff, int yoff, method in class:PopupWindow
[all...]
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DisabledProvider
H A DEnabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:EnabledProvider
/frameworks/base/include/utils/
H A DCallStack.h53 void update(int32_t ignoreDepth=0, int32_t maxDepth=MAX_DEPTH);
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java74 /** see {@link ContentProvider#update} */
75 public int update(Uri url, ContentValues values, String selection, method in class:ContentProviderClient
77 return mContentProvider.update(url, values, selection, selectionArgs);
/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java113 * Execute update using the current internal state as {@code WHERE} clause.
115 public int update(SQLiteDatabase db, String table, ContentValues values) { method in class:SelectionBuilder
116 return db.update(table, values, getSelection(), getSelectionArgs());
H A DSyncStateContentProviderHelper.java30 * and implements query/insert/update/delete to access that table using the
99 public int update(SQLiteDatabase db, ContentValues values, method in class:SyncStateContentProviderHelper
101 return db.update(SYNC_STATE_TABLE, values, selection, selectionArgs);
104 public int update(SQLiteDatabase db, long rowId, Object data) { method in class:SyncStateContentProviderHelper
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteJDBCDriverTest.java84 String update = "update zoo set family = ? where name = ?;";
85 prst = conn.prepareStatement(update);
/frameworks/base/libs/surfaceflinger_client/
H A DSharedBufferStack.cpp224 // update the head pointer
299 // to do this as part of an update.
316 UndoDequeueUpdate update(this);
317 status_t err = updateCondition( update );
333 QueueUpdate update(this);
334 status_t err = updateCondition( update );
371 RetireUpdate update(this, mNumBuffers);
372 ssize_t buf = updateCondition( update );
379 UnlockUpdate update(this, buffer);
380 status_t err = updateCondition( update );
[all...]
/frameworks/base/services/java/com/android/server/
H A DDockObserver.java90 update();
118 update();
124 private final void update() { method in class:DockObserver
H A DHeadsetObserver.java72 update(event.get("SWITCH_NAME"), Integer.parseInt(event.get("SWITCH_STATE")));
99 update(newName, newState);
102 private synchronized final void update(String newName, int newState) { method in class:HeadsetObserver
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java76 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
79 return resolver.update(uri, values, where, selectionArgs);
81 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/base/core/java/com/google/android/mms/util/
H A DSqliteWrapper.java88 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
91 return resolver.update(uri, values, where, selectionArgs);
93 Log.e(TAG, "Catch a SQLiteException when update: ", e);
/frameworks/base/core/java/android/webkit/
H A DWebHistoryItem.java211 private void update(String url, String originalUrl, String title, method in class:WebHistoryItem

Completed in 1462 milliseconds

12345