Home
last modified time | relevance | path

Searched defs:full (Results 1 – 25 of 6657) sorted by relevance

12345678910>>...267

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java107 Set full = populatedSet(3); in testAddAll() local
118 Set full = populatedSet(3); in testAddAll2() local
130 Set full = populatedSet(3); in testAdd2() local
139 Set full = populatedSet(3); in testAdd3() local
148 Collection full = populatedSet(3); in testClear() local
158 Collection full = populatedSet(3); in testContains() local
217 Collection full = populatedSet(3); in testContainsAll() local
283 Collection full = populatedSet(3); in testIteratorRemove() local
297 Collection full = populatedSet(3); in testToString() local
309 Set full = populatedSet(3); in testRemoveAll() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java107 Set full = populatedSet(3); in testAddAll() local
118 Set full = populatedSet(3); in testAddAll2() local
130 Set full = populatedSet(3); in testAdd2() local
139 Set full = populatedSet(3); in testAdd3() local
148 Collection full = populatedSet(3); in testClear() local
158 Collection full = populatedSet(3); in testContains() local
217 Collection full = populatedSet(3); in testContainsAll() local
283 Collection full = populatedSet(3); in testIteratorRemove() local
297 Collection full = populatedSet(3); in testToString() local
309 Set full = populatedSet(3); in testRemoveAll() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java107 Set full = populatedSet(3); in testAddAll() local
118 Set full = populatedSet(3); in testAddAll2() local
130 Set full = populatedSet(3); in testAdd2() local
139 Set full = populatedSet(3); in testAdd3() local
148 Collection full = populatedSet(3); in testClear() local
158 Collection full = populatedSet(3); in testContains() local
217 Collection full = populatedSet(3); in testContainsAll() local
283 Collection full = populatedSet(3); in testIteratorRemove() local
297 Collection full = populatedSet(3); in testToString() local
309 Set full = populatedSet(3); in testRemoveAll() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java107 Set full = populatedSet(3); in testAddAll() local
118 Set full = populatedSet(3); in testAddAll2() local
130 Set full = populatedSet(3); in testAdd2() local
139 Set full = populatedSet(3); in testAdd3() local
148 Collection full = populatedSet(3); in testClear() local
158 Collection full = populatedSet(3); in testContains() local
217 Collection full = populatedSet(3); in testContainsAll() local
283 Collection full = populatedSet(3); in testIteratorRemove() local
297 Collection full = populatedSet(3); in testToString() local
309 Set full = populatedSet(3); in testRemoveAll() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java107 Set full = populatedSet(3); in testAddAll() local
118 Set full = populatedSet(3); in testAddAll2() local
130 Set full = populatedSet(3); in testAdd2() local
139 Set full = populatedSet(3); in testAdd3() local
148 Collection full = populatedSet(3); in testClear() local
158 Collection full = populatedSet(3); in testContains() local
217 Collection full = populatedSet(3); in testContainsAll() local
283 Collection full = populatedSet(3); in testIteratorRemove() local
297 Collection full = populatedSet(3); in testToString() local
309 Set full = populatedSet(3); in testRemoveAll() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java105 Set<Item> full = populatedSet(3); in testAddAll() local
116 Set<Item> full = populatedSet(3); in testAddAll2() local
128 Set<Item> full = populatedSet(3); in testAdd2() local
137 Set<Item> full = populatedSet(3); in testAdd3() local
146 Collection<Item> full = populatedSet(3); in testClear() local
156 Collection<Item> full = populatedSet(3); in testContains() local
215 Collection<Item> full = populatedSet(3); in testContainsAll() local
279 Collection<Item> full = populatedSet(3); in testIteratorRemove() local
293 Collection<Item> full = populatedSet(3); in testToString() local
305 Set<Item> full = populatedSet(3); in testRemoveAll() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java107 Set full = populatedSet(3); in testAddAll() local
118 Set full = populatedSet(3); in testAddAll2() local
130 Set full = populatedSet(3); in testAdd2() local
139 Set full = populatedSet(3); in testAdd3() local
148 Collection full = populatedSet(3); in testClear() local
158 Collection full = populatedSet(3); in testContains() local
217 Collection full = populatedSet(3); in testContainsAll() local
283 Collection full = populatedSet(3); in testIteratorRemove() local
297 Collection full = populatedSet(3); in testToString() local
309 Set full = populatedSet(3); in testRemoveAll() local
[all …]
/dports/science/py-rmf/rmf-1.3.1/src/backend/deprecated_avro/
H A DMultipleAvroFileBase.cpp24 boost::filesystem::path full = base / (get_name(cat) + ".frames"); in get_category_dynamic_file_path() local
30 boost::filesystem::path full = base / (get_name(cat) + ".static"); in get_category_static_file_path() local
35 boost::filesystem::path full = base / "file.rmf2info"; in get_file_file_path() local
40 boost::filesystem::path full = base / "nodes"; in get_nodes_file_path() local
45 boost::filesystem::path full = base / "static_data"; in get_static_file_path() local
50 boost::filesystem::path full = base / "frames"; in get_frames_file_path() local
/dports/science/rmf/rmf-1.3.1/src/backend/deprecated_avro/
H A DMultipleAvroFileBase.cpp24 boost::filesystem::path full = base / (get_name(cat) + ".frames"); in get_category_dynamic_file_path() local
30 boost::filesystem::path full = base / (get_name(cat) + ".static"); in get_category_static_file_path() local
35 boost::filesystem::path full = base / "file.rmf2info"; in get_file_file_path() local
40 boost::filesystem::path full = base / "nodes"; in get_nodes_file_path() local
45 boost::filesystem::path full = base / "static_data"; in get_static_file_path() local
50 boost::filesystem::path full = base / "frames"; in get_frames_file_path() local
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/
H A Dfull.hpp16 full(pS const &shape, F fill_value, dtype d) in full() function
23 full(long size, F fill_value, dtype d) in full() function
31 full(std::integral_constant<long, N>, F fill_value, dtype d) in full() function
38 types::ndarray<F, sutils::shape_t<pS>> full(pS const &shape, F fill_value, in full() function
45 types::ndarray<F, types::pshape<long>> full(long size, F fill_value, in full() function
53 full(std::integral_constant<long, N>, F fill_value, types::none_type nt) in full() function
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DCountDownLatchTest.java109 /**
110 * timed await returns after countDown to zero
118 assertEquals(2, l.getCount()); in testAddAll2()
130 assertEquals(0, l.getCount());
139 final CountDownLatch pleaseInterrupt = new CountDownLatch(1);
149 pleaseInterrupt.countDown();
159 await(pleaseInterrupt);
218 * toString indicates current count in testContainsAll()
/dports/devel/libstatgrab/libstatgrab-0.92.1/tests/testlib/
H A Droutines.c28 #define SG_EASY_FUNC(stat,full) { #stat, \ argument
33 #define SG_COMPLEX_FUNC(stat,full,diff) { #stat, \ argument
88 #define NAME_OF(a,full) full ? (a).full_name : (a).diff_name argument
91 funcnames_to_indices(const char *name_list, size_t **indices, int full) { in funcnames_to_indices()
133 print_testable_functions(int full) in print_testable_functions()
145 report_testable_functions(int full) in report_testable_functions()
174 run_func(size_t func_index, int full) { in run_func()
/dports/www/tikiwiki/tiki-21.2/
H A Droute.php295 $full = $_SERVER['SCRIPT_URL']; variable
297 $full = $_SERVER['REQUEST_URI']; variable
299 $full = substr($full, 0, strpos($full, '?')); variable
302 $full = $_SERVER['REDIRECT_URL']; variable
304 $full = $_SERVER['UNENCODED_URL']; variable
/dports/databases/caterva/caterva-9414145/tests/
H A Dtest_full.c15 CUTEST_TEST_DATA(full) { in CUTEST_TEST_DATA() argument
20 CUTEST_TEST_SETUP(full) { in CUTEST_TEST_SETUP() argument
51 CUTEST_TEST_TEST(full) { in CUTEST_TEST_TEST() argument
142 CUTEST_TEST_TEARDOWN(full) { in CUTEST_TEST_TEARDOWN() argument
/dports/math/newmat/newmat-1.1_1/
H A Dnm_misc.cpp24 ReturnMatrix Helmert(int n, bool full) in Helmert()
46 ReturnMatrix Helmert(const ColumnVector& X, bool full) in Helmert()
61 ReturnMatrix Helmert(int n, int j, bool full) in Helmert()
76 ReturnMatrix Helmert_transpose(const ColumnVector& Y, bool full) in Helmert_transpose()
93 Real Helmert_transpose(const ColumnVector& Y, int j, bool full) in Helmert_transpose()
109 ReturnMatrix Helmert(const Matrix& X, bool full) in Helmert()
125 ReturnMatrix Helmert_transpose(const Matrix& Y, bool full) in Helmert_transpose()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { in test()
206 public void test(AffineTransform init, boolean full) { in test()
210 public void test(AffineTransform init, Tester next, boolean full) { in test()
231 public void test(AffineTransform init, boolean full) { in test()
245 public void test(AffineTransform init, Tester next, boolean full) { in test()
254 public void test(AffineTransform init, Tester next, boolean full) { in test()
264 public void test(AffineTransform init, Tester next, boolean full) { in test()
274 public void test(AffineTransform init, Tester next, boolean full) { in test()
321 public void test(AffineTransform init, Tester next, boolean full) { in test()
361 public void test(AffineTransform init, Tester next, boolean full) { in test()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { in test()
206 public void test(AffineTransform init, boolean full) { in test()
210 public void test(AffineTransform init, Tester next, boolean full) { in test()
231 public void test(AffineTransform init, boolean full) { in test()
245 public void test(AffineTransform init, Tester next, boolean full) { in test()
254 public void test(AffineTransform init, Tester next, boolean full) { in test()
264 public void test(AffineTransform init, Tester next, boolean full) { in test()
274 public void test(AffineTransform init, Tester next, boolean full) { in test()
321 public void test(AffineTransform init, Tester next, boolean full) { in test()
361 public void test(AffineTransform init, Tester next, boolean full) { in test()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { in test()
206 public void test(AffineTransform init, boolean full) { in test()
210 public void test(AffineTransform init, Tester next, boolean full) { in test()
231 public void test(AffineTransform init, boolean full) { in test()
245 public void test(AffineTransform init, Tester next, boolean full) { in test()
254 public void test(AffineTransform init, Tester next, boolean full) { in test()
264 public void test(AffineTransform init, Tester next, boolean full) { in test()
274 public void test(AffineTransform init, Tester next, boolean full) { in test()
321 public void test(AffineTransform init, Tester next, boolean full) { in test()
361 public void test(AffineTransform init, Tester next, boolean full) { in test()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { in test()
206 public void test(AffineTransform init, boolean full) { in test()
210 public void test(AffineTransform init, Tester next, boolean full) { in test()
231 public void test(AffineTransform init, boolean full) { in test()
245 public void test(AffineTransform init, Tester next, boolean full) { in test()
254 public void test(AffineTransform init, Tester next, boolean full) { in test()
264 public void test(AffineTransform init, Tester next, boolean full) { in test()
274 public void test(AffineTransform init, Tester next, boolean full) { in test()
321 public void test(AffineTransform init, Tester next, boolean full) { in test()
361 public void test(AffineTransform init, Tester next, boolean full) { in test()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { in test()
206 public void test(AffineTransform init, boolean full) { in test()
210 public void test(AffineTransform init, Tester next, boolean full) { in test()
231 public void test(AffineTransform init, boolean full) { in test()
245 public void test(AffineTransform init, Tester next, boolean full) { in test()
254 public void test(AffineTransform init, Tester next, boolean full) { in test()
264 public void test(AffineTransform init, Tester next, boolean full) { in test()
274 public void test(AffineTransform init, Tester next, boolean full) { in test()
321 public void test(AffineTransform init, Tester next, boolean full) { in test()
361 public void test(AffineTransform init, Tester next, boolean full) { in test()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { in test()
206 public void test(AffineTransform init, boolean full) { in test()
210 public void test(AffineTransform init, Tester next, boolean full) { in test()
231 public void test(AffineTransform init, boolean full) { in test()
245 public void test(AffineTransform init, Tester next, boolean full) { in test()
254 public void test(AffineTransform init, Tester next, boolean full) { in test()
264 public void test(AffineTransform init, Tester next, boolean full) { in test()
274 public void test(AffineTransform init, Tester next, boolean full) { in test()
321 public void test(AffineTransform init, Tester next, boolean full) { in test()
361 public void test(AffineTransform init, Tester next, boolean full) { in test()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { in test()
206 public void test(AffineTransform init, boolean full) { in test()
210 public void test(AffineTransform init, Tester next, boolean full) { in test()
231 public void test(AffineTransform init, boolean full) { in test()
245 public void test(AffineTransform init, Tester next, boolean full) { in test()
254 public void test(AffineTransform init, Tester next, boolean full) { in test()
264 public void test(AffineTransform init, Tester next, boolean full) { in test()
274 public void test(AffineTransform init, Tester next, boolean full) { in test()
321 public void test(AffineTransform init, Tester next, boolean full) { in test()
361 public void test(AffineTransform init, Tester next, boolean full) { in test()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { in test()
206 public void test(AffineTransform init, boolean full) { in test()
210 public void test(AffineTransform init, Tester next, boolean full) { in test()
231 public void test(AffineTransform init, boolean full) { in test()
245 public void test(AffineTransform init, Tester next, boolean full) { in test()
254 public void test(AffineTransform init, Tester next, boolean full) { in test()
264 public void test(AffineTransform init, Tester next, boolean full) { in test()
274 public void test(AffineTransform init, Tester next, boolean full) { in test()
321 public void test(AffineTransform init, Tester next, boolean full) { in test()
361 public void test(AffineTransform init, Tester next, boolean full) { in test()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/codecs/
H A Dcodec_checks.py105 def testdecoder(decoder_module, full): argument
120 def testdecoding(decoder_module, encoding, full): argument
152 def testencoder(encoder_module, full): argument
167 def testencoding(encoder_module, encoding, full): argument
236 def do_testencoding(encoder_module, encoding, W, H, full=False, limit_w=TEST_LIMIT_W, limit_h=TEST_… argument
292 def testcsc(csc_module, scaling=True, full=False, test_cs_in=None, test_cs_out=None): argument
324 def do_testcsc(csc_module, iw, ih, ow, oh, full=False, test_cs_in=None, test_cs_out=None, limit_w=T… argument
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/common/util/
H A DNdbSqlUtil.cpp220 …::cmpTinyint(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpTinyint()
322 …Util::cmpInt(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpInt()
356 …l::cmpBigint(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpBigint()
390 …il::cmpFloat(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpFloat()
501 …til::cmpChar(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpChar()
600 …til::cmpDate(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpDate()
667 …til::cmpBlob(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpBlob()
675 …til::cmpText(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpText()
682 …Util::cmpBit(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpBit()
691 …til::cmpTime(const void* info, const void* p1, unsigned n1, const void* p2, unsigned n2, bool full) in cmpTime()
[all …]

12345678910>>...267