HomeSort by relevance Sort by last modified time
    Searched full:dirty (Results 1 - 25 of 660) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/dhcpcd/mk/
files.mk 1 # Quick and dirty files
scripts.mk 1 # Quick and dirty scripts
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_groups.txt 5 5 dirty=0
expected_raw_contacts.txt 6 6 dirty=1
24 24 dirty=1
42 42 dirty=1
60 60 dirty=1
78 78 dirty=1
  /packages/providers/ContactsProvider/tests/assets/test1/
expected_groups.txt 5 5 dirty=0
22 22 dirty=0
39 39 dirty=0
56 56 dirty=0
expected_raw_contacts.txt 6 6 dirty=1
24 24 dirty=1
42 42 dirty=1
60 60 dirty=1
78 78 dirty=0
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_groups.txt 5 5 dirty=0
expected_raw_contacts.txt 6 6 dirty=1
24 24 dirty=0
42 42 dirty=0
60 60 dirty=0
78 78 dirty=0
96 96 dirty=0
114 114 dirty=1
132 132 dirty=1
150 150 dirty=1
168 168 dirty=
    [all...]
  /external/skia/samplecode/
SamplePageFlip.cpp 59 if (!update.dirty().isEmpty()) {
64 // SkDebugf("----- dirty [%d %d %d %d]\n", dirty.getBounds().fLeft, dirty.getBounds().fTop, dirty.getBounds().width(), dirty.getBounds().height());
65 canvas.clipRegion(update.dirty());
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 43 Rect dirty(left, top, right, bottom);
44 if (dirty.isEmpty() || (dirty.left <= 0 && dirty.top <= 0 &&
45 dirty.right >= width && dirty.bottom >= height)) {
47 dirty.set(0.0f, 0.0f, width, height);
49 dirty.intersect(0.0f, 0.0f, width, height);
50 android::Rect r(dirty.left, dirty.top, dirty.right, dirty.bottom)
    [all...]
  /frameworks/base/core/java/android/view/
HardwareCanvas.java 43 * @param dirty The dirty rectangle to update, can be null.
45 abstract void onPreDraw(Rect dirty);
58 * @param dirty The dirty region to redraw in the next pass, matters only
64 abstract boolean drawDisplayList(DisplayList displayList, int width, int height, Rect dirty);
  /cts/tests/src/android/widget/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, dirty);
  /external/chromium/net/data/cache_tests/list_loop/
contents.txt 38 dirty: 0
59 dirty: 0
80 dirty: 0
101 dirty: 0
122 dirty: 0
143 dirty: 0
164 dirty: 0
185 dirty: 0
  /external/skia/src/animator/
SkPostParts.cpp 47 void SkData::dirty() { function in class:SkData
48 fParent->dirty();
SkPostParts.h 29 virtual void dirty();
  /system/core/libpixelflinger/
clear.cpp 42 c->state.clear.dirty = GGL_STENCIL_BUFFER_BIT |
118 if (c->state.clear.dirty & GGL_COLOR_BUFFER_BIT) {
119 c->state.clear.dirty &= ~GGL_COLOR_BUFFER_BIT;
134 if (c->state.clear.dirty & GGL_DEPTH_BUFFER_BIT) {
135 c->state.clear.dirty &= ~GGL_DEPTH_BUFFER_BIT;
154 c->state.clear.dirty |= GGL_COLOR_BUFFER_BIT;
161 c->state.clear.dirty |= GGL_DEPTH_BUFFER_BIT;
168 c->state.clear.dirty |= GGL_STENCIL_BUFFER_BIT;
  /external/chromium/chrome/browser/
transport_security_persister.cc 53 bool dirty = false; local
54 if (!transport_security_state_->LoadEntries(state, &dirty)) {
58 if (dirty)
  /external/kernel-headers/original/linux/
backing-dev.h 38 * - The first two flags control whether dirty pages will contribute to the
39 * VM's accounting and whether writepages() should be called for dirty pages
44 #define BDI_CAP_NO_ACCT_DIRTY 0x00000001 /* Dirty pages shouldn't contribute to accounting */
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 300 m_transforms.dirty = true;
302 m_state.dirty = true;
370 if (!m_transforms.dirty)
373 m_transforms.dirty = false;
614 bool isDirty = m_state.dirty;
615 m_state.dirty = false;
624 m_state.maskLayer->m_state.dirty = false;
627 m_state.replicaLayer->m_state.dirty = false;
629 m_state.replicaLayer->m_state.maskLayer->m_state.dirty = false;
703 m_state.dirty = true
    [all...]
  /bionic/libc/netbsd/nameser/
ns_ttl.c 103 int ch, digits, dirty; local
108 dirty = 0;
133 dirty = 1;
136 if (dirty)
  /cts/tools/dx-tests/scripts/
validate-tests.sh 2 # Quick and dirty way to validate the DX tests against a JVM. Note that
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 46 dirty: If True, then calling Modified() would be a no-op. This can be
55 (b) The message's cached byte size became dirty -- i.e. the message was
57 Therefore the parent should also mark its byte size as dirty.
64 Note that if the listener's |dirty| attribute is true, then calling
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_fs.h 19 * When flushing a cluster of dirty pages, there can be different
  /external/chromium/net/data/cache_tests/bad_entry/
contents.txt 31 dirty: 0
52 dirty: 0

Completed in 774 milliseconds

1 2 3 4 5 6 7 8 91011>>