Home
last modified time | relevance | path

Searched refs:usage_msg (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/sysutils/modules/modules-4.6.0/testsuite/install.00-init/
H A D080-args.exp33 set usage_msg "^Modules Release \\S+ (\\S+).*"
71 testall_cmd_re "$shell" "module" "" $usage_msg 0
72 testall_cmd_re "$shell" "module " "" $usage_msg 0
73 testall_cmd_re "$shell" "module \"\"" "" $usage_msg 0
74 testall_cmd_re "$shell" "module \"\" \"\"" "" $usage_msg 0
107 testall_cmd_re "$shell" "NOARG" "" $usage_msg 0
111 testall_cmd_re "$shell" "" "" $usage_msg 0
112 testall_cmd_re "$shell" "," "" $usage_msg 0
150 unset usage_msg
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DCommandLineHandler.cpp292 usage_msg += pname; in usage()
293 usage_msg += " "; in usage()
294 usage_msg += ustring; in usage()
295 usage_msg += '\n'; in usage()
297 usage_msg += "\t"; in usage()
298 usage_msg += optmarker; in usage()
299 usage_msg += t->option; in usage()
301 usage_msg += " <$val>"; in usage()
303 usage_msg += " [$val]"; in usage()
304 usage_msg += " ("; in usage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/logging/
H A Dutils.cc268 ProcessInformation::SystemResourceUsage* usage_msg = in GetProcessInformationProtoObject() local
270 usage_msg->set_user_time(usage.user_time.InSeconds()); in GetProcessInformationProtoObject()
271 usage_msg->set_kernel_time(usage.kernel_time.InSeconds()); in GetProcessInformationProtoObject()
272 usage_msg->set_peak_working_set_size(usage.peak_working_set_size); in GetProcessInformationProtoObject()
273 usage_msg->set_read_operation_count(usage.io_counters.ReadOperationCount); in GetProcessInformationProtoObject()
274 usage_msg->set_write_operation_count(usage.io_counters.WriteOperationCount); in GetProcessInformationProtoObject()
275 usage_msg->set_other_operation_count(usage.io_counters.OtherOperationCount); in GetProcessInformationProtoObject()
276 usage_msg->set_read_transfer_count(usage.io_counters.ReadTransferCount); in GetProcessInformationProtoObject()
277 usage_msg->set_write_transfer_count(usage.io_counters.WriteTransferCount); in GetProcessInformationProtoObject()
278 usage_msg->set_other_transfer_count(usage.io_counters.OtherTransferCount); in GetProcessInformationProtoObject()
H A Dreporter_logging_service_unittest.cc259 ProcessInformation::SystemResourceUsage usage_msg = in TEST_F() local
261 EXPECT_TRUE(IoCountersEqual(io_counters, usage_msg)); in TEST_F()
262 EXPECT_EQ(10U, usage_msg.user_time()); in TEST_F()
263 EXPECT_EQ(20U, usage_msg.kernel_time()); in TEST_F()
264 EXPECT_EQ(123456U, usage_msg.peak_working_set_size()); in TEST_F()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dcredential.c5 static const char usage_msg[] = variable
14 usage(usage_msg); in cmd_credential()
28 usage(usage_msg); in cmd_credential()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dcredential.c6 static const char usage_msg[] = variable
17 usage(usage_msg); in cmd_credential()
31 usage(usage_msg); in cmd_credential()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dcredential.c6 static const char usage_msg[] = variable
17 usage(usage_msg); in cmd_credential()
31 usage(usage_msg); in cmd_credential()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dcredential.c6 static const char usage_msg[] = variable
17 usage(usage_msg); in cmd_credential()
31 usage(usage_msg); in cmd_credential()
/dports/devel/git/git-2.34.1/builtin/
H A Dcredential.c6 static const char usage_msg[] = variable
17 usage(usage_msg); in cmd_credential()
31 usage(usage_msg); in cmd_credential()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dcredential.c6 static const char usage_msg[] = variable
17 usage(usage_msg); in cmd_credential()
31 usage(usage_msg); in cmd_credential()
/dports/textproc/sdf/sdf-2.001/perllib/sdf/
H A Dapp.pl557 local(%opt_short, $env_opts, $usage_msg);
693 last option if $usage_msg;
835 local($action, $usage_msg);
884 $usage_msg = "parameter required for option $missing";
892 return ($action, $usage_msg);
1046 if (! $usage_msg) {
1052 $usage_msg = "at least $args_reqd arguments required" .
1057 $usage_msg = "$args_reqd arguments required" .
1064 if (defined $help || $usage_msg || @badoptions || @badaliases ||
1156 if ($usage_msg) {
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Darg.mli74 type usage_msg = string type
78 (key * spec * doc) list -> anon_fun -> usage_msg -> unit
79 (** [Arg.parse speclist anon_fun usage_msg] parses the command line.
92 - [usage_msg]
101 which will print to standard output [usage_msg] and the list of
107 (key * spec * doc) list ref -> anon_fun -> usage_msg -> unit
117 (key * spec * doc) list -> anon_fun -> usage_msg -> unit
146 (key * spec * doc) list -> anon_fun -> usage_msg -> unit
160 val usage : (key * spec * doc) list -> usage_msg -> unit
161 (** [Arg.usage speclist usage_msg] prints to standard error
[all …]
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Darg.mli74 type usage_msg = string type
78 (key * spec * doc) list -> anon_fun -> usage_msg -> unit
79 (** [Arg.parse speclist anon_fun usage_msg] parses the command line.
92 - [usage_msg]
101 which will print to standard output [usage_msg] and the list of
107 (key * spec * doc) list ref -> anon_fun -> usage_msg -> unit
117 (key * spec * doc) list -> anon_fun -> usage_msg -> unit
146 (key * spec * doc) list -> anon_fun -> usage_msg -> unit
160 val usage : (key * spec * doc) list -> usage_msg -> unit
161 (** [Arg.usage speclist usage_msg] prints to standard error
[all …]
/dports/sysutils/fetchlog/fetchlog-1.4/
H A Dtest-all21 usage_msg="fetchlog - fetch the last new log messages - version ${version} usage 1: fetchlog -f fir…
120 "${usage_msg}" \
125 "${usage_msg}" \
130 "${usage_msg}" \
135 "${usage_msg}" \
141 "${usage_msg}" \
147 "${usage_msg}" \
153 "${usage_msg}" \
167 "${usage_msg}" \
173 "${usage_msg}" \
[all …]
/dports/databases/grass7/grass-7.8.6/testsuite/examples/
H A Dtest_framework_GRASS_GIS_with_NC.sh32 usage_msg(){ function
44 usage_msg
57 usage_msg
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/
H A DGrab_XML.pm140 sub usage_msg( $ ) { subroutine
215 or usage(0, $pkg->usage_msg());
218 usage(1, $pkg->usage_msg()) if $opt_help;
219 usage(0, $pkg->usage_msg()) if @ARGV;
/dports/misc/freeguide/freeguide-0.11.1/xmltv/share/perl5/XMLTV/
H A DGrab_XML.pm140 sub usage_msg( $ ) { subroutine
215 or usage(0, $pkg->usage_msg());
218 usage(1, $pkg->usage_msg()) if $opt_help;
219 usage(0, $pkg->usage_msg()) if @ARGV;
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-date.c4 static const char *usage_msg = "\n" variable
110 usage(usage_msg); in cmd__date()
130 usage(usage_msg); in cmd__date()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-date.c4 static const char *usage_msg = "\n" variable
110 usage(usage_msg); in cmd__date()
130 usage(usage_msg); in cmd__date()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-date.c4 static const char *usage_msg = "\n" variable
110 usage(usage_msg); in cmd__date()
130 usage(usage_msg); in cmd__date()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-date.c4 static const char *usage_msg = "\n" variable
110 usage(usage_msg); in cmd__date()
130 usage(usage_msg); in cmd__date()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-date.c4 static const char *usage_msg = "\n" variable
110 usage(usage_msg); in cmd__date()
130 usage(usage_msg); in cmd__date()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-date.c4 static const char *usage_msg = "\n" variable
110 usage(usage_msg); in cmd__date()
130 usage(usage_msg); in cmd__date()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/
H A Dvideo_encode_accelerator_tests.cc24 constexpr const char* usage_msg = variable
103 std::cout << media::test::usage_msg << "\n" << media::test::help_msg; in main()
125 << media::test::usage_msg; in main()
/dports/math/octave/octave-6.4.0/src/
H A Doctave-config.in.cc54 static std::string usage_msg = "usage: octave-config [options]"; variable
149 std::cout << usage_msg << std::endl; in main()
159 std::cout << usage_msg << std::endl; in main()

123456789