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

1 2 3 4 5

  /libcore/luni/src/test/java/libcore/java/lang/
AssertionErrorTest.java 24 AssertionError ae = new AssertionError("hello"); local
25 ae.initCause(new Throwable());
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastStats.java 76 ActionEntry ae = mActions.get(action); local
77 if (ae == null) {
78 ae = new ActionEntry(action);
79 mActions.put(action, ae);
81 ae.mReceiveCount += receiveCount;
82 ae.mSkipCount += skipCount;
83 ae.mTotalDispatchTime += dispatchTime;
84 if (ae.mMaxDispatchTime < dispatchTime) {
85 ae.mMaxDispatchTime = dispatchTime;
87 PackageEntry pe = ae.mPackages.get(srcPackage)
96 ActionEntry ae = mActions.get(action); local
117 ActionEntry ae = actions.get(i); local
166 ActionEntry ae = mActions.valueAt(i); local
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
VisualizerEffectTest.java 54 AudioEffect ae = null; local
60 ae = (AudioEffect) ct.newInstance(descriptors[visualizerIndex].type,
64 Integer ret = (Integer) command.invoke(ae, new Object[]{VISUALIZER_CMD_MEASURE,
70 if (ae != null) {
71 ae.release();
  /system/bt/osi/test/
ringbuffer_test.cc 126 uint8_t ae[] = {0xAE, 0xAE, 0xAE}; local
127 added = ringbuffer_insert(rb, ae, sizeof(ae));
136 ASSERT_TRUE(0 == memcmp(ae, peek, popped));
  /external/testng/src/main/java/org/testng/
FileAssert.java 232 AssertionError ae = new AssertionError(message); local
233 ae.initCause(realCause);
235 throw ae;
Assert.java 83 AssertionError ae = new AssertionError(message); local
84 ae.initCause(realCause);
86 throw ae;
157 } catch (AssertionError ae) {
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis_test.cc 190 HInstruction* ae = new (&allocator_) HAboveOrEqual(index, length); local
191 block->AddInstruction(ae);
193 new(&allocator_) HDeoptimize(&allocator_, ae, DeoptimizationKind::kBlockBCE, /* dex_pc */ 0u);
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 443 AuthorityEntry ae = new AuthorityEntry(HOST + i, String.valueOf(PORT + i)); local
444 assertEquals(ae.getHost(), mIntentFilter.getDataAuthority(i).getHost());
445 assertEquals(ae.getPort(), mIntentFilter.getDataAuthority(i).getPort());
    [all...]
  /external/clang/test/CodeGenCXX/
dynamic-cast-hint.cpp 28 volatile E *ae = dynamic_cast<E *>(a); local
  /external/selinux/libselinux/include/selinux/
avc.h 97 struct avc_entry *ae; member in struct:avc_entry_ref
109 #define avc_entry_ref_init(aeref) ((aeref)->ae = NULL)
  /bionic/libc/dns/nameser/
ns_name.c 756 ns_nname_ct ae = a + as, be = b + bs; local
764 if (a + ac >= ae || b + bc >= be) {
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 900 char *a = (char*)a1, *ae = a + len; local
902 while(a < ae)
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
misc.c 902 char *a = (char*)a1, *ae = a + len; local
904 while(a < ae)
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 168 status_t setAudioEncoder(int ae)
170 ALOGV("setAudioEncoder(%d)", ae);
173 data.writeInt32(ae);
450 int ae = data.readInt32(); local
451 reply->writeInt32(setAudioEncoder(ae));
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 568 UString e, ae; local
572 ae.SetFromAscii(arc.AddExt);
573 item.AddExts(e, ae);
  /external/regex-re2/re2/
re2.cc 509 const char *ae = a + len; local
511 for (; a < ae; a++, b++) {
    [all...]
  /external/selinux/libselinux/src/
avc.c 29 struct avc_entry ae; member in struct:avc_node
311 if (!cur->ae.used)
314 cur->ae.used = 0;
337 static inline void avc_clear_avc_entry(struct avc_entry *ae)
339 memset(ae, 0, sizeof(*ae));
363 avc_clear_avc_entry(&new->ae);
364 new->ae.used = 1;
365 new->ae.ssid = ssid;
366 new->ae.tsid = tsid
750 struct avc_entry *ae; local
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 191 AudioEffect* const ae = local
193 return sp<AudioEffect>(ae);
197 const sp<AudioEffect>& ae)
202 if (ae.get()) {
203 ae->incStrong((void*)setAudioEffect);
208 env->SetLongField(thiz, fields.fidNativeAudioEffect, (jlong)ae.get());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 1980 int ae; local
    [all...]
  /packages/apps/DevCamera/src/com/android/devcamera/
DevCameraActivity.java 472 String ae = aeStateToString(aeState); local
475 final String info = String.format(" %2.0f FPS%5d ISO AF:%s AE:%s AWB:%s", fps, iso, af, ae, awb);
  /frameworks/base/core/java/android/content/
IntentFilter.java 1280 final AuthorityEntry ae = mDataAuthorities.get(i); local
1639 AuthorityEntry ae = mDataAuthorities.get(i); local
1784 AuthorityEntry ae = it.next(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 752 java.lang.ArithmeticException ae = null; local
809 java.lang.ArithmeticException ae = null; local
1083 java.lang.ArithmeticException ae = null; local
1143 java.lang.ArithmeticException ae = null; local
1467 java.lang.ArithmeticException ae = null; local
1549 java.lang.ArithmeticException ae = null; local
1602 java.lang.ArithmeticException ae = null; local
1669 java.lang.ArithmeticException ae = null; local
1908 java.lang.ArithmeticException ae = null; local
1959 java.lang.ArithmeticException ae = null; local
2043 java.lang.ArithmeticException ae = null; local
2296 java.lang.ArithmeticException ae = null; local
2464 java.lang.ArithmeticException ae = null; local
2728 java.lang.ArithmeticException ae = null; local
2998 java.lang.ArithmeticException ae = null; local
3239 java.lang.ArithmeticException ae = null; local
3498 java.lang.ArithmeticException ae = null; local
3891 java.lang.ArithmeticException ae = null; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 751 java.lang.ArithmeticException ae = null; local
808 java.lang.ArithmeticException ae = null; local
1082 java.lang.ArithmeticException ae = null; local
1142 java.lang.ArithmeticException ae = null; local
1466 java.lang.ArithmeticException ae = null; local
1548 java.lang.ArithmeticException ae = null; local
1601 java.lang.ArithmeticException ae = null; local
1668 java.lang.ArithmeticException ae = null; local
1907 java.lang.ArithmeticException ae = null; local
1958 java.lang.ArithmeticException ae = null; local
2042 java.lang.ArithmeticException ae = null; local
2295 java.lang.ArithmeticException ae = null; local
2463 java.lang.ArithmeticException ae = null; local
2727 java.lang.ArithmeticException ae = null; local
2997 java.lang.ArithmeticException ae = null; local
3238 java.lang.ArithmeticException ae = null; local
3497 java.lang.ArithmeticException ae = null; local
3890 java.lang.ArithmeticException ae = null; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/
data-collector-2.3.6.jar 
  /external/icu/icu4c/source/i18n/
decNumber.c 1373 Int ae=rhs->exponent+rhs->digits-1; \/* adjusted exponent *\/ local
3134 Int ae=rhs->exponent+rhs->digits-1; \/* adjusted exponent *\/ local
3548 Int ae; \/* adjusted exponent *\/ local
3568 Int ae; \/* adjusted exponent *\/ local
8004 Int ae, d, digits; \/* .. *\/ local
    [all...]

Completed in 2700 milliseconds

1 2 3 4 5