Searched defs:updated (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.cc100 bool updated = notification_ui_->Update(balloon); local
101 DCHECK(updated);
/external/qemu/android/skin/
H A Dcomposer.c271 * '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 ) argument
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,
[all...]
/external/skia/gpu/src/
H A DGrBufferAllocPool.cpp304 bool updated = false; local
311 updated = true;
H A DGrContext.cpp716 bool updated = local
720 GR_DEBUGASSERT(updated);
752 bool updated = local
756 GR_DEBUGASSERT(updated);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1241 bool updated = false; local
1260 updated = true;
1263 updated =
1267 updated =
1270 updated =
1277 updated = true;
1279 if (!updated) {
1280 // If variableDie is not updated then DBG_VALUE instruction does not
/external/kernel-headers/original/linux/
H A Dwireless.h180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
442 /* Statistics flags (bitmask in updated) */
443 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
675 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
/external/wpa_supplicant/
H A Dwireless_copy.h180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
455 /* Statistics flags (bitmask in updated) */
456 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
718 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dwireless_copy.h180 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
455 /* Statistics flags (bitmask in updated) */
456 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
726 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dwireless_copy.h203 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
480 /* Statistics flags (bitmask in updated) */
481 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
753 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
/external/wpa_supplicant_8/src/drivers/
H A Dwireless_copy.h203 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
480 /* Statistics flags (bitmask in updated) */
481 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
753 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dwireless_copy.h203 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
480 /* Statistics flags (bitmask in updated) */
481 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
753 __u8 updated; /* Flags to know if updated */ member in struct:iw_quality
/external/valgrind/main/include/vki/
H A Dvki-linux.h2570 __vki_u8 updated; /* Flags to know if updated */ member in struct:vki_iw_quality

Completed in 215 milliseconds