/dalvik/dx/src/com/android/dx/cf/iface/ |
StdAttributeList.java | 58 Attribute att = get(i); local 59 if (att.getName().equals(name)) { 60 return att; 74 Attribute att = get(at); local 75 if (att == attrib) { 86 Attribute att = get(at); local 87 if (att.getName().equals(name)) { 88 return att;
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
AnnotationLister.java | 77 Attribute att; 83 att = attributes.findFirst( 86 for (;att != null; att = attributes.findNext(att)) { 87 BaseAnnotations ann = (BaseAnnotations)att; 91 att = attributes.findFirst( 94 for (;att != null; att = attributes.findNext(att)) { [all...] |
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ZipExecTest.java | 44 Attributes att = man.getMainAttributes(); local 45 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 46 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo"); 85 Attributes att = man.getMainAttributes(); local 86 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 87 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo"); 88 att.put(Attributes.Name.CLASS_PATH, barZip.getName()); 115 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barZip.getName()); 129 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator 152 Attributes att = man.getMainAttributes() local 186 Attributes att = man.getMainAttributes(); local 229 Attributes att = man.getMainAttributes(); local [all...] |
JarExecTest.java | 47 Attributes att = man.getMainAttributes(); local 48 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 49 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo"); 86 Attributes att = man.getMainAttributes(); local 87 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 88 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo"); 89 att.put(Attributes.Name.CLASS_PATH, barJar.getName()); 114 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barJar.getName()); 125 att.put(Attributes.Name.CLASS_PATH, ".." + File.separator 151 Attributes att = man.getMainAttributes() local 229 Attributes att = man.getMainAttributes(); local [all...] |
JarOutputStreamTest.java | 60 Attributes att = newman.getMainAttributes(); local 61 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 62 att.put(Attributes.Name.MAIN_CLASS, element); 133 Attributes att = man.getMainAttributes(); local 134 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 135 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo"); 136 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
|
/external/webkit/JavaScriptCore/ |
create_hash_table | 82 my $att = $3; 86 push(@attrs, length($att) > 0 ? $att : "0"); 88 if ($att =~ m/Function/) { 91 } elsif (length($att)) { 93 my $put = !($att =~ m/ReadOnly/) ? "set" . jsc_ucfirst($val) : "0";
|
/packages/apps/Email/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 273 Attachment att = msg.mAttachments.get(0); local 275 assertEquals("invite.ics", att.mFileName); 277 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART); 278 assertEquals("text/calendar; method=REPLY", att.mMimeType); 279 assertNotNull(att.mContentBytes); 280 assertEquals(att.mSize, att.mContentBytes.length); 312 Attachment att = msg.mAttachments.get(0); local 314 assertEquals("invite.ics", att.mFileName); 316 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART) 374 Attachment att = msg.mAttachments.get(0); local 440 Attachment att = msg.mAttachments.get(0); local 522 Attachment att = msg.mAttachments.get(0); local [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
SelectableChannel.java | 152 * the attached object is updated to {@code att}. The returned key is 165 * @param att 180 public abstract SelectionKey register(Selector sel, int ops, Object att)
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
Rfc822OutputTests.java | 186 Attachment att = new Attachment(); local 187 att.mContentBytes = "__CONTENT__".getBytes("UTF-8"); 188 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; 189 att.mMimeType = "text/calendar"; 190 att.mFileName = "invite.ics"; 191 msg.mAttachments.add(att); 231 Attachment att = new Attachment(); local 232 att.mContentBytes = "<html>Hi</html>".getBytes("UTF-8"); 233 att.mMimeType = "text/html"; 234 att.mFileName = "test.html" [all...] |
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectableChannelTest.java | 94 public SelectionKey register(Selector sel, int ops, Object att) 96 if (null == att) {
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTestUtils.java | 194 Attachment att = new Attachment(); local 195 att.mSize = length; 196 att.mFileName = fileName; 197 att.mContentId = "contentId " + fileName; 198 att.mContentUri = "contentUri " + fileName; 199 att.mMessageKey = messageId; 200 att.mMimeType = "mimeType " + fileName; 201 att.mLocation = "location " + fileName; 202 att.mEncoding = "encoding " + fileName; 203 att.mContent = "content " + fileName [all...] |
/external/libxml2/ |
SAX2.c | 1385 const xmlChar *att; local 1541 const xmlChar *att; local [all...] |
/external/v8/test/mjsunit/ |
html-string-funcs.js | 40 function CheckCompound(f, tag, att) { 41 assertEquals('<' + tag + ' ' + att + '="bar">foo</' + tag + '>',
|
/external/chromium/third_party/icu/source/test/cintltst/ |
cmsccoll.c | 3413 static const UColAttribute att[] = { UCOL_STRENGTH }; local 4212 UColAttribute att = UCOL_NUMERIC_COLLATION; local 4755 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; local 4764 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL }; local [all...] |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 3419 static const UColAttribute att[] = { UCOL_STRENGTH }; local 4225 UColAttribute att = UCOL_NUMERIC_COLLATION; local 4740 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; local 4749 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL }; local [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/ |
SignedJarBuilder.java | 324 for (Map.Entry<Object, Object> att : entry.getValue().entrySet()) { 325 print.print(att.getKey() + ": " + att.getValue() + "\r\n");
|
/external/jpeg/ |
config.sub | 92 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 189 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 190 basic_machine=m68000-att 193 basic_machine=we32k-att 648 basic_machine=we32k-att 841 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
EmailSyncAdapter.java | 366 Attachment att = new Attachment(); local 367 att.mEncoding = "base64"; 368 att.mSize = Long.parseLong(length); 369 att.mFileName = fileName; 370 att.mLocation = location; 371 att.mMimeType = getMimeTypeFromFileName(fileName); 372 atts.add(att); [all...] |
/external/bison/build-aux/ |
config.sub | 144 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 370 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 371 basic_machine=m68000-att 374 basic_machine=we32k-att 1099 basic_machine=we32k-att 1422 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/external/chromium/sdch/open-vcdiff/ |
config.sub | 146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 382 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 383 basic_machine=m68000-att 386 basic_machine=we32k-att 1135 basic_machine=we32k-att 1469 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/external/chromium/third_party/icu/source/ |
config.sub | 146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 386 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 387 basic_machine=m68000-att 390 basic_machine=we32k-att 1167 basic_machine=we32k-att 1501 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) [all...] |
/external/chromium/third_party/libevent/ |
config.sub | 146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 386 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 387 basic_machine=m68000-att 390 basic_machine=we32k-att 1167 basic_machine=we32k-att 1501 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) [all...] |
/external/clearsilver/ |
config.sub | 141 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 322 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 323 basic_machine=m68000-att 326 basic_machine=we32k-att 979 basic_machine=we32k-att 1260 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/external/dbus/ |
config.sub | 142 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 354 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 355 basic_machine=m68000-att 358 basic_machine=we32k-att 1046 basic_machine=we32k-att 1349 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
/external/dropbear/ |
config.sub | 146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 382 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 383 basic_machine=m68000-att 386 basic_machine=we32k-att 1131 basic_machine=we32k-att 1465 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|