/external/chromium/chrome/browser/chromeos/ |
wm_overview_controller.cc | 96 // Mark the given snapshot as dirty, and start the delay timer. 102 // Update the first "dirty" snapshot, which is ordered after (excluding)
|
/external/chromium/chrome/browser/extensions/ |
extension_host.cc | 272 // sent. NULL it out so that dirty pointer issues don't arise in cases 311 // its pointer to it NULLed out so that any attempt to unload a dirty pointer
|
/external/chromium/net/disk_cache/ |
eviction.cc | 125 if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { 331 if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) {
|
/external/e2fsprogs/misc/ |
tune2fs.8.in | 118 marking the filesystem dirty or in error. If you are using 121 be marked dirty, so it will not normally be checked. A
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 378 /// recursively marks successor nodes dirty. 383 /// recursively marks predecessor nodes dirty.
|
/external/openssl/crypto/bn/asm/ |
x86_64-gcc.c | 3 # include "../bn_asm.c" /* kind of dirty hack for Sun Studio */ 17 * A. Well, that's because this code is basically a quick-n-dirty
|
/external/v8/src/ |
spaces.h | 64 // size. Each region has a corresponding dirty bit in the page header which is 66 // dirty bits encoding see comments in the Page::GetRegionNumberForAddress() 226 inline void SetRegionMarks(uint32_t dirty); 339 // This field contains dirty marks for regions covering the page. Only dirty 341 // Only 32 dirty marks are supported so for large object pages several regions 342 // might be mapped to a single dirty mark. [all...] |
/external/valgrind/main/VEX/priv/ |
guest_amd64_defs.h | 145 /* --- DIRTY HELPERS --- */ 171 CALLED FROM GENERATED CODE: DIRTY HELPER(s). (But not really,
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 881 m_softwareDirtyRect.setWidth(0); // Clear dirty rect. 908 m_softwareDirtyRect.unite(IntRect(0, 0, width, height)); // Mark everything as dirty.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidTextEditor.java | 347 * Commit all dirty pages then saves the contents of the text editor. 382 * Commits all dirty pages in the editor. This method should
|
/external/kernel-headers/original/linux/ |
fs.h | 359 /* Write back some dirty pages from this mapping. */ 362 /* Set a page dirty. Return true if this dirtied it */ 458 * Radix-tree tags, for tagging dirty and writeback pages within the pagecache 885 struct list_head s_dirty; /* dirty inodes */ [all...] |
/external/netperf/ |
nettest_bsd.c | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | [all...] |
/external/libvpx/examples/includes/HTML-Toc-0.91/ |
TocGenerator.pm | 815 # Loop through dirty start tokens 824 # Does current end tag equals dirty tag? 826 # Yes, current end tag equals dirty tag; 829 # Remove dirty tag from array, automatically advancing to 834 # No, current end tag doesn't equal dirty tag; 1081 # Reset dirty anchor [all...] |
/external/valgrind/main/callgrind/ |
sim.c | 336 * With write-back, result can be a miss evicting a dirty line 337 * The dirty state of a cache line is stored in Bit0 of the tag for 339 * type (Read/Write), the line gets dirty on a write. 360 tmp_tag = set[i] | ref; // update dirty flag 440 * the write to the LL to make the LL line dirty. 571 * the write to the LL to make the LL line dirty. [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderBlockLineLayout.cpp | [all...] |
RenderTableSection.cpp | [all...] |
RenderText.cpp | [all...] |
/external/oprofile/events/ia64/itanium2/ |
events | 260 event:0x29 counters:0,1,2,3 um:zero minimum:500 name:RSE_DIRTY_REGS_2_TO_0 : Dirty RSE registers 261 event:0x28 counters:0,1,2,3 um:zero minimum:500 name:RSE_DIRTY_REGS_5_TO_3 : Dirty RSE registers 262 event:0x24 counters:0,1,2,3 um:zero minimum:500 name:RSE_DIRTY_REGS_6 : Dirty RSE registers
|
/external/v8/src/arm/ |
macro-assembler-arm.h | 171 // dirty. The object address must be in the first 8K of an allocated page. 177 // [object+offset] dirty. The object address must be in the first 8K 188 // [address] dirty. The object address must be in the first 8K of an [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 238 // dirty. The object address must be in the first 8K of an allocated page. 244 // [object+offset] dirty. The object address must be in the first 8K 255 // [address] dirty. The object address must be in the first 8K of an [all...] |
/external/v8/test/cctest/ |
test-heap.cc | 915 // that region dirty marks are updated correctly. 977 // Step 5: verify validity of region dirty marks. 980 // Check that region covering inobject property 1 is marked dirty. [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactLoader.java | 511 RawContacts.DIRTY, 583 public final static int DIRTY = 19; [all...] |
/build/core/ |
java.mk | 255 # dirty. It's preferable to set LOCAL_CHECKED_MODULE, but this has to
|
/external/bluetooth/glib/gio/ |
gfileenumerator.c | 716 possibly in a quick-n-dirty way. At least we never want to leak
|