Home
last modified time | relevance | path

Searched refs:check_environment (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/abduco/abduco-0.6/
H A Dtestsuite.sh56 check_environment() { function
63 check_environment || return 1;
65 check_environment || return 1;
70 check_environment || return 1;
81 if diff -u "$output_expected" "$output" && check_environment; then
93 check_environment || return 1;
105 diff -u "$output_expected" "$output" && check_environment; then
117 check_environment || return 1;
130 diff -u "$output_expected" "$output" && check_environment; then
156 diff -u "$output_expected" "$output" && check_environment; then
/dports/net/mpich/mpich-3.4.3/modules/libfabric/contrib/cray/bin/
H A Dverify_requirements.sh19 function check_environment { function
36 check_environment ROOT_BUILD_PATH
37 check_environment FABTEST_PATH
38 check_environment LIBFABRIC_BUILD_PATH
39 check_environment OMB_BUILD_PATH
40 check_environment MPICH_PATH
/dports/deskutils/p5-Goo/Goo-0.09/lib/
H A DGoo.pm59 sub check_environment { subroutine
156 check_environment();
/dports/devel/p5-ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.62/
H A DMakefile.PL17 check_environment(); function
113 sub check_environment {
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/test/
H A Dtls_server_session_ticket_SUITE.erl62 check_environment([{server_session_tickets, stateless},
66 check_environment([{server_session_tickets, Group} | Config]);
203 check_environment(T) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/test/
H A Dtls_server_session_ticket_SUITE.erl62 check_environment([{server_session_tickets, stateless},
66 check_environment([{server_session_tickets, Group} | Config]);
203 check_environment(T) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/test/
H A Dtls_server_session_ticket_SUITE.erl62 check_environment([{server_session_tickets, stateless},
66 check_environment([{server_session_tickets, Group} | Config]);
203 check_environment(T) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/test/
H A Dtls_server_session_ticket_SUITE.erl62 check_environment([{server_session_tickets, stateless},
66 check_environment([{server_session_tickets, Group} | Config]);
203 check_environment(T) -> function
/dports/net/linphone/linphoneqt-4.1.1/
H A Dprepare.py142 def check_environment(self): member in DesktopPreparator
143 ret = prepare.Preparator.check_environment(self)
224 if preparator.check_environment() != 0:
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/
H A Digt.py47 def check_environment(): function
96 check_environment()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/
H A Ddiagnose.py165 def check_environment(): function
211 check_environment()
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/
H A Ddiagnose.py165 def check_environment(): function
211 check_environment()
/dports/www/srg/srg-1.3.6/include/
H A Dprototypes.h66 void check_environment(void);
/dports/www/srg/srg-1.3.6/src/
H A Doutput.cc26 void check_environment(void) in check_environment() function
H A Dmain.cc74 check_environment(); in main()
/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dunpack.c28 static int check_environment (int verbose);
128 if (check_environment (verbose)) in msr_unpack()
974 check_environment (int verbose) in check_environment() function
/dports/devel/git-delta/delta-0.9.2/etc/
H A Drelease.Makefile75 check_environment \
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/crash_test/
H A Dcheck.py98 def check_environment(): function
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_selftest.py2676 def check_environment(): function
2678 self.check_popen_state = check_environment
2688 def check_environment(): function
2691 self.check_popen_state = check_environment
2701 def check_environment(): function
2703 self.check_popen_state = check_environment
/dports/lang/seed7/seed7/prg/
H A Dchkcmd.sd7620 const proc: check_environment is func
695 check_environment;
/dports/net-mgmt/crmsh/crmsh-4.3.1/test/unittests/
H A Dtest_crashtest_check.py25 check.check_environment()