Home
last modified time | relevance | path

Searched refs:EventState (Results 1 – 23 of 23) sorted by relevance

/external/deqp/framework/platform/lnx/
DtcuLnx.hpp41 class EventState class
44 EventState (void);
45 virtual ~EventState (void);
54 EventState (const EventState&);
55 EventState& operator= (const EventState&);
DtcuLnx.cpp32 EventState::EventState (void) in EventState() function in tcu::lnx::EventState
37 EventState::~EventState (void) in ~EventState()
41 void EventState::setQuitFlag (bool quit) in setQuitFlag()
47 bool EventState::getQuitFlag (void) in getQuitFlag()
DtcuLnxVulkanPlatform.hpp39 VulkanPlatform (EventState& eventState);
47 EventState& m_eventState;
DtcuLnxEglPlatform.hpp41 Platform (EventState& eventState);
DtcuLnxEglPlatform.cpp43 Platform::Platform (EventState& eventState) in Platform()
DtcuLnxPlatform.cpp69 EventState m_eventState;
DtcuLnxVulkanPlatform.cpp205 VulkanPlatform::VulkanPlatform (EventState& eventState) in VulkanPlatform()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DCombinedEventsManager.java42 private final List<EventState> states;
45 private EventState first;
54 states = new ArrayList<EventState>(); in CombinedEventsManager()
72 states.add(new EventState(handler, maxCheckInterval, in addEventHandler()
84 for (EventState state : states) { in getEventsHandlers()
102 public Collection<EventState> getEventsStates() { in getEventsStates()
139 for (EventState state : states) { in evaluateStep()
148 for (EventState state : states) { in evaluateStep()
204 for (EventState state : states) { in stepAccepted()
217 for (EventState state : states) { in stop()
[all …]
DEventState.java43 public class EventState { class
95 public EventState(final EventHandler handler, final double maxCheckInterval, in EventState() method in EventState
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DAbstractIntegrator.java35 import org.apache.commons.math.ode.events.EventState;
64 private Collection<EventState> eventsStates;
89 eventsStates = new ArrayList<EventState>(); in AbstractIntegrator()
126 eventsStates.add(new EventState(handler, maxCheckInterval, convergence, maxIterationCount)); in addEventHandler()
132 for (EventState state : eventsStates) { in getEventHandlers()
247 for (EventState state : eventsStates) { in acceptStep()
255 … SortedSet<EventState> occuringEvents = new TreeSet<EventState>(new Comparator<EventState>() { in acceptStep()
258 public int compare(EventState es0, EventState es1) { in acceptStep()
264 for (final EventState state : eventsStates) { in acceptStep()
274 final Iterator<EventState> iterator = occuringEvents.iterator(); in acceptStep()
[all …]
/external/grpc-grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc111 EventState state; in Connect()
135 EventState state; in ReadUntilError()
161 class EventState { class in grpc_core::test::__anon707ef09f0111::Client
163 EventState() { in EventState() function in grpc_core::test::__anon707ef09f0111::Client::EventState
164 GRPC_CLOSURE_INIT(&closure_, &EventState::OnEventDone, this, in EventState()
168 ~EventState() { GRPC_ERROR_UNREF(error_); } in ~EventState()
180 EventState* state = static_cast<EventState*>(arg); in OnEventDone()
191 bool PollUntilDone(EventState* state, grpc_millis deadline) { in PollUntilDone()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.hpp46 DisplayBase (EventState& platform);
58 EventState& m_eventState;
90 XlibDisplay (EventState& platform, const char* name);
DtcuLnxX11EglDisplayFactory.cpp267 DisplayFactory (EventState& eventState);
272 EventState& m_eventState;
275 DisplayFactory::DisplayFactory (EventState& eventState) in DisplayFactory()
296 NativeDisplayFactory* createDisplayFactory (EventState& eventState) in createDisplayFactory()
DtcuLnxX11GlxPlatform.cpp83 GlxContextFactory (EventState& eventState);
89 EventState& getEventState (void) const { return m_eventState;} in getEventState()
95 EventState& m_eventState;
101 GlxDisplay (EventState& eventState,
211 GlxContextFactory::GlxContextFactory (EventState& eventState) in GlxContextFactory()
236 GlxDisplay::GlxDisplay (EventState& eventState, const char* name) in GlxDisplay()
771 MovePtr<ContextFactory> createContextFactory (EventState& eventState) in createContextFactory()
DtcuLnxX11EglDisplayFactory.hpp38 eglu::NativeDisplayFactory* createDisplayFactory (EventState& eventState);
DtcuLnxX11GlxPlatform.hpp39 de::MovePtr<glu::ContextFactory> createContextFactory (EventState& eventState);
DtcuLnxX11.cpp37 DisplayBase::DisplayBase (EventState& platform) in DisplayBase()
73 XlibDisplay::XlibDisplay (EventState& eventState, const char* name) in XlibDisplay()
DtcuLnxX11Xcb.hpp39 XcbDisplay (EventState& platform, const char* name);
DtcuLnxX11Xcb.cpp51 XcbDisplay::XcbDisplay (EventState& platform, const char* name) in XcbDisplay()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp167 DisplayFactory (EventState& eventState);
172 EventState& m_eventState;
175 DisplayFactory::DisplayFactory (EventState& eventState) in DisplayFactory()
194 NativeDisplayFactory* createDisplayFactory (EventState& eventState) in createDisplayFactory()
DtcuLnxWayland.hpp46 Display (EventState& platform, const char* name);
65 EventState& m_eventState;
DtcuLnxWaylandEglDisplayFactory.hpp40 eglu::NativeDisplayFactory* createDisplayFactory (EventState& eventState);
DtcuLnxWayland.cpp88 Display::Display (EventState& eventState, const char* name) in Display()