Home
last modified time | relevance | path

Searched refs:tq1 (Results 1 – 25 of 150) sorted by relevance

123456

/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest21.3935 set tq1 "test$test_id-qos.1"
45 set user_req_1(Qos) "$tq1,$tq2"
48 set user_req_2(Qos) "$tq1,$tq2"
89 check_rc [add_qos $tq1 [array get qos_1]]
99 global ta1 ta2 tq1 tq2
103 log_debug "Remove QOS: $tq1,$tq2"
104 remove_qos $tq1,$tq2
192 global scontrol tq1 tq2 ta1 ta2 part_name
197 set qos $tq1
202 set qos $tq1
[all …]
H A Dtest24.733 set tq1 "test$test_id-qos.1"
68 global ta1 ta2 tq1 tq2
72 remove_qos $tq1
308 if {[add_qos $tq1 [array get qos_req]]} {
309 fail "Unable to create qos $tq1"
317 set acct_req(qos) "$tq1,$tq2"
336 scontrol "show assoc qos=$tq1 flags=qos" "Priority=$weight" 1
359 if {[mod_qos $tq1 [array get acct_mod_assoc_vals]] } {
360 fail "Unable to modify qos $tq1"
382 if {[mod_qos $tq1 [array get acct_mod_assoc_vals]] } {
[all …]
H A Dtest7.2038 set tq1 "test$test_id-qos.1"
45 set acct_1(Qos) $tq1
51 set user_req_1(Qos) "$tq1,$tq2"
67 global ta1 acct_1 tq1 tq2 tu1 user_req_1 qos_1 qos_2
71 check_rc [add_qos $tq1 [array get qos_1]]
79 global ta1 tq1 tq2
83 log_info "remove QOS: $tq1, $tq2"
84 remove_qos $tq1,$tq2
160 global job_name ta1 tq1 tq2 srun number eol is_skip bin_true
292 test_bin_fail "F1" $salloc {-t1 -J $job_name -A $ta1 --qos $tq1 -n5 "$bin_true"} 0 1
[all …]
H A Dtest24.633 set tq1 "test$test_id-qos.1"
66 global ta1 tq1
69 remove_qos $tq1
288 if {[add_qos $tq1 [array get qos_req]]} {
289 fail "Unable to add qos ($tq1)"
294 set acct_req(qos) $tq1
306 set jobid1 [sub_job "-n$cpu_cnt -p$p1 -A$ta1 --qos=$tq1" RUNNING]
307 set jobid2 [sub_job "-n$cpu_cnt -p$p1 -A$ta1 --qos=$tq1" PENDING]
308 set jobid3 [sub_job "-n$cpu_cnt -p$p2 -A$ta1 --qos=$tq1" PENDING]
309 set jobid4 [sub_job "-n$cpu_cnt -p$p1,$p2 -A$ta1 --qos=$tq1" PENDING]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestTaskQueue.cpp19 RefPtr<TaskQueue> tq1 = in TEST() local
33 Unused << tq1->Dispatch( in TEST()
78 tq1->BeginShutdown(); in TEST()
79 tq1->AwaitShutdownAndIdle(); in TEST()
88 RefPtr<TaskQueue> tq1 = in TEST() local
90 Unused << tq1->Dispatch(NS_NewRunnableFunction( in TEST()
91 "TestTaskQueue::TestCurrentSerialEventTarget::TestBody", [tq1]() { in TEST()
93 EXPECT_EQ(thread, tq1); in TEST()
95 tq1->BeginShutdown(); in TEST()
96 tq1->AwaitShutdownAndIdle(); in TEST()
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestTaskQueue.cpp19 RefPtr<TaskQueue> tq1 = in TEST() local
36 Unused << tq1->Dispatch( in TEST()
81 tq1->BeginShutdown(); in TEST()
82 tq1->AwaitShutdownAndIdle(); in TEST()
91 RefPtr<TaskQueue> tq1 = in TEST() local
94 Unused << tq1->Dispatch(NS_NewRunnableFunction( in TEST()
95 "TestTaskQueue::TestCurrentSerialEventTarget::TestBody", [tq1]() { in TEST()
97 EXPECT_EQ(thread, tq1); in TEST()
99 tq1->BeginShutdown(); in TEST()
100 tq1->AwaitShutdownAndIdle(); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestTaskQueue.cpp19 RefPtr<TaskQueue> tq1 = in TEST() local
33 Unused << tq1->Dispatch( in TEST()
78 tq1->BeginShutdown(); in TEST()
79 tq1->AwaitShutdownAndIdle(); in TEST()
88 RefPtr<TaskQueue> tq1 = in TEST() local
90 Unused << tq1->Dispatch(NS_NewRunnableFunction( in TEST()
91 "TestTaskQueue::TestCurrentSerialEventTarget::TestBody", [tq1]() { in TEST()
93 EXPECT_EQ(thread, tq1); in TEST()
95 tq1->BeginShutdown(); in TEST()
96 tq1->AwaitShutdownAndIdle(); in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/task_utils/
H A Dpending_task_safety_flag_unittest.cc65 TaskQueueForTest tq1("OwnerHere"); in TEST() local
95 tq1.SendTask( in TEST()
103 tq1.SendTask( in TEST()
113 TaskQueueForTest tq1("OwnerHere"); in TEST() local
141 tq1.SendTask([&owner, &stuff_done]() { owner.reset(new Owner(&stuff_done)); }, in TEST()
147 tq1.PostTask([&blocker, &owner]() { in TEST()
159 tq1.SendTask([]() {}, RTC_FROM_HERE); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/task_utils/
H A Dpending_task_safety_flag_unittest.cc65 TaskQueueForTest tq1("OwnerHere"); in TEST() local
95 tq1.SendTask( in TEST()
103 tq1.SendTask( in TEST()
113 TaskQueueForTest tq1("OwnerHere"); in TEST() local
141 tq1.SendTask([&owner, &stuff_done]() { owner.reset(new Owner(&stuff_done)); }, in TEST()
147 tq1.PostTask([&blocker, &owner]() { in TEST()
159 tq1.SendTask([]() {}, RTC_FROM_HERE); in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/task_utils/
H A Dpending_task_safety_flag_unittest.cc65 TaskQueueForTest tq1("OwnerHere"); in TEST() local
95 tq1.SendTask( in TEST()
103 tq1.SendTask( in TEST()
113 TaskQueueForTest tq1("OwnerHere"); in TEST() local
141 tq1.SendTask([&owner, &stuff_done]() { owner.reset(new Owner(&stuff_done)); }, in TEST()
147 tq1.PostTask([&blocker, &owner]() { in TEST()
159 tq1.SendTask([]() {}, RTC_FROM_HERE); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestTaskQueue.cpp19 RefPtr<TaskQueue> tq1 = in TEST() local
33 Unused << tq1->Dispatch( in TEST()
78 tq1->BeginShutdown(); in TEST()
79 tq1->AwaitShutdownAndIdle(); in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestTaskQueue.cpp19 RefPtr<TaskQueue> tq1 = in TEST() local
33 Unused << tq1->Dispatch( in TEST()
78 tq1->BeginShutdown(); in TEST()
79 tq1->AwaitShutdownAndIdle(); in TEST()
/dports/www/rt50/rt-5.0.2/t/api/
H A Djson-initialdata.t37 my $tq1 = RT::Queue->new($su);
38 ($r,$m) = $tq1->Load('Test Queue 1');
41 &$tester ($tu1->HasRight(Object => $tq1, Right => 'SeeQueue'),
43 ) if ($tu1->id and $tq1->id);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Delog.c222 uint tq0, tq1; in elogapply() local
274 textconstrain(t, b.q0, b.q0+b.nd, &tq0, &tq1); in elogapply()
275 textdelete(t, tq0, tq1, TRUE); in elogapply()
296 textconstrain(t, b.q0, b.q0+b.nd, &tq0, &tq1); in elogapply()
297 textdelete(t, tq0, tq1, TRUE); in elogapply()
308 textconstrain(t, b.q0, b.q0, &tq0, &tq1); in elogapply()
/dports/math/maxima/maxima-5.43.2/share/vector/
H A Dvector_rebuild.mac56 buildq([nlm:nlsmx, tq1:args(tmsq)[1], tq2:args(tmsq)[2]],
57 nlm*tq1 ?mtimesq tq2) )$
/dports/emulators/simh/simh-3.9.0_5/I7094/
H A Di7094_cpu1.c815 t_uint64 f1h, f2h, tr, tq1, tq1d, trmq1d, tq2; in op_dfdv() local
838 tq1 = fp_fracdiv (op1.fr, op2.fr, &tr); /* |A+B| / |C| */ in op_dfdv()
840 tq1d = (tq1 * ((t_uint64) FP_LOFRAC (sr1))) & /* Q1 * D */ in op_dfdv()
846 SI = FP_PACK36 (op1.s, op1.ch, tq1); /* SI has Q1 */ in op_dfdv()
855 op1.fr = tq1 << FP_N_FR; /* shift Q1 into place */ in op_dfdv()
/dports/devel/binutils/binutils-2.37/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/dports/lang/gnatdroid-binutils/binutils-2.27/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/dports/devel/arm-elf-binutils/binutils-2.37/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/dports/devel/gnulibiberty/binutils-2.37/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/dports/devel/avr-gdb/gdb-7.3.1/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/dports/devel/gdb761/gdb-7.6.1/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member
/dports/devel/gdb/gdb-11.1/include/coff/
H A Dsym.h283 unsigned tq1 : 4; /* 6 type qualifiers - tqPtr, etc. */ member

123456