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

1 2 34 5 6 7 8 91011>>

  /external/chromium/net/base/
transport_security_state.h 111 bool LoadEntries(const std::string& state, bool* dirty);
123 // our state is dirty.
131 bool* dirty,
transport_security_state_unittest.cc 207 bool dirty; local
209 EXPECT_TRUE(state->LoadEntries(output, &dirty));
210 EXPECT_FALSE(dirty);
228 bool dirty; local
230 EXPECT_TRUE(state->LoadEntries(output, &dirty));
261 bool dirty; local
263 EXPECT_TRUE(state->LoadEntries(output, &dirty));
320 bool dirty; local
321 EXPECT_TRUE(state->LoadEntries(output, &dirty));
322 EXPECT_TRUE(dirty);
556 bool dirty; local
    [all...]
  /external/chromium/net/data/cache_tests/dirty_entry4/
contents.txt 131 dirty: 0
159 dirty: 0
178 DoomAllEntries(); <--- First crash. Fix key2 dirty flag.
  /external/fsck_msdos/
ext.h 61 * Check the dirty flag. If the file system is clean, then return 1.
63 * they have no dirty flag, so they must be assumed to be unclean).
81 #define FSDIRTY 32 /* File system is dirty */
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Program.h 39 bool dirty; member in struct:gl::Uniform
79 void setSamplerDirty(unsigned int samplerIndex, bool dirty);
195 bool dirty; member in struct:gl::Program::Sampler
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ContentLayerChromium.cpp 104 IntRect dirty = enclosingIntRect(m_dirtyRect);
105 dirty.intersect(layerBounds());
106 m_tiler->invalidateRect(dirty);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_model.c 374 * Mark whole tile as dirty and requiring update.
391 * Mark the specific subarea as dirty and requiring update.
511 Eina_Bool dirty:1; member in struct:_Ewk_Tile_Unused_Cache
603 tuc->dirty = EINA_FALSE;
698 if (tuc->dirty)
699 tuc->dirty = EINA_FALSE;
751 * Flag cache as dirty.
753 * If cache is dirty then next flush operations will have to recompute
761 tuc->dirty = EINA_TRUE;
828 // TODO assume dirty for now, but may it's not
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 54 * Sets whether the attribute is dirty and also notifies the editor some part's dirty
62 // This is never dirty.
UiAttributeNode.java 80 * Sets whether the attribute is dirty and also notifies the editor some part's dirty
86 * @param isDirty the new value to set the dirty-flag to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 74 * Adds a modify listener to every text field that will mark the part as dirty.
83 // Mark the part as dirty if a field has been changed.
97 * Sets a listener that will mark the part as dirty when the control is modified.
116 * has marked the document as dirty.
123 // We didn't store any information indicating which field was dirty (we could).
  /libcore/luni/src/test/java/libcore/io/
DiskLruCacheTest.java 101 assertJournalEquals("DIRTY k1"); // DIRTY must always be flushed
106 assertJournalEquals("DIRTY k1", "CLEAN k1 2 1");
111 assertJournalEquals("DIRTY k1"); // DIRTY must always be flushed
116 assertJournalEquals("DIRTY k1", "REMOVE k1");
122 assertJournalEquals("DIRTY k1", "REMOVE k1");
132 assertJournalEquals("DIRTY k1", "CLEAN k1 1 2");
147 assertJournalEquals("DIRTY k1", "CLEAN k1 2 1",
148 "DIRTY k2", "CLEAN k2 3 1"
    [all...]
  /external/elfutils/libelf/
libelfP.h 249 /* Describes the way the memory was allocated and if the dirty bit is
270 int ehdr_flags; /* Flags (dirty) for ELF header. */
271 int phdr_flags; /* Flags (dirty|malloc) for program header. */
290 int ehdr_flags; /* Flags (dirty) for ELF header. */
291 int phdr_flags; /* Flags (dirty|malloc) for program header. */
315 int ehdr_flags; /* Flags (dirty) for ELF header. */
316 int phdr_flags; /* Flags (dirty|malloc) for program header. */
  /external/skia/src/animator/
SkMemberInfo.cpp 157 displayable->dirty();
170 displayable->dirty();
331 goto dirty;
336 } goto dirty;
350 dirty:
352 displayable->dirty();
485 // displayable->dirty();
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 66 regs[i].dirty = false;
78 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
112 if ((info1->live && info1->dirty) || (info2->live && info2->dirty)) {
113 info1->dirty = false;
114 info2->dirty = false;
127 if (info->live && info->dirty) {
128 info->dirty = false;
142 if (p[i].live && p[i].dirty) {
579 // Make sure nothing is live and dirty
    [all...]
  /external/netperf/
netsh.c 196 #ifdef DIRTY
201 #endif /* DIRTY */
431 #ifdef DIRTY
432 /* dirty and clean cache stuff */
437 #endif /* DIRTY */
607 /* local dirty and clean counts */
608 #ifdef DIRTY
617 printf("I don't know how to get dirty.\n");
618 #endif /* DIRTY */
621 /* remote dirty and clean counts *
    [all...]
  /external/kernel-headers/original/asm-arm/
pgtable.h 46 * by hardware, and there aren't any "accessed" and "dirty" bits.
51 * at least a "dirty" bit.
80 * The "dirty" bit is emulated by only granting hardware write permission
81 * iff the page is marked "writable" and "dirty" in the Linux PTE. This
83 * the Linux MM layer will mark the page dirty via handle_pte_fault().
150 * onto the hardware tables, and allows us to have YOUNG and DIRTY
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 38 STATISTIC(NumCacheDirtyNonLocal, "Number of dirty cached non-local responses");
44 "Number of cached, but dirty, non-local ptr responses");
497 // If the cached entry is non-dirty, just return it. Note that this depends
498 // on MemDepResult's default constructing to 'dirty'.
502 // Otherwise, if we have a dirty entry, we know we can start the scan at that
587 // Okay, we have a cache entry. If we know it is not dirty, just return it
595 // determine what is dirty, seeding our initial DirtyBlocks worklist.
605 //cerr << "CACHED CASE: " << DirtyBlocks.size() << " dirty: "
644 // If we already have an entry, and if it isn't already dirty, the block
653 // If the dirty entry has a pointer, start scanning from it so we don't hav
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
TiledPage.cpp 126 // Given the current scale level we need to mark the appropriate tiles as dirty
135 XLOG("Marking X %d-%d and Y %d-%d dirty", firstDirtyTileX, lastDirtyTileX, firstDirtyTileY, lastDirtyTileY);
136 // We defer marking the tile as dirty until the next time we need to prepare
190 // see if the texture is dirty and in need of repainting
216 // if the tile is in the dirty region then we must invalidate it
225 // been marked as dirty.
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 196 * In a snapshot Bundle, this key reports the number of private dirty pages
206 * In a snapshot Bundle, this key reports the number of shared dirty pages
226 * In a snapshot Bundle, this key reports the number of private dirty pages
236 * In a snapshot Bundle, this key reports the number of shared dirty pages
265 * In a snapshot Bundle, this key reports the number of private dirty pages
275 * In a snapshot Bundle, this key reports the number of shared dirty pages
  /dalvik/vm/alloc/
CardTable.cpp 36 * code is obliged to mark the card dirty. The setters in
38 * JIT and fast interpreters also contain code to mark cards as dirty.
146 * Returns true if the object is on a dirty card.
339 * Verifies that gray objects are on a dirty card.
  /dalvik/vm/compiler/
Ralloc.cpp 22 * Quick & dirty - make FP usage sticky. This is strictly a hint - local
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller_unittest.mm 31 // This dirty, ugly hack gets around a bug in the test. In
  /external/chromium/net/disk_cache/
rankings.cc 376 // A crash in between Remove and Insert will lead to a dirty entry not on the
557 if (!rankings->Data()->dirty && !rankings->Data()->dummy)
567 rankings->Data()->dirty = backend_->GetCurrentEntryId() - 1;
568 if (!rankings->Data()->dirty)
569 rankings->Data()->dirty--;
614 // dirty, and will be removed later. Otherwise, we'll get assertions when
615 // attempting to remove the dirty entry.
707 // If this entry is not dirty, it is a serious problem.
708 return backend_->GetCurrentEntryId() != rankings->Data()->dirty;
  /external/kernel-headers/original/linux/
quota.h 169 struct list_head dqi_dirty_list; /* List of dirty dquots */
183 #define DQF_INFO_DIRTY (1 << DQF_INFO_DIRTY_B) /* Is info dirty? */
217 struct list_head dq_dirty; /* List of dirty dquots */
257 int (*mark_dirty) (struct dquot *); /* Dquot is marked dirty */
  /external/skia/include/images/
SkFlipPixelRef.h 98 const SkRegion& dirty() const { return *fDirty; } function in class:SkAutoFlipUpdate

Completed in 665 milliseconds

1 2 34 5 6 7 8 91011>>