Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/nftw/
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()
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()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc916 if (CEF_MEMBER_MISSING(_struct, execute_function)) in ExecuteFunction()
937 cef_v8value_t* _retval = _struct->execute_function( in ExecuteFunction()
/third_party/cef/include/capi/
Dcef_v8_capi.h711 struct _cef_v8value_t*(CEF_CALLBACK* execute_function)(
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc1037 GetStruct()->execute_function = v8value_execute_function; in CefV8ValueCppToC()