/external/chromium/net/base/ |
transport_security_state.cc | 334 bool* dirty) { 336 return Deserialise(input, dirty, &enabled_hosts_); 342 bool* dirty, 417 // Make sure we dirty the state if we drop an entry. 437 *dirty = dirtied; 507 bool dirty; local 508 Deserialise(cmd_line_hsts, &dirty, &hosts);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkMemberInfo.cpp | 150 displayable->dirty(); 163 displayable->dirty(); 324 goto dirty; 329 } goto dirty; 343 dirty: 345 displayable->dirty(); 478 // displayable->dirty();
|
SkDisplayable.h | 42 virtual void dirty();
|
/external/iptables/extensions/ |
Android.mk | 33 # LOCAL_PATH needed because of dirty #include "blabla.c" 96 # LOCAL_PATH needed because of dirty #include "blabla.c" 159 # LOCAL_PATH needed because of dirty #include "blabla.c"
|
/external/skia/src/animator/ |
SkMemberInfo.cpp | 150 displayable->dirty(); 163 displayable->dirty(); 324 goto dirty; 329 } goto dirty; 343 dirty: 345 displayable->dirty(); 478 // displayable->dirty();
|
/dalvik/vm/compiler/codegen/mips/ |
RallocUtil.cpp | 68 regs[i].dirty = false; 80 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd); 114 if ((info1->live && info1->dirty) || (info2->live && info2->dirty)) { 115 info1->dirty = false; 116 info2->dirty = false; 129 if (info->live && info->dirty) { 130 info->dirty = false; 144 if (p[i].live && p[i].dirty) { 651 // Make sure nothing is live and dirty [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRootInlineBox.cpp | 68 void SVGRootInlineBox::markDirty(bool dirty) 70 if (dirty) 73 RootInlineBox::markDirty(dirty);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_hw_context.c | 140 block->status |= R600_BLOCK_STATUS_DIRTY; /* dirty all blocks at start */ 159 LIST_ADDTAIL(&block->list,&ctx->dirty); 652 /* The number of dwords all the dirty states would take. */ 689 int dirty, int index) 694 if ((dirty != (block->status & R600_BLOCK_STATUS_DIRTY)) || !(block->status & R600_BLOCK_STATUS_ENABLED)) { 701 LIST_ADDTAIL(&block->list,&ctx->dirty); 731 * stream allowing you to bypass the r600_context dirty list. 734 * 3D states in the context's dirty list. 746 /* Mark all blocks as dirty: 748 * we mark all the blocks dirty before we emit any of them. If we wer 780 int dirty; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_curbe.c | 125 brw->state.dirty.brw |= BRW_NEW_CURBE_OFFSETS; 131 .dirty = { 361 .dirty = {
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_hw_context.c | 140 block->status |= R600_BLOCK_STATUS_DIRTY; /* dirty all blocks at start */ 159 LIST_ADDTAIL(&block->list,&ctx->dirty); 652 /* The number of dwords all the dirty states would take. */ 689 int dirty, int index) 694 if ((dirty != (block->status & R600_BLOCK_STATUS_DIRTY)) || !(block->status & R600_BLOCK_STATUS_ENABLED)) { 701 LIST_ADDTAIL(&block->list,&ctx->dirty); 731 * stream allowing you to bypass the r600_context dirty list. 734 * 3D states in the context's dirty list. 746 /* Mark all blocks as dirty: 748 * we mark all the blocks dirty before we emit any of them. If we wer 780 int dirty; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_curbe.c | 125 brw->state.dirty.brw |= BRW_NEW_CURBE_OFFSETS; 131 .dirty = { 361 .dirty = {
|
/frameworks/base/core/java/android/view/ |
TextureView.java | 637 * must be written. The only exception to this rule is when a dirty 638 * rectangle is specified, in which case, non-dirty pixels will be 655 * Just like {@link #lockCanvas()} but allows specification of a dirty 657 * pixels outside the dirty rectangle will be preserved by the next call 665 * @param dirty Area of the surface that will be modified. 673 public Canvas lockCanvas(Rect dirty) { 681 if (!nLockCanvas(mNativeWindow, mCanvas, dirty)) { 819 private static native boolean nLockCanvas(int nativeWindow, Canvas canvas, Rect dirty);
|
/external/chromium/net/disk_cache/ |
disk_format.h | 46 // In order to prevent dirty data to be used as valid (after a crash), every 47 // cache entry has a dirty identifier. Each running instance of the cache keeps 50 // and all the data can be trusted, the dirty flag is cleared from the entry. 90 int32 this_id; // Id for all entries being changed (dirty flag). 154 int32 dirty; // The entry is being modifyied. member in struct:disk_cache::RankingsNode
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_compositor.h | 133 * reset dirty area, so it's cleared with the clear colour 136 vl_compositor_reset_dirty_area(struct u_rect *dirty);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
si_state.h | 138 unsigned *dirty);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_context.h | 99 unsigned dirty; /**< Mask of SP_NEW_x flags */ member in struct:softpipe_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_pipe_blit.c | 113 svga_surface(dstsurf)->dirty = TRUE;
|
svga_pipe_fs.c | 85 svga->dirty |= SVGA_NEW_FS;
|
svga_pipe_vs.c | 143 svga->dirty |= SVGA_NEW_VS;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_compositor.h | 133 * reset dirty area, so it's cleared with the clear colour 136 vl_compositor_reset_dirty_area(struct u_rect *dirty);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.h | 138 unsigned *dirty);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.h | 99 unsigned dirty; /**< Mask of SP_NEW_x flags */ member in struct:softpipe_context
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_blit.c | 113 svga_surface(dstsurf)->dirty = TRUE;
|
svga_pipe_fs.c | 85 svga->dirty |= SVGA_NEW_FS;
|
svga_pipe_vs.c | 143 svga->dirty |= SVGA_NEW_VS;
|