Searched refs:waits (Results 1 – 9 of 9) sorted by relevance
409 protected void setWaitsOnInputPort(String portName, boolean waits) { in setWaitsOnInputPort() argument410 getInputPort(portName).setBlocking(waits); in setWaitsOnInputPort()419 protected void setWaitsOnOutputPort(String portName, boolean waits) { in setWaitsOnOutputPort() argument420 getOutputPort(portName).setBlocking(waits); in setWaitsOnOutputPort()
78 rotates the shape only one increment and then waits for a call to {@link
62 waits in the Paused state (1). If the user returns to the activity while it's still paused, the
477 …<li>Create a {@link java.net.ServerSocket}. This socket waits for a connection from a client on a …487 …<li>The server socket waits for a client connection (with the {@link java.net.ServerSocket#accept(…
878 Handler from the parent class. Then it goes back and waits for more bytes from
82 …o ensure that prefetching doesn't delay application startup while the app waits for the prefetch t…
497 </pre>If this method returns false, the board waits until a new device is connected. If it is
314 onBackup()} method. Instead, the Backup Manager waits for an appropriate time, then performs
711 application to get stuck in a pending state while it waits for an <code>IN_APP_NOTIFY</code> message