Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 81) sorted by relevance

1234

/device/google/felix/vibrator/cs40l26/tests/
Dtest-hwapi.cpp126 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
135 auto func = std::get<1>(param); in TEST_P() local
142 auto func = std::get<1>(param); in TEST_P() local
159 auto func = std::get<1>(param); in TEST_P() local
171 auto func = std::get<1>(param); in TEST_P() local
191 auto func = std::get<1>(param); in TEST_P() local
201 auto func = std::get<1>(param); in TEST_P() local
210 auto func = std::get<1>(param); in TEST_P() local
230 auto func = std::get<1>(param); in TEST_P() local
240 auto func = std::get<1>(param); in TEST_P() local
[all …]
/device/google/barbet/vibrator/drv2624/tests/
Dtest-hwapi.cpp188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
197 auto func = std::get<1>(param); in TEST_P() local
204 auto func = std::get<1>(param); in TEST_P() local
220 auto func = std::get<1>(param); in TEST_P() local
230 auto func = std::get<1>(param); in TEST_P() local
240 auto func = std::get<1>(param); in TEST_P() local
264 auto func = std::get<1>(param); in TEST_P() local
275 auto func = std::get<1>(param); in TEST_P() local
297 auto func = std::get<1>(param); in TEST_P() local
308 auto func = std::get<1>(param); in TEST_P() local
[all …]
/device/google/bramble/vibrator/drv2624/tests/
Dtest-hwapi.cpp188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
197 auto func = std::get<1>(param); in TEST_P() local
204 auto func = std::get<1>(param); in TEST_P() local
220 auto func = std::get<1>(param); in TEST_P() local
230 auto func = std::get<1>(param); in TEST_P() local
240 auto func = std::get<1>(param); in TEST_P() local
264 auto func = std::get<1>(param); in TEST_P() local
275 auto func = std::get<1>(param); in TEST_P() local
297 auto func = std::get<1>(param); in TEST_P() local
308 auto func = std::get<1>(param); in TEST_P() local
[all …]
/device/google/redfin/vibrator/drv2624/tests/
Dtest-hwapi.cpp188 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
197 auto func = std::get<1>(param); in TEST_P() local
204 auto func = std::get<1>(param); in TEST_P() local
220 auto func = std::get<1>(param); in TEST_P() local
230 auto func = std::get<1>(param); in TEST_P() local
240 auto func = std::get<1>(param); in TEST_P() local
264 auto func = std::get<1>(param); in TEST_P() local
275 auto func = std::get<1>(param); in TEST_P() local
297 auto func = std::get<1>(param); in TEST_P() local
308 auto func = std::get<1>(param); in TEST_P() local
[all …]
/device/google/sunfish/vibrator/drv2624/tests/
Dtest-hwapi.cpp189 static auto MakeParam(std::string name, std::function<T> func) { in MakeParam()
198 auto func = std::get<1>(param); in TEST_P() local
205 auto func = std::get<1>(param); in TEST_P() local
221 auto func = std::get<1>(param); in TEST_P() local
231 auto func = std::get<1>(param); in TEST_P() local
241 auto func = std::get<1>(param); in TEST_P() local
265 auto func = std::get<1>(param); in TEST_P() local
276 auto func = std::get<1>(param); in TEST_P() local
298 auto func = std::get<1>(param); in TEST_P() local
309 auto func = std::get<1>(param); in TEST_P() local
[all …]
/device/generic/goldfish-opengl/android-emu/aemu/base/containers/
DHybridComponentManager.h95 void forEach(IterFunc func) { in forEach()
104 void forEachLive(IterFunc func) { in forEachLive()
113 void forEachLive_const(ConstIterFunc func) const { in forEachLive_const()
/device/google/sunfish/json-c/
Djson_object.h17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) argument
19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func argument
21 #define THIS_FUNCTION_IS_DEPRECATED(func) func argument
/device/google/redbull/json-c/
Djson_object.h17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) argument
19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func argument
21 #define THIS_FUNCTION_IS_DEPRECATED(func) func argument
/device/google/coral/json-c/
Djson_object.h17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) argument
19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func argument
21 #define THIS_FUNCTION_IS_DEPRECATED(func) func argument
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/
DStaticDispatch.cpp31 void* func = 0; in gles1_dispatch_get_proc_func_static() local
42 void* func = 0; in gles2_dispatch_get_proc_func_static() local
DGLESv2Dispatch.cpp57 void* func = NULL; in gles2_dispatch_get_proc_func() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DThreadInfo.cpp34 void setTlsDestructor(tlsDtorCallback func) { in setTlsDestructor()
72 void setTlsDestructor(tlsDtorCallback func) { in setTlsDestructor()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/
DGLESmacros.h101 #define SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(func) \ argument
104 #define RET_AND_SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(func, ret) \ argument
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp59 LPTHREAD_START_ROUTINE func = reinterpret_cast<LPTHREAD_START_ROUTINE>(threadfunc); in pthread_create() local
131 void (*func)(int, int, void*); member
/device/google/felix/vibrator/common/
DHardwareBase.h49 Record(const char *func, const T &value, const std::ios *stream) in Record()
162 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record()
/device/google/sunfish/vibrator/common/
DHardwareBase.h51 Record(const char *func, const T &value, const std::ios *stream) in Record()
158 void HwApiBase::record(const char *func, const T &value, const std::ios *stream) { in record()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXthreads.h47 # define xthread_fork(func,closure) cthread_fork(func,closure) argument
76 # define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL) argument
112 # define xthread_fork(func,closure) { \ argument
172 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
202 # define xthread_fork(func,closure) { thr_t _tmpxthr; \ argument
238 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
247 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ argument
/device/google/contexthub/firmware/os/algos/common/math/
Dlevenberg_marquardt.c33 ResidualAndJacobianFunction func) { in lmSolverInit()
212 bool computeResidualAndGradients(ResidualAndJacobianFunction func, in computeResidualAndGradients()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js57 function createButtonListener(button_id_class, func, argument
74 function createInputListener(input_id, func, listener) { argument
/device/generic/goldfish-opengl/fuchsia/
Dservice_connector.cc22 void SetConnectToServiceFunction(PFN_ConnectToServiceAddr func) { in SetConnectToServiceFunction()
/device/linaro/poplar/wifi/wifi_hal/
Dcommon.cpp70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_vendor_handler()
/device/generic/goldfish-opengl/android-emu/aemu/base/threads/
DAndroidFunctorThread.h38 : FunctorThread(Functor(func), flags) {} in FunctorThread()
DAndroidFunctorThread.cpp23 FunctorThread::FunctorThread(Functor&& func, ThreadFlags flags) in FunctorThread()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_private_defs.h27 bool arrayany(const T* arr, uint32_t begin, uint32_t end, const F& func) { in arrayany()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_private_defs.h40 bool arrayany(const T* arr, uint32_t begin, uint32_t end, const F& func) { in arrayany()

1234