/external/caliper/lib/ |
gson-2.2.2.jar | |
/prebuilts/devtools/tools/lib/ |
gson-2.2.4.jar | |
/prebuilts/gradle-plugin/com/google/code/gson/gson/2.3/ |
gson-2.3.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/ |
gson-2.2.4.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/ |
gson-2.3.jar | |
/prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/ |
gson-2.2.4.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/ |
netty-buffer-4.1.3.Final.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/ |
netty-buffer-4.1.6.Final.jar | |
/cts/tests/tests/security/src/android/security/cts/ |
OpenSSLHeartbleedTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 65 // Man-in-The-Middle (MiTM). The client connects to the MiTM which then connects to the server 66 // and starts forwarding all TLS records between the client and the server. In tests that check 144 "SSLSocket is vulnerable to Heartbleed in " + ((client) ? "client" : "server") 166 "SSLSocket is vulnerable to Heartbleed in " + ((client) ? "client" : "server") 190 // Start the MiTM daemon in the background 201 // Start the server in the background 209 // Start the client in the background 381 InputStream in, 755 private final InputStream in; field in class:OpenSSLHeartbleedTest.TlsRecordReader 906 InputStream in = null; local [all...] |
/dalvik/dx/src/com/android/dex/ |
Dex.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 49 * The bytes of a dex file in memory for reading and writing. All int offsets 94 * Creates a new dex buffer of the dex in {@code in}, and closes {@code in}. 96 public Dex(InputStream in) throws IOException { 98 loadFrom(in); 100 in.close(); 117 throw new DexException("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file) 779 private final Dex.Section in = open(tableOfContents.classDefs.off); field in class:Dex.ClassDefIterator [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 838 InputStream in = EnvironmentHelper.PropertiesToInputStream(props); local 1008 InputStream in = null; local [all...] |
/external/conscrypt/platform/src/test/java/org/conscrypt/ |
TrustedCertificateStoreTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 275 * in it: 336 * Where CA1 also exists in a self-issued form. 785 // Assert that all the certificates in the system cacerts directory are stored in files with 799 assertEquals("System certificate stored in the wrong file", 820 // Checking that the certificate is stored in a file is extraneous given the current 821 // implementation of the class under test. We do it just in case the implementation 857 InputStream in = null; local [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | 63 // TODO: make sure relative file names are converted to relative URLs in all anchors/hrefs 120 m_log.trace1 ("process", "[" + getType () + "] report generated in " + (end - start) + " ms"); 439 // this visit only takes place in src views 614 // this visit only takes place in class views 774 // TODO: merge header and footer in the same method 1142 BufferedReader in = null; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
MeasureUnit.java | 282 * Population is done lazily, in response to MeasureUnit.getAvailable() [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CompatibilityTest.java | 111 * (first day of week, minimal days in first week). 540 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3); 547 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24); 561 verify765("1997 zero-th Tuesday in June = ", e, c); 568 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3); 575 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1); 588 verify765("1997 Tuesday in week 0 of June = ", e, c); 594 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31); 600 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4); 613 verify765("1997 Tuesday in week 0 of year = ", e, c) 858 ByteArrayInputStream in = new ByteArrayInputStream(f.toByteArray()); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
MeasureUnit.java | 290 * Population is done lazily, in response to MeasureUnit.getAvailable() 470 * @provisional This API might change or be removed in a future release. 477 * @provisional This API might change or be removed in a future release. 484 * @provisional This API might change or be removed in a future release. 509 * @provisional This API might change or be removed in a future release. 516 * @provisional This API might change or be removed in a future release. 523 * @provisional This API might change or be removed in a future release. 530 * @provisional This API might change or be removed in a future release. 537 * @provisional This API might change or be removed in a future release. [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CompatibilityTest.java | 110 * (first day of week, minimal days in first week). 539 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3); 546 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24); 560 verify765("1997 zero-th Tuesday in June = ", e, c); 567 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3); 574 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1); 587 verify765("1997 Tuesday in week 0 of June = ", e, c); 593 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31); 599 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4); 612 verify765("1997 Tuesday in week 0 of year = ", e, c) 857 ByteArrayInputStream in = new ByteArrayInputStream(f.toByteArray()); local [all...] |
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
NanoWSD.java | 9 * Redistribution and use in source and binary forms, with or without modification, 15 * 2. Redistributions in binary form must reproduce the above copyright notice, 16 * this list of conditions and the following disclaimer in the documentation 26 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 30 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 67 private final InputStream in; field in class:NanoWSD.WebSocket 94 this.in = handshakeRequest.getInputStream(); 147 if (this.in != null) { 149 this.in.close() [all...] |
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/ |
Outliner.java | 3 // BSD-style license that can be found in the LICENSE file. 72 // This includes the instructions in the outline, and a map from the arguments of this outline 73 // to the values in the instructions. 85 // and the argument map is a list mapping the arguments to the in-values of all instructions in 86 // the order they are encountered, in this case: 90 // The actual value numbers (in this example v5, v6, v9 are "arbitrary", as the instruction in 118 // Don't include const instructions in the template. 120 assert false : "Unexpected type of instruction in outlining template." 683 List<Value> in = new ArrayList<>(); local [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
PerformUnifiedRestoreTask.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 108 // If this is a single-package restore, what package are we interested in? 111 // In all cases, the calculated list of packages that we are trying to restore 129 // Number of apps restored in this pass 195 // Keep track of whether it's in the list, and bump it down if so. We also 581 // Validate some semantic requirements that apply in this way 692 BackupDataInput in = new BackupDataInput(stage.getFileDescriptor()); local 695 while (in.readNextHeader()) { 696 final String key = in.getKey() [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageInstallerService.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 110 // TODO: notify listeners in other users when package has been installed there 111 // TODO: purge expired sessions periodically in addition to at reboot 113 /** XML constants used in {@link #mSessionsFile} */ 140 * heavy to store directly in {@link #mSessionsFile}. 314 final XmlPullParser in = Xml.newPullParser(); local 315 in.setInput(fis, StandardCharsets.UTF_8.name()); 318 while ((type = in.next()) != END_DOCUMENT) { 320 final String tag = in.getName() [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
PropertiesTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 627 ByteArrayInputStream in = new ByteArrayInputStream(out local 629 myProps2.load(in); 630 in.close(); 680 ByteArrayInputStream in = new ByteArrayInputStream(out local 682 myProps2.load(in); 683 in.close(); 717 ByteArrayInputStream in = new ByteArrayInputStream(out.toByteArray()); local 718 myProps2.load(in); 836 ByteArrayInputStream in = new ByteArrayInputStream(out local 861 ByteArrayInputStream in = new ByteArrayInputStream(out local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
JarFileTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 108 * /usr/bin/openssl x509 -req -days 3650 -in root1.csr -signkey root1.pem -out root1.crt 113 * /usr/bin/openssl x509 -req -days 3650 -in root2.csr -CA root1.crt -CAkey root1.pem -out root2.crt 114 * /usr/bin/openssl x509 -req -days 3650 -in root1.csr -CA root2.crt -CAkey root2.pem -out root1.crt 117 * /usr/bin/openssl x509 -req -days 3650 -in signer.csr -CA root1.crt -CAkey root1.pem -out signer.crt 118 * /usr/bin/openssl pkcs12 -inkey signer.pem -in signer.crt -export -out signer.p12 -name signer -passout pass:certloop 292 * Note only (and all of) the following should be contained in the file 315 assertEquals("Error in returned entry", 311, jarFile.getEntry( 352 assertEquals("Error in returned entry", 311, jarFile.getJarEntry 569 InputStream in = jar.getInputStream(entry); local 577 InputStream in = jar.getInputStream(entry); local 589 InputStream in = jar.getInputStream(entry); local 608 InputStream in = jar.getInputStream(entry); local 857 InputStream in = jarFile.getInputStream(zipEntry); local 978 InputStream in = jf.getInputStream(new JarEntry("invalid")); local 1135 InputStream in = jarFile.getInputStream(jre); local [all...] |
/libcore/ojluni/src/main/java/java/util/logging/ |
LogManager.java | 10 * by Oracle in the LICENSE file that accompanied this code. 12 * This code is distributed in the hope that it will be useful, but WITHOUT 15 * version 2 for more details (a copy is included in the LICENSE file that 47 * named Loggers are stored in this namespace. 72 * is responsible for reading in the initial configuration. (That object 75 * to define properties in the LogManager. 79 * to specify a properties file (in java.util.Properties format). The 84 * properties file "{@code lib/logging.properties}" in the Java installation 107 * value. By default every logger calls its parent in addition to 108 * handling the logging message itself, this often result in message 1293 InputStream in; local [all...] |
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
FtpClient.java | 9 * by Oracle in the LICENSE file that accompanied this code. 11 * This code is distributed in the hope that it will be useful, but WITHOUT 14 * version 2 for more details (a copy is included in the LICENSE file that 60 private InputStream in; field in class:FtpClient 80 * Only passive mode used in JDK. See Bug 8010784. 155 * the NetworkClients will not work correctly in EBCDIC based systems. 156 * However, we cannot just use ASCII or ISO8859_1 universally, because in 157 * Asian locales, non-ASCII characters may be embedded in otherwise 159 * are a little ambiguous in this matter. For instance, RFC2398 [part 2.1] 161 * mechanism, but there is no way to specify in the escaped string wha 1813 private BufferedReader in = null; field in class:FtpClient.FtpFileIterator [all...] |