Home
last modified time | relevance | path

Searched defs:args_tuple (Results 1 – 9 of 9) sorted by relevance

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h76 std::tuple<Args...> args_tuple; variable
79 inline ComponentInterfaceImpl(fun_t fun, std::tuple<Args...> args_tuple) in ComponentInterfaceImpl()
114std::tuple<Args...> args_tuple) { in create()
132std::tuple<Args...> args_tuple) { in createReplacedComponentEntry()
144std::tuple<Args...> args_tuple) { in createReplacementComponentEntry()
Dpartial_component_storage.defn.h356 std::tuple<Args...> args_tuple; variable
360 OtherComponent (*fun1)(Args...), std::tuple<Args...> args_tuple) in PartialComponentStorage()
/external/google-fruit/include/fruit/
Dcomponent_function.h32 std::tuple<ComponentFunctionArgs...> args_tuple; variable
/external/autotest/client/common_lib/cros/fake_device_server/
Dcommon_util.py48 def parse_common_args(args_tuple, kwargs, supported_operations=set()): argument
/external/autotest/site_utils/rpm_control_system/
Drpm_client.py66 def _set_power(args_tuple, timeout_mins=RPM_CALL_TIMEOUT_MINS): argument
/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper.h108 auto args_tuple = std::tuple<Ts...>(arguments...); in GpuLaunchKernel() local
/external/python/cpython2/Python/
Dcodecs.c180 PyObject *args_tuple(PyObject *object, in args_tuple() function
/external/python/cpython3/Python/
Dcodecs.c229 PyObject *args_tuple(PyObject *object, in args_tuple() function
/external/python/cpython2/Objects/
Dexceptions.c2188 PyObject *args_tuple; in _PyExc_Init() local