Home
last modified time | relevance | path

Searched refs:execute_function (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/nftw/
H A Dlib64.c98 execute_function(char *name, int (*callback) (const char *), char *buffer, in execute_function() function
149 execute_function(name, callback, buffer, expected); in test_long_file_name()
171 execute_function(name, callback, buffer, expected); in test_long_component_name()
234 execute_function(name, callback, path, expected); in test_ENAMETOOLONG_path()
H A Dlib.c98 execute_function(char *name, int (*callback) (const char *), char *buffer, in execute_function() function
149 execute_function(name, callback, buffer, expected); in test_long_file_name()
171 execute_function(name, callback, buffer, expected); in test_long_component_name()
234 execute_function(name, callback, path, expected); in test_ENAMETOOLONG_path()
/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/
H A DOpenCLTimer.cpp149 _real_graph_function = graph::TaskExecutor::get().execute_function; in test_start()
164 graph::TaskExecutor::get().execute_function = task_interceptor; in test_start()
187 graph::TaskExecutor::get().execute_function = _real_graph_function; in test_stop()
H A DSchedulerTimer.cpp163 _real_graph_function = graph::TaskExecutor::get().execute_function; in test_start()
205 graph::TaskExecutor::get().execute_function = task_interceptor; in test_start()
235 graph::TaskExecutor::get().execute_function = _real_graph_function; in test_stop()
/aosp_15_r20/external/ComputeLibrary/src/graph/
H A DWorkload.cpp38 TaskExecutor::get().execute_function(*this); in operator ()()
71 : execute_function(execute_task) in TaskExecutor()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DWorkload.h63 std::function<decltype(execute_task)> execute_function; variable
/aosp_15_r20/external/googleapis/google/actions/sdk/v2/
H A Dwebhook.proto68 string execute_function = 1; field