Home
last modified time | relevance | path

Searched refs:autoclear (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/devel/ucommon/ucommon-7.0.0/inc/ucommon/
H A Dsecure.h74 class autoclear : public AutoClear
77 __DELETE_COPY(autoclear);
80 autoclear() : AutoClear(sizeof(T)) {}; in autoclear() function
96 class autoclear<char *> : public AutoClear
99 __DELETE_COPY(autoclear);
102 autoclear(size_t len) : AutoClear(len) {}; in autoclear() function
110 class autoclear<uint8_t *> : public AutoClear
113 __DELETE_COPY(autoclear);
116 autoclear(size_t len) : AutoClear(len) {}; in autoclear() function
/dports/emulators/qemu42/qemu-4.2.1/tests/qemu-iotests/
H A D036102 echo === Create image with unknown autoclear feature bit ===
105 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
/dports/emulators/qemu-utils/qemu-4.2.1/tests/qemu-iotests/
H A D036102 echo === Create image with unknown autoclear feature bit ===
105 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-block-loop1 What: /sys/block/loopX/loop/autoclear
6 (RO) Shows if the device is in autoclear mode or not ( "1" or
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-block-loop1 What: /sys/block/loopX/loop/autoclear
6 (RO) Shows if the device is in autoclear mode or not ( "1" or
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-block-loop1 What: /sys/block/loopX/loop/autoclear
6 (RO) Shows if the device is in autoclear mode or not ( "1" or
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/qemu-iotests/
H A D036104 echo === Create image with unknown autoclear feature bit ===
107 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/
H A D036105 echo === Create image with unknown autoclear feature bit ===
108 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
H A D036.out21 === Create image with unknown autoclear feature bit ===
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qemu-iotests/
H A D036105 echo === Create image with unknown autoclear feature bit ===
108 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
H A D036.out21 === Create image with unknown autoclear feature bit ===
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qemu-iotests/
H A D036106 echo === Create image with unknown autoclear feature bit ===
109 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
H A D036.out21 === Create image with unknown autoclear feature bit ===
/dports/emulators/qemu/qemu-6.2.0/tests/qemu-iotests/
H A D036106 echo === Create image with unknown autoclear feature bit ===
109 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
H A D036.out21 === Create image with unknown autoclear feature bit ===
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qemu-iotests/
H A D036103 echo === Create image with unknown autoclear feature bit ===
106 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
H A D036.out21 === Create image with unknown autoclear feature bit ===
/dports/emulators/qemu60/qemu-6.0.0/tests/qemu-iotests/
H A D036106 echo === Create image with unknown autoclear feature bit ===
109 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_4816.dia.ref14 // plot doesn't manage autoclear correctly.
H A Dbug_4816.tst16 // plot doesn't manage autoclear correctly.
/dports/games/xzip/xzip/
H A Dxinit.c77 prefs.autoclear = TRUE; in xinit_defaultprefs()
164 prefs.autoclear = str_to_bool(cx); in xinit_openconnection()
H A Dxstat.c306 if (prefs.autoclear && newsize != curlines) { in xstat_layout()
372 if (prefs.autoclear && newsize != curlines) {
/dports/x11-toolkits/tktable/Tktable2.10/demos/
H A Ddynarows.tcl60 -autoclear 1 -browsecommand {table_validate %W %s}
/dports/x11-wm/sawfish/sawfish_1.13.0/next-lisp/
H A Duptimes.jl237 (defun uptimes-display-uptime (#!optional no-autoclear)
242 (unless no-autoclear
267 (defun uptimes-display-uptimes (#!optional no-autoclear)
283 (unless no-autoclear
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/
H A DCharts.pod29 autoclear => 0
33 'autoclear' is only works in terminals and consoles (doesn't do anything

12345678910>>...14