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

<<21222324252627282930>>

  /external/openssl/apps/
pkcs12.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
90 int cert_load(BIO *in, STACK_OF(X509) *sk)
100 BIO *in=NULL, *out = NULL; local
    [all...]
  /external/openssl/crypto/des/
destest.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
338 des_cblock in,out,outin,iv3,iv2; local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ResponseCacheTest.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
81 * {@link com.squareup.okhttp.OkResponseCache} found in HttpResponseCacheTest provide
159 InputStream in = urlConnection.getInputStream(); local
161 reliableSkip(in, "puppies but hate ".length());
163 assertEquals(-1, in.read());
164 in.close();
167 in = urlConnection.getInputStream();
173 assertEquals(-1, in.read());
174 in.close()
415 InputStream in = connection.getInputStream(); local
    [all...]
HttpResponseCacheTest.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
143 // Test each documented HTTP/1.1 code, plus the first unused value in each range.
320 InputStream in = urlConnection.getInputStream(); local
322 reliableSkip(in, "puppies but hate ".length());
324 assertEquals(-1, in.read());
325 in.close();
330 in = urlConnection.getInputStream();
336 assertEquals(-1, in.read());
337 in.close()
570 InputStream in = connection.getInputStream(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.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
193 * result in too many bytes wasted, compact the result. To compact,
224 * merged dex file. Populates maps from old to new indices in the process.
299 * sorting in memory.
333 Dex.Section in = source.open(section.off); local
335 int offset = in.getPosition();
336 T value = read(in, indexMap, 0);
343 abstract T read(Dex.Section in, IndexMap indexMap, int index);
384 @Override String read(Dex.Section in, IndexMap indexMap, int index)
540 Dex in = type.getDex(); local
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 52 __u16 in; member in struct:ib_ucm_cmd_hdr
  /bionic/libc/kernel/uapi/sound/
hdspm.h 165 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.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
143 * Check to ensure the private file created in testCreatePrivateData does not exist.
231 InputStream in = socket.getInputStream(); local
235 int n = in.read(buf);
  /cts/tests/tests/net/src/android/net/cts/
TrafficStatsTest.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
39 // We can't assume a mobile network is even present in this test, so
161 InputStream in = socket.getInputStream(); local
164 int n = in.read(buf);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.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 Allocation in = Allocation.createTyped(mRS, t); local
68 fe_all.forEach_test_i8(in, out);
71 fe_all.forEach_test_i8(in, badOut);
79 in = Allocation.createTyped(mRS, t);
82 fe_all.forEach_test_i8_2(in, out);
85 fe_all.forEach_test_i8_2(in, badOut);
93 in = Allocation.createTyped(mRS, t);
96 fe_all.forEach_test_i8_3(in, out)
    [all...]