Home
last modified time | relevance | path

Searched refs:Mref (Results 51 – 75 of 321) sorted by relevance

12345678910>>...13

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dreceive_SUITE.erl131 Pid ! {Mref,{self(),Msg}},
133 {Mref, Reply} ->
136 {'DOWN', Mref, _, _, Reason} ->
148 Pid ! {Mref,{self(),Msg}},
151 {Mref,Reply} ->
154 {'DOWN',Mref,_,_,Reason} ->
432 {Mref, From, Msg, Responses} ->
442 From ! {Mref, Msg},
476 multi_receive(Mref, Msg, N) ->
479 {Mref, RMsg} ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dreceive_SUITE.erl131 Pid ! {Mref,{self(),Msg}},
133 {Mref, Reply} ->
136 {'DOWN', Mref, _, _, Reason} ->
148 Pid ! {Mref,{self(),Msg}},
151 {Mref,Reply} ->
154 {'DOWN',Mref,_,_,Reason} ->
432 {Mref, From, Msg, Responses} ->
442 From ! {Mref, Msg},
476 multi_receive(Mref, Msg, N) ->
479 {Mref, RMsg} ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dreceive_SUITE.erl131 Pid ! {Mref,{self(),Msg}},
133 {Mref, Reply} ->
136 {'DOWN', Mref, _, _, Reason} ->
148 Pid ! {Mref,{self(),Msg}},
151 {Mref,Reply} ->
154 {'DOWN',Mref,_,_,Reason} ->
432 {Mref, From, Msg, Responses} ->
442 From ! {Mref, Msg},
476 multi_receive(Mref, Msg, N) ->
479 {Mref, RMsg} ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dreceive_SUITE.erl131 Pid ! {Mref,{self(),Msg}},
133 {Mref, Reply} ->
136 {'DOWN', Mref, _, _, Reason} ->
148 Pid ! {Mref,{self(),Msg}},
151 {Mref,Reply} ->
154 {'DOWN',Mref,_,_,Reason} ->
432 {Mref, From, Msg, Responses} ->
442 From ! {Mref, Msg},
476 multi_receive(Mref, Msg, N) ->
479 {Mref, RMsg} ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dreceive_SUITE.erl120 Mref = erlang:monitor(process, Pid),
121 Pid ! {Mref,{self(),Msg}},
123 {Mref, Reply} ->
124 erlang:demonitor(Mref, [flush]),
126 {'DOWN', Mref, _, _, Reason} ->
137 Mref = erlang:monitor(process, Pid),
138 Pid ! {Mref,{self(),Msg}},
141 {Mref,Reply} ->
142 erlang:demonitor(Mref, [flush]),
144 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dreceive_SUITE.erl120 Mref = erlang:monitor(process, Pid),
121 Pid ! {Mref,{self(),Msg}},
123 {Mref, Reply} ->
124 erlang:demonitor(Mref, [flush]),
126 {'DOWN', Mref, _, _, Reason} ->
137 Mref = erlang:monitor(process, Pid),
138 Pid ! {Mref,{self(),Msg}},
141 {Mref,Reply} ->
142 erlang:demonitor(Mref, [flush]),
144 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_15.erl12 Mref = erlang:monitor(process, Receiver),
15 {'DOWN',Mref,_,_,{_Receiver,Tag,Result}} ->
17 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_15.erl12 Mref = erlang:monitor(process, Receiver),
15 {'DOWN',Mref,_,_,{_Receiver,Tag,Result}} ->
17 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_15.erl12 Mref = erlang:monitor(process, Receiver),
15 {'DOWN',Mref,_,_,{_Receiver,Tag,Result}} ->
17 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_15.erl12 Mref = erlang:monitor(process, Receiver),
15 {'DOWN',Mref,_,_,{_Receiver,Tag,Result}} ->
17 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_15.erl12 Mref = erlang:monitor(process, Receiver),
15 {'DOWN',Mref,_,_,{_Receiver,Tag,Result}} ->
17 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/receive_SUITE_data/ref_opt/
H A Dyes_15.erl12 Mref = erlang:monitor(process, Receiver),
15 {'DOWN',Mref,_,_,{_Receiver,Tag,Result}} ->
17 {'DOWN',Mref,_,_,Reason} ->
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-gadts/
H A Dpr5689.ml7 | Mref: string * [ `Nonlink ] inline_t list -> [< inkind > `Link ] inline_t
15 | Mref (lnk, xs) -> Mref (lnk, List.map process xs)
24 | Mref : string *
45 | Ast_Mref (lnk, xs) -> Mref (lnk, List.map process_nonlink xs)
72 Mref (lnk, List.map (process Nonlink) xs)
93 Mref (lnk, List.map (process (Kind Nonlink)) xs)
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-gadts/
H A Dpr5689.ml7 | Mref: string * [ `Nonlink ] inline_t list -> [< inkind > `Link ] inline_t
15 | Mref (lnk, xs) -> Mref (lnk, List.map process xs)
24 | Mref : string *
45 | Ast_Mref (lnk, xs) -> Mref (lnk, List.map process_nonlink xs)
72 Mref (lnk, List.map (process Nonlink) xs)
93 Mref (lnk, List.map (process (Kind Nonlink)) xs)
/dports/science/siconos/siconos-4.4.0/numerics/src/MLCP/
H A Dmlcp_enum_tool.c25 void mlcp_enum_build_M(int * zw, double * M, double * Mref, int n, int m, int NbLines) in mlcp_enum_build_M() argument
29 memcpy(M, Mref, n * NbLines * sizeof(double)); in mlcp_enum_build_M()
32 double * current_col_MRef = Mref + n * NbLines; in mlcp_enum_build_M()
53 void mlcp_enum_build_M_Block(int * zw, double * M, double * Mref, int n, int m, int NbLines, int *i… in mlcp_enum_build_M_Block() argument
57 memcpy(M, Mref, NbLines * NbLines * sizeof(double)); in mlcp_enum_build_M_Block()
H A Dmlcp_enum_tool.h24 void mlcp_enum_build_M(int * zw, double * M, double * Mref, int n, int m, int NbLines);
25 void mlcp_enum_build_M_Block(int * zw, double * M, double * Mref, int n, int m, int NbLines, int *i…
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/tests/
H A Degas_spinor_test.py104 Mref= spinor_matrix(R,spins,kup,kdn) variable
105 Mtmp = np.copy(Mref)
106 det_ref=np.linalg.det(Mref)
113 print(" M = ", Mref)
128 Mtmp=np.copy(Mref)
178 Mtmp=np.copy(Mref)
185 Mtmp=np.copy(Mref)
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/test/
H A DFirstOrderNonLinearDSTest.cpp84 SimpleMatrix Mref(3,3); in testBuildFirstOrderNonLinearDS1() local
85 Mref(0,0) = 1. * time; in testBuildFirstOrderNonLinearDS1()
86 Mref(1,1) = 2. * time; in testBuildFirstOrderNonLinearDS1()
87 Mref(2,2) = 3. * time; in testBuildFirstOrderNonLinearDS1()
90 CPPUNIT_ASSERT_EQUAL_MESSAGE("testBuildFirstOrderNonLinearDS1 : ", *(ds->M()) == Mref, true); in testBuildFirstOrderNonLinearDS1()
98 prod(invM, *J0, Mref); in testBuildFirstOrderNonLinearDS1()
100 …CPPUNIT_ASSERT_EQUAL_MESSAGE("testBuildFirstOrderNonLinearDS1 : ", *(ds->jacobianRhsx()) == Mref, … in testBuildFirstOrderNonLinearDS1()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dgen.erl161 Mref = erlang:monitor(process, Process),
167 erlang:send(Process, {Label, {self(), Mref}, Request}, [noconnect]),
170 {Mref, Reply} ->
171 erlang:demonitor(Mref, [flush]),
173 {'DOWN', Mref, _, _, noconnection} ->
176 {'DOWN', Mref, _, _, Reason} ->
179 erlang:demonitor(Mref, [flush]),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dgen.erl161 Mref = erlang:monitor(process, Process),
167 erlang:send(Process, {Label, {self(), Mref}, Request}, [noconnect]),
170 {Mref, Reply} ->
171 erlang:demonitor(Mref, [flush]),
173 {'DOWN', Mref, _, _, noconnection} ->
176 {'DOWN', Mref, _, _, Reason} ->
179 erlang:demonitor(Mref, [flush]),
/dports/math/scilab/scilab-6.1.1/scilab/modules/time/tests/nonreg_tests/
H A Dbug_1249.tst47 Mref = list(M1ref,M2ref,M3ref );
49 if or((Mref<>M) <> [%F,%F,%F]) then pause,end
H A Dbug_1249.dia.ref41 Mref = list(M1ref,M2ref,M3ref );
42 if or((Mref<>M) <> [%F,%F,%F]) then bugmes();quit;end
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_parallel.erl32 {'DOWN', Mref, _, Pid, normal} ->
33 NewPids = lists:delete({Pid, Mref}, Pids),
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_console.erl260 Mref = erlang:monitor(process, Server),
261 Server ! {wings_console_request,self(),Mref,Request},
263 {wings_console_reply,Mref,Reply} ->
264 console_demonitor(Mref),
266 {'DOWN',Mref,_,_,Reason} ->
270 console_demonitor(Mref) ->
271 demonitor(Mref),
272 receive {'DOWN',Mref,_,_,_} -> ok after 0 -> ok end.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/test/
H A Dmemsup_SUITE.erl557 Mref = erlang:monitor(process, Pid),
558 Pid ! {'$gen_call', {self(), Mref}, get_system_memory_data},
561 {Mref, []} ->
562 erlang:demonitor(Mref),
564 {Mref, Res} ->
565 erlang:demonitor(Mref),
567 {'DOWN', Mref, _, _, _} ->

12345678910>>...13