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

1 2 3 4 5 6

  /libcore/luni/src/test/java/libcore/java/lang/
AssertionErrorTest.java 24 AssertionError ae = new AssertionError("hello"); local
25 ae.initCause(new Throwable());
  /external/annotation-tools/scene-lib/src/annotations/el/
ABlock.java 72 AElement ae = em.getValue(); local
73 sb.append(ae.toString());
ADeclaration.java 107 ATypeElement ae = em.getValue(); local
108 sb.append(ae.toString());
117 AElement ae = em.getValue(); local
118 sb.append(ae.toString());
AExpression.java 127 AElement ae = em.getValue(); local
128 sb.append(ae.toString());
136 AElement ae = em.getValue(); local
137 sb.append(ae.toString());
145 AElement ae = em.getValue(); local
146 sb.append(ae.toString());
152 AElement ae = em.getValue(); local
160 sb.append(ae.toString());
165 sb.append(ae.toString());
175 AElement ae = em.getValue() local
199 AElement ae = em.getValue(); local
    [all...]
AMethod.java 119 AElement ae = em.getValue(); local
120 sb.append(ae.toString());
122 ATypeElement ate = ae.type;
  /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();
EffectBundleTest.java 472 AudioEffect ae = null; local
479 ae = (AudioEffect) ct.newInstance(descriptor.type, descriptor.uuid,
489 executeSetParameter(ae, command, intSize, 0, paramCode);
490 executeSetParameter(ae, command, 0, intSize, paramCode);
493 if (ae != null) {
494 ae.release();
507 private void executeSetParameter(AudioEffect ae, java.lang.reflect.Method command,
514 Integer ret = (Integer)command.invoke(ae, EFFECT_CMD_SET_PARAM, cmdBuf, reply);
517 assertTrue("Negative reply value expected, effect " + ae.getDescriptor().uuid +
524 Log.w(TAG, "\"Set parameter\" command rejected for effect " + ae.getDescriptor().uuid
    [all...]
  /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));
  /system/nfc/utils/test/
ringbuffer_test.cc 125 uint8_t ae[] = {0xAE, 0xAE, 0xAE}; local
126 added = ringbuffer_insert(rb, ae, sizeof(ae));
135 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 185 HInstruction* ae = new (GetAllocator()) HAboveOrEqual(index, length); local
186 block->AddInstruction(ae);
188 GetAllocator(), 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
JavaParser.java 278 AnnotationExpr ae = new ASTParser(sr).Annotation(); local
280 return ae;
  /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)
  /external/tcpdump/
print-babel.c 172 network_prefix(int ae, int plen, unsigned int omitted,
182 else if(ae == 1)
192 switch(ae) {
237 network_address(int ae, const unsigned char *a, unsigned int len,
240 return network_prefix(ae, -1, 0, a, NULL, len, a_r);
593 u_char ae, plen, src_plen, omitted; local
598 ae = message[2];
605 rc = network_prefix(ae, plen, omitted, message + 2 + parsed_len,
606 ae == 1 ? v4_prefix : v6_prefix,
609 if(ae == 1
636 u_char ae, plen, src_plen, prefix[16], src_prefix[16]; local
670 u_char ae, plen, src_plen, prefix[16], src_prefix[16], hopc; local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 604 UString e, ae; local
608 ae.SetFromAscii(arc.AddExt);
609 item.AddExts(e, ae);
  /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
754 struct avc_entry *ae; local
    [all...]
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 172 status_t setAudioEncoder(int ae)
174 ALOGV("setAudioEncoder(%d)", ae);
177 data.writeInt32(ae);
520 int ae = data.readInt32(); local
521 reply->writeInt32(setAudioEncoder(ae));
  /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());

Completed in 510 milliseconds

1 2 3 4 5 6