Home
last modified time | relevance | path

Searched refs:has_space (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/image/
H A Dtest_cache.py219 has_space = cache.ensure_space(self.context, self.volume)
220 self.assertTrue(has_space)
223 has_space = cache.ensure_space(self.context, self.volume)
224 self.assertTrue(has_space)
231 has_space = cache.ensure_space(self.context, self.volume_ovo)
232 self.assertTrue(has_space)
236 self.assertFalse(has_space)
253 self.assertTrue(has_space)
273 self.assertTrue(has_space)
292 self.assertTrue(has_space)
[all …]
/dports/graphics/R-cran-scales/scales/tests/testthat/
H A Dtest-label-number.r51 has_space <- function(x) any(grepl("\\s", x)) function
54 expect_false(has_space(number(x, big.mark = ",")))
55 expect_false(has_space(comma(x)))
56 expect_false(has_space(dollar(x)))
57 expect_false(has_space(percent(x, big.mark = ",")))
58 expect_false(has_space(scientific(x)))
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/
H A Dmultitree_impl.hpp33 bool has_space(index required = 1) { return size + required <= max_size; } in has_space() function in terraces::multitree_impl::storage_block
36 assert(has_space()); in get()
41 assert(has_space(required)); in get_range()
67 if (!m_blocks.back().has_space()) { in get()
74 if (!m_blocks.back().has_space(required)) { in get_range()
/dports/sysutils/cfengine317/cfengine-3.17.0/examples/
H A Ddiskfree.cf32 "has_space" expression => isgreaterthan($(free), 0);
38 has_space::
40 !has_space::
/dports/sysutils/cfengine316/cfengine-3.16.0/examples/
H A Ddiskfree.cf32 "has_space" expression => isgreaterthan($(free), 0);
38 has_space::
40 !has_space::
/dports/sysutils/cfengine-devel/core-d08ae9eff/examples/
H A Ddiskfree.cf32 "has_space" expression => isgreaterthan($(free), 0);
38 has_space::
40 !has_space::
/dports/sysutils/cfengine/cfengine-3.19.0/examples/
H A Ddiskfree.cf32 "has_space" expression => isgreaterthan($(free), 0);
38 has_space::
40 !has_space::
/dports/sysutils/cfengine318/cfengine-3.18.1/examples/
H A Ddiskfree.cf32 "has_space" expression => isgreaterthan($(free), 0);
38 has_space::
40 !has_space::
/dports/sysutils/cfengine319/cfengine-3.19.0/examples/
H A Ddiskfree.cf32 "has_space" expression => isgreaterthan($(free), 0);
38 has_space::
40 !has_space::
/dports/games/freeminer-default/default-0.4.10.4/mods/bones/
H A Dinit.lua66 local has_space = true
74 has_space = false
80 if has_space then
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Ddyn0buf.h198 block = has_space(size) ? back() : add_block(); in open()
232 block = has_space(size) ? back() : add_block(); in push()
365 bool has_space(ulint size) const { in has_space() function
371 bool has_space(ulint size) { in has_space() function
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/include/
H A Ddyn0buf.h234 block = has_space(size) ? back() : add_block(); in open()
270 block = has_space(size) ? back() : add_block(); in push()
422 bool has_space(ulint size) const in has_space() function
429 bool has_space(ulint size) in has_space() function
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/include/
H A Ddyn0buf.h234 block = has_space(size) ? back() : add_block(); in open()
270 block = has_space(size) ? back() : add_block(); in push()
422 bool has_space(ulint size) const in has_space() function
429 bool has_space(ulint size) in has_space() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/include/
H A Ddyn0buf.h234 block = has_space(size) ? back() : add_block(); in open()
270 block = has_space(size) ? back() : add_block(); in push()
422 bool has_space(ulint size) const in has_space() function
429 bool has_space(ulint size) in has_space() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/include/
H A Ddyn0buf.h234 block = has_space(size) ? back() : add_block(); in open()
270 block = has_space(size) ? back() : add_block(); in push()
422 bool has_space(ulint size) const in has_space() function
429 bool has_space(ulint size) in has_space() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/include/
H A Ddyn0buf.h234 block = has_space(size) ? back() : add_block(); in open()
270 block = has_space(size) ? back() : add_block(); in push()
422 bool has_space(ulint size) const in has_space() function
429 bool has_space(ulint size) in has_space() function
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/include/
H A Ddyn0buf.h234 block = has_space(size) ? back() : add_block(); in open()
270 block = has_space(size) ? back() : add_block(); in push()
422 bool has_space(ulint size) const in has_space() function
429 bool has_space(ulint size) in has_space() function
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/include/
H A Ddyn0buf.h211 block = has_space(size) ? back() : add_block(); in open()
247 block = has_space(size) ? back() : add_block(); in push()
427 bool has_space(ulint size) const in has_space() function
434 bool has_space(ulint size) in has_space() function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/include/
H A Ddyn0buf.h211 block = has_space(size) ? back() : add_block(); in open()
247 block = has_space(size) ? back() : add_block(); in push()
427 bool has_space(ulint size) const in has_space() function
434 bool has_space(ulint size) in has_space() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-fallback-shape.cc89 bool has_space = (bool) font->get_nominal_glyph (' ', &space); in _hb_fallback_shape() local
100 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) { in _hb_fallback_shape()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-fallback-shape.cc88 bool has_space = (bool) font->get_nominal_glyph (' ', &space); in _hb_fallback_shape() local
99 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) { in _hb_fallback_shape()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-fallback-shape.cc88 bool has_space = (bool) font->get_nominal_glyph (' ', &space); in _hb_fallback_shape() local
99 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) { in _hb_fallback_shape()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-fallback-shape.cc88 bool has_space = (bool) font->get_nominal_glyph (' ', &space); in _hb_fallback_shape() local
99 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) { in _hb_fallback_shape()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-fallback-shape.cc89 bool has_space = (bool) font->get_nominal_glyph (' ', &space); in _hb_fallback_shape() local
100 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) { in _hb_fallback_shape()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-fallback-shape.cc89 bool has_space = (bool) font->get_nominal_glyph (' ', &space); in _hb_fallback_shape() local
100 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) { in _hb_fallback_shape()

12345678910>>...13