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

1 2 3

  /cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/d/
T_move_exception_2.java 24 } catch (ArithmeticException ae) {
  /dalvik/tests/014-math3/src/
Main.java 29 catch (ArithmeticException ae) {
34 catch (ArithmeticException ae) {
43 catch (ArithmeticException ae) {
48 catch (ArithmeticException ae) {
  /libcore/luni/src/test/java/tests/security/acl/
IAclEntryTest.java 75 MyAclEntry ae = new MyAclEntry(new PrincipalImpl("TestPrincipal")); local
77 assertTrue(ae.addPermission(perm));
78 assertFalse(ae.addPermission(perm));
79 assertTrue(ae.checkPermission(perm));
80 assertTrue(ae.removePermission(perm));
81 assertFalse(ae.removePermission(perm));
82 assertFalse(ae.checkPermission(perm));
107 MyAclEntry ae = new MyAclEntry(); local
110 assertTrue(ae.setPrincipal(mp));
111 Principal p = ae.getPrincipal()
138 MyAclEntry ae = new MyAclEntry(new PrincipalImpl("TestPrincipal")); local
158 MyAclEntry ae = new MyAclEntry(new PrincipalImpl("TestPrincipal")); local
187 MyAclEntry ae = new MyAclEntry(new PrincipalImpl("TestPrincipal")); local
206 MyAclEntry ae = new MyAclEntry(new PrincipalImpl("TestPrincipal")); local
    [all...]
IAclTest.java 69 AclEntry ae = new AclEntryImpl(pr); local
71 assertTrue(acl.addEntry(pr, ae));
72 assertFalse(acl.addEntry(pr, ae));
73 assertTrue(acl.removeEntry(pr, ae));
74 assertFalse(acl.removeEntry(pr, ae));
80 acl.addEntry(new PrincipalImpl("NewPrincipal"), ae);
87 acl.removeEntry(new PrincipalImpl("NewPrincipal"), ae);
146 AclEntry ae = new AclEntryImpl(pr); local
149 ae.addPermission(perm);
150 acl.addEntry(pr, ae);
208 AclEntry ae = new AclEntryImpl(pr); local
    [all...]
  /dalvik/tests/029-assert/src/
Main.java 12 } catch (AssertionError ae) {
  /external/webkit/WebKit/win/Interfaces/
IWebWorkersPrivate.idl 45 uuid(537069C5-389C-41ae-9A82-423ACA8B2C02),
  /system/core/libacc/tests/data/
otcc-ansi.c 118 void ae(int g) { function
135 ae(g);
151 ae(1032325);
156 ae( 49465);
158 ae( 15);
159 ae( e+144);
160 ae( 192);
164 ae(j + 131);
195 else ae( m);
217 ae( 80)
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalConvertTest.java 37 } catch (java.lang.ArithmeticException ae) {
48 } catch (java.lang.ArithmeticException ae) {
58 } catch (java.lang.ArithmeticException ae) {
69 } catch (java.lang.ArithmeticException ae) {
94 } catch (java.lang.ArithmeticException ae) {
105 } catch (java.lang.ArithmeticException ae) {
115 } catch (java.lang.ArithmeticException ae) {
130 } catch (java.lang.ArithmeticException ae) {
180 } catch (java.lang.ArithmeticException ae) {
191 } catch (java.lang.ArithmeticException ae) {
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
Throw.java 52 } catch (ArithmeticException ae) {
74 } catch (ArithmeticException ae) {
IntMath.java 376 } catch (ArithmeticException ae) {
382 } catch (ArithmeticException ae) {
388 } catch (ArithmeticException ae) {
394 } catch (ArithmeticException ae) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_exception/
Test_move_exception.java 34 } catch (ArithmeticException ae) {
  /external/openssl/crypto/bn/asm/
co-586.pl 109 local($i,$as,$ae,$bs,$be,$ai,$bi);
121 $ae=0;
179 $ae++ if ($i >= ($num-1));
200 local($i,$as,$ae,$bs,$be,$ai,$bi);
222 $ae=0;
275 $ae++ if ($i >= ($num-1));
  /external/openssl/crypto/bn/asm/x86/
comba.pl 97 local($i,$as,$ae,$bs,$be,$ai,$bi);
109 $ae=0;
167 $ae++ if ($i >= ($num-1));
188 local($i,$as,$ae,$bs,$be,$ai,$bi);
210 $ae=0;
263 $ae++ if ($i >= ($num-1));
  /frameworks/base/tools/aapt/
XMLNode.cpp 659 const attribute_entry& ae(mAttributes.itemAt(i));
660 if (ae.ns == ns && ae.name == name) {
661 return &ae;
672 attribute_entry * ae = &mAttributes.editItemAt(i);
673 if (ae->ns == ns && ae->name == name) {
674 return ae;
    [all...]
  /frameworks/base/include/media/
IMediaRecorder.h 40 virtual status_t setAudioEncoder(int ae) = 0;
MediaRecorderBase.h 35 virtual status_t setAudioEncoder(audio_encoder ae) = 0;
PVMediaRecorder.h 39 virtual status_t setAudioEncoder(audio_encoder ae);
  /frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.h 37 virtual status_t setAudioEncoder(int ae);
MediaRecorderClient.cpp 134 status_t MediaRecorderClient::setAudioEncoder(int ae)
136 LOGV("setAudioEncoder(%d)", ae);
142 return mRecorder->setAudioEncoder((audio_encoder)ae);
  /external/skia/src/animator/
SkAnimator.cpp 202 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) {
203 SkDisplayable* element = (SkDisplayable*) ae;
213 const SkMemberInfo* SkAnimator::getField(const SkDisplayable* ae, const char* field) {
214 SkDisplayable* element = (SkDisplayable*) ae;
234 static bool getArrayCommon(const SkDisplayable* ae, const SkMemberInfo* ai,
236 const SkDisplayable* element = (const SkDisplayable*) ae;
242 int32_t SkAnimator::getArrayInt(const SkDisplayable* ae,
245 bool result = getArrayCommon(ae, ai, index, &operand, SkType_Int);
259 SkScalar SkAnimator::getArrayScalar(const SkDisplayable* ae,
262 bool result = getArrayCommon(ae, ai, index, &operand, SkType_Float)
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/idiv/
Test_idiv.java 130 } catch (ArithmeticException ae) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/irem/
Test_irem.java 130 } catch (ArithmeticException ae) {
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 214 android_media_MediaRecorder_setAudioEncoder(JNIEnv *env, jobject thiz, jint ae)
216 LOGV("setAudioEncoder(%d)", ae);
217 if (ae < AUDIO_ENCODER_DEFAULT || ae >= AUDIO_ENCODER_LIST_END) {
222 process_media_recorder_call(env, mr->setAudioEncoder(ae), "java/lang/RuntimeException", "setAudioEncoder failed.");
  /frameworks/base/media/libmedia/
IMediaRecorder.cpp 131 status_t setAudioEncoder(int ae)
133 LOGV("setAudioEncoder(%d)", ae);
136 data.writeInt32(ae);
358 int ae = data.readInt32(); local
359 reply->writeInt32(setAudioEncoder(ae));
  /frameworks/base/core/java/android/content/
IntentFilter.java 854 final AuthorityEntry ae = i.next(); local
855 int match = ae.match(data);
1174 AuthorityEntry ae = mDataAuthorities.get(i); local
1290 AuthorityEntry ae = it.next(); local
    [all...]

Completed in 305 milliseconds

1 2 3