Home
last modified time | relevance | path

Searched refs:s_state (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/
DUserGestureIndicator.cpp114 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 …]
DUserGestureIndicator.h85 static ProcessingUserGestureState s_state;
/external/e2fsprogs/lib/ext2fs/
Dclosefs.c237 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()
Dtst_super_size.c62 check_field(s_state); in check_superblock_fields()
Dswapfs.c43 sb->s_state = ext2fs_swab16(sb->s_state); in ext2fs_swap_super()
Dinitialize.c149 super->s_state = EXT2_VALID_FS; in ext2fs_initialize()
Dext2_fs.h530 __u16 s_state; /* File system state */ member
/external/e2fsprogs/resize/
Dmain.c348 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/
Dsuper_com.c65 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/
Dunix.c320 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()
Dsuper.c247 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()
Djournal.c194 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()
Dutil.c265 fs->super->s_state |= EXT2_ERROR_FS; in preenhalt()
/external/oprofile/events/i386/nehalem/
Dunit_masks97 …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/
Dtune2fs.c335 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/
Djfs.h191 u32 s_state; /* 4: mount/unmount/recovery state: member
Dfsys_minix.c127 __u16 s_state; member
Dfsys_ext2fs.c73 __u16 s_state; /* File system state */ member
Dfsys_reiserfs.c69 __u16 s_state; /* valid or error */ member
/external/e2fsprogs/lib/e2p/
Dls.c217 print_fs_state (f, sb->s_state); in list_super2()
/external/kernel-headers/original/linux/
Dext2_fs.h358 __le16 s_state; /* File system state */ member
Dext3_fs.h429 __le16 s_state; /* File system state */ member
/external/oprofile/events/i386/westmere/
Dunit_masks120 0x02 s_state L1 writebacks to L2 in S state
142 0x02 s_state L2 lines allocated in the S state
/external/e2fsprogs/debugfs/
Dset_fields.c86 { "state", &set_sb.s_state, 2, parse_uint },
/external/e2fsprogs/lib/blkid/
Dprobe.h61 __u16 s_state; member

12