Home
last modified time | relevance | path

Searched refs:call_result (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/jack/
Dmodule-jackdbus-detect.c132 dbus_bool_t call_result; in check_service_started() local
154 if (!dbus_message_get_args(reply, &error, DBUS_TYPE_BOOLEAN, &call_result, DBUS_TYPE_INVALID)) { in check_service_started()
159 new_status = call_result; in check_service_started()
/third_party/python/Python/
Dcontext.c665 PyObject *call_result = _PyObject_VectorcallTstate( in context_run() local
672 return call_result; in context_run()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1635 bool call_result = ecma_op_to_boolean (call_value); in ecma_builtin_typedarray_prototype_find_helper() local
1638 if (call_result) in ecma_builtin_typedarray_prototype_find_helper()
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py722 call_result = mock.Foo()
723 self.assertRaises(AttributeError, getattr, call_result, 'b')
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c3082 ecma_value_t call_result = ecma_op_function_call (func_obj_p, object, args_p, args_len); in ecma_op_invoke() local
3086 return call_result; in ecma_op_invoke()