Home
last modified time | relevance | path

Searched refs:TP4 (Results 1 – 25 of 107) sorted by relevance

12345

/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/UnitTest_Delegates/
H A DFunctorDelegate.h71 #define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4>
72 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4>
73 …efine MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4>
74 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4>
75 #define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4
85 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5>
87 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5>
88 #define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5
98 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5, TP6>
100 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5, TP6>
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/UnitTest_Delegates/
H A DFunctorDelegate.h71 #define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4>
72 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4>
73 …efine MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4>
74 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4>
75 #define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4
85 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5>
87 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5>
88 #define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5
98 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5, TP6>
100 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5, TP6>
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/UnitTest_Delegates/
H A DFunctorDelegate.h71 #define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4>
72 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4>
73 …efine MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4>
74 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4>
75 #define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4
85 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5>
87 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5>
88 #define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5
98 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5, TP6>
100 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5, TP6>
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/UnitTest_Delegates/
H A DFunctorDelegate.h71 #define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4>
72 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4>
73 …efine MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4>
74 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4>
75 #define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4
85 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5>
87 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5>
88 #define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5
98 #define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5, TP6>
100 #define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5, TP6>
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_EventPair.h84 template <typename TP1, typename TP2, typename TP3, typename TP4>
85 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4 ) in operator()
91 template <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5>
92 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5 ) in operator()
98 template <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5, typename TP6>
99 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6 ) in operator()
106 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7 ) in operator()
113 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7, TP8 p8 ) in operator()
186 template <typename TP1, typename TP2, typename TP3, typename TP4>
194 template <typename TP1, typename TP2, typename TP3, typename TP4>
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_EventPair.h84 template <typename TP1, typename TP2, typename TP3, typename TP4>
85 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4 ) in operator()
91 template <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5>
92 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5 ) in operator()
98 template <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5, typename TP6>
99 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6 ) in operator()
106 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7 ) in operator()
113 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7, TP8 p8 ) in operator()
186 template <typename TP1, typename TP2, typename TP3, typename TP4>
194 template <typename TP1, typename TP2, typename TP3, typename TP4>
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_EventPair.h84 template <typename TP1, typename TP2, typename TP3, typename TP4>
85 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4 ) in operator()
91 template <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5>
92 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5 ) in operator()
98 template <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5, typename TP6>
99 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6 ) in operator()
106 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7 ) in operator()
113 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7, TP8 p8 ) in operator()
186 template <typename TP1, typename TP2, typename TP3, typename TP4>
194 template <typename TP1, typename TP2, typename TP3, typename TP4>
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_EventPair.h84 template <typename TP1, typename TP2, typename TP3, typename TP4>
85 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4 ) in operator()
91 template <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5>
92 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5 ) in operator()
98 template <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5, typename TP6>
99 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6 ) in operator()
106 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7 ) in operator()
113 void operator()( TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7, TP8 p8 ) in operator()
186 template <typename TP1, typename TP2, typename TP3, typename TP4>
194 template <typename TP1, typename TP2, typename TP3, typename TP4>
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Derl_link_SUITE.erl117 TP4 = spawn(?MODULE, test_proc, []),
120 io:format("TP4=~p~nTP5=~p~nTP6=~p~n", [TP4, TP5, TP6]),
122 true = tp_call(TP6, fun() -> link(TP4) end),
123 check_link(TP4, TP6),
131 wait_until(fun () -> is_proc_dead(TP4) end),
132 check_unlink(TP4, TP6),
282 TP4 = spawn(NodeB, ?MODULE, test_proc, []),
284 true = tp_call(TP4, fun () -> register(TP4N,self()) end),
286 case node() == node(TP4) of
288 false -> {TP4N, node(TP4)}
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Derl_link_SUITE.erl117 TP4 = spawn(?MODULE, test_proc, []),
120 io:format("TP4=~p~nTP5=~p~nTP6=~p~n", [TP4, TP5, TP6]),
122 true = tp_call(TP6, fun() -> link(TP4) end),
123 check_link(TP4, TP6),
131 wait_until(fun () -> is_proc_dead(TP4) end),
132 check_unlink(TP4, TP6),
282 TP4 = spawn(NodeB, ?MODULE, test_proc, []),
284 true = tp_call(TP4, fun () -> register(TP4N,self()) end),
286 case node() == node(TP4) of
288 false -> {TP4N, node(TP4)}
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Derl_link_SUITE.erl117 TP4 = spawn(?MODULE, test_proc, []),
120 io:format("TP4=~p~nTP5=~p~nTP6=~p~n", [TP4, TP5, TP6]),
122 true = tp_call(TP6, fun() -> link(TP4) end),
123 check_link(TP4, TP6),
131 wait_until(fun () -> is_proc_dead(TP4) end),
132 check_unlink(TP4, TP6),
282 TP4 = spawn(NodeB, ?MODULE, test_proc, []),
284 true = tp_call(TP4, fun () -> register(TP4N,self()) end),
286 case node() == node(TP4) of
288 false -> {TP4N, node(TP4)}
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Derl_link_SUITE.erl117 TP4 = spawn(?MODULE, test_proc, []),
120 io:format("TP4=~p~nTP5=~p~nTP6=~p~n", [TP4, TP5, TP6]),
122 true = tp_call(TP6, fun() -> link(TP4) end),
123 check_link(TP4, TP6),
131 wait_until(fun () -> is_proc_dead(TP4) end),
132 check_unlink(TP4, TP6),
282 TP4 = spawn(NodeB, ?MODULE, test_proc, []),
284 true = tp_call(TP4, fun () -> register(TP4N,self()) end),
286 case node() == node(TP4) of
288 false -> {TP4N, node(TP4)}
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Derl_link_SUITE.erl117 TP4 = spawn(?MODULE, test_proc, []),
120 io:format("TP4=~p~nTP5=~p~nTP6=~p~n", [TP4, TP5, TP6]),
122 true = tp_call(TP6, fun() -> link(TP4) end),
123 check_link(TP4, TP6),
131 wait_until(fun () -> is_proc_dead(TP4) end),
132 check_unlink(TP4, TP6),
282 TP4 = spawn(NodeB, ?MODULE, test_proc, []),
284 true = tp_call(TP4, fun () -> register(TP4N,self()) end),
286 case node() == node(TP4) of
288 false -> {TP4N, node(TP4)}
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Derl_link_SUITE.erl109 TP4 = spawn(?MODULE, test_proc, []),
112 true = tp_call(TP6, fun() -> link(TP4) end),
113 check_link(TP4, TP6),
121 wait_until(fun () -> is_proc_dead(TP4) end),
122 check_unlink(TP4, TP6),
272 TP4 = spawn(NodeB, ?MODULE, test_proc, []),
274 true = tp_call(TP4, fun () -> register(TP4N,self()) end),
276 case node() == node(TP4) of
278 false -> {TP4N, node(TP4)}
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Derl_link_SUITE.erl109 TP4 = spawn(?MODULE, test_proc, []),
112 true = tp_call(TP6, fun() -> link(TP4) end),
113 check_link(TP4, TP6),
121 wait_until(fun () -> is_proc_dead(TP4) end),
122 check_unlink(TP4, TP6),
272 TP4 = spawn(NodeB, ?MODULE, test_proc, []),
274 true = tp_call(TP4, fun () -> register(TP4N,self()) end),
276 case node() == node(TP4) of
278 false -> {TP4N, node(TP4)}
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/id3/
H A D__init__.py49 TOF, TOFN, TOL, TOLY, TOPE, TOR, TORY, TOT, TOWN, TP1, TP2, TP3, TP4, TPA,
81 TOWN, TP1, TP2, TP3, TP4, TPA, TPB, TPE1, TPE2, TPE3, TPE4, TPOS, TPRO, TPUB,
/dports/biology/molden/molden5.8/plush/
H A DTP41 mol="TP4" Charge="0"
/dports/java/bouncycastle15/crypto-169/prov/src/test/jdk1.3/org/bouncycastle/jce/provider/test/
H A DNISTCertPathTest.java49 private static Set TP4; field in NISTCertPathTest
64 TP4 = new HashSet();
65 TP4.add(TEST_POLICY_4);
226 test("53e", TEST_53_DATA, TP4 , false, true , false); in performTest()
227 test("53f", TEST_53_DATA, TP4 , true , false, false); in performTest()
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DNISTCertPathTest.java49 private static Set TP4; field in NISTCertPathTest
64 TP4 = new HashSet();
65 TP4.add(TEST_POLICY_4);
226 test("53e", TEST_53_DATA, TP4 , false, true , false); in performTest()
227 test("53f", TEST_53_DATA, TP4 , true , false, false); in performTest()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emTest/
H A DemTestPanel.h135 emCrossPtr<emTestPanel> TP1,TP2,TP3,TP4; variable
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D1f4g_tp4.sdf147 TP4
/dports/math/py-CyLP/CyLP-0.91.4/cylp/input/netlib/
H A Dforplan.mps130 E R012 TP4
147 E R048 TP4
502 A 104 1 R012 TP4 -.01396 R012 TP5 -.03943
519 A 104 2 R012 TP3 -.02136 R012 TP4 -.00739
523 A 104 2 R048 TP2 -.01786 R048 TP4 -.01786
538 A 105 1 R012 TP4 -.01479 R012 TP5 -.04354
555 A 105 2 R012 TP3 -.01643 R012 TP4 -.00739
559 A 105 2 R048 TP2 -.01536 R048 TP4 -.02036
1025 T012TP34 R012 TP3 1. R012 TP4 -1.
1026 T012TP45 R012 TP4 1. R012 TP5 -1.
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/qa/unit/data/writer/libmwaw/pass/
H A DeDoc_2.0.hqx28 $!!!!)P088L!!!!!Z5@jQE`!!!$TP4'0'!!!!4J!"rrm!N!Lrmrrr)!!#CJ!)F$!
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/qa/unit/data/writer/libmwaw/pass/
H A DeDoc_2.0.hqx28 $!!!!)P088L!!!!!Z5@jQE`!!!$TP4'0'!!!!4J!"rrm!N!Lrmrrr)!!#CJ!)F$!
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Efi/StdLib/etc/
H A Dprotocols24 iso-tp4 29 ISO-TP4 # ISO Transport Protocol class 4 [RFC905]

12345