Home
last modified time | relevance | path

Searched refs:get_event (Results 1 – 17 of 17) sorted by relevance

/third_party/PyYAML/lib/yaml/
Dcomposer.py19 self.get_event()
31 self.get_event()
40 event = self.get_event()
46 self.get_event()
52 self.get_event()
58 self.get_event()
65 event = self.get_event()
89 event = self.get_event()
100 start_event = self.get_event()
113 end_event = self.get_event()
[all …]
D__init__.py47 yield loader.get_event()
Dparser.py114 def get_event(self): member in Parser
/third_party/PyYAML/tests/lib/
Dtest_structure.py7 event = loader.get_event()
13 loader.get_event()
17 loader.get_event()
20 loader.get_event()
26 loader.get_event()
29 loader.get_event()
32 loader.get_event()
47 loader.get_event()
Dcanonical.py297 def get_event(self): member in CanonicalParser
/third_party/boost/libs/compute/include/boost/compute/async/
Dfuture.hpp80 event get_event() const in get_event() function in boost::compute::future
117 : m_event(other.get_event()) in future()
129 m_event = other.get_event(); in operator =()
162 event get_event() const in get_event() function in boost::compute::future
/third_party/boost/boost/compute/async/
Dfuture.hpp80 event get_event() const in get_event() function in boost::compute::future
117 : m_event(other.get_event()) in future()
129 m_event = other.get_event(); in operator =()
162 event get_event() const in get_event() function in boost::compute::future
/third_party/boost/boost/thread/win32/
Dbasic_timed_mutex.hpp81 void* const sem=get_event(); in lock()
167 void* const sem=get_event(); in do_lock_until()
251 winapi::SetEvent(get_event()); in unlock()
259 void* get_event() in get_event() function
/third_party/boost/libs/compute/test/
Dtest_copy.cpp307 future.get_event().get_command_type() == CL_COMMAND_WRITE_BUFFER in BOOST_AUTO_TEST_CASE()
316 future.get_event().get_command_type() == CL_COMMAND_COPY_BUFFER in BOOST_AUTO_TEST_CASE()
326 future.get_event().get_command_type() == CL_COMMAND_NDRANGE_KERNEL in BOOST_AUTO_TEST_CASE()
334 future.get_event().get_command_type() == CL_COMMAND_READ_BUFFER in BOOST_AUTO_TEST_CASE()
Dtest_fill.cpp254 future.get_event().get_command_type(), in BOOST_AUTO_TEST_CASE()
259 future.get_event().get_command_type() == CL_COMMAND_NDRANGE_KERNEL in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/compute/example/
Dtime_copy.cpp55 future.get_event().duration<boost::chrono::milliseconds>(); in main()
/third_party/boost/libs/compute/perf/
Dperf_copy_to_device.cpp47 future.get_event().duration<boost::chrono::nanoseconds>().count(); in main()
/third_party/boost/libs/compute/include/boost/compute/utility/
Dwait_list.hpp155 insert(future.get_event()); in insert()
/third_party/boost/boost/compute/utility/
Dwait_list.hpp155 insert(future.get_event()); in insert()
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dcopy.hpp449 future.get_event() in dispatch_copy_async()
/third_party/boost/boost/compute/algorithm/
Dcopy.hpp449 future.get_event() in dispatch_copy_async()
/third_party/PyYAML/yaml/
D_yaml.pyx627 def get_event(self): member in CParser