/external/deqp/framework/platform/lnx/ |
D | tcuLnx.hpp | 41 class EventState class 44 EventState (void); 45 virtual ~EventState (void); 54 EventState (const EventState&); 55 EventState& operator= (const EventState&);
|
D | tcuLnx.cpp | 32 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()
|
D | tcuLnxVulkanPlatform.hpp | 39 VulkanPlatform (EventState& eventState); 47 EventState& m_eventState;
|
D | tcuLnxEglPlatform.hpp | 41 Platform (EventState& eventState);
|
D | tcuLnxEglPlatform.cpp | 43 Platform::Platform (EventState& eventState) in Platform()
|
D | tcuLnxPlatform.cpp | 69 EventState m_eventState;
|
D | tcuLnxVulkanPlatform.cpp | 205 VulkanPlatform::VulkanPlatform (EventState& eventState) in VulkanPlatform()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
D | CombinedEventsManager.java | 42 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 …]
|
D | EventState.java | 43 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/ |
D | AbstractIntegrator.java | 35 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/ |
D | settings_timeout_test.cc | 111 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/ |
D | tcuLnxX11.hpp | 46 DisplayBase (EventState& platform); 58 EventState& m_eventState; 90 XlibDisplay (EventState& platform, const char* name);
|
D | tcuLnxX11EglDisplayFactory.cpp | 267 DisplayFactory (EventState& eventState); 272 EventState& m_eventState; 275 DisplayFactory::DisplayFactory (EventState& eventState) in DisplayFactory() 296 NativeDisplayFactory* createDisplayFactory (EventState& eventState) in createDisplayFactory()
|
D | tcuLnxX11GlxPlatform.cpp | 83 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()
|
D | tcuLnxX11EglDisplayFactory.hpp | 38 eglu::NativeDisplayFactory* createDisplayFactory (EventState& eventState);
|
D | tcuLnxX11GlxPlatform.hpp | 39 de::MovePtr<glu::ContextFactory> createContextFactory (EventState& eventState);
|
D | tcuLnxX11.cpp | 37 DisplayBase::DisplayBase (EventState& platform) in DisplayBase() 73 XlibDisplay::XlibDisplay (EventState& eventState, const char* name) in XlibDisplay()
|
D | tcuLnxX11Xcb.hpp | 39 XcbDisplay (EventState& platform, const char* name);
|
D | tcuLnxX11Xcb.cpp | 51 XcbDisplay::XcbDisplay (EventState& platform, const char* name) in XcbDisplay()
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 167 DisplayFactory (EventState& eventState); 172 EventState& m_eventState; 175 DisplayFactory::DisplayFactory (EventState& eventState) in DisplayFactory() 194 NativeDisplayFactory* createDisplayFactory (EventState& eventState) in createDisplayFactory()
|
D | tcuLnxWayland.hpp | 46 Display (EventState& platform, const char* name); 65 EventState& m_eventState;
|
D | tcuLnxWaylandEglDisplayFactory.hpp | 40 eglu::NativeDisplayFactory* createDisplayFactory (EventState& eventState);
|
D | tcuLnxWayland.cpp | 88 Display::Display (EventState& eventState, const char* name) in Display()
|