Home
last modified time | relevance | path

Searched defs:q (Results 101 – 125 of 30422) sorted by relevance

12345678910>>...1217

/dports/devel/hyperscan/boost_1_75_0/libs/thread/test/sync/mutual_exclusion/queue_views/
H A Dsingle_thread_pass.cpp51 boost::queue_back<int> q(sq); in main() local
60 boost::queue_front<int> q(sq); in main() local
71 boost::queue_front<int> q(sq); in main() local
82 boost::queue_back<int> q(sq); in main() local
92 boost::queue_back<int> q(sq); in main() local
132 boost::queue_back<int> q(sq); in main() local
143 boost::queue_back<int> q(sq); in main() local
154 boost::queue_back<int> q(sq); in main() local
164 boost::queue_back<int> q(sq); in main() local
189 boost::queue_back<int> q(sq); in main() local
[all …]
/dports/math/py-libpoly/libpoly-0.1.11/test/python/tests/
H A Dupolynomial_gcd.py8 def check_gcd_single(p, q): argument
14 def check_gcd(p, q): argument
26 def check_extended_gcd(p, q): argument
48 q = 4*x variable
52 q = 1*x**4 + 1*x**2 + 1*x + 3 variable
56 q = (-2*x**2) + (-1*x) variable
60 q = x + 1 variable
64 q = 1*x**2 + (-3*x) + 2 variable
112 q = x**2 + 1*x + (-72) variable
118 q = 6 + x - x variable
[all …]
/dports/math/libpoly/libpoly-0.1.11/test/python/tests/
H A Dupolynomial_gcd.py8 def check_gcd_single(p, q): argument
14 def check_gcd(p, q): argument
26 def check_extended_gcd(p, q): argument
48 q = 4*x variable
52 q = 1*x**4 + 1*x**2 + 1*x + 3 variable
56 q = (-2*x**2) + (-1*x) variable
60 q = x + 1 variable
64 q = 1*x**2 + (-3*x) + 2 variable
112 q = x**2 + 1*x + (-72) variable
118 q = 6 + x - x variable
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DLinkedBlockingQueueTest.java186 BlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity() local
226 LinkedBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf() local
409 LinkedBlockingQueue q = populatedQueue(SIZE); in testTake() local
419 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake() local
450 LinkedBlockingQueue q = populatedQueue(SIZE); in testPoll() local
461 LinkedBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0() local
525 LinkedBlockingQueue q = populatedQueue(SIZE); in testPeek() local
539 LinkedBlockingQueue q = populatedQueue(SIZE); in testElement() local
554 LinkedBlockingQueue q = populatedQueue(SIZE); in testRemove() local
581 LinkedBlockingQueue q = populatedQueue(SIZE); in testContains() local
[all …]
H A DPriorityQueueTest.java177 PriorityQueue q = new PriorityQueue(2); in testEmpty() local
191 PriorityQueue q = populatedQueue(SIZE); in testSize() local
206 PriorityQueue q = new PriorityQueue(1); in testOfferNull() local
217 PriorityQueue q = new PriorityQueue(1); in testAddNull() local
228 PriorityQueue q = new PriorityQueue(1); in testOffer() local
237 PriorityQueue q = new PriorityQueue(1); in testOfferNonComparable() local
263 PriorityQueue q = new PriorityQueue(1); in testAddAll1() local
315 PriorityQueue q = populatedQueue(SIZE); in testPoll() local
326 PriorityQueue q = populatedQueue(SIZE); in testPeek() local
340 PriorityQueue q = populatedQueue(SIZE); in testElement() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DLinkedBlockingQueueTest.java186 BlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity() local
226 LinkedBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf() local
409 LinkedBlockingQueue q = populatedQueue(SIZE); in testTake() local
419 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake() local
450 LinkedBlockingQueue q = populatedQueue(SIZE); in testPoll() local
461 LinkedBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0() local
525 LinkedBlockingQueue q = populatedQueue(SIZE); in testPeek() local
539 LinkedBlockingQueue q = populatedQueue(SIZE); in testElement() local
554 LinkedBlockingQueue q = populatedQueue(SIZE); in testRemove() local
581 LinkedBlockingQueue q = populatedQueue(SIZE); in testContains() local
[all …]
H A DPriorityQueueTest.java177 PriorityQueue q = new PriorityQueue(2); in testEmpty() local
191 PriorityQueue q = populatedQueue(SIZE); in testSize() local
206 PriorityQueue q = new PriorityQueue(1); in testOfferNull() local
217 PriorityQueue q = new PriorityQueue(1); in testAddNull() local
228 PriorityQueue q = new PriorityQueue(1); in testOffer() local
237 PriorityQueue q = new PriorityQueue(1); in testOfferNonComparable() local
263 PriorityQueue q = new PriorityQueue(1); in testAddAll1() local
315 PriorityQueue q = populatedQueue(SIZE); in testPoll() local
326 PriorityQueue q = populatedQueue(SIZE); in testPeek() local
340 PriorityQueue q = populatedQueue(SIZE); in testElement() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DLinkedBlockingQueueTest.java186 BlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity() local
226 LinkedBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf() local
409 LinkedBlockingQueue q = populatedQueue(SIZE); in testTake() local
419 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake() local
450 LinkedBlockingQueue q = populatedQueue(SIZE); in testPoll() local
461 LinkedBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0() local
525 LinkedBlockingQueue q = populatedQueue(SIZE); in testPeek() local
539 LinkedBlockingQueue q = populatedQueue(SIZE); in testElement() local
554 LinkedBlockingQueue q = populatedQueue(SIZE); in testRemove() local
581 LinkedBlockingQueue q = populatedQueue(SIZE); in testContains() local
[all …]
H A DPriorityQueueTest.java177 PriorityQueue q = new PriorityQueue(2); in testEmpty() local
191 PriorityQueue q = populatedQueue(SIZE); in testSize() local
206 PriorityQueue q = new PriorityQueue(1); in testOfferNull() local
217 PriorityQueue q = new PriorityQueue(1); in testAddNull() local
228 PriorityQueue q = new PriorityQueue(1); in testOffer() local
237 PriorityQueue q = new PriorityQueue(1); in testOfferNonComparable() local
263 PriorityQueue q = new PriorityQueue(1); in testAddAll1() local
315 PriorityQueue q = populatedQueue(SIZE); in testPoll() local
326 PriorityQueue q = populatedQueue(SIZE); in testPeek() local
340 PriorityQueue q = populatedQueue(SIZE); in testElement() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DLinkedBlockingQueueTest.java186 BlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity() local
226 LinkedBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf() local
409 LinkedBlockingQueue q = populatedQueue(SIZE); in testTake() local
419 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake() local
450 LinkedBlockingQueue q = populatedQueue(SIZE); in testPoll() local
461 LinkedBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0() local
522 LinkedBlockingQueue q = populatedQueue(SIZE); in testPeek() local
536 LinkedBlockingQueue q = populatedQueue(SIZE); in testElement() local
551 LinkedBlockingQueue q = populatedQueue(SIZE); in testRemove() local
578 LinkedBlockingQueue q = populatedQueue(SIZE); in testContains() local
[all …]
H A DPriorityQueueTest.java177 PriorityQueue q = new PriorityQueue(2); in testEmpty() local
191 PriorityQueue q = populatedQueue(SIZE); in testSize() local
206 PriorityQueue q = new PriorityQueue(1); in testOfferNull() local
217 PriorityQueue q = new PriorityQueue(1); in testAddNull() local
228 PriorityQueue q = new PriorityQueue(1); in testOffer() local
237 PriorityQueue q = new PriorityQueue(1); in testOfferNonComparable() local
263 PriorityQueue q = new PriorityQueue(1); in testAddAll1() local
315 PriorityQueue q = populatedQueue(SIZE); in testPoll() local
326 PriorityQueue q = populatedQueue(SIZE); in testPeek() local
340 PriorityQueue q = populatedQueue(SIZE); in testElement() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DLinkedBlockingQueueTest.java186 BlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity() local
226 LinkedBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf() local
409 LinkedBlockingQueue q = populatedQueue(SIZE); in testTake() local
419 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake() local
450 LinkedBlockingQueue q = populatedQueue(SIZE); in testPoll() local
461 LinkedBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0() local
522 LinkedBlockingQueue q = populatedQueue(SIZE); in testPeek() local
536 LinkedBlockingQueue q = populatedQueue(SIZE); in testElement() local
551 LinkedBlockingQueue q = populatedQueue(SIZE); in testRemove() local
578 LinkedBlockingQueue q = populatedQueue(SIZE); in testContains() local
[all …]
H A DPriorityQueueTest.java177 PriorityQueue q = new PriorityQueue(2); in testEmpty() local
191 PriorityQueue q = populatedQueue(SIZE); in testSize() local
206 PriorityQueue q = new PriorityQueue(1); in testOfferNull() local
217 PriorityQueue q = new PriorityQueue(1); in testAddNull() local
228 PriorityQueue q = new PriorityQueue(1); in testOffer() local
237 PriorityQueue q = new PriorityQueue(1); in testOfferNonComparable() local
263 PriorityQueue q = new PriorityQueue(1); in testAddAll1() local
315 PriorityQueue q = populatedQueue(SIZE); in testPoll() local
326 PriorityQueue q = populatedQueue(SIZE); in testPeek() local
340 PriorityQueue q = populatedQueue(SIZE); in testElement() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DLinkedBlockingQueueTest.java183 BlockingQueue<Item> q = populatedQueue(SIZE); in testRemainingCapacity() local
223 LinkedBlockingQueue<Item> q = populatedQueue(SIZE); in testAddAllSelf() local
400 LinkedBlockingQueue<Item> q = populatedQueue(SIZE); in testTake() local
410 final BlockingQueue<Item> q = populatedQueue(SIZE); in testBlockingTake() local
441 LinkedBlockingQueue<Item> q = populatedQueue(SIZE); in testPoll() local
452 LinkedBlockingQueue<Item> q = populatedQueue(SIZE); in testTimedPoll0() local
463 LinkedBlockingQueue<Item> q = populatedQueue(SIZE); in testTimedPoll() local
480 final BlockingQueue<Item> q = populatedQueue(SIZE); in testInterruptedTimedPoll() local
513 LinkedBlockingQueue<Item> q = populatedQueue(SIZE); in testPeek() local
527 LinkedBlockingQueue<Item> q = populatedQueue(SIZE); in testElement() local
[all …]
H A DPriorityQueueTest.java86 PriorityQueue<Item> q = new PriorityQueue<>(n); in populatedQueue() local
189 PriorityQueue<Item> q = populatedQueue(SIZE); in testSize() local
312 PriorityQueue<Item> q = populatedQueue(SIZE); in testPoll() local
323 PriorityQueue<Item> q = populatedQueue(SIZE); in testPeek() local
337 PriorityQueue<Item> q = populatedQueue(SIZE); in testElement() local
352 PriorityQueue<Item> q = populatedQueue(SIZE); in testRemove() local
366 PriorityQueue<Item> q = populatedQueue(SIZE); in testRemoveElement() local
387 PriorityQueue<Item> q = populatedQueue(SIZE); in testContains() local
399 PriorityQueue<Item> q = populatedQueue(SIZE); in testClear() local
413 PriorityQueue<Item> q = populatedQueue(SIZE); in testContainsAll() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DLinkedBlockingQueueTest.java186 BlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity() local
226 LinkedBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf() local
409 LinkedBlockingQueue q = populatedQueue(SIZE); in testTake() local
419 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake() local
450 LinkedBlockingQueue q = populatedQueue(SIZE); in testPoll() local
461 LinkedBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0() local
525 LinkedBlockingQueue q = populatedQueue(SIZE); in testPeek() local
539 LinkedBlockingQueue q = populatedQueue(SIZE); in testElement() local
554 LinkedBlockingQueue q = populatedQueue(SIZE); in testRemove() local
581 LinkedBlockingQueue q = populatedQueue(SIZE); in testContains() local
[all …]
H A DPriorityQueueTest.java177 PriorityQueue q = new PriorityQueue(2); in testEmpty() local
191 PriorityQueue q = populatedQueue(SIZE); in testSize() local
206 PriorityQueue q = new PriorityQueue(1); in testOfferNull() local
217 PriorityQueue q = new PriorityQueue(1); in testAddNull() local
228 PriorityQueue q = new PriorityQueue(1); in testOffer() local
237 PriorityQueue q = new PriorityQueue(1); in testOfferNonComparable() local
263 PriorityQueue q = new PriorityQueue(1); in testAddAll1() local
315 PriorityQueue q = populatedQueue(SIZE); in testPoll() local
326 PriorityQueue q = populatedQueue(SIZE); in testPeek() local
340 PriorityQueue q = populatedQueue(SIZE); in testElement() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DLinkedBlockingQueueTest.java186 BlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity() local
226 LinkedBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf() local
409 LinkedBlockingQueue q = populatedQueue(SIZE); in testTake() local
419 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake() local
450 LinkedBlockingQueue q = populatedQueue(SIZE); in testPoll() local
461 LinkedBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0() local
522 LinkedBlockingQueue q = populatedQueue(SIZE); in testPeek() local
536 LinkedBlockingQueue q = populatedQueue(SIZE); in testElement() local
551 LinkedBlockingQueue q = populatedQueue(SIZE); in testRemove() local
578 LinkedBlockingQueue q = populatedQueue(SIZE); in testContains() local
[all …]
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/modules/stats/
H A Dmain.php20 …$q = "SELECT count(*) AS count FROM ".PRFX."TABLE_WORK_ORDER WHERE WORK_ORDER_OPEN_DATE >= '$star… variable
29 …$q = "SELECT count(*) AS count FROM ".PRFX."TABLE_WORK_ORDER WHERE WORK_ORDER_CLOSE_DATE >= '$sta… variable
38 …$q = "SELECT count(*) AS count FROM ".PRFX."TABLE_CUSTOMER WHERE CREATE_DATE >= '$start_date' AND… variable
47 $q = "SELECT COUNT(*) AS count FROM ".PRFX."TABLE_CUSTOMER"; variable
57 …$q = "SELECT count(*) AS count FROM ".PRFX."TABLE_INVOICE WHERE INVOICE_DATE >= '$start_date' AND… variable
67 …$q = "SELECT count(*) AS count FROM ".PRFX."TABLE_INVOICE WHERE INVOICE_DATE >= '$start_date' AND… variable
195 …$q = "SELECT SUM(SUB_TOTAL) AS invoice_sub_total_sum FROM ".PRFX."TABLE_INVOICE WHERE INVOICE_DATE… variable
206 …$q = "SELECT SUM(DISCOUNT) AS invoice_discount_sum FROM ".PRFX."TABLE_INVOICE WHERE INVOICE_DATE … variable
216 …$q = "SELECT SUM(SHIPPING) AS invoice_shipping_sum FROM ".PRFX."TABLE_INVOICE WHERE INVOICE_DATE … variable
226 …$q = "SELECT SUM(TAX) AS invoice_tax_sum FROM ".PRFX."TABLE_INVOICE WHERE INVOICE_DATE >= '$start… variable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/tests/unit/style/
H A Dmedia_queries.rs65 let q = &list.media_queries[0]; in test_mq_screen() localVariable
73 let q = &list.media_queries[0]; in test_mq_screen() localVariable
81 let q = &list.media_queries[0]; in test_mq_screen() localVariable
92 let q = &list.media_queries[0]; in test_mq_print() localVariable
100 let q = &list.media_queries[0]; in test_mq_print() localVariable
108 let q = &list.media_queries[0]; in test_mq_print() localVariable
119 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
128 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
137 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
149 let q = &list.media_queries[0]; in test_mq_all() localVariable
[all …]
/dports/www/firefox/firefox-99.0/servo/tests/unit/style/
H A Dmedia_queries.rs65 let q = &list.media_queries[0]; in test_mq_screen() localVariable
73 let q = &list.media_queries[0]; in test_mq_screen() localVariable
81 let q = &list.media_queries[0]; in test_mq_screen() localVariable
92 let q = &list.media_queries[0]; in test_mq_print() localVariable
100 let q = &list.media_queries[0]; in test_mq_print() localVariable
108 let q = &list.media_queries[0]; in test_mq_print() localVariable
119 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
128 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
137 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
149 let q = &list.media_queries[0]; in test_mq_all() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/tests/unit/style/
H A Dmedia_queries.rs65 let q = &list.media_queries[0]; in test_mq_screen() localVariable
73 let q = &list.media_queries[0]; in test_mq_screen() localVariable
81 let q = &list.media_queries[0]; in test_mq_screen() localVariable
92 let q = &list.media_queries[0]; in test_mq_print() localVariable
100 let q = &list.media_queries[0]; in test_mq_print() localVariable
108 let q = &list.media_queries[0]; in test_mq_print() localVariable
119 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
128 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
137 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
149 let q = &list.media_queries[0]; in test_mq_all() localVariable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/tests/unit/style/
H A Dmedia_queries.rs65 let q = &list.media_queries[0]; in test_mq_screen() localVariable
73 let q = &list.media_queries[0]; in test_mq_screen() localVariable
81 let q = &list.media_queries[0]; in test_mq_screen() localVariable
92 let q = &list.media_queries[0]; in test_mq_print() localVariable
100 let q = &list.media_queries[0]; in test_mq_print() localVariable
108 let q = &list.media_queries[0]; in test_mq_print() localVariable
119 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
128 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
137 let q = &list.media_queries[0]; in test_mq_unknown() localVariable
149 let q = &list.media_queries[0]; in test_mq_all() localVariable
[all …]
/dports/math/igraph/igraph-0.9.5/src/core/
H A Dmarked_queue.c28 int igraph_marked_queue_init(igraph_marked_queue_t *q, in igraph_marked_queue_init()
39 void igraph_marked_queue_destroy(igraph_marked_queue_t *q) { in igraph_marked_queue_destroy()
44 void igraph_marked_queue_reset(igraph_marked_queue_t *q) { in igraph_marked_queue_reset()
58 long int igraph_marked_queue_size(const igraph_marked_queue_t *q) { in igraph_marked_queue_size()
68 if (VECTOR(q->set)[elem] != q->mark) { in igraph_marked_queue_push() local
70 VECTOR(q->set)[elem] = q->mark; in igraph_marked_queue_push() local
76 int igraph_marked_queue_start_batch(igraph_marked_queue_t *q) { in igraph_marked_queue_start_batch()
81 void igraph_marked_queue_pop_back_batch(igraph_marked_queue_t *q) { in igraph_marked_queue_pop_back_batch()
86 VECTOR(q->set)[elem] = 0; in igraph_marked_queue_pop_back_batch() local
93 int igraph_marked_queue_print(const igraph_marked_queue_t *q) { in igraph_marked_queue_print()
[all …]
/dports/math/R-cran-igraph/igraph/src/
H A Digraph_marked_queue.c28 int igraph_marked_queue_init(igraph_marked_queue_t *q, in igraph_marked_queue_init()
39 void igraph_marked_queue_destroy(igraph_marked_queue_t *q) { in igraph_marked_queue_destroy()
44 void igraph_marked_queue_reset(igraph_marked_queue_t *q) { in igraph_marked_queue_reset()
58 long int igraph_marked_queue_size(const igraph_marked_queue_t *q) { in igraph_marked_queue_size()
68 if (VECTOR(q->set)[elem] != q->mark) { in igraph_marked_queue_push() local
70 VECTOR(q->set)[elem] = q->mark; in igraph_marked_queue_push() local
76 int igraph_marked_queue_start_batch(igraph_marked_queue_t *q) { in igraph_marked_queue_start_batch()
81 void igraph_marked_queue_pop_back_batch(igraph_marked_queue_t *q) { in igraph_marked_queue_pop_back_batch()
86 VECTOR(q->set)[elem] = 0; in igraph_marked_queue_pop_back_batch() local
93 int igraph_marked_queue_print(const igraph_marked_queue_t *q) { in igraph_marked_queue_print()
[all …]

12345678910>>...1217