Home
last modified time | relevance | path

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

12

/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/states/
H A Dtest_kmod.py63 call_ret = kmod.present(name, mods=mods)
66 comment = call_ret.pop("comment")
72 assert ret == call_ret
81 comment = call_ret.pop("comment")
87 assert ret == call_ret
107 comment = call_ret.pop("comment")
113 assert ret == call_ret
165 comment = call_ret.pop("comment")
171 assert ret == call_ret
185 comment = call_ret.pop("comment")
[all …]
H A Dtest_boto_asg.py63 call_ret = boto_asg.present(
70 assert call_ret == ret
/dports/devel/directfb/DirectFB-1.4.17/lib/fusion/
H A Dcall.c482 FusionCallReturn call_ret; in fusion_call_return() local
494 call_ret.call_id = call->call_id; in fusion_call_return()
495 call_ret.val = val; in fusion_call_return()
496 call_ret.serial = serial; in fusion_call_return()
528 FusionCallReturn3 call_ret; in fusion_call_return3() local
540 call_ret.call_id = call->call_id; in fusion_call_return3()
541 call_ret.serial = serial; in fusion_call_return3()
542 call_ret.ptr = ptr; in fusion_call_return3()
543 call_ret.length = length; in fusion_call_return3()
664 FusionCallReturn call_ret = { in _fusion_call_process() local
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dtimeout.py37 call_ret = func(*func_args, **func_kwargs)
38 if call_ret:
39 ret = call_ret
/dports/devel/qca/qca-2.3.4/src/support/
H A Dsyncthread.cpp175 void call_ret(bool success, const QVariant &ret);
182 emit call_ret(ok, ret); in call_do() local
244 … connect(d->agent, &SyncThreadAgent::call_ret, d, &Private::agent_call_ret, Qt::DirectConnection); in run()
/dports/devel/godot/godot-3.2.3-stable/modules/jsonrpc/
H A Djsonrpc.cpp125 Variant call_ret = object->callv(method, args); in process_action() local
127 ret = make_response(call_ret, id); in process_action()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/jsonrpc/
H A Djsonrpc.cpp125 Variant call_ret = object->callv(method, args); in process_action() local
127 ret = make_response(call_ret, id); in process_action()
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/src/
H A Dtcti-tabrmd.c537 gboolean call_ret; in tcti_tabrmd_connect() local
541 call_ret = tcti_tabrmd_call_create_connection_sync_fdlist ( in tcti_tabrmd_connect()
548 if (call_ret == FALSE) { in tcti_tabrmd_connect()
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/
H A Dmisc.c240 int call_ret; in xs_merge_text() local
319 call_ret = call_pv ("Texinfo::Parser::_begin_paragraph", G_SCALAR); in xs_merge_text()
H A Dmisc.c.bak240 int call_ret;
319 call_ret = call_pv ("Texinfo::Parser::_begin_paragraph", G_SCALAR);
/dports/dns/knot3-lib/knot-3.1.5/src/utils/knsupdate/
H A Dknsupdate_exec.c525 int call_ret = process_line(line, params); in process_lines() local
528 if (call_ret != KNOT_EOK) { in process_lines()
531 ret = call_ret; in process_lines()
/dports/dns/knot3/knot-3.1.5/src/utils/knsupdate/
H A Dknsupdate_exec.c525 int call_ret = process_line(line, params); in process_lines() local
528 if (call_ret != KNOT_EOK) { in process_lines()
531 ret = call_ret; in process_lines()
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dgendispatch.pl1511 my $call_ret = "&ret";
1532 $call_ret = "NULL";
1913 print " (xdrproc_t)xdr_$rettype, (char *)$call_ret) == -1) {\n";
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_function.cpp604 bool call_ret = _code_ptr[ip] == OPCODE_CALL_RETURN; in call() local
632 if (call_ret) { in call()
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_function.cpp604 bool call_ret = _code_ptr[ip] == OPCODE_CALL_RETURN; in call() local
632 if (call_ret) { in call()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_debugger.c1547 duk_int_t call_ret; in duk__debug_handle_eval() local
1612 call_ret = duk_pcall_method_flags(thr, duk_get_top(thr) - (idx_func + 2), call_flags); in duk__debug_handle_eval()
1614 if (call_ret == DUK_EXEC_SUCCESS) { in duk__debug_handle_eval()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_debugger.c1547 duk_int_t call_ret; in duk__debug_handle_eval() local
1612 call_ret = duk_pcall_method_flags(thr, duk_get_top(thr) - (idx_func + 2), call_flags); in duk__debug_handle_eval()
1614 if (call_ret == DUK_EXEC_SUCCESS) { in duk__debug_handle_eval()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_debugger.c1547 duk_int_t call_ret; in duk__debug_handle_eval() local
1612 call_ret = duk_pcall_method_flags(thr, duk_get_top(thr) - (idx_func + 2), call_flags); in duk__debug_handle_eval()
1614 if (call_ret == DUK_EXEC_SUCCESS) { in duk__debug_handle_eval()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_debugger.c1547 duk_int_t call_ret; in duk__debug_handle_eval() local
1612 call_ret = duk_pcall_method_flags(thr, duk_get_top(thr) - (idx_func + 2), call_flags); in duk__debug_handle_eval()
1614 if (call_ret == DUK_EXEC_SUCCESS) { in duk__debug_handle_eval()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_debugger.c1480 duk_int_t call_ret; in duk__debug_handle_eval() local
1534 call_ret = duk_handle_call_protected(thr, 2 /*num_stack_args*/, call_flags); in duk__debug_handle_eval()
1536 if (call_ret == DUK_EXEC_SUCCESS) { in duk__debug_handle_eval()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_debugger.c1492 duk_int_t call_ret; in duk__debug_handle_eval() local
1546 call_ret = duk_handle_call_protected(thr, 2 /*num_stack_args*/, call_flags); in duk__debug_handle_eval()
1548 if (call_ret == DUK_EXEC_SUCCESS) { in duk__debug_handle_eval()
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_function.cpp1054 bool call_ret = _code_ptr[ip] == OPCODE_CALL_RETURN; local
1082 if (call_ret) {
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_function.cpp1054 bool call_ret = _code_ptr[ip] == OPCODE_CALL_RETURN; local
1082 if (call_ret) {
/dports/mail/s-nail/s-nail-14.9.23/
H A Dmx-test.sh106 jspawn call_ret
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c38483 duk_int_t call_ret; local
38537 call_ret = duk_handle_call_protected(thr, 2 /*num_stack_args*/, call_flags);
38539 if (call_ret == DUK_EXEC_SUCCESS) {

12