OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalidate
(Results
76 - 100
of
1387
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h
24
#define MS_INVALIDATE 2 /*
invalidate
the caches */
/frameworks/base/core/java/android/widget/
AbsSeekBar.java
127
invalidate
();
method
164
invalidate
();
method
235
* so just
invalidate
this whole view.
237
invalidate
();
369
invalidate
(mThumb.getBounds()); // This may be within the padding region
385
invalidate
(mThumb.getBounds()); // This may be within the padding region
409
invalidate
();
417
invalidate
(); // see above explanation
573
* so just
invalidate
this whole view.
575
invalidate
();
[
all
...]
/development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java
85
Message msg = mHandler.obtainMessage(
INVALIDATE
);
245
private static final int
INVALIDATE
= 1;
249
if (msg.what ==
INVALIDATE
) {
250
invalidate
();
251
msg = obtainMessage(
INVALIDATE
);
/frameworks/base/core/java/android/gesture/
GestureOverlayView.java
299
invalidate
();
method
381
invalidate
();
method
433
invalidate
();
method
442
invalidate
();
method
517
invalidate
();
method
523
invalidate
(rect);
531
invalidate
();
method
538
invalidate
();
method
772
invalidate
();
method
/external/kernel-headers/original/asm-arm/
cacheflush.h
115
* Unconditionally clean and
invalidate
the entire cache.
119
* Clean and
invalidate
all user space cache entries
124
* Clean and
invalidate
a range of cache entries in the
143
*
Invalidate
(discard) the specified virtual address range.
158
* Clean and
invalidate
the specified virtual address range.
331
* have userspace mappings, then we _must_ always clean +
invalidate
/external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp
76
m_connection->
invalidate
();
82
m_processLauncher->
invalidate
();
87
m_threadLauncher->
invalidate
();
115
m_connection->
invalidate
();
301
// We received an invalid message from the web process,
invalidate
our connection and kill it.
302
m_connection->
invalidate
();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java
152
invalidate
();
method
302
invalidate
();
method
313
invalidate
();
method
410
invalidate
();
method
463
invalidate
();
method
502
invalidate
();
method
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java
66
invalidate
();
method
91
invalidate
();
method
227
invalidate
();
method
235
invalidate
();
method
267
invalidate
();
method
338
invalidate
();
method
/frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java
239
*
Invalidate
the end transition if necessary
302
*
invalidate
it.
305
afterMediaItem.getEndTransition().
invalidate
();
314
*
invalidate
it.
317
beforeMediaItem.getBeginTransition().
invalidate
();
636
*
Invalidate
the transition at the beginning of the timeline
651
*
Invalidate
the transition at this position
688
*
Invalidate
adjacent transitions at the insertion point
709
*
Invalidate
adjacent transitions at the insertion point
768
*
Invalidate
all transition
815
((MediaImageItem)mediaItem).
invalidate
();
method
846
((MediaVideoItem)mediaItem).
invalidate
();
method
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java
63
view.
invalidate
();
100
view.
invalidate
();
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java
50
mView.
invalidate
();
53
mView.
invalidate
();
UnicodeChart.java
106
invalidate
();
method
111
invalidate
();
method
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
Slider.java
36
invalidate
();
method
45
invalidate
();
method
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSessionBindingEventTest.java
170
* @see javax.net.ssl.SSLSession#
invalidate
()
172
public void
invalidate
() {
method in class:MySSLSession
/external/guava/guava/src/com/google/common/cache/
ForwardingCache.java
81
public void
invalidate
(Object key) {
method in class:ForwardingCache
82
delegate().
invalidate
(key);
/external/guava/guava-tests/test/com/google/common/cache/
ForwardingCacheTest.java
73
mock.
invalidate
("key");
75
forward.
invalidate
("key");
ForwardingLoadingCacheTest.java
85
mock.
invalidate
("key");
87
forward.
invalidate
("key");
/external/llvm/include/llvm/MC/
MCAsmLayout.h
57
/// \brief
Invalidate
all following fragments because a fragment has been
59
void
Invalidate
(MCFragment *F);
/external/v8/src/ia32/
cpu-ia32.cc
65
//
invalidate
already cached translated code. This leads to random
68
// performance cost. We can notify valgrind to
invalidate
its cache.
/external/v8/src/x64/
cpu-x64.cc
65
//
invalidate
already cached translated code. This leads to random
68
// performance cost. We can notify valgrind to
invalidate
its cache.
/external/webkit/Source/WebCore/svg/
SVGFEGaussianBlurElement.cpp
65
invalidate
();
89
invalidate
();
SVGFEMorphologyElement.cpp
66
invalidate
();
110
invalidate
();
/external/webkit/Source/WebKit2/Shared/
SandboxExtension.h
76
bool
invalidate
();
97
inline bool SandboxExtension::
invalidate
() { return true; }
function in class:WebKit::SandboxExtension
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm
88
void LayerTreeHostCAMac::
invalidate
()
98
LayerTreeHostCA::
invalidate
();
/frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java
56
mode.
invalidate
();
138
public void
invalidate
() {
method in class:ExtractEditLayout.ExtractActionMode
Completed in 593 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>