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

1 2

  /libcore/luni/src/main/java/java/lang/
IllegalThreadStateException.java 24 public class IllegalThreadStateException extends IllegalArgumentException {
29 * Constructs a new {@code IllegalThreadStateException} that includes the
32 public IllegalThreadStateException() {
36 * Constructs a new {@code IllegalThreadStateException} with the current
42 public IllegalThreadStateException(String detailMessage) {
ProcessManager.java 275 throw new IllegalThreadStateException("Process has not yet terminated: " + pid);
  /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 124 } catch(IllegalThreadStateException expected) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Resource.java 63 throw new IllegalThreadStateException("Must call acquire on the main thread");
73 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 66 } catch (IllegalThreadStateException e) {
  /libcore/libart/src/main/java/java/lang/
ThreadGroup.java 89 * @throws IllegalThreadStateException if {@code parent} has been
160 * @throws IllegalThreadStateException if this group has been destroyed already
162 private void add(ThreadGroup g) throws IllegalThreadStateException {
165 throw new IllegalThreadStateException();
199 * @throws IllegalThreadStateException if this thread group or any of its
207 throw new IllegalThreadStateException(
212 throw new IllegalThreadStateException(
703 final void addThread(Thread thread) throws IllegalThreadStateException {
706 throw new IllegalThreadStateException();
715 final void removeThread(Thread thread) throws IllegalThreadStateException {
    [all...]
Thread.java 271 * @throws IllegalThreadStateException
291 * @throws IllegalThreadStateException
312 * @throws IllegalThreadStateException
341 * @throws IllegalThreadStateException
397 * @throws IllegalThreadStateException if <code>group.destroy()</code> has
409 throw new IllegalThreadStateException("Group already destroyed");
837 * @throws IllegalThreadStateException - if this thread has already started.
849 throw new IllegalThreadStateException("Thread already started");
    [all...]
  /art/test/051-thread/src/
Main.java 88 } catch (IllegalThreadStateException itse) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 65 } catch(IllegalThreadStateException itse) {
151 } catch (IllegalThreadStateException ex) {
411 } catch(IllegalThreadStateException itse){
OldThreadGroupTest.java 33 throws SecurityException, IllegalThreadStateException {
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 213 } catch (IllegalThreadStateException destroyUnsuccessful) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /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 
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbHostManager.java 152 } catch (IllegalThreadStateException ex) {
153 Slog.d(TAG, "usb: IllegalThreadStateException while waiting for ALSA file.");
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 162 } catch (IllegalThreadStateException e) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 522 throw new IllegalThreadStateException("must be called on main thread");
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 420 milliseconds

1 2