HomeSort by relevance Sort by last modified time
    Searched defs:ae (Results 1 - 25 of 102) 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());
  /system/bt/osi/test/
ringbuffer_test.cpp 126 uint8_t ae[] = { 0xAE, 0xAE, 0xAE }; local
127 added = ringbuffer_insert(rb, ae, sizeof(ae));
136 ASSERT_TRUE(0 == memcmp(ae, peek, popped));
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastStats.java 71 ActionEntry ae = mActions.get(action); local
72 if (ae == null) {
73 ae = new ActionEntry(action);
74 mActions.put(action, ae);
76 ae.mReceiveCount += receiveCount;
77 ae.mSkipCount += skipCount;
78 ae.mTotalDispatchTime += dispatchTime;
79 if (ae.mMaxDispatchTime < dispatchTime) {
80 ae.mMaxDispatchTime = dispatchTime;
82 PackageEntry pe = ae.mPackages.get(srcPackage)
98 ActionEntry ae = actions.get(i); local
138 ActionEntry ae = mActions.valueAt(i); local
    [all...]
  /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...]
  /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/jetty/src/java/org/eclipse/jetty/server/handler/
GzipHandler.java 245 String ae = request.getHeader("accept-encoding"); local
246 if (ae != null && ae.indexOf("gzip")>=0 && !response.containsHeader("Content-Encoding")
  /external/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)
  /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)
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 164 status_t setAudioEncoder(int ae)
166 ALOGV("setAudioEncoder(%d)", ae);
169 data.writeInt32(ae);
422 int ae = data.readInt32(); local
423 reply->writeInt32(setAudioEncoder(ae));
  /external/libselinux/src/
avc.c 29 struct avc_entry ae; member in struct:avc_node
271 if (!cur->ae.used)
274 cur->ae.used = 0;
297 static inline void avc_clear_avc_entry(struct avc_entry *ae)
299 memset(ae, 0, sizeof(*ae));
323 avc_clear_avc_entry(&new->ae);
324 new->ae.used = 1;
325 new->ae.ssid = ssid;
326 new->ae.tsid = tsid
715 struct avc_entry *ae; local
    [all...]
  /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 190 AudioEffect* const ae = local
192 return sp<AudioEffect>(ae);
196 const sp<AudioEffect>& ae)
201 if (ae.get()) {
202 ae->incStrong((void*)setAudioEffect);
207 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 1236 final AuthorityEntry ae = mDataAuthorities.get(i); local
1592 AuthorityEntry ae = mDataAuthorities.get(i); local
1730 AuthorityEntry ae = it.next(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimal.java 981 java.lang.ArithmeticException ae = null; local
1038 java.lang.ArithmeticException ae = null; local
1312 java.lang.ArithmeticException ae = null; local
1372 java.lang.ArithmeticException ae = null; local
1696 java.lang.ArithmeticException ae = null; local
1778 java.lang.ArithmeticException ae = null; local
1831 java.lang.ArithmeticException ae = null; local
1898 java.lang.ArithmeticException ae = null; local
2137 java.lang.ArithmeticException ae = null; local
2188 java.lang.ArithmeticException ae = null; local
2272 java.lang.ArithmeticException ae = null; local
2526 java.lang.ArithmeticException ae = null; local
2695 java.lang.ArithmeticException ae = null; local
2959 java.lang.ArithmeticException ae = null; local
3232 java.lang.ArithmeticException ae = null; local
3477 java.lang.ArithmeticException ae = null; local
3737 java.lang.ArithmeticException ae = null; local
4133 java.lang.ArithmeticException ae = null; local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 1371 Int ae=rhs->exponent+rhs->digits-1; \/* adjusted exponent *\/ local
3132 Int ae=rhs->exponent+rhs->digits-1; \/* adjusted exponent *\/ local
3546 Int ae; \/* adjusted exponent *\/ local
3566 Int ae; \/* adjusted exponent *\/ local
8002 Int ae, d, digits; \/* .. *\/ local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java 977 java.lang.ArithmeticException ae = null; local
1034 java.lang.ArithmeticException ae = null; local
1308 java.lang.ArithmeticException ae = null; local
1368 java.lang.ArithmeticException ae = null; local
1692 java.lang.ArithmeticException ae = null; local
1774 java.lang.ArithmeticException ae = null; local
1827 java.lang.ArithmeticException ae = null; local
1894 java.lang.ArithmeticException ae = null; local
2133 java.lang.ArithmeticException ae = null; local
2184 java.lang.ArithmeticException ae = null; local
2268 java.lang.ArithmeticException ae = null; local
2522 java.lang.ArithmeticException ae = null; local
2691 java.lang.ArithmeticException ae = null; local
2955 java.lang.ArithmeticException ae = null; local
3228 java.lang.ArithmeticException ae = null; local
3473 java.lang.ArithmeticException ae = null; local
3733 java.lang.ArithmeticException ae = null; local
4129 java.lang.ArithmeticException ae = null; local
    [all...]
  /external/tcpdump/
print-802_11.c 2289 int ae = mc->flags & 3; local
    [all...]

Completed in 1069 milliseconds

1 2 3 4 5