/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 479 // could invalidate the CGSCC iterator. 560 // this inline, because that would invalidate our CallGraph::iterator
|
/external/oprofile/events/mips/1004K/ |
events | 91 event:0x39 counters:0 um:zero minimum:500 name:INVALIDATE_INTERVENTION_COUNT : 57-0 External invalidate (i.e. leaving a cache line in the invalid state) interventions 168 event:0x439 counters:1 um:zero minimum:500 name:INVALIDATE_INTERVENTION_HIT_COUNT : 57-1 External invalidate interventions that hit in the cache
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_surface.c | 273 * per-surface alpha, so no need to invalidate the blit mapping 275 * need to invalidate.)
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 690 invalidate(); 701 invalidate();
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginViewWin.cpp | 910 invalidate(); 937 invalidate();
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFullScreenController.mm | 694 [_tickleTimer invalidate]; 701 [_tickleTimer invalidate]; [all...] |
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapeBrowserFuncs.cpp | 569 plugin->invalidate(invalidRect); 576 plugin->invalidate(0);
|
/external/webkit/Source/WebKit2/WebProcess/ |
WebProcess.cpp | 548 // Invalidate our connection. 549 m_connection->invalidate();
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetHostView.java | 431 invalidate(); method 500 invalidate(); method
|
AppWidgetManager.java | 518 * to invalidate their currently data. 534 * to invalidate it's currently data. [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
ui-events.jd | 284 may need to be changed, the View will call {@link android.view.View#invalidate()}.</li> 285 <li>If either {@link android.view.View#requestLayout()} or {@link android.view.View#invalidate()} were called,
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 421 mWebView.invalidate(); 527 mWebView.invalidate(); [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 342 mDayNamesHeader.invalidate(); 564 mMonthName.invalidate();
|
/packages/apps/Nfc/src/com/android/nfc/ |
SendUi.java | 542 // For the first 3 frames, call invalidate(); this calls eglSwapBuffers 545 mScreenshotLayout.invalidate();
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
ContactHeaderWidget.java | 258 invalidate(); method 383 invalidate(); method
|
/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/ |
HierarchyViewerApplication.java | 396 ActionButton invalidate = new ActionButton(innerButtonPanel, InvalidateAction.getAction()); local 397 invalidate.setLayoutData(new GridData(GridData.FILL_BOTH)); [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
DeviceBridge.java | 632 connection.sendCommand("INVALIDATE " + viewNode.window.encode() + " " + viewNode); //$NON-NLS-1$ 634 Log.e(TAG, "Unable to invalidate view " + viewNode + " in window " + viewNode.window
|
/external/llvm/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | 84 /// next instruction to optimize. Xforms that can invalidate this should 492 // Preincrement use iterator so we don't invalidate it. 541 // Preincrement use iterator so we don't invalidate it. 622 // invalidate our iterator. Use a WeakVH to hold onto it in case this [all...] |
/external/valgrind/main/coregrind/ |
m_transtab.c | 223 invalidate this cache when TC entries are changed or disappear. 686 /* Invalidate the fast cache's counter array, VG_(tt_fastN). */ 700 /* Invalidate the fast cache VG_(tt_fast). If profiling, also 701 invalidate the fast cache's counter array VG_(tt_fastN), otherwise [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PhotoView.java | 269 public void invalidate() { 270 PhotoView.this.invalidate(); 447 invalidate(); method 461 invalidate(); method 845 invalidate(); method [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewTest.java | [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder.cc | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 321 /// Note that this is an involved process that may invalidate pointers into 329 /// Note that this is an involved process that may invalidate pointers into 342 /// Note that this is an involved process that may invalidate pointers into [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocFast.cpp | 330 /// This may add implicit kills to MO->getParent() and invalidate MO. 654 // subregs. This may invalidate any operand pointers. 751 // Note: defineVirtReg may invalidate MO. [all...] |
/external/qemu/ |
console.c | 38 vga_hw_invalidate_ptr invalidate, [all...] |