Home
last modified time | relevance | path

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

/third_party/boost/libs/compute/example/
Dblack_scholes.cpp59 compute::vector<float> call_result(N, context); in main() local
95 __kernel void black_scholes(__global float *call_result, in main()
118 call_result[opt] = S * CNDD1 - X * expRT * CNDD2; in main()
129 kernel.set_arg(0, call_result); in main()
143 compute::copy_n(call_result.begin(), 1, &call0, queue); in main()
/third_party/boost/boost/type_erasure/
Dcall.hpp276 struct call_result : struct
284 struct call_result< struct
427 typename ::boost::type_erasure::detail::call_result<
447 typename ::boost::type_erasure::detail::call_result<
462 typename ::boost::type_erasure::detail::call_result<
481 typename ::boost::type_erasure::detail::call_result<
662 typename ::boost::type_erasure::detail::call_result<
686 typename ::boost::type_erasure::detail::call_result<
706 typename ::boost::type_erasure::detail::call_result<
731 typename ::boost::type_erasure::detail::call_result<
/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/grpc/src/python/grpcio_tests/tests/unit/_cython/
Dcygrpc_test.py146 call_result = call.start_client_batch(operations, tag)
147 self.assertEqual(cygrpc.CallError.ok, call_result)
/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()