Home
last modified time | relevance | path

Searched defs:analyze (Results 1 – 25 of 1820) sorted by relevance

12345678910>>...73

/dports/devel/elixir-excoveralls/excoveralls-0.14.4/lib/
H A Dexcoveralls.ex66 def analyze(stats, type, options) function
68 def analyze(stats, @type_travis, options) do function
72 def analyze(stats, @type_github, options) do function
88 def analyze(stats, @type_drone, options) do function
92 def analyze(stats, @type_local, options) do function
96 def analyze(stats, @type_html, options) do function
100 def analyze(stats, @type_json, options) do function
104 def analyze(stats, @type_lcov, options) do function
108 def analyze(stats, @type_xml, options) do function
112 def analyze(stats, @type_post, options) do function
[all …]
/dports/lang/solidity/solidity_0.8.11/tools/solidityUpgrade/
H A DUpgrade060.h37 void analyze(frontend::SourceUnit const& _sourceUnit) { _sourceUnit.accept(*this); } in analyze() function
51 void analyze(frontend::SourceUnit const& _sourceUnit) { _sourceUnit.accept(*this); } in analyze() function
72 void analyze(frontend::SourceUnit const& _sourceUnit) { _sourceUnit.accept(*this); } in analyze() function
H A DUpgrade070.h30 void analyze(frontend::SourceUnit const& _sourceUnit) { _sourceUnit.accept(*this); } in analyze() function
39 void analyze(frontend::SourceUnit const& _sourceUnit) { _sourceUnit.accept(*this); } in analyze() function
48 void analyze(frontend::SourceUnit const& _sourceUnit) { _sourceUnit.accept(*this); } in analyze() function
H A DUpgrade050.h39 void analyze(frontend::SourceUnit const& _sourceUnit) { _sourceUnit.accept(*this); } in analyze() function
54 void analyze(frontend::SourceUnit const& _sourceUnit) { _sourceUnit.accept(*this); } in analyze() function
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dtest.sh37 alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools… alias
46 …alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --… alias
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dtest.sh37 alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools… alias
46 …alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --… alias
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/tests/
H A Dtest.sh37 alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools… alias
46 …alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --… alias
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dtest.sh37 alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools… alias
46 …alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --… alias
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dtest.sh37 alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools… alias
46 …alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --… alias
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/tests/
H A Dtest.sh70 alias analyze='"$LIBTOOL" --mode=execute "$ANALYZE"' alias
77 …alias analyze='"$LIBTOOL" --mode=execute valgrind --tool=$VALGRIND --leak-check=yes --show-reachab… alias
/dports/textproc/hunspell/hunspell-1.7.0/tests/
H A Dtest.sh70 alias analyze='"$LIBTOOL" --mode=execute "$ANALYZE"' alias
77 …alias analyze='"$LIBTOOL" --mode=execute valgrind --tool=$VALGRIND --leak-check=yes --show-reachab… alias
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/tests/unit/data/
H A Dtest.sh37 alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools… alias
46 …alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --… alias
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/hunspell/tests/unit/data/
H A Dtest.sh37 alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools… alias
46 …alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --… alias
/dports/science/opensim-core/opensim-core-4.1/Applications/Analyze/test/
H A DtestStaticOptimization.cpp201 AnalyzeTool analyze("staticoptimization_spring_Setup.xml"); in testModelWithPassiveForces() local
238 AnalyzeTool analyze("subject01_Setup_StaticOptimization.xml"); in testLapackErrorDLASD4() local
247 AnalyzeTool analyze("UsingRelativePaths/Setup_SO.xml"); in testRelativePathInExternalLoads() local
253 AnalyzeTool analyze("arm26_Setup_StaticOptimization.xml"); in testArm26DisabledMuscles() local
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_prv_cover.erl90 analyze(State) -> function
127 analyze(_State, []) -> function
130 analyze(State, CoverFiles) -> function
138 analyze(_State, [], Acc) -> lists:reverse(Acc); function
139 analyze(State, [F|Rest], Acc) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/src/
H A Deprof.erl77 analyze() -> function
80 analyze(Type) when is_atom(Type) -> function
82 analyze(Opts) when is_list(Opts) -> function
84 analyze(Type, Opts) when is_list(Opts) -> function
446 analyze(Fd, procs, Opts, #bpd{ p = Ps, us = Tus }) -> function
458 analyze(Fd, total, Opts, #bpd{ mfa = Mfas, n = Tn, us = Tus } ) -> function
H A Dcprof.erl132 analyze() -> function
135 analyze(X) -> function
138 analyze(X, Y) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/src/
H A Deprof.erl77 analyze() -> function
80 analyze(Type) when is_atom(Type) -> function
82 analyze(Opts) when is_list(Opts) -> function
84 analyze(Type, Opts) when is_list(Opts) -> function
446 analyze(Fd, procs, Opts, #bpd{ p = Ps, us = Tus }) -> function
458 analyze(Fd, total, Opts, #bpd{ mfa = Mfas, n = Tn, us = Tus } ) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/src/
H A Deprof.erl77 analyze() -> function
80 analyze(Type) when is_atom(Type) -> function
82 analyze(Opts) when is_list(Opts) -> function
84 analyze(Type, Opts) when is_list(Opts) -> function
446 analyze(Fd, procs, Opts, #bpd{ p = Ps, us = Tus }) -> function
458 analyze(Fd, total, Opts, #bpd{ mfa = Mfas, n = Tn, us = Tus } ) -> function
H A Dcprof.erl132 analyze() -> function
135 analyze(X) -> function
138 analyze(X, Y) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/src/
H A Deprof.erl86 analyze() -> function
94 analyze(Type) when is_atom(Type) -> function
96 analyze(Opts) when is_list(Opts) -> function
107 analyze(Type, Opts) when is_list(Opts) -> function
558 analyze(Fd, procs, Opts, #bpd{ p = Ps, us = Tus }) -> function
570 analyze(Fd, total, Opts, #bpd{ mfa = Mfas, n = Tn, us = Tus } ) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/src/
H A Deprof.erl86 analyze() -> function
94 analyze(Type) when is_atom(Type) -> function
96 analyze(Opts) when is_list(Opts) -> function
107 analyze(Type, Opts) when is_list(Opts) -> function
558 analyze(Fd, procs, Opts, #bpd{ p = Ps, us = Tus }) -> function
570 analyze(Fd, total, Opts, #bpd{ mfa = Mfas, n = Tn, us = Tus } ) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/src/
H A Deprof.erl86 analyze() -> function
94 analyze(Type) when is_atom(Type) -> function
96 analyze(Opts) when is_list(Opts) -> function
107 analyze(Type, Opts) when is_list(Opts) -> function
558 analyze(Fd, procs, Opts, #bpd{ p = Ps, us = Tus }) -> function
570 analyze(Fd, total, Opts, #bpd{ mfa = Mfas, n = Tn, us = Tus } ) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/src/
H A Deprof.erl86 analyze() -> function
94 analyze(Type) when is_atom(Type) -> function
96 analyze(Opts) when is_list(Opts) -> function
107 analyze(Type, Opts) when is_list(Opts) -> function
558 analyze(Fd, procs, Opts, #bpd{ p = Ps, us = Tus }) -> function
570 analyze(Fd, total, Opts, #bpd{ mfa = Mfas, n = Tn, us = Tus } ) -> function
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Danalyzeload.c84 VipsForeignLoadAnalyze *analyze = (VipsForeignLoadAnalyze *) load; in vips_foreign_load_analyze_header() local
97 VipsForeignLoadAnalyze *analyze = (VipsForeignLoadAnalyze *) load; in vips_foreign_load_analyze_load() local
143 vips_foreign_load_analyze_init( VipsForeignLoadAnalyze *analyze ) in vips_foreign_load_analyze_init()

12345678910>>...73