/frameworks/compile/slang/ |
slang_rs_exportable.cpp | 24 // Invalidate associated Context.
|
/hardware/qcom/display/libhwcomposer/ |
hwc_qclient.cpp | 80 mHwcContext->proc->invalidate(mHwcContext->proc); 89 mHwcContext->proc->invalidate(mHwcContext->proc); 97 mHwcContext->proc->invalidate(mHwcContext->proc); 103 mHwcContext->proc->invalidate(mHwcContext->proc);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
nfs_fs.h | 27 #define FLUSH_INVALIDATE 64 /* Invalidate the page cache */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfs_fs.h | 27 #define FLUSH_INVALIDATE 64 /* Invalidate the page cache */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
nfs_fs.h | 27 #define FLUSH_INVALIDATE 64 /* Invalidate the page cache */
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
BitmapText.java | 96 letters.invalidate();
143 letters.invalidate(); // TODO: Don't have to align.
153 letters.invalidate();
216 letters.invalidate();
229 letters.invalidate();
272 letters.invalidate();
287 letters.invalidate();
296 letters.invalidate();
306 letters.invalidate();
317 letters.invalidate();
[all...] |
Letters.java | 63 invalidate();
method 108 blank.invalidate();
132 invalidate(current);
191 l.invalidate();
246 public void invalidate() {
method in class:Letters 247 invalidate(head);
250 public void invalidate(LetterQuad cursor) {
method in class:Letters 255 cursor.invalidate();
|
/development/samples/CrossCompatibility/src/com/example/android/touchexample/ |
TouchExampleView.java | 70 invalidate(); method 79 invalidate(); method
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
CandidateView.java | 113 invalidate(); 236 invalidate(); method 250 invalidate(); method 258 invalidate(); method 276 invalidate(); method 286 invalidate(); method 314 invalidate(); method 319 invalidate(); method
|
/external/chromium/chrome/browser/ |
plugin_data_remover_helper.cc | 32 void Invalidate() { 70 internal_->Invalidate();
|
/external/skia/src/gpu/gl/ |
GrGLTexture.h | 56 void invalidate() { memset(this, 0xff, sizeof(TexParams)); } function in struct:GrGLTexture::TexParams 79 virtual void invalidateCachedState() SK_OVERRIDE { fTexParams.invalidate(); }
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactNameHighlightingAnimation.java | 41 protected void invalidate() { method in class:ContactNameHighlightingAnimation 47 view.getNameTextView().invalidate();
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewManager.java | 30 public static void invalidate(IDevice device, Window window, String params) { method in class:ViewManager 31 sendCommand("INVALIDATE", device, window, params);
|
/development/apps/NinePatchLab/src/com/android/ninepatch/ |
NinePatchLab.java | 155 invalidate(); method 165 mView.invalidate(); 174 mView.invalidate(); 179 mView.invalidate(); 183 mView.invalidate(); 190 mView.invalidate();
|
/external/clang/include/clang/Lex/ |
MultipleIncludeOpt.h | 52 /// Invalidate - Permanently mark this file as not being suitable for the 54 void Invalidate() { 83 return Invalidate(); 90 return Invalidate(); 101 Invalidate(); 109 if (!TheMacro) return Invalidate();
|
/packages/apps/Email/src/com/android/email/provider/ |
ContentCache.java | 61 * 3. Invalidate any other caches that might be affected by the delete/update: 62 * The entire cache: affectedCache.invalidate()* 63 * A specific row in a cache: affectedCache.invalidate(rowId) 188 Log.d(mLogTag, "============ Invalidate tokens for: " + id); 194 token.invalidate(); 205 /*package*/ void invalidate() { method in class:ContentCache.TokenList 210 token.invalidate(); 258 /*package*/ void invalidate() { method in class:ContentCache.CacheToken 448 token.invalidate(); 477 // CachedCursor.invalidate) 664 public synchronized void invalidate() { method in class:ContentCache 665 invalidate(null, null, null); method 676 public synchronized void invalidate(String operation, Uri uri, String selection) { method in class:ContentCache [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaVideoItem.java | 233 mBeginTransition.invalidate(); 239 mEndTransition.invalidate(); 350 mBeginTransition.invalidate(); 358 mEndTransition.invalidate(); 379 * Invalidate transition if: 387 mBeginTransition.invalidate(); 392 mBeginTransition.invalidate(); 404 * Invalidate transition if: 412 mEndTransition.invalidate(); 417 mEndTransition.invalidate(); 603 void invalidate() { method in class:MediaVideoItem [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebContext.cpp | 154 m_applicationCacheManagerProxy->invalidate(); 157 m_cookieManagerProxy->invalidate(); 160 m_databaseManagerProxy->invalidate(); 163 m_geolocationManagerProxy->invalidate(); 166 m_iconDatabase->invalidate(); 169 m_keyValueStorageManagerProxy->invalidate(); 172 m_mediaCacheManagerProxy->invalidate(); 175 m_pluginSiteDataManager->invalidate(); 178 m_resourceCacheManagerProxy->invalidate(); 328 // Invalidate all outstanding downloads [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
EdgeEffectCompat.java | 168 * The host view should always {@link android.view.View#invalidate()} if this method 174 * @return true if the host view should call invalidate, false if it should not. 183 * the host view should {@link android.view.View#invalidate()} if this method 186 * @return true if the host view should invalidate, false if it should not. 201 * @return true if the host view should invalidate, false if it should not.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Patterns.java | 109 invalidate(); method 114 invalidate(); method 118 invalidate(); method
|
/external/chromium-trace/trace-viewer/src/tracks/ |
canvas_based_track.js | 96 this.invalidate(); 100 this.invalidate(); 110 invalidate: function() {
|
/external/webkit/Source/WebCore/platform/ |
HostWindow.h | 41 // Requests the host invalidate the window, not the contents. If immediate is true do so synchronously, otherwise async. 44 // Requests the host invalidate the contents and the window. If immediate is true do so synchronously, otherwise async. 50 // Requests the host invalidate the contents, not the window. This is the slow path for scrolling.
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceContainer.cpp | 52 // Invalidate all resources if our layout changed. 77 // Invalidate all our current clients. 110 // Invalidate resources in ancestor chain, if needed.
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
Download.cpp | 135 m_sandboxExtension->invalidate(); 144 m_sandboxExtension->invalidate(); 153 m_sandboxExtension->invalidate();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
FirstFrameAnimatorHelper.java | 94 // The first frame on animations doesn't always trigger an invalidate... 95 // force an invalidate here to make sure the animation continues to advance 96 mTarget.getRootView().invalidate();
|