OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dirty
(Results
101 - 125
of
660
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/include/images/
SkPageFlipper.h
22
/** SkPageFlipper manages alternating inval/
dirty
regions for a rectangular area
/external/skia/src/animator/
SkAnimateBase.h
36
virtual void
dirty
();
SkDisplayTypes.h
35
virtual void
dirty
();
SkMatrixParts.h
36
virtual void
dirty
();
SkPathParts.h
32
virtual void
dirty
();
/external/skia/src/core/
SkBitmap_scroll.cpp
61
// compute the
dirty
area
/external/skia/src/images/
SkPageFlipper.cpp
78
// Copy over anything new from page0 that isn't
dirty
in page1
/external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h
116
// tiles we need (i.e. in the viewport and
dirty
) into a TilesSet and call
128
// are
dirty
based on the info we have received from webkit.
134
// considered to be
dirty
an in need of redrawing in the following cases
141
// tile was invalidated by webkit. Thus, if A < B then tile is
dirty
.
/external/webkit/Source/WebCore/rendering/
InlineBox.h
73
bool
dirty
, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
84
, m_dirty(
dirty
)
285
void markDirty(bool
dirty
= true) { m_dirty =
dirty
; }
/external/webkit/Source/WebKit/android/plugins/
ANPSurface_npapi.h
36
surface will be considered
dirty
. If the lock was successful the function
/external/webkit/Tools/QueueStatusServer/handlers/
updatestatus.py
65
Attachment.
dirty
(queue_status.active_patch_id)
/frameworks/base/core/java/android/view/
ViewParent.java
56
* All or part of a child is
dirty
and needs to be redrawn.
58
* @param child The child which is
dirty
64
* All or part of a child is
dirty
and needs to be redrawn.
67
* define the left and the top position of the
dirty
child.
/frameworks/base/libs/hwui/
OpenGLRenderer.h
73
virtual bool callDrawGLFunction(Functor *functor, Rect&
dirty
);
99
Rect&
dirty
, uint32_t level = 0);
148
* Marks the specified region as
dirty
at the specified bounds.
266
* Mark the layer as
dirty
at the specified coordinates. The coordinates
273
* Mark the layer as
dirty
at the specified coordinates.
394
* @param
dirty
True if calling this method should
dirty
the current layer
400
bool ignoreScale = false, bool
dirty
= true);
600
// Track
dirty
regions, true by default
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParserTest.java
79
* Quick'n'
dirty
debug helper that dumps an XML structure to stdout.
/frameworks/compile/libbcc/include/bcc/
bcc_cache.h
77
/*
dirty
hack for libRS */
/frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCached.h
139
//
Dirty
hack for libRS.
/packages/inputmethods/LatinIME/native/src/
debug.h
47
// is a
dirty
way of slowing down processing so that we can see all log.
/sdk/ide_common/src/com/android/ide/common/resources/
ScanningContext.java
83
* Returns whether this repository has been marked as "
dirty
"; if one or
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Program.cpp
34
dirty
= true;
226
return mSamplers[samplerIndex].
dirty
;
233
void Program::setSamplerDirty(unsigned int samplerIndex, bool
dirty
)
237
mSamplers[samplerIndex].
dirty
=
dirty
;
277
targetUniform->
dirty
= true;
334
targetUniform->
dirty
= true;
392
targetUniform->
dirty
= true;
449
targetUniform->
dirty
= true;
506
targetUniform->
dirty
= true
[
all
...]
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
144
#define ptep_set_access_flags(vma, address, ptep, entry,
dirty
) ({ int __changed = !pte_same(*(ptep), entry); if (__changed &&
dirty
) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; })
/dalvik/vm/compiler/codegen/x86/
X86LIR.h
69
bool
dirty
; // If live, is it
dirty
?
member in struct:RegisterInfo
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
144
#define ptep_set_access_flags(vma, address, ptep, entry,
dirty
) ({ int __changed = !pte_same(*(ptep), entry); if (__changed &&
dirty
) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; })
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java
181
long rawContactId, long syncState, boolean
dirty
) {
196
mDirty =
dirty
;
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java
95
// Find the local '
dirty
' contacts that we need to tell the server about...
99
// Send the
dirty
contacts to the server, and retrieve the server-side changes
/external/chromium/net/data/cache_tests/dirty_entry3/
contents.txt
131
dirty
: 0
159
dirty
: 0
Completed in 549 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>