HomeSort by relevance Sort by last modified time
    Searched refs:updated (Results 26 - 50 of 448) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/layers/
tiled_layer.cc 317 // Returns true if tile is dirty and only part of it needs to be updated.
329 bool* updated) {
346 *updated = true;
722 bool updated = false; local
728 updated |= ContentsScalingLayer::Update(queue, occlusion);
745 UpdateTiles(left, top, right, bottom, queue, NULL, &updated);
746 if (updated)
747 return updated;
754 return updated;
763 left, top, right, bottom, queue, occlusion, &updated);
876 bool updated = !tile->update_rect.IsEmpty(); local
    [all...]
content_layer.cc 84 bool updated = TiledLayer::Update(queue, occlusion); local
85 return updated;
texture_layer.cc 207 bool updated = Layer::Update(queue, occlusion); local
222 updated = true;
229 return updated || !update_rect_.IsEmpty();
  /frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
TestEnrollmentActivity.java 110 KeyphraseSoundModel updated = new KeyphraseSoundModel(soundModel.uuid, local
112 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated);
114 Toast.makeText(this, "Successfully re-enrolled, model UUID=" + updated.uuid,
  /external/chromium_org/chrome/browser/chromeos/system/
input_device_settings.cc 335 bool updated = false; local
337 updated = true;
342 updated = true;
347 updated = true;
354 updated = true;
359 updated = true;
364 return updated;
397 bool updated = false; local
399 updated = true;
404 updated = true
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.c 204 int *updated
216 *updated = 1;
230 int *updated
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 204 int *updated
216 *updated = 1;
230 int *updated
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c 204 int *updated
216 *updated = 1;
230 int *updated
326 update(w, is_short_ct, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
328 update(w, sign_ct, Pcur + MVPsign, Pnew[MVPsign], *Pupdate++, updated);
338 update(w, short_bct[j], cur_p + j, new_p[j], *Pupdate++, updated);
351 update(w, bit_ct[j], cur_p + j, new_p[j], *Pupdate++, updated);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 182 bool updated = (new_state != state_) || local
189 if (updated && state_ == ONLINE) {
194 return updated;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java 110 long updated = cursor.getLong(updatedIndex); local
111 data.updated = (data.updated == 0 ?
112 updated :
113 Math.min(data.updated, updated));
AlbumDataAdapter.java 153 if (a.updated == b.updated) {
156 return (int) Math.signum(b.updated - a.updated);
  /external/chromium_org/chrome/browser/resources/extensions/
extension_info.css 25 #extension-last-updated,
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_gles20.mm 198 // Check if there are any updated buffers
199 bool updated = false;
205 updated = agl_channel->IsUpdated();
206 if (updated) {
212 if (updated) {
213 // At least one buffer has been updated, we need to repaint the texture
288 // Check if there are any updated buffers
289 // bool updated = false;
  /external/qemu/android/skin/
composer.c 271 * 'updated' initially contains the update region, in parent coordinates
277 * then we do an opaque blit of 'intersection(updated,region)', then removing it from 'updated'
284 skin_plate_redraw( SkinPlate* plate, SkinRegion* updated, SkinRegion* drawn, SkinPos* apos, SkinViewport* viewport )
291 if (skin_region_is_empty(updated) && skin_region_is_empty(drawn))
295 skin_region_translate( updated, pos.x, pos.y );
303 /* inter(updated,region) => opaque blit + remove 'region' from 'updated'*/
305 skin_region_intersect(r, updated);
308 skin_region_substract(updated, r)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 25 { echo Copyright year not updated; exit 1; }
  /frameworks/native/services/surfaceflinger/
FrameTracker.cpp 157 bool updated = false; local
165 updated = true;
175 updated = true;
179 if (updated) {
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 237 // The StreamGenerator::updated() should be used to check for any changes in
258 if (bitrate_observer_->updated()) {
293 } else if (bitrate_observer_->updated()) {
319 EXPECT_FALSE(bitrate_observer_->updated());
328 EXPECT_FALSE(bitrate_observer_->updated());
344 EXPECT_TRUE(bitrate_observer_->updated());
363 EXPECT_FALSE(bitrate_observer_->updated()); // No valid estimate.
374 EXPECT_TRUE(bitrate_observer_->updated());
389 EXPECT_TRUE(bitrate_observer_->updated());
410 } else if (bitrate_observer_->updated()) {
    [all...]
  /external/zlib/src/watcom/
watcom_l.mak 3 # Last updated: 28-Dec-2005
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 154 # Add any contacts that have been updated on the server-side
161 # Return the list of updated contacts to the client
186 # Find the high-water mark for the most recently updated friend.
191 if (contact.updated > high_water_date):
192 high_water_date = contact.updated
207 if timestamp is None or contact.updated > timestamp:
274 # Create a high-water-mark for sync-state from the 'updated' time
276 high_water = str(long(_time.mktime(contact.updated.utctimetuple())) + 1)
dashboard.py 114 entity.updated = datetime.datetime.utcnow()
128 contact.updated = datetime.datetime.utcnow()
158 contact.updated = datetime.datetime.utcnow()
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 67 // This function is also called when the extension has been updated. Because
81 // This is triggered when the extension is installed or updated.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
if_arp.h 178 unsigned long int updated; member in struct:arpd_request
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_arp.h 178 unsigned long int updated; member in struct:arpd_request
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mimeinfo.h 14 #error This stub requires an updated version of <rpcndr.h>
  /external/chromium_org/ui/message_center/
message_center_impl.cc 598 // types) to be updated even if the message center is open. There are 3
716 bool updated = false; local
722 updated = true;
724 updated = notification_list_->SetNotificationIcon(notification_id, image);
727 if (updated) {
735 bool updated = false; local
741 updated = true;
743 updated = notification_list_->SetNotificationImage(notification_id, image);
746 if (updated) {
755 bool updated = false local
    [all...]

Completed in 1707 milliseconds

12 3 4 5 6 7 8 91011>>