Home
last modified time | relevance | path

Searched refs:proc2 (Results 1 – 25 of 947) sorted by relevance

12345678910>>...38

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/performance_manager/decorators/
H A Dprocess_priority_aggregator_unittest.cc49 auto& proc2 = mock_graph.other_process; in TEST_F() local
59 ExpectPriorityCounts(proc2.get(), 0, 0); in TEST_F()
67 ExpectPriorityCounts(proc2.get(), 0, 0); in TEST_F()
75 ExpectPriorityCounts(proc2.get(), 1, 0); in TEST_F()
84 ExpectPriorityCounts(proc2.get(), 1, 0); in TEST_F()
93 ExpectPriorityCounts(proc2.get(), 1, 1); in TEST_F()
102 ExpectPriorityCounts(proc2.get(), 1, 1); in TEST_F()
111 ExpectPriorityCounts(proc2.get(), 1, 0); in TEST_F()
120 ExpectPriorityCounts(proc2.get(), 0, 0); in TEST_F()
129 ExpectPriorityCounts(proc2.get(), 0, 0); in TEST_F()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DCurry1.java13 Procedure proc2; field in Curry1
15 public Curry1(String name, Procedure proc2) { in Curry1() argument
17 this.proc2 = proc2; in Curry1()
21 return new Curried1(proc2, arg); in apply1()
26 Procedure proc2; field in Curry1.Curried1
28 public Curried1(Procedure proc2, Object arg1) { in Curried1() argument
29 this.proc2 = proc2; in Curried1()
34 return proc2.apply2(arg1, arg2); in apply1()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzmisc3.c48 ref proc1, proc2; member
58 make_array(&stack[0].proc2, 0, 1, op); in zeqproc()
76 array_get(imemory, &top->proc2, i, &top[1].proc2); in zeqproc()
86 r_has_attr(&top->proc2, a_executable) in zeqproc()
90 if (obj_eq(imemory, &top->proc1, &top->proc2)) { in zeqproc()
92 if (r_type(&top->proc1) != r_type(&top->proc2) && in zeqproc()
94 r_type(&top->proc2) == t_name) in zeqproc()
100 if (r_is_array(&top->proc1) && r_is_array(&top->proc2) && in zeqproc()
101 r_size(&top->proc1) == r_size(&top->proc2) && in zeqproc()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzmisc3.c50 ref proc1, proc2; member
60 make_array(&stack[0].proc2, 0, 1, op); in zeqproc()
78 array_get(imemory, &top->proc2, i, &top[1].proc2); in zeqproc()
88 r_has_attr(&top->proc2, a_executable) in zeqproc()
92 if (obj_eq(imemory, &top->proc1, &top->proc2)) { in zeqproc()
94 if (r_type(&top->proc1) != r_type(&top->proc2) && in zeqproc()
96 r_type(&top->proc2) == t_name) in zeqproc()
102 if (r_is_array(&top->proc1) && r_is_array(&top->proc2) && in zeqproc()
103 r_size(&top->proc1) == r_size(&top->proc2) && in zeqproc()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzmisc3.c50 ref proc1, proc2; member
60 make_array(&stack[0].proc2, 0, 1, op); in zeqproc()
78 array_get(imemory, &top->proc2, i, &top[1].proc2); in zeqproc()
88 r_has_attr(&top->proc2, a_executable) in zeqproc()
92 if (obj_eq(imemory, &top->proc1, &top->proc2)) { in zeqproc()
94 if (r_type(&top->proc1) != r_type(&top->proc2) && in zeqproc()
96 r_type(&top->proc2) == t_name) in zeqproc()
102 if (r_is_array(&top->proc1) && r_is_array(&top->proc2) && in zeqproc()
103 r_size(&top->proc1) == r_size(&top->proc2) && in zeqproc()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzmisc3.c48 ref proc1, proc2; member
58 make_array(&stack[0].proc2, 0, 1, op); in zeqproc()
76 array_get(imemory, &top->proc2, i, &top[1].proc2); in zeqproc()
86 r_has_attr(&top->proc2, a_executable) in zeqproc()
90 if (obj_eq(imemory, &top->proc1, &top->proc2)) { in zeqproc()
92 if (r_type(&top->proc1) != r_type(&top->proc2) && in zeqproc()
94 r_type(&top->proc2) == t_name) in zeqproc()
100 if (r_is_array(&top->proc1) && r_is_array(&top->proc2) && in zeqproc()
101 r_size(&top->proc1) == r_size(&top->proc2) && in zeqproc()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.fortran/
H A Ddummy-procs-1.f9017 subroutine proc2() subroutine
92 my_proc => proc2
93 if (.not.associated (my_proc, proc2)) stop 17
99 if (.not.associated (my_proc, proc2)) stop 19
149 my_proc => proc2
158 if (.not.associated (my_proc, proc2)) stop 33
256 my_cfun = c_funloc (proc2)
259 if (.not. associated (pptr, proc2)) stop 48
266 if (.not. associated (pptr, proc2)) stop 51
316 my_cfun = c_funloc (proc2)
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.fortran/
H A Ddummy-procs-1.f9017 subroutine proc2() subroutine
92 my_proc => proc2
93 if (.not.associated (my_proc, proc2)) stop 17
99 if (.not.associated (my_proc, proc2)) stop 19
149 my_proc => proc2
158 if (.not.associated (my_proc, proc2)) stop 33
256 my_cfun = c_funloc (proc2)
259 if (.not. associated (pptr, proc2)) stop 48
266 if (.not. associated (pptr, proc2)) stop 51
316 my_cfun = c_funloc (proc2)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.fortran/
H A Ddummy-procs-1.f9017 subroutine proc2() subroutine
92 my_proc => proc2
93 if (.not.associated (my_proc, proc2)) stop 17
99 if (.not.associated (my_proc, proc2)) stop 19
149 my_proc => proc2
158 if (.not.associated (my_proc, proc2)) stop 33
256 my_cfun = c_funloc (proc2)
259 if (.not. associated (pptr, proc2)) stop 48
266 if (.not. associated (pptr, proc2)) stop 51
316 my_cfun = c_funloc (proc2)
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.fortran/
H A Ddummy-procs-1.f9017 subroutine proc2() subroutine
92 my_proc => proc2
93 if (.not.associated (my_proc, proc2)) stop 17
99 if (.not.associated (my_proc, proc2)) stop 19
149 my_proc => proc2
158 if (.not.associated (my_proc, proc2)) stop 33
256 my_cfun = c_funloc (proc2)
259 if (.not. associated (pptr, proc2)) stop 48
266 if (.not. associated (pptr, proc2)) stop 51
316 my_cfun = c_funloc (proc2)
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.fortran/
H A Ddummy-procs-1.f9017 subroutine proc2() subroutine
92 my_proc => proc2
93 if (.not.associated (my_proc, proc2)) stop 17
99 if (.not.associated (my_proc, proc2)) stop 19
149 my_proc => proc2
158 if (.not.associated (my_proc, proc2)) stop 33
256 my_cfun = c_funloc (proc2)
259 if (.not. associated (pptr, proc2)) stop 48
266 if (.not. associated (pptr, proc2)) stop 51
316 my_cfun = c_funloc (proc2)
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.fortran/
H A Ddummy-procs-1.f9017 subroutine proc2() subroutine
92 my_proc => proc2
93 if (.not.associated (my_proc, proc2)) stop 17
99 if (.not.associated (my_proc, proc2)) stop 19
149 my_proc => proc2
158 if (.not.associated (my_proc, proc2)) stop 33
256 my_cfun = c_funloc (proc2)
259 if (.not. associated (pptr, proc2)) stop 48
266 if (.not. associated (pptr, proc2)) stop 51
316 my_cfun = c_funloc (proc2)
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzmisc3.c59 ref proc1, proc2; member
76 make_array(&stack[0].proc2, 0, 1, op); in zeqproc()
94 array_get(imemory, &top->proc2, i, &top[1].proc2); in zeqproc()
104 r_has_attr(&top->proc2, a_executable) in zeqproc()
108 if (obj_eq(imemory, &top->proc1, &top->proc2)) { in zeqproc()
110 if (r_type(&top->proc1) != r_type(&top->proc2) && in zeqproc()
112 r_type(&top->proc2) == t_name) in zeqproc()
118 if (r_is_array(&top->proc1) && r_is_array(&top->proc2) && in zeqproc()
119 r_size(&top->proc1) == r_size(&top->proc2) && in zeqproc()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzmisc3.c59 ref proc1, proc2; member
76 make_array(&stack[0].proc2, 0, 1, op); in zeqproc()
94 array_get(imemory, &top->proc2, i, &top[1].proc2); in zeqproc()
104 r_has_attr(&top->proc2, a_executable) in zeqproc()
108 if (obj_eq(imemory, &top->proc1, &top->proc2)) { in zeqproc()
110 if (r_type(&top->proc1) != r_type(&top->proc2) && in zeqproc()
112 r_type(&top->proc2) == t_name) in zeqproc()
118 if (r_is_array(&top->proc1) && r_is_array(&top->proc2) && in zeqproc()
119 r_size(&top->proc1) == r_size(&top->proc2) && in zeqproc()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzmisc3.c52 ref proc1, proc2; member
62 make_array(&stack[0].proc2, 0, 1, op); in zeqproc()
80 array_get(&top->proc2, i, &top[1].proc2); in zeqproc()
90 r_has_attr(&top->proc2, a_executable) in zeqproc()
94 if (obj_eq(&top->proc1, &top->proc2)) { in zeqproc()
96 if (r_type(&top->proc1) != r_type(&top->proc2) && in zeqproc()
98 r_type(&top->proc2) == t_name) in zeqproc()
104 if (r_is_array(&top->proc1) && r_is_array(&top->proc2) && in zeqproc()
105 r_size(&top->proc1) == r_size(&top->proc2) && in zeqproc()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzmisc3.c52 ref proc1, proc2; member
62 make_array(&stack[0].proc2, 0, 1, op); in zeqproc()
80 array_get(&top->proc2, i, &top[1].proc2); in zeqproc()
90 r_has_attr(&top->proc2, a_executable) in zeqproc()
94 if (obj_eq(&top->proc1, &top->proc2)) { in zeqproc()
96 if (r_type(&top->proc1) != r_type(&top->proc2) && in zeqproc()
98 r_type(&top->proc2) == t_name) in zeqproc()
104 if (r_is_array(&top->proc1) && r_is_array(&top->proc2) && in zeqproc()
105 r_size(&top->proc1) == r_size(&top->proc2) && in zeqproc()
/dports/devel/kf5-kdbusaddons/kdbusaddons-5.89.0/autotests/
H A Ddeadservicetest.cpp65 QProcess proc2; in testDeadService() local
66 proc2.setProgram(QFINDTESTDATA("kdbussimpleservice")); in testDeadService()
69 proc2.setProcessEnvironment(env); in testDeadService()
70 proc2.setProcessChannelMode(QProcess::ForwardedChannels); in testDeadService()
71 proc2.start(); in testDeadService()
72 QVERIFY(proc2.waitForStarted()); in testDeadService()
73 m_danglingPids << proc2.processId(); in testDeadService()
87 qint64 pid2 = proc2.processId(); // store local, in case the proc disappears in testDeadService()
100 proc2.kill(); in testDeadService()
/dports/sysutils/toybox/toybox-0.8.5/tests/
H A Drenice.test22 proc2=$!
31 n_val2=`fun_nice_val $proc2`
44 nice_val2=$((`fun_nice_val $proc2` + $n_v))
49 "renice -n $n_v$n_o $proc1 $proc2 $proc3 $proc4 $proc5 &&
50 fun_nice_val $proc1 $proc2 $proc3 $proc4 $proc5" \
54 nice_val2=$((`fun_nice_val $proc2` + $n_v))
59 "renice -n $n_v$n_o $proc1 $proc2 88888 99999 $proc3 $proc4 $proc5 $arg ||
60 fun_nice_val $proc1 $proc2 $proc3 $proc4 $proc5" \
110 kill -9 $proc1 $proc2 $proc3 $proc4 $proc5
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_1.f9013 integer function proc2(arg) function
15 proc2 = arg**2
31 use m, only: proc1, proc2, proc3
34 PROCEDURE(proc2), POINTER :: ptr2
53 ptr2 => proc2
54 if (.not. ASSOCIATED(ptr2,proc2)) call abort()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_1.f9013 integer function proc2(arg) function
15 proc2 = arg**2
31 use m, only: proc1, proc2, proc3
34 PROCEDURE(proc2), POINTER :: ptr2
53 ptr2 => proc2
54 if (.not. ASSOCIATED(ptr2,proc2)) STOP 6
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_1.f9013 integer function proc2(arg) function
15 proc2 = arg**2
31 use m, only: proc1, proc2, proc3
34 PROCEDURE(proc2), POINTER :: ptr2
53 ptr2 => proc2
54 if (.not. ASSOCIATED(ptr2,proc2)) STOP 6
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_1.f9013 integer function proc2(arg) function
15 proc2 = arg**2
31 use m, only: proc1, proc2, proc3
34 PROCEDURE(proc2), POINTER :: ptr2
53 ptr2 => proc2
54 if (.not. ASSOCIATED(ptr2,proc2)) STOP 6
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_1.f9013 integer function proc2(arg) function
15 proc2 = arg**2
31 use m, only: proc1, proc2, proc3
34 PROCEDURE(proc2), POINTER :: ptr2
53 ptr2 => proc2
54 if (.not. ASSOCIATED(ptr2,proc2)) STOP 6
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_1.f9013 integer function proc2(arg) function
15 proc2 = arg**2
31 use m, only: proc1, proc2, proc3
34 PROCEDURE(proc2), POINTER :: ptr2
53 ptr2 => proc2
54 if (.not. ASSOCIATED(ptr2,proc2)) call abort()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_1.f9013 integer function proc2(arg) function
15 proc2 = arg**2
31 use m, only: proc1, proc2, proc3
34 PROCEDURE(proc2), POINTER :: ptr2
53 ptr2 => proc2
54 if (.not. ASSOCIATED(ptr2,proc2)) STOP 6

12345678910>>...38