| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta2/ |
| lint-tests-24.3.0-beta2.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta3/ |
| lint-tests-24.3.0-beta3.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta4/ |
| lint-tests-24.3.0-beta4.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.1/ |
| lint-tests-24.3.1.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-alpha1/ |
| lint-tests-24.4.0-alpha1.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-beta3/ |
| lint-tests-24.4.0-beta3.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-beta5/ |
| lint-tests-24.4.0-beta5.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-beta6/ |
| lint-tests-24.4.0-beta6.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.5.0/ |
| lint-tests-24.5.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-alpha1/ |
| lint-tests-25.0.0-alpha1.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-alpha3/ |
| lint-tests-25.0.0-alpha3.jar | |
| /external/guice/extensions/struts2/lib/ |
| ognl-3.0.jar | |
| /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/ |
| butterknife-7.0.1.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha3/ |
| lint-tests-25.4.0-alpha3.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha5/ |
| lint-tests-25.4.0-alpha5.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha6/ |
| lint-tests-25.4.0-alpha6.jar | |
| /cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
| BitmapDrawableTest.java | 2 * Copyright (C) 2008 The Android Open Source Project 130 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 131 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); 147 Bitmap source = BitmapFactory.decodeResource(mContext.getResources(), R.raw.testimage); local 148 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); 151 assertTrue(source.hasMipMap()); 154 assertFalse(source.hasMipMap()); 159 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 160 BitmapDrawable bitmapDrawable = new BitmapDrawable(source); 173 InputStream source = mContext.getResources().openRawResource(R.raw.testimage) local 187 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 204 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 219 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 260 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 274 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 295 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 310 final InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 327 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 344 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local 369 InputStream source = mContext.getResources().openRawResource(R.drawable.size_48x48); local 416 InputStream source = mContext.getResources().openRawResource(R.drawable.size_48x48); local 496 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); local [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
| ant-jmf.jar | |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
| TestIDNA.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 99 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); 114 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); 129 errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); 150 errln("convertToUnicode did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 164 errln("convertToUnicode did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 179 errln("Did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 199 errln("convertToASCII did not get the expected exception for source: " +src +"\n Got: "+ ex.toString() +"\n Expected: " +ex.toString()); 214 errln("convertToASCII did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 229 errln("convertToASCII did not get the expected exception for source: " +src +" Got: "+ ex.toString()) 416 StringBuffer source = new StringBuffer(www); local 538 StringBuffer source = new StringBuffer(www); local 633 StringBuffer source = new StringBuffer(); local [all...] |
| /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| CharsetSCSU.java | 236 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, 260 labelType = fastSingle(source, target, offsets, ByteMode); 264 labelType = singleByteMode(source, target, offsets, ByteMode); 267 endLoop(source, target, offsets); 274 labelType = fastSingle(source, target, offsets, UnicodeMode); 278 labelType = singleByteMode(source, target, offsets, UnicodeMode); 281 endLoop(source, target, offsets); 290 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ 295 while(source.hasRemaining() && target.hasRemaining() && (b=(short)(source.get(source.position()) & UConverterConstants.UNSIGNED_BYTE_MASK)) >= 0x20) [all...] |
| /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| TestConversion.java | 402 CharBuffer source = CharBuffer.wrap(cc.unicode.toCharArray()); local 420 source.limit(currentSourceLimit); 423 cr = encoder.encode(source, target, currentSourceLimit == sourceLen); 714 ByteBuffer source; local 718 source = cc.bytes; 720 source.position(0); 734 source.limit((iStep <= sourceLen) ? iStep : sourceLen); 737 flush = (cc.finalFlush && source.limit() == sourceLen); 741 source.limit(sourceLen); 747 if (source.hasRemaining()) [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
| TestIDNA.java | 98 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); 113 errln("convertToUnicode did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); 128 errln("Did not get the expected exception for source: " + prettify(src) +" Got: "+ ex.toString()); 149 errln("convertToUnicode did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 163 errln("convertToUnicode did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 178 errln("Did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 198 errln("convertToASCII did not get the expected exception for source: " +src +"\n Got: "+ ex.toString() +"\n Expected: " +ex.toString()); 213 errln("convertToASCII did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 228 errln("convertToASCII did not get the expected exception for source: " +src +" Got: "+ ex.toString()); 248 errln("convertToIDNASCII did not get the expected exception for source: " +src +" Got: "+ ex.toString()) 415 StringBuffer source = new StringBuffer(www); local 537 StringBuffer source = new StringBuffer(www); local 632 StringBuffer source = new StringBuffer(); local [all...] |
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| Cache.java | 2 * Copyright (C) 2010 The Android Open Source Project 47 import okio.Source; 526 public Entry(Source in) throws IOException { 528 BufferedSource source = Okio.buffer(in); local 529 url = source.readUtf8LineStrict(); 530 requestMethod = source.readUtf8LineStrict(); 532 int varyRequestHeaderLineCount = readInt(source); 534 varyHeadersBuilder.addLenient(source.readUtf8LineStrict()); 538 StatusLine statusLine = StatusLine.parse(source.readUtf8LineStrict()); 543 int responseHeaderLineCount = readInt(source); 704 Source source = snapshot.getSource(ENTRY_BODY); local 725 @Override public BufferedSource source() { method in class:CacheResponseBody [all...] |
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
| DiskLruCache.java | 2 * Copyright (C) 2011 The Android Open Source Project 41 import okio.Source; 262 BufferedSource source = Okio.buffer(fileSystem.source(journalFile)); local 264 String magic = source.readUtf8LineStrict(); 265 String version = source.readUtf8LineStrict(); 266 String appVersionString = source.readUtf8LineStrict(); 267 String valueCountString = source.readUtf8LineStrict(); 268 String blank = source.readUtf8LineStrict(); 281 readJournalLine(source.readUtf8LineStrict()) [all...] |
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
| Http2.java | 26 import okio.Source; 79 @Override public FrameReader newReader(BufferedSource source, boolean client) { 80 return new Reader(source, 4096, client); 88 private final BufferedSource source; field in class:Http2.Reader 95 Reader(BufferedSource source, int headerTableSize, boolean client) { 96 this.source = source; 98 this.continuation = new ContinuationSource(this.source); 104 ByteString connectionPreface = source.readByteString(CONNECTION_PREFACE.size()); 113 source.require(9); // Frame header siz 593 private final BufferedSource source; field in class:Http2.ContinuationSource [all...] |