Home
last modified time | relevance | path

Searched refs:cachemode (Results 76 – 100 of 145) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/waflib/
H A DConfigure.py296 cachemode=getattr(Options.options,'confcache',None)
297 if cachemode==1:
330 if cachemode==1:
/dports/benchmarks/glmark2/glmark2-2021.12/waflib/
H A DConfigure.py296 cachemode=getattr(Options.options,'confcache',None)
297 if cachemode==1:
330 if cachemode==1:
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/Bluetooth/Rfcomm/
H A Dmod.rs29 …ams"))] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, cachemode: super::Bluetoot…
112 …:windows::runtime::RawPtr, bluetoothdevice: ::windows::runtime::RawPtr, cachemode: super::Bluetoot…
114 …ice: ::windows::runtime::RawPtr, serviceid: ::windows::runtime::RawPtr, cachemode: super::Bluetoot…
299 …pub fn GetSdpRawAttributesWithCacheModeAsync(&self, cachemode: super::BluetoothCacheMode) -> ::win… in GetSdpRawAttributesWithCacheModeAsync()
303 …:runtime::Interface::vtable(this).12)(::std::mem::transmute_copy(this), cachemode, &mut result__).… in GetSdpRawAttributesWithCacheModeAsync()
353 …untime::IntoParam<'a, super::BluetoothDevice>>(bluetoothdevice: Param0, cachemode: super::Bluetoot… in GetDeviceSelectorForBluetoothDeviceWithCacheMode()
356 …)(::std::mem::transmute_copy(this), bluetoothdevice.into_param().abi(), cachemode, &mut result__).… in GetDeviceSelectorForBluetoothDeviceWithCacheMode()
365 …Param<'a, RfcommServiceId>>(bluetoothdevice: Param0, serviceid: Param1, cachemode: super::Bluetoot… in GetDeviceSelectorForBluetoothDeviceAndServiceIdWithCacheMode()
368 …his), bluetoothdevice.into_param().abi(), serviceid.into_param().abi(), cachemode, &mut result__).… in GetDeviceSelectorForBluetoothDeviceAndServiceIdWithCacheMode()
/dports/audio/aubio/aubio-0.4.9/waflib/
H A DConfigure.py297 cachemode=getattr(Options.options,'confcache',None)
298 if cachemode==1:
332 if cachemode==1:
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/waflib/
H A DConfigure.py551 cachemode = getattr(Options.options, 'confcache', None)
552 if cachemode == 1:
591 if cachemode == 1:
/dports/databases/ldb15/ldb-1.5.6/third_party/waf/waflib/
H A DConfigure.py552 cachemode = getattr(Options.options, 'confcache', None)
553 if cachemode == 1:
592 if cachemode == 1:
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/waflib/
H A DConfigure.py551 cachemode = getattr(Options.options, 'confcache', None)
552 if cachemode == 1:
591 if cachemode == 1:
/dports/audio/py-aubio/aubio-0.4.9/waflib/
H A DConfigure.py297 cachemode=getattr(Options.options,'confcache',None)
298 if cachemode==1:
332 if cachemode==1:
/dports/audio/ocp/ocp-0.2.90/stuff/
H A Dpoutput-sdl.c250 static int cachemode = -1; variable
255 switch (cachemode) in set_state_graphmode()
329 if ((high==cachemode)&&(high>=0)) in __plSetGraphMode()
331 cachemode=high; in __plSetGraphMode()
H A Dpoutput-sdl2.c466 static int cachemode = -1; variable
479 switch (cachemode) in set_state_graphmode()
571 if ((high==cachemode)&&(high>=0)) in __plSetGraphMode()
573 cachemode=high; in __plSetGraphMode()
/dports/devel/radare2/radare2-5.1.1/libr/io/
H A Dio_desc.c200 if (desc->io->cachemode) { in r_io_desc_read()
206 if (ret > 0 && desc->io->cachemode) { in r_io_desc_read()
/dports/emulators/qemu42/qemu-4.2.1/tests/qemu-iotests/
H A Diotests.py67 cachemode = os.environ.get('CACHEMODE') variable
492 options.append('cache=%s' % cachemode)
904 if supported_cache_modes and (cachemode not in supported_cache_modes):
905 notrun('not suitable for this cache mode: %s' % cachemode)
/dports/emulators/qemu-utils/qemu-4.2.1/tests/qemu-iotests/
H A Diotests.py67 cachemode = os.environ.get('CACHEMODE') variable
492 options.append('cache=%s' % cachemode)
904 if supported_cache_modes and (cachemode not in supported_cache_modes):
905 notrun('not suitable for this cache mode: %s' % cachemode)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qemu-iotests/
H A Diotests.py69 cachemode = os.environ.get('CACHEMODE') variable
500 options.append('cache=%s' % cachemode)
1008 if supported_cache_modes and (cachemode not in supported_cache_modes):
1009 notrun('not suitable for this cache mode: %s' % cachemode)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qemu-iotests/
H A Diotests.py69 cachemode = os.environ.get('CACHEMODE') variable
500 options.append('cache=%s' % cachemode)
1008 if supported_cache_modes and (cachemode not in supported_cache_modes):
1009 notrun('not suitable for this cache mode: %s' % cachemode)
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/
H A Diotests.py81 cachemode = os.environ.get('CACHEMODE') variable
585 options.append('cache=%s' % cachemode)
1114 if supported_cache_modes and (cachemode not in supported_cache_modes):
1115 notrun('not suitable for this cache mode: %s' % cachemode)
/dports/emulators/qemu60/qemu-6.0.0/tests/qemu-iotests/
H A Diotests.py85 cachemode = os.environ['CACHEMODE'] variable
602 options.append('cache=%s' % cachemode)
1131 if supported_cache_modes and (cachemode not in supported_cache_modes):
1132 notrun('not suitable for this cache mode: %s' % cachemode)
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dstorage_source_conf.h369 int cachemode; /* enum virDomainDiskCache */ member
H A Dstorage_source_conf.c814 def->cachemode = src->cachemode; in virStorageSourceCopy()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/fuse/
H A Dmount_config.cc66 MFS_OPT("mfscachemode=%s", cachemode, 0),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qemu-iotests/
H A Diotests.py91 cachemode = os.environ['CACHEMODE'] variable
647 options.append('cache=%s' % cachemode)
1180 if supported_cache_modes and (cachemode not in supported_cache_modes):
1181 notrun('not suitable for this cache mode: %s' % cachemode)
H A Dtestrunner.py207 if self.env.cachemode == 'none':
/dports/emulators/qemu/qemu-6.2.0/tests/qemu-iotests/
H A Diotests.py89 cachemode = os.environ['CACHEMODE'] variable
660 options.append('cache=%s' % cachemode)
1193 if supported_cache_modes and (cachemode not in supported_cache_modes):
1194 notrun('not suitable for this cache mode: %s' % cachemode)
H A Dtestrunner.py207 if self.env.cachemode == 'none':
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/parser/
H A Dhandler.php1131 if (preg_match('/(nocache|recache)/i',$param,$cachemode)){
1132 $cache = $cachemode[1];

123456