HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 626 - 650 of 1097) sorted by null

<<21222324252627282930>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.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
61 * logic as well as storage. In OkHttp the {@link HttpResponseCache} only
80 * Sometimes a request will result in a conditional cache hit. If the cache
92 * In some situations, such as after a user clicks a 'refresh' button, it may be
116 * This technique works even better in situations where a stale response is
118 * max-stale} directive with the maximum staleness in seconds: <pre> {@code
267 * all files in the cache directory including files that weren't created by
443 public Entry(InputStream in) throws IOException {
445 BufferedSource source = Okio.buffer(Okio.source(in));
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 16 // Redistribution and use in source and binary forms, with or without modification,
22 // * Redistribution's in binary form must reproduce the above copyright notice,
23 // this list of conditions and the following disclaimer in the documentation
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
36 // and on any theory of liability, whether in contract, strict liability,
37 // or tort (including negligence or otherwise) arising in any way out of
82 int num,in; member in class:CvPriorityQueueFloat
147 in++;
148 // printf("push i %3d j %3d T %12.4e in %4d\n",i,j,T,in);
    [all...]
  /external/openssl/apps/
cms.c 8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
120 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL local
    [all...]
  /external/openssl/crypto/des/
des.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
133 char *in=NULL,*out=NULL; local
    [all...]
  /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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /bionic/libc/kernel/uapi/rdma/
rdma_user_cm.h 62 __u16 in; member in struct:rdma_ucm_cmd_hdr
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 9 * copyright notice and this permission notice appear in all copies.
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
33 #include <netinet/in.h>
95 struct sockaddr_in in; member in union:evAccept::__anon1027
103 struct sockaddr_in in; member in union:evAccept::__anon1028
236 int maxnfds; /* # elements in above */
  /cts/tests/app/src/android/app/cts/
LaunchpadActivity.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
54 public MyBadParcelable createFromParcel(Parcel in) {
55 return new MyBadParcelable(in);
63 public MyBadParcelable(Parcel in) {
64 in.readString();
81 // Also used as the Binder interface descriptor string in these tests
219 * @param debugName for the lifecycle shown in the logs
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.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
591 final InputStream in = new ByteArrayInputStream(out.toByteArray()); local
592 parser.setInput(in, "utf-8");
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.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
67 InputStream in = p.getInputStream(); local
69 while ( ( ch = in.read() ) != -1 ) {
171 //in here
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.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
54 public MyBadParcelable createFromParcel(Parcel in) {
55 return new MyBadParcelable(in);
63 public MyBadParcelable(Parcel in) {
64 in.readString();
81 // Also used as the Binder interface descriptor string in these tests
219 * @param debugName for the lifecycle shown in the logs