Home
last modified time | relevance | path

Searched defs:create_func (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/hardware/google/camera/common/hal/tests/
Drequest_processor_tests.cc61 for (auto& create_func : request_processor_create_funcs_) { in TEST_F() local
73 for (auto& create_func : request_processor_create_funcs_) { in TEST_F() local
102 for (auto& create_func : request_processor_create_funcs_) { in TEST_F() local
122 for (auto& create_func : request_processor_create_funcs_) { in TEST_F() local
Dresult_processor_tests.cc45 for (auto& create_func : g_result_processor_create_funcs) { in TEST() local
57 for (auto& create_func : g_result_processor_create_funcs) { in TEST() local
94 for (auto& create_func : g_result_processor_create_funcs) { in TEST() local
112 for (auto& create_func : g_result_processor_create_funcs) { in TEST() local
/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A Dlayer_chassis_dispatch_generator.py1310 def getNdosInParameterList(self, item_list, create_func): argument
1507 …def uniquify_members(self, members, indent, prefix, array_index, create_func, destroy_func, destro… argument
H A Dobject_tracker_generator.py620 def getObjectsInParameterList(self, item_list, create_func): argument
/aosp_15_r20/external/openscreen/cast/standalone_sender/
H A Dffmpeg_glue.h38 #define DEFINE_AV_UNIQUE_PTR(name, create_func, free_func) \ argument
/aosp_15_r20/external/openscreen/cast/standalone_receiver/
H A Davcodec_glue.h24 #define DEFINE_AV_UNIQUE_PTR(name, create_func, free_statement) \ argument
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_dxcore.cpp41 …PFNDXCoreCreateAdapterFactory create_func = (PFNDXCoreCreateAdapterFactory)util_dl_get_proc_addres… in dzn_enumerate_physical_devices_dxcore() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/pluggable_profiler/
H A Dpluggable_profiler.cc173 create_func = [factory = std::move(factory)]( in InitPluginProfiler() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/grappler/
H A Dgrappler.h134 void* (*create_func)(); member
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-mem.c219 static struct func_descr *create_func(const char *func) in create_func() function
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp33 #define NON_DISPATCHABLE_HANDLE_INIT(create_func, dev, ...) \ argument