HomeSort by relevance Sort by last modified time
    Searched refs:IllegalStateException (Results 326 - 350 of 1476) sorted by null

<<11121314151617181920>>

  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
UnitTest.java 81 catch (IllegalStateException e) {
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UnitTest.java 73 catch (IllegalStateException e) {
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 46 throw new IllegalStateException();
  /libcore/support/src/test/java/tests/security/
AlgorithmParameterKeyAgreementHelper.java 65 } catch (IllegalStateException e) {
KeyAgreementHelper.java 57 } catch (IllegalStateException e) {
  /packages/apps/Browser/src/com/android/browser/
WebViewTimersControl.java 42 throw new IllegalStateException("WebViewTimersControl.get() called on wrong thread");
  /packages/apps/Camera2/src/android/util/
Pools.java 63 * @throws IllegalStateException If the instance is already in the pool.
112 throw new IllegalStateException("Already in the pool!");
  /packages/apps/Gallery2/src/android/util/
Pools.java 63 * @throws IllegalStateException If the instance is already in the pool.
112 throw new IllegalStateException("Already in the pool!");
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
LinkedNode.java 36 if (mNext == this) throw new IllegalStateException();
  /packages/apps/Launcher3/WallpaperPicker/src/android/util/
Pools.java 63 * @throws IllegalStateException If the instance is already in the pool.
112 throw new IllegalStateException("Already in the pool!");
  /packages/apps/Mms/src/com/android/mms/drm/
DrmUtils.java 50 } catch (IllegalStateException ex) {
  /packages/apps/Mms/src/com/android/mms/layout/
LayoutManager.java 79 throw new IllegalStateException("Uninitialized.");
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
ReusableBitmap.java 85 throw new IllegalStateException();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
LineIterator.java 86 * @throws IllegalStateException if an IO exception occurs
107 throw new IllegalStateException(ioe.toString());
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java 410 throw new IllegalStateException("Overlay already set for media item: " + mUniqueId);
421 throw new IllegalStateException("Overlay does not match: " + mOverlay.getId() + " "
442 throw new IllegalStateException("Effect already set for media item: " + mUniqueId);
453 throw new IllegalStateException("Effect does not match: " + mEffect.getId() + " "
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 390 if (this.reservedSectors != 32) throw new IllegalStateException(
393 if (this.fatCount != 2) throw new IllegalStateException(
424 if (this.reservedSectors != 1) throw new IllegalStateException(
427 if (this.fatCount != 2) throw new IllegalStateException(
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaCodecBridge.java 249 } catch (IllegalStateException e) {
286 } catch (IllegalStateException e) {
340 } catch (IllegalStateException e) {
392 } catch (IllegalStateException e) {
432 } catch (IllegalStateException e) {
446 } catch (IllegalStateException e) {
509 } catch (IllegalStateException e) {
  /frameworks/base/core/java/android/util/
MapCollections.java 64 throw new IllegalStateException();
98 throw new IllegalStateException();
109 throw new IllegalStateException(
118 throw new IllegalStateException(
127 throw new IllegalStateException(
136 throw new IllegalStateException(
150 throw new IllegalStateException(
  /frameworks/base/core/tests/coretests/src/android/util/
JsonWriterTest.java 33 } catch (IllegalStateException expected) {
45 } catch (IllegalStateException expected) {
57 } catch (IllegalStateException expected) {
68 } catch (IllegalStateException expected) {
79 } catch (IllegalStateException expected) {
91 } catch (IllegalStateException expected) {
103 } catch (IllegalStateException expected) {
  /frameworks/base/media/java/android/media/
AudioTrack.java 493 } catch(IllegalStateException ise) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
MapCollections.java 62 throw new IllegalStateException();
96 throw new IllegalStateException();
107 throw new IllegalStateException(
116 throw new IllegalStateException(
125 throw new IllegalStateException(
134 throw new IllegalStateException(
148 throw new IllegalStateException(
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 176 throw new IllegalStateException("Texture cannot be null!");
182 throw new IllegalStateException("Texture has no asset key name!");
195 throw new IllegalStateException("Supplied master map texture has no asset key name!");
209 throw new IllegalStateException("Texture cannot be null!");
215 throw new IllegalStateException("Texture has no asset key name!");
236 throw new IllegalStateException("Atlas already has a master map called " + rootMapName + "."
260 throw new IllegalStateException("Cannot find master map texture for " + name + ".");
262 throw new IllegalStateException(mapName + " " + name + " does not fit " + rootMapName + " tile size. Make sure all textures (diffuse, normal, specular) for one model are the same size.");
436 throw new IllegalStateException("Geometry mesh has no texture coordinate buffer.");
455 throw new IllegalStateException("Geometry has no proper texture.")
    [all...]
  /external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java 637 fail("Expected an IllegalStateException");
638 } catch (IllegalStateException e2) {
886 } catch (IllegalStateException expected) {}
895 } catch (IllegalStateException expected) {}
903 } catch (IllegalStateException expected) {}
916 } catch (IllegalStateException expected) {}
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 106 } catch (IllegalStateException e) {
145 } catch (IllegalStateException e) {
179 } catch (IllegalStateException e) {
241 } catch (IllegalStateException e) {
324 } catch (IllegalStateException e) {
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 115 throw new IllegalStateException("keystore is "
121 throw new IllegalStateException("uid " + callingUid
133 throw new IllegalStateException(e);
135 throw new IllegalStateException(e);
198 throw new IllegalStateException(actual);

Completed in 1274 milliseconds

<<11121314151617181920>>