/external/chromium_org/third_party/WebKit/Source/platform/ |
D | UserGestureIndicator.cpp | 114 ProcessingUserGestureState UserGestureIndicator::s_state = DefinitelyNotProcessingUserGesture; member in WebCore::UserGestureIndicator 119 : m_previousState(s_state) in UserGestureIndicator() 133 s_state = state; in UserGestureIndicator() 147 ASSERT(isDefinite(s_state)); in UserGestureIndicator() 151 : m_previousState(s_state) in UserGestureIndicator() 169 s_state = DefinitelyProcessingUserGesture; in UserGestureIndicator() 175 ASSERT(isDefinite(s_state)); in UserGestureIndicator() 182 s_state = m_previousState; in ~UserGestureIndicator() 185 ASSERT(isDefinite(s_state)); in ~UserGestureIndicator() 192 …stIndicator->currentToken())->hasGestures() && (s_state == DefinitelyProcessingNewUserGesture || s… in processingUserGesture() [all …]
|
D | UserGestureIndicator.h | 85 static ProcessingUserGestureState s_state;
|
/external/e2fsprogs/lib/ext2fs/ |
D | closefs.c | 237 fs_state = fs->super->s_state; in ext2fs_flush() 270 fs->super->s_state &= ~EXT2_VALID_FS; in ext2fs_flush() 347 fs->super->s_state = fs_state; in ext2fs_flush() 363 fs->super->s_state = fs_state; in ext2fs_flush()
|
D | tst_super_size.c | 62 check_field(s_state); in check_superblock_fields()
|
D | swapfs.c | 43 sb->s_state = ext2fs_swab16(sb->s_state); in ext2fs_swap_super()
|
D | initialize.c | 149 super->s_state = EXT2_VALID_FS; in ext2fs_initialize()
|
D | ext2_fs.h | 530 __u16 s_state; /* File system state */ member
|
/external/e2fsprogs/resize/ |
D | main.c | 348 if (!force && ((fs->super->s_state & EXT2_ERROR_FS) || in main() 349 ((fs->super->s_state & EXT2_VALID_FS) == 0))) { in main() 456 (fs->super->s_state & EXT2_ERROR_FS) || in main() 457 ((fs->super->s_state & EXT2_VALID_FS) == 0))) { in main()
|
/external/e2fsprogs/ext2ed/ |
D | super_com.c | 65 if (type_data.u.t_ext2_super_block.s_state & 0x1) in type_ext2_super_block___show() 70 if (type_data.u.t_ext2_super_block.s_state & 0x2) in type_ext2_super_block___show()
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 320 if ((fs->super->s_state & EXT2_ERROR_FS) || in check_if_skip() 323 else if ((fs->super->s_state & EXT2_VALID_FS) == 0) in check_if_skip() 1441 (sb->s_state & EXT2_ERROR_FS))) { in main() 1455 (sb->s_state & EXT2_VALID_FS) && in main() 1456 !(sb->s_state & EXT2_ERROR_FS)) in main() 1462 if (!(sb->s_state & EXT2_VALID_FS)) in main() 1464 sb->s_state = EXT2_VALID_FS; in main() 1466 sb->s_state &= ~EXT2_VALID_FS; in main()
|
D | super.c | 247 if (fs->super->s_state & EXT2_ERROR_FS) in release_orphan_inodes() 386 fs->super->s_state &= ~EXT2_VALID_FS; in check_resize_inode() 721 sb->s_state &= ~EXT2_VALID_FS; in check_super_block() 794 fs->super->s_state &= ~EXT2_VALID_FS; in check_super_block() 918 (fs->super->s_state & EXT2_ERROR_FS) || in check_backup_super_block()
|
D | journal.c | 194 ctx->fs->super->s_state &= ~EXT2_VALID_FS; in e2fsck_clear_recover() 786 sb->s_state &= ~EXT2_VALID_FS; in e2fsck_check_ext3_journal() 809 ctx->fs->super->s_state |= EXT2_ERROR_FS; in e2fsck_check_ext3_journal() 1034 fs->super->s_state &= ~EXT2_VALID_FS; in e2fsck_move_ext3_journal()
|
D | util.c | 265 fs->super->s_state |= EXT2_ERROR_FS; in preenhalt()
|
/external/oprofile/events/i386/nehalem/ |
D | unit_masks | 97 …0x02 s_state Counts number of L2 data demand loads where the cache line to be loaded is in the S (… 102 …0x20 s_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the S… 109 …0x02 s_state Counts number of L2 store RFO requests where the cache line to be loaded is in the S … 115 …0x20 s_state Counts number of L2 lock RFO requests where the cache line to be loaded is in the S (… 122 …0x02 s_state Counts number of L1 writebacks to the L2 where the cache line to be written is in the… 134 …0x02 s_state Counts L1 data cache read requests where the cache line to be loaded is in the S (sha… 140 …0x02 s_state Counts L1 data cache store RFO requests where the cache line to be loaded is in the S… 146 …0x02 s_state Counts L1 data cache retired load locks that hit the target cache line in the shared … 337 0x02 s_state Counts the number of cache lines allocated in the L2 cache in the S (shared) state
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 335 fs->super->s_state &= ~EXT2_VALID_FS; in request_fsck_afterwards() 1469 fs->super->s_state &= ~EXT2_VALID_FS; in resize_inode() 1503 fs->super->s_state |= EXT2_VALID_FS; in resize_inode() 1737 sb->s_state &= ~EXT2_VALID_FS; in main()
|
/external/grub/stage2/ |
D | jfs.h | 191 u32 s_state; /* 4: mount/unmount/recovery state: member
|
D | fsys_minix.c | 127 __u16 s_state; member
|
D | fsys_ext2fs.c | 73 __u16 s_state; /* File system state */ member
|
D | fsys_reiserfs.c | 69 __u16 s_state; /* valid or error */ member
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 217 print_fs_state (f, sb->s_state); in list_super2()
|
/external/kernel-headers/original/linux/ |
D | ext2_fs.h | 358 __le16 s_state; /* File system state */ member
|
D | ext3_fs.h | 429 __le16 s_state; /* File system state */ member
|
/external/oprofile/events/i386/westmere/ |
D | unit_masks | 120 0x02 s_state L1 writebacks to L2 in S state 142 0x02 s_state L2 lines allocated in the S state
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 86 { "state", &set_sb.s_state, 2, parse_uint },
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 61 __u16 s_state; member
|