Home
last modified time | relevance | path

Searched refs:cachemode (Results 101 – 125 of 145) sorted by relevance

123456

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/Bluetooth/GenericAttributeProfile/
H A Dmod.rs71 …pub fn ReadValueWithCacheModeAsync(&self, cachemode: super::BluetoothCacheMode) -> ::windows::runt…
75 …:runtime::Interface::vtable(this).15)(::std::mem::transmute_copy(this), cachemode, &mut result__).…
155 …pub fn GetDescriptorsWithCacheModeAsync(&self, cachemode: super::BluetoothCacheMode) -> ::windows:…
159 …::runtime::Interface::vtable(this).7)(::std::mem::transmute_copy(this), cachemode, &mut result__).…
1060 …pub fn ReadValueWithCacheModeAsync(&self, cachemode: super::BluetoothCacheMode) -> ::windows::runt…
1064 …:runtime::Interface::vtable(this).11)(::std::mem::transmute_copy(this), cachemode, &mut result__).…
1430 …pub fn GetCharacteristicsWithCacheModeAsync(&self, cachemode: super::BluetoothCacheMode) -> ::wind…
1462 …pub fn GetIncludedServicesWithCacheModeAsync(&self, cachemode: super::BluetoothCacheMode) -> ::win…
1501 …::std::mem::transmute_copy(this), bluetoothdeviceid.into_param().abi(), cachemode, &mut result__).…
4642 …tion")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, cachemode: super::Bluetoot…
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Helper/
H A DModuleHelper.php553 switch ($cacheparams->cachemode)
/dports/emulators/qemu60/qemu-6.0.0/tests/qemu-iotests/
H A Dtestrunner.py208 if self.env.cachemode == 'none':
/dports/audio/ocp/ocp-0.2.90/stuff/
H A Dpoutput-x11.c141 static int cachemode=-1; variable
1113 if ((high==cachemode)&&(high>=0)) in __plSetGraphMode()
1115 cachemode=high; in __plSetGraphMode()
/dports/www/py-Tenjin/Tenjin-1.1.1/test/
H A Dtest_engine.py615 def _test(filename, cachename, cachemode, input, expected_script, expected_args): argument
618 engine = tenjin.Engine(cache=cachemode)
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/parser/
H A Dhandler.php671 if (preg_match('/(nocache|recache)/i',$param,$cachemode)){
672 $cache = $cachemode[1];
/dports/devel/libvirt/libvirt-7.10.0/src/vmx/
H A Dvmx.c2429 (*def)->cachemode = writeThrough ? VIR_DOMAIN_DISK_CACHE_WRITETHRU in virVMXParseDisk()
3783 if (def->cachemode == VIR_DOMAIN_DISK_CACHE_WRITETHRU) { in virVMXFormatDisk()
3786 } else if (def->cachemode != VIR_DOMAIN_DISK_CACHE_DEFAULT) { in virVMXFormatDisk()
3790 virDomainDiskCacheTypeToString(def->cachemode)); in virVMXFormatDisk()
/dports/devel/py-pympler/Pympler-0.4.2/pympler/util/
H A Dbottle.py1951 def __init__(self, base='./', opener=open, cachemode='all'): argument
1954 self.cachemode = cachemode
2013 if self.cachemode in ('all', 'found'):
2016 if self.cachemode == 'all':
/dports/devel/libvirt/libvirt-7.10.0/src/lxc/
H A Dlxc_controller.c699 if (disk->cachemode != VIR_DOMAIN_DISK_CACHE_DEFAULT && in virLXCControllerSetupLoopDevices()
700 disk->cachemode != VIR_DOMAIN_DISK_CACHE_DISABLE) { in virLXCControllerSetupLoopDevices()
703 virDomainDiskCacheTypeToString(disk->cachemode)); in virLXCControllerSetupLoopDevices()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/Bluetooth/
H A Dmod.rs533 …pub fn GetRfcommServicesWithCacheModeAsync(&self, cachemode: BluetoothCacheMode) -> ::windows::run…
537 …::runtime::Interface::vtable(this).9)(::std::mem::transmute_copy(this), cachemode, &mut result__).…
549 …time::IntoParam<'a, Rfcomm::RfcommServiceId>>(&self, serviceid: Param0, cachemode: BluetoothCacheM…
553 …is).11)(::std::mem::transmute_copy(this), serviceid.into_param().abi(), cachemode, &mut result__).…
1617 …pub fn GetGattServicesWithCacheModeAsync(&self, cachemode: BluetoothCacheMode) -> ::windows::runti…
1621 …::runtime::Interface::vtable(this).9)(::std::mem::transmute_copy(this), cachemode, &mut result__).…
1637 …).11)(::std::mem::transmute_copy(this), serviceuuid.into_param().abi(), cachemode, &mut result__).…
2536 …ion"))] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, cachemode: BluetoothCacheM…
2540 …his: ::windows::runtime::RawPtr, serviceid: ::windows::runtime::RawPtr, cachemode: BluetoothCacheM…
2941 …ion"))] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, cachemode: BluetoothCacheM…
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_domain.h946 qemuDomainDiskCachemodeFlags(int cachemode,
H A Dqemu_domain.c8062 CHECK_EQ(cachemode, "cache", true); in qemuDomainDiskChangeSupported()
10566 src->cachemode = disk->cachemode; in qemuDomainPrepareDiskSourceData()
10577 if (disk->cachemode == VIR_DOMAIN_DISK_CACHE_DEFAULT && in qemuDomainPrepareDiskCachemode()
10579 disk->cachemode = VIR_DOMAIN_DISK_CACHE_DISABLE; in qemuDomainPrepareDiskCachemode()
10805 qemuDomainDiskCachemodeFlags(int cachemode, in qemuDomainDiskCachemodeFlags() argument
10830 switch ((virDomainDiskCache) cachemode) { in qemuDomainDiskCachemodeFlags()
10864 virReportEnumRangeError(virDomainDiskCache, cachemode); in qemuDomainDiskCachemodeFlags()
H A Dqemu_block.c1097 if (src->cachemode == VIR_DOMAIN_DISK_CACHE_DEFAULT) in qemuBlockStorageSourceGetBlockdevGetCacheProps()
1100 if (qemuDomainDiskCachemodeFlags(src->cachemode, NULL, &direct, &noflush) < 0) in qemuBlockStorageSourceGetBlockdevGetCacheProps()
H A Dqemu_validate.c2865 disk->cachemode != VIR_DOMAIN_DISK_CACHE_DIRECTSYNC && in qemuValidateDomainDeviceDefDiskFrontend()
2866 disk->cachemode != VIR_DOMAIN_DISK_CACHE_DISABLE) { in qemuValidateDomainDeviceDefDiskFrontend()
H A Dqemu_command.c1872 if (disk->cachemode) { in qemuBuildDriveStr()
1874 qemuDiskCacheV2TypeToString(disk->cachemode)); in qemuBuildDriveStr()
2069 if (disk->cachemode != VIR_DOMAIN_DISK_CACHE_DEFAULT) { in qemuBuildDiskDeviceProps()
2076 if (qemuDomainDiskCachemodeFlags(disk->cachemode, &wb, NULL, in qemuBuildDiskDeviceProps()
H A Dqemu_migration.c1552 disk->cachemode == VIR_DOMAIN_DISK_CACHE_DISABLE || in qemuMigrationSrcIsSafe()
1553 disk->cachemode == VIR_DOMAIN_DISK_CACHE_DIRECTSYNC) in qemuMigrationSrcIsSafe()
/dports/www/py-bottle/bottle-0.12.19/
H A Dbottle.py2274 def __init__(self, base='./', opener=open, cachemode='all'): argument
2277 self.cachemode = cachemode
2336 if self.cachemode in ('all', 'found'):
2339 if self.cachemode == 'all':
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/bottle/
H A Dbottle.py2376 def __init__(self, base='./', opener=open, cachemode='all'): argument
2379 self.cachemode = cachemode
2438 if self.cachemode in ('all', 'found'):
2441 if self.cachemode == 'all':
/dports/french/py-grammalecte-fr/grammalecte/
H A Dbottle.py2274 def __init__(self, base='./', opener=open, cachemode='all'): argument
2277 self.cachemode = cachemode
2336 if self.cachemode in ('all', 'found'):
2339 if self.cachemode == 'all':
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_io.h104 bool cachemode; // write in cache all the read operations (EXPERIMENTAL) member
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Ddomain_validate.c328 if (disk->cachemode != VIR_DOMAIN_DISK_CACHE_DEFAULT) { in virDomainDiskVhostUserValidate()
H A Ddomain_conf.h569 virDomainDiskCache cachemode; member
/dports/emulators/mednafen/mednafen/Documentation/
H A Dmodules.def454 cachemode
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcconfig.c2069 core->io->cachemode = true; in cb_io_cache_mode()
2071 core->io->cachemode = false; in cb_io_cache_mode()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ceph.c2679 c_pgpool_cachemode cachemode; in c_dissect_pgpool() local
2812 cachemode = (c_pgpool_cachemode)tvb_get_guint8(tvb, off); in c_dissect_pgpool()
2891 c_pgpool_cachemode_string(cachemode)); in c_dissect_pgpool()

123456