/external/libvorbis/lib/modes/ |
psych_11.h | 20 static const att3 _psy_tone_masteratt_11[3]={
|
psych_16.h | 41 static const att3 _psy_tone_masteratt_16[4]={
|
psych_8.h | 18 static const att3 _psy_tone_masteratt_8[3]={
|
psych_44.h | 594 static const att3 _psy_tone_masteratt_44[12]={
|
/packages/apps/Exchange/tests/src/com/android/exchange/ |
RequestTests.java | 39 Attachment att3 = new Attachment(); local 40 att3.mId = 1; 41 PartRequest req3 = new PartRequest(att3, "dest3", "content3");
|
/packages/apps/Email/tests/src/com/android/email/service/ |
AttachmentDownloadServiceTests.java | 102 Attachment att3 = ProviderTestUtils.setupAttachment(message.mId, "filename3", 1000, local 109 mDownloadSet.onChange(mMockContext, att3); 114 long[] expectedAttachmentIds = new long[] {att1.mId, att4.mId, att2.mId, att3.mId}; 153 assertTrue(mService.isQueued(att3.mId));
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
PolicyTests.java | 141 Attachment att3 = setupSimpleAttachment("fileName3", 70001L, acct); local 142 atts.add(att3); 165 // Make sure they're the right ones (att2 and att3) 168 att3 = Attachment.restoreAttachmentWithId(mMockContext, att3.mId); 169 assertTrue((att3.mFlags & Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD) != 0);
|
/external/libvorbis/lib/ |
vorbisenc.c | 73 } att3; typedef in typeref:struct:__anon23854 104 const att3 *psy_tone_masteratt; 335 const att3 *att, [all...] |