Home
last modified time | relevance | path

Searched refs:mref (Results 201 – 225 of 1933) sorted by relevance

12345678910>>...78

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/
H A DMethodReference23.out1 MethodReference23.java:52:19: compiler.err.invalid.mref: kindname.constructor, (compiler.misc.cant.…
2 MethodReference23.java:53:16: compiler.err.invalid.mref: kindname.constructor, (compiler.misc.cant.…
3 MethodReference23.java:57:19: compiler.err.invalid.mref: kindname.constructor, (compiler.misc.cant.…
4 MethodReference23.java:58:16: compiler.err.invalid.mref: kindname.constructor, (compiler.misc.cant.…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/
H A DMethodReference23.out1 MethodReference23.java:52:19: compiler.err.invalid.mref: kindname.constructor, (compiler.misc.cant.…
2 MethodReference23.java:53:16: compiler.err.invalid.mref: kindname.constructor, (compiler.misc.cant.…
3 MethodReference23.java:57:19: compiler.err.invalid.mref: kindname.constructor, (compiler.misc.cant.…
4 MethodReference23.java:58:16: compiler.err.invalid.mref: kindname.constructor, (compiler.misc.cant.…
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_connection.erl59 mref
121 mref=undefined, _='_'},
128 ets:insert(?MODULE, Worker#connection{mref=monitor(process,
151 mref=monitor(process, Pid)}
161 case Worker#connection.mref of
165 ets:insert(?MODULE, Worker#connection{mref=undefined});
182 Conns = ets:match_object(?MODULE, #connection{mref = Ref, _='_'}),
199 case Worker#connection.mref of
212 Conns = ets:match_object(?MODULE, #connection{mref=undefined, _='_'}),
/dports/math/maxima/maxima-5.43.2/doc/info/
H A DLimits.texi16 rule is used in @mref{limit}. This prevents infinite looping in cases like
37 and @mref{minf} (negative infinity). On output it may also use @mref{und}
38 (undefined), @mref{ind} (indefinite but bounded) and @mref{infinity} (complex
51 @mref{lhospitallim} is the maximum number of times L'Hospital's rule
55 @mref{tlimswitch} when true will allow the @code{limit} command to use
58 @mref{limsubst} prevents @code{limit} from attempting substitutions on
82 prevents @mref{limit} from attempting substitutions on unknown forms. This is
111 When @code{tlimswitch} is @code{true}, the @mref{limit} command will use a
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dcublas.cpp42 matrix<float> mref = inv(mat(m)); in test_inv() local
43 …DLIB_TEST_MSG(mean(abs(mref-mat(minv1)))/mean(abs(mref)) < 1e-5, mean(abs(mref-mat(minv1)))/mean(a… in test_inv()
44 …DLIB_TEST_MSG(mean(abs(mref-mat(minv2)))/mean(abs(mref)) < 1e-5, mean(abs(mref-mat(minv2)))/mean(a… in test_inv()
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dcublas.cpp42 matrix<float> mref = inv(mat(m)); in test_inv() local
43 …DLIB_TEST_MSG(mean(abs(mref-mat(minv1)))/mean(abs(mref)) < 1e-5, mean(abs(mref-mat(minv1)))/mean(a… in test_inv()
44 …DLIB_TEST_MSG(mean(abs(mref-mat(minv2)))/mean(abs(mref)) < 1e-5, mean(abs(mref-mat(minv2)))/mean(a… in test_inv()
/dports/databases/elixir-postgrex/postgrex-0.13.5/lib/postgrex/
H A Dtype_manager.ex25 mref = Process.monitor(server)
26 state = {Map.put(keys, key, server), Map.put(mons, mref, key)}
31 def handle_info({:DOWN, mref, _, _, _}, {keys, mons}) do
32 {key, mons} = Map.pop(mons, mref)
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex.pass.cpp127 MappedType& mref = c[k]; in main() local
132 assert(&mref == &mref2); in main()
139 MappedType& mref = c[k]; in main() local
144 assert(&mref == &mref2); in main()
151 MappedType& mref = c[std::move(k)]; in main() local
157 assert(&mref == &mref2); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/classic/test/
H A Dmatch_tests.cpp120 match<int&> mref(1, x); in match_tests() local
121 BOOST_TEST(mref.value() == 456); in match_tests()
122 mref.value(123); in match_tests()
123 BOOST_TEST(mref.value() == 123); in match_tests()
124 x = mref.value(); in match_tests()
126 mref.value() = 986; in match_tests()

12345678910>>...78