HomeSort by relevance Sort by last modified time
    Searched full:updated (Results 76 - 100 of 6390) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/cc/layers/
io_surface_layer.cc 45 bool updated = Layer::Update(queue, occlusion); local
49 return updated || !update_rect_.IsEmpty();
  /external/chromium_org/cc/test/
fake_content_layer.cc 41 bool updated = ContentLayer::Update(queue, occlusion); local
43 return updated || always_update_resources_;
fake_painted_scrollbar_layer.cc 40 bool updated = PaintedScrollbarLayer::Update(queue, occlusion); local
42 return updated;
  /external/chromium_org/chrome/browser/resources/translate_internals/
prefs.html 25 <p id="prefs-supported-languages-last-updated">Last updated: <span></span></p>
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.h 31 // all the visible user manager screens can be updated.
45 // modified, so that the displayed user pods can be updated.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
version.html 26 needs to be updated.
29 then the extension is automatically updated.
  /external/chromium_org/chrome/common/translate/
translate_errors.h 14 // should be updated when the type is updated.
  /external/chromium_org/remoting/codec/
codec_test.h 22 // If |strict| is set to true then this routine will make sure the updated
28 // If |strict| is set to true, this routine will make sure the updated rects
  /external/chromium_org/third_party/icu/source/tools/genren/
README 4 This script is intended to be used on Linux, although it should work on any platform that has Perl and nm command. Makefile may need to be updated, it's not 100% portable.
13 - urename.h will be updated in icu/source/common/unicode/urename.h **in your original source directory**
  /external/chromium_org/third_party/lzma_sdk/
README.chromium 18 2013-06-14: The patch was updated to fix register corruption that can occur on
21 2013-07-17: The patch was updated to fix register clobbering that occurred on
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.uml2.properties 24 feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); null; null
35 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 0
39 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()"
71 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
80 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an email, passing -debug 1 to the mail script)
81 # feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 1
83 # 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and respond with an email, no commandline flags)
84 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; null
feedWatch.emf.properties 38 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 0
42 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()"
74 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
83 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an email, passing -debug 1 to the mail script)
84 # feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; -debug 1
86 # 2. to watch for ANY changes in the current build, check the first <entry>'s <updated> node (and respond with an email, no commandline flags)
87 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; null
  /external/icu4c/tools/genren/
README 4 This script is intended to be used on Linux, although it should work on any platform that has Perl and nm command. Makefile may need to be updated, it's not 100% portable.
15 - urename.h will be updated in icu/source/common/unicode/urename.h **in your original source directory**
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_UpdateRects.3 3 SDL_UpdateRects \- Makes sure the given list of rectangles is updated on the given screen\&.
11 Makes sure the given list of rectangles is updated on the given screen\&. The rectangles must all be confined within the screen boundaries (no clipping is done)\&.
  /external/smack/src/org/jivesoftware/smack/
PrivacyListListener.java 39 * @param listName the name of the new or updated privacy list.
47 * @param listName the name of the updated privacy list.
  /external/smack/src/org/jivesoftware/smackx/workgroup/user/
QueueListener.java 41 * The user's queue position has been updated to a new value.
48 * The user's estimated remaining wait time in the queue has been updated.
  /external/valgrind/main/memcheck/tests/
realloc3.c 3 ExeContext of the block was not updated; therefore any errors that
8 ExeContexts should be updated upon their realloc(). I hope that's clear.
  /external/valgrind/main/none/tests/s390x/
cs.c 36 printf("operand #2 not updated\n");
40 printf("operand #1 not updated\n");
csg.c 36 printf("operand #2 not updated\n");
40 printf("operand #1 not updated\n");
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectUpdateListener.java 27 * Called when the effect state is updated.
29 * @param effect The effect that has been updated.
  /frameworks/base/samples/training/network-usage/res/values/
strings.xml 29 <string name="updated">Last updated:</string>
  /frameworks/base/telephony/java/android/telephony/
CallStateListener.java 25 * Notify of a new or updated call.
26 * Any time the state of a call is updated, it will alert any listeners. This includes changes
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
BP2TestCaseHelper.java 173 boolean updated = modifyCount == 1;
174 if (updated) {
175 assertObserversTriggered(updated, mBookmarksObserver, mWidgetObserver);
180 return updated;
205 boolean updated = modifyCount == 1;
206 if (updated) {
207 assertObserversTriggered(updated, mHistoryObserver);
212 return updated;
  /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...]
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
DynamicSentinelStrategy.java 31 * child is updated after scrolling. Use this when
40 * Interface for determining whether sentinel is updated.
44 * Returns whether {@code newSentinel} is updated from {@code oldSentinel}.
60 * Determines whether the sentinel is updated by checking a single unique
100 Logs.log(Log.INFO, "Unique String is not updated: " + newString);
113 * Determines whether the sentinel is updated by checking the text of a child
128 * Determines whether the sentinel is updated by checking the content

Completed in 470 milliseconds

1 2 34 5 6 7 8 91011>>