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

<<21222324252627282930>>

  /external/mesa3d/src/mesa/state_tracker/
st_context.h 64 void (*update)( struct st_context *st ); member in struct:st_tracked_state
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 240 @Override public void update(Response cached, Response network) { method in class:HttpResponseCache
  /external/opencv/cv/src/
cvcalibration.cpp 121 bool CvLevMarq::update( const CvMat*& _param, CvMat*& _J, CvMat*& _err ) function in class:CvLevMarq
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 1012 * Update a specific portion of the physical screen
1081 /* Fall through to video surface update */
1085 /* Update the video surface */
1103 * Performs hardware double buffering, if possible, or a full update if not.
1144 /* Fall through to video surface update */
1556 SDL_Rect update, tmp; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 106 public void update(float timeDelta, BaseObject parent) { method in class:AnimationComponent
NPCComponent.java 112 public void update(float timeDelta, BaseObject parent) { method in class:NPCComponent
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 83 contentResolver.update(EXTERNAL_CONTENT_URI, contentValues, "robolectric", new String[] { "awesome" });
92 contentResolver.update(EXTERNAL_CONTENT_URI, contentValues, null, null);
334 @Override public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
347 assertThat(contentResolver.update(uri, new ContentValues(), null, null), is(-1));
352 assertThat(contentResolver.update(unrelated, new ContentValues(), null, null), is(0));
  /external/skia/src/utils/
SkMD5.cpp 35 void SkMD5::update(const uint8_t* input, size_t inputLength) { function in class:SkMD5
77 this->update(PADDING, paddingLength);
79 // Append length (length before padding, will cause final update).
80 this->update(bits, 8);
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 514 * Do not update the IEs in this BSS entry to avoid such loss of
518 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Do not update scan IEs for "
563 * wpa_bss_update_start - Start a BSS table update from scan results
566 * This function is called at the start of each BSS table update round for new
568 * wpa_bss_update_scan_res() and the update round is finished with a call to
574 wpa_dbg(wpa_s, MSG_DEBUG, "BSS: Start scan result update %u",
581 * wpa_bss_update_scan_res - Update a BSS table entry based on a scan result
598 struct os_reltime update; local
599 calculate_update_time(fetch_time, res->age, &update);
600 if (os_reltime_before(&update, &wpa_s->scan_trigger_time))
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 222 int count = update(callingPkg, url, values, selection, selectionArgs);
552 public int update(String callingPkg, Uri url, ContentValues values, String selection, method in class:ContentProviderProxy
  /frameworks/base/core/java/android/os/
RecoverySystem.java 122 * Verify the cryptographic signature of a system update package
289 sig.update(buffer, 0, read);
320 * Reboots the device in order to install the given update
325 * @param packageFile the update package to install. Must be on
  /frameworks/base/core/java/android/provider/
CallLog.java 360 * If a successful call is made that is longer than this duration, update the phone number
476 // Update usage information for the number associated with the contact ID.
592 resolver.update(feedbackUri, new ContentValues(), null, null);
596 * Update the normalized phone number for the given dataId in the ContactsProvider, based
618 resolver.update(Data.CONTENT_URI, values, Data._ID + "=?", new String[] {dataId});
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 172 * This will update the state of the current visual effect and its associated animation.
189 * This will update the state of the current visual effect and its associated animation.
319 update(); method
355 private void update() { method in class:EdgeEffect
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 280 update(); method
283 public void update() { method in class:ProcessCpuTracker
284 if (DEBUG) Slog.v(TAG, "Update: " + this);
367 // Update an existing process...
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 160 // Update the attributes before after closed to avoid flicker.
313 mPageAdapter.update(writtenPages, selectedPages, pageCount,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 113 public void update(int batteryLevel, int bucket, long screenOffTime) { method in class:PowerNotificationWarnings
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 89 private void update() { method in class:RecentsHorizontalScrollView
356 update();
360 update();
RecentsVerticalScrollView.java 90 private void update() { method in class:RecentsVerticalScrollView
365 update();
369 update();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 155 sInstance.update(context);
168 void update(Context context) { method in class:RecentsConfiguration
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 433 update(null);
438 update(uri);
441 public void update(Uri uri) { method in class:ZenModeHelper.SettingsObserver
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 717 status_t ScreenshotClient::update(const sp<IBinder>& display, function in class:android::ScreenshotClient
744 status_t ScreenshotClient::update(const sp<IBinder>& display, function in class:android::ScreenshotClient
749 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
753 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, function in class:android::ScreenshotClient
755 return ScreenshotClient::update(display, sourceCrop, 0, 0, 0, -1UL,
759 status_t ScreenshotClient::update(const sp<IBinder>& display, Rect sourceCrop, function in class:android::ScreenshotClient
761 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 267 // Update IsimRecords
277 // Update UsimRecords
363 log("update icc_operator_numeric=" + operatorNumeric);
371 log("update mccmnc=" + operatorNumeric);
394 ((DcTracker)mDcTracker).update(); method
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 603 /* Update the reference to the config structure to an
1099 int update = va_arg(args, int); local
1110 int update = va_arg(args, int); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 342 sig.update(MESSAGE.getBytes());
355 * java.security.Signature#update(byte[])
362 sig.update(bytes);
366 sig2.update(MESSAGE.getBytes());
373 * java.security.Signature#update(byte[], int, int)
380 sig.update(bytes, 0, bytes.length);
388 sig.update(bytes, 0, bytes.length);
390 sig.update(bytes, bytes.length - 2, 2);
393 sig.update(bytes, bytes.length -3, 4);
399 sig.update(null, 0, 5)
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 137 * Use the message to do an update of the message specified by the URI.
166 * Read a MIME encoded RFC-2822 fileStream and update the message content.
173 * @param messageId ID of the message to update
305 * UPDATE: For write.
311 * @param mode the mode to use. The following modes exist: - UPDATE do not work - use URI
400 throw new IllegalArgumentException("Message ID missing in update values!");
405 throw new IllegalArgumentException("Account ID missing in update values!");
434 * (When the writer completes, this provider should do an update of the message)
567 * update()
577 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) method in class:BluetoothMapEmailProvider
    [all...]

Completed in 2809 milliseconds

<<21222324252627282930>>