Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc190 bool WaitForEvents() WARN_UNUSED_RESULT { in WaitForEvents() function in base::__anona43388140111::FilePathWatcherTest
235 ASSERT_TRUE(WaitForEvents()); in TEST_F()
248 ASSERT_TRUE(WaitForEvents()); in TEST_F()
262 ASSERT_TRUE(WaitForEvents()); in TEST_F()
274 ASSERT_TRUE(WaitForEvents()); in TEST_F()
332 ASSERT_TRUE(WaitForEvents()); in TEST_F()
349 ASSERT_TRUE(WaitForEvents()); in TEST_F()
353 ASSERT_TRUE(WaitForEvents()); in TEST_F()
357 ASSERT_TRUE(WaitForEvents()); in TEST_F()
385 ASSERT_TRUE(WaitForEvents()); in TEST_F()
[all …]
/external/angle/src/libGLESv2/
Dcl_stubs_autogen.h265 cl_int WaitForEvents(cl_uint num_events, const cl_event *event_list);
Dentry_points_cl_autogen.cpp663 CL_EVENT(WaitForEvents, "num_events = %u, event_list = 0x%016" PRIxPTR "", num_events, in clWaitForEvents()
666 ANGLE_CL_VALIDATE_ERROR(WaitForEvents, num_events, event_list); in clWaitForEvents()
668 return WaitForEvents(num_events, event_list); in clWaitForEvents()
Dcl_stubs.cpp632 cl_int WaitForEvents(cl_uint num_events, const cl_event *event_list) in WaitForEvents() function
/external/skqp/src/compute/skc/platforms/cl_12/
Dpath_builder_cl_12.c858 cl(WaitForEvents(1,&sc->map)); in skc_path_builder_impl_acquire_subbuffer()
/external/mesa3d/include/CL/
Dcl2.hpp3302 WaitForEvents(const vector<Event>& events) in WaitForEvents() function
Dcl.hpp3031 WaitForEvents(const VECTOR_CLASS<Event>& events) in WaitForEvents() function