/frameworks/compile/libbcc/lib/ExecutionEngine/ |
MCCacheWriter.cpp | 100 // libRS is threadable dirty hack
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiListAttributeNode.java | 208 * Simply mark the attribute as dirty if it really changed.
|
UiElementNode.java | [all...] |
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 280 BH_JBDDirty, /* 1 if buffer is dirty but journaled */ 319 /* Number of remaining buffers we are allowed to dirty: */ 906 /* Return true if this bufer is dirty wrt the journal */
|
/external/qemu/ |
Changelog | 74 - live migration: fix dirty tracking windows (Glauber Costa) 238 - merge self modifying code handling in dirty ram page mecanism. 408 - fixed PTE dirty bit handling
|
exec.c | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_amd64_helpers.c | [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 116 int dirty; member in struct:__anon14236 117 int nBytes; /* Only valid if the cache is dirty */ 405 __u8 dirty:1; /* the object needs to be written to flash */ member in struct:yaffs_ObjectStruct
|
/frameworks/base/include/private/opengles/ |
gl_context.h | 350 uint8_t dirty; member in struct:android::gl::texture_unit_t 448 uint8_t dirty; member in struct:android::gl::matrix_stack_t 508 uint32_t dirty; member in struct:android::gl::transform_state_t
|
/external/protobuf/python/google/protobuf/ |
reflection.py | 781 self._listener_for_children.dirty = False [all...] |
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 179 android::uirenderer::Rect dirty; local 180 return renderer->callDrawGLFunction(functor, dirty); 608 jint width, jint height, jobject dirty) { 611 if (redraw && dirty != NULL) { 612 env->CallVoidMethod(dirty, gRectClassInfo.set, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 500 * Commit all dirty pages then saves the contents of the text editor. 547 * Commits all dirty pages in the editor. This method should [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 473 // entries are marked dirty. 488 // Change existing entries to directories to dirty them. 506 // entries are marked dirty. 611 // Change existing entries to directories to dirty them. 633 // We aren't doing anything to dirty these entries. 668 // entries are marked dirty. [all...] |
/external/chromium/net/disk_cache/ |
backend_unittest.cc | 600 // Reading an entry and crashing should not make it dirty. [all...] |
/external/v8/src/ |
heap.h | [all...] |
/frameworks/base/opengl/libagl/ |
texture.cpp | 78 if (u.dirty) { 79 u.dirty = 0; 113 c->textures.tmu[tmu].dirty = flags; 717 u.dirty = 0xFF; // XXX: should be more subtle 786 if (u.dirty) { 798 u.dirty = 0xFF; // XXX: should be more subtle [all...] |
/frameworks/base/core/java/android/view/ |
View.java | [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewTest.java | 3332 final Rect dirty = new Rect(view.getLeft() + 1, view.getTop() + 1, local 3363 final Rect dirty = new Rect(view.getLeft() + 1, view.getTop() + 1, local [all...] |
/external/emma/ |
build.xml | 119 <available file="${temp.dir}/.ready.build.stamp" type="file" property="build.is.dirty" value="yes" /> 148 <target name="-timestamp.1" depends="init" unless="build.is.dirty" > 201 <target name="-timestamp.5" depends="init" unless="build.is.dirty" >
|
/external/kernel-headers/original/linux/ |
jbd.h | 306 BH_JBDDirty, /* Is dirty but journaled */ 368 * @h_buffer_credits: Number of remaining buffers we are allowed to dirty. 385 /* Number of remaining buffers we are allowed to dirty: */ [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 67 // For page containing |object| mark region covering |addr| dirty. 83 // dirty. |object| is the object being stored into, |value| is the 95 // dirty. |object| is the object being stored into, |value| is the [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
LayerAndroid.cpp | 851 // we mark the webkit-side tree as having no more dirty region 852 // (otherwise we would continuously have those dirty region UI-side) 901 // When the layer is dirty, the UI thread should be notified to redraw. [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.mm | 356 // Called when the timer fires. Advance the frame, dirty the display, and remove
|
/external/clang/include/clang/Lex/ |
Token.h | 57 /// may be dirty (have trigraphs / escaped newlines).
|
/external/clang/lib/Lex/ |
MacroArgs.cpp | 233 // If the token was dirty, the spelling may be shorter than the token.
|