HomeSort by relevance Sort by last modified time
    Searched refs:iae (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /frameworks/wilhelm/src/android/
android_Effect.cpp 748 SLresult android_genericFx_createEffect(IAndroidEffect* iae, SLInterfaceID pUuid, int sessionId) {
753 if (0 <= iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid))) {
775 iae->mEffects->add(KEY_FROM_GUID(pUuid), pFx);
783 SLresult android_genericFx_releaseEffect(IAndroidEffect* iae, SLInterfaceID pUuid) {
785 ssize_t index = iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid));
790 android::AudioEffect* pFx = iae->mEffects->valueAt(index);
792 iae->mEffects->removeItem(index);
799 SLresult android_genericFx_setEnabled(IAndroidEffect* iae, SLInterfaceID pUuid, SLboolean enabled) {
801 ssize_t index = iae->mEffects->indexOfKey(KEY_FROM_GUID(pUuid));
806 android::AudioEffect* pFx = iae->mEffects->valueAt(index)
    [all...]
  /dalvik/tests/044-proxy/src/
Clash4.java 40 } catch (IllegalArgumentException iae) {
42 //System.out.println(iae);
WrappedThrow.java 37 } catch (IllegalArgumentException iae) {
239 } catch (IllegalAccessException iae) {
240 throw new RuntimeException(iae);
BasicTest.java 258 } catch (IllegalAccessException iae) {
259 throw new RuntimeException(iae);
  /dalvik/tests/053-wait-some/src/
Main.java 25 } catch (IllegalArgumentException iae) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URISyntaxExceptionTest.java 46 } catch (IllegalArgumentException iae) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadStateTest.java 40 } catch(IllegalArgumentException iae) {
OldSystemTest.java 207 } catch(IllegalArgumentException iae) {
223 } catch(IllegalArgumentException iae) {
251 } catch(IllegalArgumentException iae) {
OldRuntimeTest.java 85 } catch(IllegalArgumentException iae) {
144 } catch(IllegalArgumentException iae) {
237 } catch(IllegalArgumentException iae) {
363 } catch(IllegalArgumentException iae) {
  /libcore/luni/src/test/java/libcore/java/text/
OldFormatTest.java 81 } catch(IllegalArgumentException iae) {
OldAttributedStringTest.java 480 } catch(IllegalArgumentException iae) {
487 } catch(IllegalArgumentException iae) {
494 } catch(IllegalArgumentException iae) {
OldMessageFormatTest.java 72 } catch(IllegalArgumentException iae) {
199 } catch(IllegalArgumentException iae) {
207 } catch(IllegalArgumentException iae) {
293 } catch(IllegalArgumentException iae) {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLServerSocketTest.java 216 } catch (IllegalArgumentException iae) {
222 } catch (IllegalArgumentException iae) {
255 } catch (IllegalArgumentException iae) {
261 } catch (IllegalArgumentException iae) {
  /dalvik/tests/042-new-instance/src/
Main.java 49 } catch (IllegalAccessException iae) {
129 } catch (IllegalAccessException iae) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 81 } catch (Error iae) {
  /libcore/luni/src/test/java/libcore/java/net/
OldProxyTest.java 34 } catch(IllegalArgumentException iae) {
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 79 IllegalArgumentException iae = new IllegalArgumentException(); //FIXME message local
80 iae.initCause(e);
81 throw iae;
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 333 } catch(java.lang.IllegalArgumentException iae) {
339 } catch(java.lang.IllegalArgumentException iae) {
378 } catch(java.lang.IllegalArgumentException iae) {
388 } catch(java.lang.IllegalArgumentException iae) {
527 } catch(java.lang.IllegalArgumentException iae) {
534 } catch(java.lang.IllegalArgumentException iae) {
580 } catch(java.lang.IllegalArgumentException iae) {
592 } catch(java.lang.IllegalArgumentException iae) {
628 // } catch(java.lang.IllegalArgumentException iae) {
636 // } catch(java.lang.IllegalArgumentException iae) {
    [all...]
DocumentBuilderTest.java 261 } catch (IllegalArgumentException iae) {
321 } catch (IllegalArgumentException iae) {
383 } catch (IllegalArgumentException iae) {
448 } catch (IllegalArgumentException iae) {
503 } catch (IllegalArgumentException iae) {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTokenRewriteStream.java 293 catch (IllegalArgumentException iae) {
294 exc = iae;
437 catch (IllegalArgumentException iae) {
438 exc = iae;
510 catch (IllegalArgumentException iae) {
511 exc = iae;
534 catch (IllegalArgumentException iae) {
535 exc = iae;
681 catch (IllegalArgumentException iae) {
682 exc = iae;
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatTest.java 132 fail("Should throw IAE");
133 } catch (IllegalArgumentException iae) {
177 fail("Should throw IAE");
178 } catch (IllegalArgumentException iae) {
241 fail("Should throw IAE");
242 } catch (IllegalArgumentException iae) {
291 fail("Should throw IAE");
292 } catch (IllegalArgumentException iae) {
379 fail("Should throw IAE");
380 } catch (IllegalArgumentException iae) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 507 IllegalArgumentException iae = new IllegalArgumentException(fnfe); local
508 RuntimeException re = new RuntimeException(iae);
511 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex));
  /dalvik/tests/074-gc-thrash/src/
Main.java 54 } catch (IllegalAccessException iae) {
55 System.err.println(iae);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 79 catch (java.lang.IllegalArgumentException iae) // java 1.1.8
95 catch (java.lang.IllegalArgumentException iae) // java 1.1.8
  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 233 } catch (IllegalAccessException iae) {
234 throw new AssertionError(iae);

Completed in 1120 milliseconds

12 3 4 5 6