/external/webkit/Source/WebKit2/WebProcess/ |
WebProcess.cpp | 548 // Invalidate our connection. 549 m_connection->invalidate();
|
/frameworks/base/docs/html/guide/topics/ui/ |
ui-events.jd | 274 may need to be changed, the View will call {@link android.view.View#invalidate()}.</li> 275 <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 | 412 mWebView.invalidate(); 501 mWebView.invalidate(); [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentActivity.java | 214 // Prior to Honeycomb, the framework can't invalidate the options 566 // API to invalidate the options menu.
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleDayPickerFragment.java | 344 mDayNamesHeader.invalidate(); 566 mMonthName.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 | 395 ActionButton invalidate = new ActionButton(innerButtonPanel, InvalidateAction.getAction()); local 396 invalidate.setLayoutData(new GridData(GridData.FILL_BOTH)); [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
DeviceBridge.java | 630 connection.sendCommand("INVALIDATE " + viewNode.window.encode() + " " + viewNode); //$NON-NLS-1$ 632 Log.e(TAG, "Unable to invalidate view " + viewNode + " in window " + viewNode.window
|
/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...] |
/frameworks/support/v4/java/android/support/v4/view/ |
ViewPager.java | 553 invalidate(); method 643 invalidate(); method [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 655 // BlockDataRegion? If so, invalidate captured variables that are passed 674 // Invalidate the region by setting its default value to 688 // Invalidate the binding. 690 // Invalidate the region by setting its default value to [all...] |
/external/llvm/lib/CodeGen/ |
VirtRegRewriter.cpp | 170 // is used to invalidate entries in SpillSlotsOrReMatsAvailable when a 254 /// value. We use this to invalidate any info about stuff that lives in 502 /// ResurrectKill - Invalidate kill info associated with a previous MI. An 540 /// marked kill, then invalidate the information. 747 /// value. We use this to invalidate any info about stuff we thing lives in it. 767 /// value. We use this to invalidate any info about stuff we thing lives in [all...] |
RegAllocFast.cpp | 323 /// This may add implicit kills to MO->getParent() and invalidate MO. 625 // subregs. This may invalidate any operand pointers. 708 // Note: defineVirtReg may invalidate MO. [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Workspace.java | [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder.cc | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 281 /// Note that this is an involved process that may invalidate pointers into 289 /// Note that this is an involved process that may invalidate pointers into 302 /// Note that this is an involved process that may invalidate pointers into [all...] |
/external/qemu/ |
console.c | 38 vga_hw_invalidate_ptr invalidate, [all...] |
/frameworks/base/core/java/android/widget/ |
CalendarView.java | 415 invalidate(); method 742 mDayNamesHeader.invalidate(); [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
PendingIntentTest.java | 108 PendingIntentStubActivity.status = PendingIntentStubActivity.INVALIDATE;
|
/cts/tests/tests/database/src/android/database/cts/ |
MergeCursorTest.java | 358 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GalleryTest.java | 340 mGallery.invalidate();
|
/dalvik/vm/ |
IndirectRefTable.h | 180 * add immediately follows a delete; must invalidate after segment pop
|
/development/apps/Development/src/com/android/development/ |
AccountsTester.java | 439 Bundle result = getAndLogResult(future, "get and invalidate");
|
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 453 invalidate(); method
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
BufferedReaderTest.java | 123 fail("Failed to invalidate mark properly");
|