HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 626 - 650 of 1227) sorted by null

<<21222324252627282930>>

  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_utils.c 338 * RPC_OMX_ErrorUndefined : Invalidate operation failed.
348 DOMX_DEBUG("About to invalidate %d bytes", size);
352 "Cache invalidate failed");
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 629 mGvs.invalidate();
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 118 server.getSession().invalidate();
124 client.getSession().invalidate();
128 client.getSession().invalidate();
129 server.getSession().invalidate();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 76 /// next instruction to optimize. Xforms that can invalidate this should
410 // Preincrement use iterator so we don't invalidate it.
459 // Preincrement use iterator so we don't invalidate it.
540 // invalidate our iterator. Use a WeakVH to hold onto it in case this
897 // This can cause recursive deletion, which can invalidate our iterator.
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 542 mk_key_GetIPutI, invalidate any key which overlaps (k_lo
550 /* invalidate any env entries which in any way overlap (k_lo
552 /* vex_printf("invalidate %d .. %d\n", k_lo, k_hi ); */
563 /* overlap; invalidate */
616 /* Deal with Puts: invalidate any env entries overlapped by this
635 Invalidate the entire env. We could do a lot better
667 /* Find any Get uses in st and invalidate any partially or fully
2666 Bool invalidate; local
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 416 invalidate();
455 invalidate();
580 invalidate();
    [all...]
  /frameworks/base/core/java/android/webkit/
ZoomManager.java 439 mWebView.invalidate();
473 mWebView.invalidate();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 481 // a layout to do this test and invalidate the page data when ready.
1232 invalidate(); method
1250 invalidate(); method
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 618 invalidate(); method
1471 invalidate(); method
2237 invalidate(); method
2281 invalidate(); method
2428 invalidate(); method
    [all...]
AbsListView.java 1409 invalidate(); method
1709 invalidate(); method
2430 invalidate(); method
2895 invalidate(); method
2935 invalidate(); method
2994 invalidate(); method
3262 invalidate(); method
3411 invalidate(); method
3427 invalidate(); method
3828 invalidate(); method
4661 invalidate(); method
    [all...]
Gallery.java 395 invalidate();
535 invalidate(); method
657 invalidate(); method
    [all...]
ProgressBar.java 605 invalidate(); method
910 invalidate(dirty.left + scrollX, dirty.top + scrollY,
    [all...]
  /external/skia/gpu/src/
GrGpuGL.cpp 551 fHWBounds.fScissorRect.invalidate();
554 fHWBounds.fViewportRect.invalidate();
556 fHWDrawState.fStencilSettings.invalidate();
620 params.invalidate(); // rather than do glGets.
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 602 invalidate(); method
727 invalidate(); method
731 invalidate(); method
750 invalidate(); method
754 invalidate(); method
1292 invalidate(); method
1806 invalidate(); method
    [all...]
  /external/webkit/Source/WebKit2/
ChangeLog-2011-02-16 125 (WebKit::WebPluginSiteDataManager::invalidate):
152 Don't invalidate the plug-in site data manager if we're using a plug-in process.
235 (WebKit::WebPluginSiteDataManager::invalidate):
236 Invalidate the callbacks map.
254 Invalidate the plug-in site data manager and clear its context.
257 Invalidate the plug-in site data manager.
590 (WebKit::WebFrameLoaderClient::restoreViewState): Invalidate the entire page
714 Invalidate the layer tree host.
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 751 // doesn't require a client cert), we need to invalidate the SSL session
760 LOG_IF(WARNING, !rv) << "Couldn't invalidate SSL session: " << session;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 285 // Invalidate the object map.
286 m_npRuntimeObjectMap.invalidate();
856 void PluginView::invalidate(const IntRect& dirtyRect) function in class:WebKit::PluginView
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 263 * should invalidate itself (or at least the part of itself where the
458 * of the Drawable to change (hence requiring an invalidate), otherwise
510 * of the Drawable to change (hence requiring an invalidate), otherwise
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 605 invalidate(); method
910 invalidate(dirty.left + scrollX, dirty.top + scrollY,
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 321 // Invalidate the transition at the beginning of the timeline
335 // Invalidate the transition at the end of this media item
337 // Invalidate the reference in the next media item (if any)
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 159 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
  /development/apps/Development/res/values/
strings.xml 177 <string name="accounts_tester_invalidate_auth_token">Invalidate Token</string>
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 341 mContentView.invalidate();
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 242 mAppWidgetView.invalidate();
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 243 invalidate(); method

Completed in 1214 milliseconds

<<21222324252627282930>>