/third_party/ltp/testcases/kernel/fs/squashfs/ |
D | squashfs01.c | 42 static int mounted; variable 46 if (mounted) in cleanup() 92 mounted = 1; in run() 95 mounted = 0; in run()
|
/third_party/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct.sh | 26 mounted=1 102 mounted=0 108 if [ "$mounted" -eq "0" ]; then 133 if [ "$mounted" -ne 1 ]; then
|
/third_party/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 34 [ "$mounted" ] || return 36 mounted= 51 mounted=1
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx07.c | 63 static int mounted; variable 147 mounted = 1; in setup() 160 if (mounted) in cleanup()
|
/third_party/ltp/testcases/kernel/controllers/pids/ |
D | pids.sh | 21 mounted=1 43 if [ "$mounted" -ne "1" ]; then 74 mounted=0 80 if [ "$mounted" -eq "0" ]; then
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | evm_overlay.sh | 43 mounted=1 84 [ -n "$mounted" ] || return 0
|
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
D | cgroup_xattr.c | 54 int mounted; member 191 if (!cgrp_opt[i].mounted) in test_run() 242 if (cgrp_opt[i].mounted) { in cleanup() 318 opt->mounted = 1; in mount_cgroup()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | video_demo.dart | 110 if (!mounted) { 149 if (mounted) 226 if (mounted) { 311 if (!mounted) { 376 if (mounted) {
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap05.c | 61 static int mounted, restore_shmmax, restore_overcomm_hgpgs; variable 171 if (mounted) in cleanup() 237 mounted = 1; in setup()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | table_test.dart | 710 expect(state11.mounted, isTrue); 711 expect(state12.mounted, isTrue); 712 expect(state21.mounted, isTrue); 713 expect(state22.mounted, isTrue); 732 expect(state11.mounted, isFalse); 733 expect(state12.mounted, isFalse); 734 expect(state21.mounted, isTrue); 735 expect(state22.mounted, isTrue);
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | automatic_keep_alive.dart | 92 if (!mounted) { 109 assert(mounted); 145 if (!mounted) { 205 // haven't been deactivated yet. (This is why we check mounted 213 if (mounted && _handles.isEmpty) { 214 // If mounted is false, we went away as well, so there's nothing to do.
|
D | drag_target.dart | 230 /// need to check [State.mounted] to check whether the state receiving the 240 /// need to check [State.mounted] to check whether the state receiving the 250 /// This function will only be called while this widget is still mounted to 251 /// the tree (i.e. [State.mounted] is true). 391 if (mounted) { 399 if (mounted && widget.onDragEnd != null) { 534 if (!mounted) 546 if (!mounted)
|
/third_party/mesa3d/.gitlab-ci/common/ |
D | init-stage1.sh | 13 mount -t devtmpfs none /dev || echo possibly already mounted
|
/third_party/ntfs-3g/ |
D | README.md | 89 read-write mounted for everybody the following way as the root user 90 (unmount the volume if it was already mounted, and replace /dev/sda1 99 You can also make NTFS to be mounted during boot by putting the below
|
/third_party/ltp/testcases/commands/unshare/ |
D | unshare01.sh | 98 mounted)
|
/third_party/ltp/testcases/kernel/security/smack/ |
D | README | 6 The smackfs filesystem must be mounted at /smack. One way to accomplish
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | refresh_indicator.dart | 332 if (mounted && _mode == newMode) { 350 if (mounted && _mode == _RefreshIndicatorMode.snap) { 373 if (mounted && _mode == _RefreshIndicatorMode.refresh) { 393 /// should check that the state is still [mounted] before calling [setState].
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | persistent_bottom_sheet_demo.dart | 50 if (mounted) {
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_direct_mode_display.adoc | 26 HMDs (head mounted displays) from the native platform's display management
|
D | VK_EXT_direct_mode_display.txt | 26 HMDs (head mounted displays) from the native platform's display management
|
/third_party/ltp/testcases/kdump/sample/ |
D | runkdump.BASIC_LKDTM.SLES | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.CRASHER.SLES | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.EXTRA_LKDTM.RHEL | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.BASIC_LKDTM.RHEL | 75 # Dump vmcore on a mounted NFS filesystem.
|
D | runkdump.CRASHER.RHEL | 75 # Dump vmcore on a mounted NFS filesystem.
|