Home
last modified time | relevance | path

Searched refs:FunctionCall (Results 1 – 25 of 3936) sorted by relevance

12345678910>>...158

/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/frontend/
H A DTestFunctionCallNode.cc22 { "func();", Node::Ptr(new FunctionCall("func")) },
23 { "_();", Node::Ptr(new FunctionCall("_")) },
24 { "_1();", Node::Ptr(new FunctionCall("_1")) },
25 { "a_();", Node::Ptr(new FunctionCall("a_")) },
26 { "_a();", Node::Ptr(new FunctionCall("_a")) },
27 { "A();", Node::Ptr(new FunctionCall("A")) },
30 { "a(a,1);", Node::Ptr(new FunctionCall("a", {
35 { "func(1);", Node::Ptr(new FunctionCall("func",
39 { "func(\"string\");", Node::Ptr(new FunctionCall("func",
43 { "func(true);", Node::Ptr(new FunctionCall("func",
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/valgrind/callgrind/
H A Dcallgrindfunctioncall.cpp38 class FunctionCall::Private
51 FunctionCall::FunctionCall() in FunctionCall() function in Valgrind::Callgrind::FunctionCall
56 FunctionCall::~FunctionCall() in ~FunctionCall()
61 const Function *FunctionCall::callee() const in callee()
71 const Function *FunctionCall::caller() const in caller()
81 quint64 FunctionCall::calls() const in calls()
86 void FunctionCall::setCalls(quint64 calls) in setCalls()
91 quint64 FunctionCall::destination(int posIdx) const in destination()
96 QVector<quint64> FunctionCall::destinations() const in destinations()
106 quint64 FunctionCall::cost(int event) const in cost()
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dbuiltin_date.go18 func builtinDate(call FunctionCall) Value { argument
28 func builtinDate_toString(call FunctionCall) Value { argument
68 func builtinDate_toJSON(call FunctionCall) Value { argument
93 func builtinDate_getTime(call FunctionCall) Value { argument
103 func builtinDate_setTime(call FunctionCall) Value { argument
147 func builtinDate_parse(call FunctionCall) Value { argument
152 func builtinDate_UTC(call FunctionCall) Value { argument
156 func builtinDate_now(call FunctionCall) Value { argument
188 func builtinDate_valueOf(call FunctionCall) Value { argument
196 func builtinDate_getYear(call FunctionCall) Value { argument
[all …]
H A Dbuiltin_math.go10 func builtinMath_abs(call FunctionCall) Value { argument
15 func builtinMath_acos(call FunctionCall) Value { argument
20 func builtinMath_asin(call FunctionCall) Value { argument
25 func builtinMath_atan(call FunctionCall) Value { argument
30 func builtinMath_atan2(call FunctionCall) Value { argument
42 func builtinMath_cos(call FunctionCall) Value { argument
47 func builtinMath_ceil(call FunctionCall) Value { argument
52 func builtinMath_exp(call FunctionCall) Value { argument
62 func builtinMath_log(call FunctionCall) Value { argument
67 func builtinMath_max(call FunctionCall) Value { argument
[all …]
H A Dbuiltin_object.go9 func builtinObject(call FunctionCall) Value { argument
32 func builtinObject_valueOf(call FunctionCall) Value { argument
36 func builtinObject_hasOwnProperty(call FunctionCall) Value { argument
42 func builtinObject_isPrototypeOf(call FunctionCall) Value { argument
68 func builtinObject_toString(call FunctionCall) Value { argument
146 func builtinObject_create(call FunctionCall) Value { argument
186 func builtinObject_isSealed(call FunctionCall) Value { argument
205 func builtinObject_seal(call FunctionCall) Value { argument
222 func builtinObject_isFrozen(call FunctionCall) Value { argument
241 func builtinObject_freeze(call FunctionCall) Value { argument
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dbuiltin_date.go18 func builtinDate(call FunctionCall) Value { argument
28 func builtinDate_toString(call FunctionCall) Value { argument
68 func builtinDate_toJSON(call FunctionCall) Value { argument
93 func builtinDate_getTime(call FunctionCall) Value { argument
103 func builtinDate_setTime(call FunctionCall) Value { argument
147 func builtinDate_parse(call FunctionCall) Value { argument
152 func builtinDate_UTC(call FunctionCall) Value { argument
156 func builtinDate_now(call FunctionCall) Value { argument
188 func builtinDate_valueOf(call FunctionCall) Value { argument
196 func builtinDate_getYear(call FunctionCall) Value { argument
[all …]
H A Dbuiltin_math.go10 func builtinMath_abs(call FunctionCall) Value { argument
15 func builtinMath_acos(call FunctionCall) Value { argument
20 func builtinMath_asin(call FunctionCall) Value { argument
25 func builtinMath_atan(call FunctionCall) Value { argument
30 func builtinMath_atan2(call FunctionCall) Value { argument
42 func builtinMath_cos(call FunctionCall) Value { argument
47 func builtinMath_ceil(call FunctionCall) Value { argument
52 func builtinMath_exp(call FunctionCall) Value { argument
62 func builtinMath_log(call FunctionCall) Value { argument
67 func builtinMath_max(call FunctionCall) Value { argument
[all …]
H A Dbuiltin_object.go9 func builtinObject(call FunctionCall) Value { argument
32 func builtinObject_valueOf(call FunctionCall) Value { argument
36 func builtinObject_hasOwnProperty(call FunctionCall) Value { argument
42 func builtinObject_isPrototypeOf(call FunctionCall) Value { argument
68 func builtinObject_toString(call FunctionCall) Value { argument
146 func builtinObject_create(call FunctionCall) Value { argument
186 func builtinObject_isSealed(call FunctionCall) Value { argument
205 func builtinObject_seal(call FunctionCall) Value { argument
222 func builtinObject_isFrozen(call FunctionCall) Value { argument
241 func builtinObject_freeze(call FunctionCall) Value { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dbuiltin_math.go8 func (r *Runtime) math_abs(call FunctionCall) Value { argument
12 func (r *Runtime) math_acos(call FunctionCall) Value { argument
16 func (r *Runtime) math_acosh(call FunctionCall) Value { argument
20 func (r *Runtime) math_asin(call FunctionCall) Value { argument
24 func (r *Runtime) math_asinh(call FunctionCall) Value { argument
28 func (r *Runtime) math_atan(call FunctionCall) Value { argument
32 func (r *Runtime) math_atanh(call FunctionCall) Value { argument
43 func (r *Runtime) math_cbrt(call FunctionCall) Value { argument
47 func (r *Runtime) math_ceil(call FunctionCall) Value { argument
55 func (r *Runtime) math_cos(call FunctionCall) Value { argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dbuiltin_math.go8 func (r *Runtime) math_abs(call FunctionCall) Value { argument
12 func (r *Runtime) math_acos(call FunctionCall) Value { argument
16 func (r *Runtime) math_acosh(call FunctionCall) Value { argument
20 func (r *Runtime) math_asin(call FunctionCall) Value { argument
24 func (r *Runtime) math_asinh(call FunctionCall) Value { argument
28 func (r *Runtime) math_atan(call FunctionCall) Value { argument
32 func (r *Runtime) math_atanh(call FunctionCall) Value { argument
43 func (r *Runtime) math_cbrt(call FunctionCall) Value { argument
47 func (r *Runtime) math_ceil(call FunctionCall) Value { argument
55 func (r *Runtime) math_cos(call FunctionCall) Value { argument
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/
H A Dssh_test_lib.hrl19 -define(wait_match(Pattern, Guard, FunctionCall, Bind, Timeout, Ntries),
23 case FunctionCall of
37 -define(wait_match(Pattern, FunctionCall, Bind, Timeout, Ntries),
38 ?wait_match(Pattern, true, FunctionCall, Bind, Timeout, Ntries)).
40 -define(wait_match(Pattern, FunctionCall, Timeout, Ntries), ?wait_match(Pattern, FunctionCall, ok,…
42 -define(wait_match(Pattern, FunctionCall, Bind), ?wait_match(Pattern, FunctionCall, Bind, 500, 10)…
44 -define(wait_match(Pattern, FunctionCall), ?wait_match(Pattern, FunctionCall, ok) ).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/test/
H A Dssh_test_lib.hrl25 -define(wait_match(Pattern, Guard, FunctionCall, Bind, Timeout, Ntries),
29 case FunctionCall of
43 -define(wait_match(Pattern, FunctionCall, Bind, Timeout, Ntries),
44 ?wait_match(Pattern, true, FunctionCall, Bind, Timeout, Ntries)).
46 -define(wait_match(Pattern, FunctionCall, Timeout, Ntries), ?wait_match(Pattern, FunctionCall, ok,…
48 -define(wait_match(Pattern, FunctionCall, Bind), ?wait_match(Pattern, FunctionCall, Bind, 500, 10)…
50 -define(wait_match(Pattern, FunctionCall), ?wait_match(Pattern, FunctionCall, ok) ).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/test/
H A Dssh_test_lib.hrl25 -define(wait_match(Pattern, Guard, FunctionCall, Bind, Timeout, Ntries),
29 case FunctionCall of
43 -define(wait_match(Pattern, FunctionCall, Bind, Timeout, Ntries),
44 ?wait_match(Pattern, true, FunctionCall, Bind, Timeout, Ntries)).
46 -define(wait_match(Pattern, FunctionCall, Timeout, Ntries), ?wait_match(Pattern, FunctionCall, ok,…
48 -define(wait_match(Pattern, FunctionCall, Bind), ?wait_match(Pattern, FunctionCall, Bind, 500, 10)…
50 -define(wait_match(Pattern, FunctionCall), ?wait_match(Pattern, FunctionCall, ok) ).
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlFunctionCall.cpp70 FunctionCall::FunctionCall (const string &name): _name (name) in FunctionCall() function in Ctl::FunctionCall
76 FunctionCall::~FunctionCall () in ~FunctionCall()
83 FunctionCall::findInputArg (const string &name) in findInputArg()
94 FunctionCall::findOutputArg (const string &name) in findOutputArg()
105 FunctionCall::setInputArg (size_t i, const FunctionArgPtr &arg) in setInputArg()
115 FunctionCall::setOutputArg (size_t i, const FunctionArgPtr &arg) in setOutputArg()
125 FunctionCall::setReturnValue (const FunctionArgPtr &rval) in setReturnValue()
132 FunctionCall* func, in FunctionArg()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_test_lib.hrl33 -define(wait_match(Pattern, Guard, FunctionCall, Bind, Timeout, Ntries),
37 case FunctionCall of
51 -define(wait_match(Pattern, FunctionCall, Bind, Timeout, Ntries),
52 ?wait_match(Pattern, true, FunctionCall, Bind, Timeout, Ntries)).
54 -define(wait_match(Pattern, FunctionCall, Timeout, Ntries), ?wait_match(Pattern, FunctionCall, ok,…
56 -define(wait_match(Pattern, FunctionCall, Bind), ?wait_match(Pattern, FunctionCall, Bind, 500, 10)…
58 -define(wait_match(Pattern, FunctionCall), ?wait_match(Pattern, FunctionCall, ok) ).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_test_lib.hrl33 -define(wait_match(Pattern, Guard, FunctionCall, Bind, Timeout, Ntries),
37 case FunctionCall of
51 -define(wait_match(Pattern, FunctionCall, Bind, Timeout, Ntries),
52 ?wait_match(Pattern, true, FunctionCall, Bind, Timeout, Ntries)).
54 -define(wait_match(Pattern, FunctionCall, Timeout, Ntries), ?wait_match(Pattern, FunctionCall, ok,…
56 -define(wait_match(Pattern, FunctionCall, Bind), ?wait_match(Pattern, FunctionCall, Bind, 500, 10)…
58 -define(wait_match(Pattern, FunctionCall), ?wait_match(Pattern, FunctionCall, ok) ).
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_test_lib.hrl33 -define(wait_match(Pattern, Guard, FunctionCall, Bind, Timeout, Ntries),
37 case FunctionCall of
51 -define(wait_match(Pattern, FunctionCall, Bind, Timeout, Ntries),
52 ?wait_match(Pattern, true, FunctionCall, Bind, Timeout, Ntries)).
54 -define(wait_match(Pattern, FunctionCall, Timeout, Ntries), ?wait_match(Pattern, FunctionCall, ok,…
56 -define(wait_match(Pattern, FunctionCall, Bind), ?wait_match(Pattern, FunctionCall, Bind, 500, 10)…
58 -define(wait_match(Pattern, FunctionCall), ?wait_match(Pattern, FunctionCall, ok) ).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_test_lib.hrl33 -define(wait_match(Pattern, Guard, FunctionCall, Bind, Timeout, Ntries),
37 case FunctionCall of
51 -define(wait_match(Pattern, FunctionCall, Bind, Timeout, Ntries),
52 ?wait_match(Pattern, true, FunctionCall, Bind, Timeout, Ntries)).
54 -define(wait_match(Pattern, FunctionCall, Timeout, Ntries), ?wait_match(Pattern, FunctionCall, ok,…
56 -define(wait_match(Pattern, FunctionCall, Bind), ?wait_match(Pattern, FunctionCall, Bind, 500, 10)…
58 -define(wait_match(Pattern, FunctionCall), ?wait_match(Pattern, FunctionCall, ok) ).
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dbuiltin_math.go7 func (r *Runtime) math_abs(call FunctionCall) Value { argument
11 func (r *Runtime) math_acos(call FunctionCall) Value { argument
15 func (r *Runtime) math_asin(call FunctionCall) Value { argument
19 func (r *Runtime) math_atan(call FunctionCall) Value { argument
23 func (r *Runtime) math_atan2(call FunctionCall) Value { argument
30 func (r *Runtime) math_ceil(call FunctionCall) Value { argument
34 func (r *Runtime) math_cos(call FunctionCall) Value { argument
38 func (r *Runtime) math_exp(call FunctionCall) Value { argument
46 func (r *Runtime) math_log(call FunctionCall) Value { argument
50 func (r *Runtime) math_max(call FunctionCall) Value { argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/functions/
H A Dqstringvaluefns_p.h81 class ConcatFN : public FunctionCall
93 class StringJoinFN : public FunctionCall
112 class SubstringFN : public FunctionCall
124 class StringLengthFN : public FunctionCall
136 class NormalizeSpaceFN : public FunctionCall
152 class NormalizeUnicodeFN : public FunctionCall
173 class UpperCaseFN : public FunctionCall
186 class LowerCaseFN : public FunctionCall
198 class TranslateFN : public FunctionCall
211 class EncodeString : public FunctionCall
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/functions/
H A Dqstringvaluefns_p.h77 class ConcatFN : public FunctionCall
89 class StringJoinFN : public FunctionCall
108 class SubstringFN : public FunctionCall
120 class StringLengthFN : public FunctionCall
132 class NormalizeSpaceFN : public FunctionCall
148 class NormalizeUnicodeFN : public FunctionCall
169 class UpperCaseFN : public FunctionCall
182 class LowerCaseFN : public FunctionCall
194 class TranslateFN : public FunctionCall
207 class EncodeString : public FunctionCall
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A DrayQuery-allOps.rgen.out123 44: 10(Ray) FunctionCall 12(makeRayDesc()
264 155: 2 FunctionCall 6(doSomething()
292 173: 2 FunctionCall 6(doSomething()
301 180: 2 FunctionCall 6(doSomething()
311 186: 2 FunctionCall 6(doSomething()
319 191: 2 FunctionCall 6(doSomething()
327 196: 2 FunctionCall 6(doSomething()
374 229: 2 FunctionCall 6(doSomething()
382 234: 2 FunctionCall 6(doSomething()
390 239: 2 FunctionCall 6(doSomething()
[all …]
H A DrayQuery-allOps.comp.out125 44: 10(Ray) FunctionCall 12(makeRayDesc()
266 155: 2 FunctionCall 6(doSomething()
294 173: 2 FunctionCall 6(doSomething()
303 180: 2 FunctionCall 6(doSomething()
313 186: 2 FunctionCall 6(doSomething()
321 191: 2 FunctionCall 6(doSomething()
329 196: 2 FunctionCall 6(doSomething()
376 229: 2 FunctionCall 6(doSomething()
384 235: 2 FunctionCall 6(doSomething()
392 240: 2 FunctionCall 6(doSomething()
[all …]
H A DrayQuery-allOps.frag.out123 44: 10(Ray) FunctionCall 12(makeRayDesc()
264 155: 2 FunctionCall 6(doSomething()
292 173: 2 FunctionCall 6(doSomething()
301 180: 2 FunctionCall 6(doSomething()
311 186: 2 FunctionCall 6(doSomething()
319 191: 2 FunctionCall 6(doSomething()
327 196: 2 FunctionCall 6(doSomething()
374 229: 2 FunctionCall 6(doSomething()
382 234: 2 FunctionCall 6(doSomething()
390 239: 2 FunctionCall 6(doSomething()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A DrayQuery-allOps.comp.out125 44: 10(Ray) FunctionCall 12(makeRayDesc()
266 155: 2 FunctionCall 6(doSomething()
294 173: 2 FunctionCall 6(doSomething()
303 180: 2 FunctionCall 6(doSomething()
313 186: 2 FunctionCall 6(doSomething()
321 191: 2 FunctionCall 6(doSomething()
329 196: 2 FunctionCall 6(doSomething()
376 229: 2 FunctionCall 6(doSomething()
384 235: 2 FunctionCall 6(doSomething()
392 240: 2 FunctionCall 6(doSomething()
[all …]

12345678910>>...158