Home
last modified time | relevance | path

Searched refs:Contents2 (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ftp/test/
H A Dftp_SUITE.erl501 Contents2 = <<"2: ftp_SUITE test ...">>,
511 ok = ftp:send_chunk(Pid, Contents2),
513 chk_file(File, <<Contents1/binary,Contents2/binary>>, Config),
608 Contents2 = <<"2 ftp_SUITE test ...">>,
616 chk_file(File2, Contents2, Config),
653 Contents2 = <<"2 ftp_SUITE test ...">>,
661 find_diff(Received2, Contents2),
684 Contents2 = crypto:strong_rand_bytes(1200),
693 find_diff(ReceivedContents2, Contents2).
703 Contents2 = crypto:strong_rand_bytes(1200),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ftp/test/
H A Dftp_SUITE.erl501 Contents2 = <<"2: ftp_SUITE test ...">>,
511 ok = ftp:send_chunk(Pid, Contents2),
513 chk_file(File, <<Contents1/binary,Contents2/binary>>, Config),
608 Contents2 = <<"2 ftp_SUITE test ...">>,
616 chk_file(File2, Contents2, Config),
653 Contents2 = <<"2 ftp_SUITE test ...">>,
661 find_diff(Received2, Contents2),
684 Contents2 = crypto:strong_rand_bytes(1200),
693 find_diff(ReceivedContents2, Contents2).
703 Contents2 = crypto:strong_rand_bytes(1200),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ftp/test/
H A Dftp_SUITE.erl501 Contents2 = <<"2: ftp_SUITE test ...">>,
511 ok = ftp:send_chunk(Pid, Contents2),
513 chk_file(File, <<Contents1/binary,Contents2/binary>>, Config),
608 Contents2 = <<"2 ftp_SUITE test ...">>,
616 chk_file(File2, Contents2, Config),
653 Contents2 = <<"2 ftp_SUITE test ...">>,
661 find_diff(Received2, Contents2),
684 Contents2 = crypto:strong_rand_bytes(1200),
693 find_diff(ReceivedContents2, Contents2).
703 Contents2 = crypto:strong_rand_bytes(1200),
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4GroupSet.cpp131 int32_t Contents2; in RegisterGroups() local
133 if ((Contents2 = pNode->Contents & Contents)) in RegisterGroups()
138 RegisterGroup(*pNode->pGroup, false, pNode->Priority, Contents2, false); in RegisterGroups()
147 if (!RegisterGroup(*pGroup, true, pNode->Priority, Contents2, false)) in RegisterGroups()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ftp/test/
H A Dftp_SUITE.erl618 Contents2 = <<"2: ftp_SUITE test ...">>,
628 ok = ftp:send_chunk(Pid, Contents2),
630 chk_file(File, <<Contents1/binary,Contents2/binary>>, Config),
725 Contents2 = <<"2 ftp_SUITE test ...">>,
733 chk_file(File2, Contents2, Config),
770 Contents2 = <<"2 ftp_SUITE test ...">>,
778 find_diff(Received2, Contents2),
801 Contents2 = crypto:strong_rand_bytes(1200),
810 find_diff(ReceivedContents2, Contents2).
820 Contents2 = crypto:strong_rand_bytes(1200),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ftp/test/
H A Dftp_SUITE.erl618 Contents2 = <<"2: ftp_SUITE test ...">>,
628 ok = ftp:send_chunk(Pid, Contents2),
630 chk_file(File, <<Contents1/binary,Contents2/binary>>, Config),
725 Contents2 = <<"2 ftp_SUITE test ...">>,
733 chk_file(File2, Contents2, Config),
770 Contents2 = <<"2 ftp_SUITE test ...">>,
778 find_diff(Received2, Contents2),
801 Contents2 = crypto:strong_rand_bytes(1200),
810 find_diff(ReceivedContents2, Contents2).
820 Contents2 = crypto:strong_rand_bytes(1200),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ftp/test/
H A Dftp_SUITE.erl618 Contents2 = <<"2: ftp_SUITE test ...">>,
628 ok = ftp:send_chunk(Pid, Contents2),
630 chk_file(File, <<Contents1/binary,Contents2/binary>>, Config),
725 Contents2 = <<"2 ftp_SUITE test ...">>,
733 chk_file(File2, Contents2, Config),
770 Contents2 = <<"2 ftp_SUITE test ...">>,
778 find_diff(Received2, Contents2),
801 Contents2 = crypto:strong_rand_bytes(1200),
810 find_diff(ReceivedContents2, Contents2).
820 Contents2 = crypto:strong_rand_bytes(1200),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ftp/test/
H A Dftp_SUITE.erl618 Contents2 = <<"2: ftp_SUITE test ...">>,
628 ok = ftp:send_chunk(Pid, Contents2),
630 chk_file(File, <<Contents1/binary,Contents2/binary>>, Config),
725 Contents2 = <<"2 ftp_SUITE test ...">>,
733 chk_file(File2, Contents2, Config),
770 Contents2 = <<"2 ftp_SUITE test ...">>,
778 find_diff(Received2, Contents2),
801 Contents2 = crypto:strong_rand_bytes(1200),
810 find_diff(ReceivedContents2, Contents2).
820 Contents2 = crypto:strong_rand_bytes(1200),
[all …]
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_3ds.erl108 Contents2 = make_tx_uniq(Contents1),
109 Contents = wpa:save_images(Contents2, filename:dirname(Filename), Filetype),
H A Dwpc_collada.erl104 Contents2 = export_transform(Contents1, Attr),
108 #e3d_file{objs=Objs,mat=Mat} = Contents2,
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DTUSchedulerTests.cpp178 llvm::StringRef Contents2 = R"cpp(int main() { return 1; })cpp"; in TEST_F() local
182 llvm::StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dshell_SUITE.erl270 Contents2 = <<"-module(user_default).
279 ok = compile_file(Config, Test2, Contents2, []),
2319 Contents2 = <<"-module(test2).
2325 ok = file:write_file(Test2, Contents2),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dshell_SUITE.erl269 Contents2 = <<"-module(user_default).
278 ok = compile_file(Config, Test2, Contents2, []),
2292 Contents2 = <<"-module(test2).
2298 ok = file:write_file(Test2, Contents2),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dshell_SUITE.erl269 Contents2 = <<"-module(user_default).
278 ok = compile_file(Config, Test2, Contents2, []),
2292 Contents2 = <<"-module(test2).
2298 ok = file:write_file(Test2, Contents2),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dshell_SUITE.erl269 Contents2 = <<"-module(user_default).
278 ok = compile_file(Config, Test2, Contents2, []),
2318 Contents2 = <<"-module(test2).
2324 ok = file:write_file(Test2, Contents2),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dshell_SUITE.erl269 Contents2 = <<"-module(user_default).
278 ok = compile_file(Config, Test2, Contents2, []),
2318 Contents2 = <<"-module(test2).
2324 ok = file:write_file(Test2, Contents2),
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dshell_SUITE.erl269 Contents2 = <<"-module(user_default).
278 ok = compile_file(Config, Test2, Contents2, []),
2318 Contents2 = <<"-module(test2).
2324 ok = file:write_file(Test2, Contents2),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dshell_SUITE.erl269 Contents2 = <<"-module(user_default).
278 ok = compile_file(Config, Test2, Contents2, []),
2318 Contents2 = <<"-module(test2).
2324 ok = file:write_file(Test2, Contents2),
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DTUSchedulerTests.cpp364 StringRef Contents2 = R"cpp(int main() { return 1; })cpp"; in TEST_F() local
367 StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DTUSchedulerTests.cpp360 StringRef Contents2 = R"cpp(int main() { return 1; })cpp"; in TEST_F() local
363 StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()
/dports/devel/matreshka/matreshka-0.7.0/tools/ayacc/src/
H A Dlists.adb530 Contents2 : Itemtype; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp388 StringRef Contents2 = R"cpp(int main() { return 1; })cpp"; in TEST_F() local
391 StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DTUSchedulerTests.cpp388 StringRef Contents2 = R"cpp(int main() { return 1; })cpp"; in TEST_F() local
391 StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp444 StringRef Contents2 = R"cpp(int main() { return 1; })cpp"; in TEST_F() local
447 StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp478 StringRef Contents2 = R"cpp(int main() { return 1; })cpp"; in TEST_F() local
481 StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()

12