HomeSort by relevance Sort by last modified time
    Searched refs:IllegalThreadStateException (Results 1 - 25 of 42) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/lang/
IllegalThreadStateException.java 39 public class IllegalThreadStateException extends IllegalArgumentException {
43 * Constructs an <code>IllegalThreadStateException</code> with no
46 public IllegalThreadStateException() {
51 * Constructs an <code>IllegalThreadStateException</code> with the
56 public IllegalThreadStateException(String s) {
Process.java 196 } catch(IllegalThreadStateException ex) {
212 * @throws IllegalThreadStateException if the subprocess represented
261 } catch(IllegalThreadStateException e) {
ThreadGroup.java 776 * @exception IllegalThreadStateException if the thread group is not
789 throw new IllegalThreadStateException();
816 * @exception IllegalThreadStateException If the Thread group has been destroyed.
821 throw new IllegalThreadStateException();
878 throw new IllegalThreadStateException();
894 * @throws IllegalThreadStateException
900 throw new IllegalThreadStateException();
    [all...]
UNIXProcess.java 215 throw new IllegalThreadStateException("process hasn't exited");
Thread.java 709 * @exception IllegalThreadStateException if the thread was already
724 throw new IllegalThreadStateException();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
IllegalThreadStateExceptionTest.java 25 * java.lang.IllegalThreadStateException#IllegalThreadStateException()
28 IllegalThreadStateException e = new IllegalThreadStateException();
35 * java.lang.IllegalThreadStateException#IllegalThreadStateException(java.lang.String)
38 IllegalThreadStateException e = new IllegalThreadStateException("fixture");
ThreadGroupTest.java 94 } catch (IllegalThreadStateException e) {
141 } catch (IllegalThreadStateException e) {
159 } catch (IllegalThreadStateException e) {
167 } catch (IllegalThreadStateException e) {
194 } catch (IllegalThreadStateException e) {
216 } catch (IllegalThreadStateException its) {
226 } catch (IllegalThreadStateException its) {
238 fail("should throw IllegalThreadStateException");
239 } catch (IllegalThreadStateException e) {
ProcessTest.java 133 } catch(IllegalThreadStateException expected) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineResource.java 78 throw new IllegalThreadStateException("Must call acquire on the main thread");
97 throw new IllegalThreadStateException("Must call release on the main thread");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ExitTest.java 78 } catch (IllegalThreadStateException e) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 65 } catch(IllegalThreadStateException itse) {
151 } catch (IllegalThreadStateException ex) {
411 } catch(IllegalThreadStateException itse){
ThreadTest.java 264 * throws {@code IllegalThreadStateException}
283 } catch (IllegalThreadStateException expected) {
296 * throws {@code IllegalThreadStateException}
308 } catch (IllegalThreadStateException expected) {
OldThreadGroupTest.java 33 throws SecurityException, IllegalThreadStateException {
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 126 } catch (IllegalThreadStateException expected) {}
140 } catch (IllegalThreadStateException e) {
  /art/test/051-thread/src/
Main.java 95 } catch (IllegalThreadStateException itse) {
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 213 } catch (IllegalThreadStateException destroyUnsuccessful) {
  /external/vogar/src/vogar/commands/
Command.java 185 } catch (IllegalThreadStateException | InterruptedException destroyUnsuccessful) {
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 134 class IllegalThreadStateException;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 617 throw new IllegalThreadStateException("must be called on main thread");
  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceManager.java 638 } catch (IllegalThreadStateException e) {
    [all...]
  /libcore/
openjdk_java_files.mk 145 ojluni/src/main/java/java/lang/IllegalThreadStateException.java \
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
  /prebuilts/sdk/10/
android.jar 

Completed in 848 milliseconds

1 2