Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-fruit/include/fruit/impl/component_storage/
H A 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()
H A Dpartial_component_storage.defn.h356 std::tuple<Args...> args_tuple; variable
360 OtherComponent (*fun1)(Args...), std::tuple<Args...> args_tuple) in PartialComponentStorage()
/aosp_15_r20/frameworks/native/libs/renderengine/benchmark/
H A DRenderEngineBench.cpp214 auto args_tuple = std::make_tuple(std::move(args)...); in BM_homescreen() local
242 auto args_tuple = std::make_tuple(std::move(args)...); in BM_homescreen_blur() local
280 auto args_tuple = std::make_tuple(std::move(args)...); in BM_homescreen_edgeExtension() local
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dglob_benchmark.cc59 auto args_tuple = std::make_tuple(std::move(args)...); in BM_Glob() local
83 auto args_tuple = std::make_tuple(std::move(args)...); in BM_SqliteGlob() local
/aosp_15_r20/external/google-fruit/include/fruit/
H A Dcomponent_function.h32 std::tuple<ComponentFunctionArgs...> args_tuple; variable
/aosp_15_r20/external/autotest/site_utils/rpm_control_system/
H A Drpm_client.py62 def _set_power(args_tuple, timeout_mins=rpm_constants.RPM_CALL_TIMEOUT_MINS): argument
/aosp_15_r20/test/dittosuite/
H A Ddittobench_benchmark.cpp30 auto args_tuple = std::make_tuple(std::move(args)...); in BM_DittoBench() local
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dinline_intrinsic.h56 std::tuple args_tuple = std::make_tuple(args...); in TryInlineWithHostRounding() local
/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dinline_intrinsic.h60 std::tuple args_tuple = std::make_tuple(args...); in TryInlineWithHostRounding() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dgpu_kernel_helper.h110 auto args_tuple = std::tuple<Ts...>(arguments...); in GpuLaunchKernel() local
/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c180 PyObject *args_tuple(PyObject *object, in args_tuple() function
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c230 PyObject *args_tuple(PyObject *object, in args_tuple() function
/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c2188 PyObject *args_tuple; in _PyExc_Init() local