HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1001 - 1025 of 2266) sorted by null

<<41424344454647484950>>

  /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 
  /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...]
  /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
803 InputStream in = EnvironmentHelper.PropertiesToInputStream(props); local
804 man.readConfiguration(in);
973 InputStream in = null; local
    [all...]
  /external/conscrypt/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
236 * in it:
689 // Assert that all the certificates in the system cacerts directory are stored in files with
703 assertEquals("System certificate stored in the wrong file",
724 // Checking that the certificate is stored in a file is extraneous given the current
725 // implementation of the class under test. We do it just in case the implementation
745 InputStream in = null; local
747 in = new FileInputStream(file)
    [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/icu4j/main/classes/core/src/com/ibm/icu/util/
MeasureUnit.java 40 // Used to pre-fill the cache. These same constants appear in MeasureFormat too.
335 * @provisional This API might change or be removed in a future release.
360 * @provisional This API might change or be removed in a future release.
379 * @provisional This API might change or be removed in a future release.
392 * @provisional This API might change or be removed in a future release.
417 * @provisional This API might change or be removed in a future release.
424 * @provisional This API might change or be removed in a future release.
431 * @provisional This API might change or be removed in a future release.
438 * @provisional This API might change or be removed in a future release.
445 * @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).
532 verify765("1997 first Tuesday in June = ", c, 1997, Calendar.JUNE, 3);
539 verify765("1997 last Tuesday in June = ", c, 1997, Calendar.JUNE, 24);
553 verify765("1997 zero-th Tuesday in June = ", e, c);
560 verify765("1997 Tuesday in week 1 of June = ", c, 1997, Calendar.JUNE, 3);
567 verify765("1997 Tuesday in week 5 of June = ", c, 1997, Calendar.JULY, 1);
580 verify765("1997 Tuesday in week 0 of June = ", e, c);
586 verify765("1997 Tuesday in week 1 of year = ", c, 1996, Calendar.DECEMBER, 31);
592 verify765("1997 Tuesday in week 10 of year = ", c, 1997, Calendar.MARCH, 4);
605 verify765("1997 Tuesday in week 0 of year = ", e, c)
844 ByteArrayInputStream in = new ByteArrayInputStream(f.toByteArray()); local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
AbstractHttpConnection.java 84 * to completion for every request, and all three can complete in any order.
443 // The loop is controlled by the call to async.unhandle in the
840 // TODO check if host matched a host in the URI.
1225 InputStream in = (InputStream)content; local
    [all...]
  /libcore/dex/src/main/java/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
48 * The bytes of a dex file in memory for reading and writing. All int offsets
93 * Creates a new dex buffer of the dex in {@code in}, and closes {@code in}.
95 public Dex(InputStream in) throws IOException {
96 loadFrom(in);
110 throw new DexException("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file);
144 private void loadFrom(InputStream in) throws IOException
955 private final Dex.Section in = open(tableOfContents.classDefs.off); field in class:Dex.ClassDefIterator
    [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
624 ByteArrayInputStream in = new ByteArrayInputStream(out local
626 myProps2.load(in);
627 in.close();
677 ByteArrayInputStream in = new ByteArrayInputStream(out local
679 myProps2.load(in);
680 in.close();
714 ByteArrayInputStream in = new ByteArrayInputStream(out.toByteArray()); local
715 myProps2.load(in);
833 ByteArrayInputStream in = new ByteArrayInputStream(out local
858 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
110 * /usr/bin/openssl x509 -req -days 3650 -in root1.csr -signkey root1.pem -out root1.crt
115 * /usr/bin/openssl x509 -req -days 3650 -in root2.csr -CA root1.crt -CAkey root1.pem -out root2.crt
116 * /usr/bin/openssl x509 -req -days 3650 -in root1.csr -CA root2.crt -CAkey root2.pem -out root1.crt
119 * /usr/bin/openssl x509 -req -days 3650 -in signer.csr -CA root1.crt -CAkey root1.pem -out signer.crt
120 * /usr/bin/openssl pkcs12 -inkey signer.pem -in signer.crt -export -out signer.p12 -name signer -passout pass:certloop
288 * Note only (and all of) the following should be contained in the file
332 assertEquals("Error in returned entry", 311, jarFile.getEntry(
369 assertEquals("Error in returned entry", 311, jarFile.getJarEntry
585 InputStream in = jar.getInputStream(entry); local
594 InputStream in = jar.getInputStream(entry); local
607 InputStream in = jar.getInputStream(entry); local
628 InputStream in = jar.getInputStream(entry); local
892 InputStream in = jarFile.getInputStream(zipEntry); local
1022 InputStream in = jf.getInputStream(new JarEntry("invalid")); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.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
63 * Whether or not the user has asked for notifications of new mail in this account
79 // Whether the account is in the process of being created; any account reconciliation code
80 // MUST ignore accounts with this bit set; in addition, ContentObservers for this data
83 // Security hold is used when the device is not in compliance with security policies
84 // required by the server; in this state, the user MUST be alerted to the need to update
90 // Whether the account should try to cache attachments in the background
95 // sync mailboxes in this account automatically. A manual sync request to sync a mailbox
470 * first one in the database. If no account exists, returns {@link #NO_ACCOUNT}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 265 + Integer.toHexString(i) + (arrays ? " with arrays" : " without arrays") + " in " + converter);
291 + (arrays ? " with arrays" : " without arrays") + " in " + converter);
317 + (arrays ? " with arrays" : " without arrays") + " in " + converter);
400 errln("Incorrect result in " + converter + " for underflow / overflow edge cases");
404 // test surrogate combinations in encoding
446 errln("Incorrect result in " + converter + " for \"" + input[index] + "\"" + ", expected: " + result[index] + ", received: " + cr);
461 errln("Incorrect result in " + converter + " for \"" + input[index] + "\"" + ", expected: " + result[index] + ", received: " + cr);
495 errln("Incorrect result in " + converter + " for 0x"
516 errln("Incorrect result in " + converter + " for 0x"
539 errln("Incorrect result in " + converter + " for 0x
597 char[] in = new char[] { local
1762 CharBuffer in = CharBuffer.wrap("\\ud800a"); local
1816 char[] in = new char[] { 0x1122, 0x2211, 0x3344, 0x4433, local
2535 ByteBuffer in = ByteBuffer.wrap(new byte[] { 0x00, 0x41, 0x00, 0x42, 0x01 }); local
2552 ByteBuffer in = ByteBuffer.allocate(400); local
2580 char[] in = new char[] { 0xd800, 0xdc00, local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.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
111 // from mStats in order to report of changes. We must grab the mStats
112 // lock before grabbing our own or we'll end up in a deadlock.
667 // There was a change in WiFi power state.
980 pw.println(" --c: write the current stats in checkin format.");
1163 Parcel in = Parcel.obtain(); local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm.cc 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
85 // Slow-path for fallback (calling the managed code to handle the intrinsic) in an intrinsified
88 // Note: The actual parameters are required to be in the locations given by the invoke's location
114 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
225 Location in = locations->InAt(0); local
230 FromLowSToD(in.AsFpuRegisterPairLow<SRegister>()));
232 __ vabss(out.AsFpuRegister<SRegister>(), in.AsFpuRegister<SRegister>());
265 Location in = locations->InAt(0); local
271 Register in_reg_lo = in.AsRegisterPairLow<Register>()
    [all...]
intrinsics_arm64.cc 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
94 // Slow-path for fallback (calling the managed code to handle the intrinsic) in an intrinsified
97 // Note: The actual parameters are required to be in the locations given by the invoke's location
123 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
218 Location in = locations->InAt(0); local
223 __ Rev16(WRegisterFrom(out), WRegisterFrom(in));
228 __ Rev(RegisterFrom(out, type), RegisterFrom(in, type));
265 Location in = locations->InAt(0); local
268 __ Rbit(RegisterFrom(out, type), RegisterFrom(in, type))
296 Location in = locations->InAt(0); local
332 Location in = locations->InAt(0); local
    [all...]
intrinsics_x86_64.cc 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
113 // Slow-path for fallback (calling the managed code to handle the intrinsic) in an intrinsified
116 // Note: The actual parameters are required to be in the locations given by the invoke's location
142 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
295 // In-register
311 // Once assembler support is available, in-memory operations look like this:
602 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local
605 GetAssembler()->sqrtsd(out, in);
650 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>() local
716 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local
763 XmmRegister in = locations->InAt(0).AsFpuRegister<XmmRegister>(); local
    [all...]

Completed in 148 milliseconds

<<41424344454647484950>>