/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/ |
FinishedTest.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 47 HandshakeIODataStream in = new HandshakeIODataStream(); local 48 in.append(encoded); 49 Finished message_2 = new Finished(in, message.length()); 53 in.append(encoded); 55 message_2 = new Finished(in, message.length() - 1); 60 in.append(encoded); 61 in.append(new byte[] { 1, 2, 3 }); 63 message_2 = new Finished(in, message.length() + 3) [all...] |
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
CertificateVerifyTest.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 46 HandshakeIODataStream in = new HandshakeIODataStream(); local 47 new CertificateVerify(in, 0); 64 HandshakeIODataStream in = new HandshakeIODataStream(); local 65 in.append(encoded); 66 CertificateVerify message_2 = new CertificateVerify(in, message.length()); 70 in.append(encoded); 72 message_2 = new CertificateVerify(in, message.length() - 1); 77 in.append(encoded) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
FileUtils.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 75 FileInputStream in = new FileInputStream(file); local 78 int amt = in.read(result, at, length); 85 in.close();
|
/external/guava/guava/src/com/google/common/io/ |
MultiInputStream.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 33 private InputStream in; field in class:MultiInputStream 48 if (in != null) { 50 in.close(); 52 in = null; 63 in = it.next().getInput(); 68 if (in == null) { 71 return in.available(); 79 if (in == null) [all...] |
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
Main.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 InputStream in = Main.class.getResourceAsStream("/okcurl-version.properties"); local 64 prop.load(in); 65 in.close(); 106 @Option(name = { "-i", "--include" }, description = "Include protocol headers in the output")
|
/external/guava/guava-tests/test/com/google/common/io/ |
LittleEndianDataInputStreamTest.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 70 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(data)); local 72 in.readFully(b); 77 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(new byte[0])); local 79 in.readUnsignedByte(); 87 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(buf)); local 89 in.readUnsignedShort(); 95 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(data)); local 97 in.readLine() 105 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(data)); local 137 DataInput in = new LittleEndianDataInputStream(new ByteArrayInputStream(data)); local [all...] |
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
StandaloneJarProcessor.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 31 JarFile in = new JarFile(from); local 37 Enumeration<JarEntry> e = in.entries(); 43 IoUtil.pipe(in.getInputStream(entry), baos, buf); 62 in.close();
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/ |
ShutdownTest.java | 32 // Keep-alive seems to be on by default, but just in case that changes. 34 InputStream in = connection.getInputStream(); local 35 while (in.available() > 0) { 36 in.read(); 38 in.close();
|
/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/ |
Mutf8Test.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 29 ByteInput in = new ByteArrayByteInput( local 31 assertEquals('A', in.readByte()); 32 assertEquals("BC\u0000", Mutf8.decode(in, new char[3])); 33 assertEquals('E', in.readByte());
|
/external/chromium_org/chrome/browser/net/ |
disk_cache_dir_policy_handler_unittest.cc | 3 // found in the LICENSE file. 41 // Use a variable in the value. It should be expanded by the handler. 42 const std::string in = "${user_name}/foo"; local 46 new base::StringValue(in),
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/ |
inet_ntop.cc | 3 // found in the LICENSE file. 25 struct in_addr in; local 26 memcpy(&in, src, sizeof(in)); 27 char* result = inet_ntoa(in);
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x509_set.c | 10 * apply to all code found in this distribution, be it the RC4, RSA, 15 * Copyright remains Eric Young's, and as such any Copyright notices in 17 * If this package is used in a product, Eric Young should be given attribution 19 * This can be in the form of a textual message at program startup or 20 * in documentation (online or textual) provided with the package. 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 28 * notice, this list of conditions and the following disclaimer in the 43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 77 ASN1_INTEGER *in; local 107 ASN1_TIME *in; local 125 ASN1_TIME *in; local [all...] |
x509cset.c | 6 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce the above copyright 14 * notice, this list of conditions and the following disclaimer in 21 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 29 * nor may "OpenSSL" appear in their names without prior written 35 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 40 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 45 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 47 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 81 ASN1_TIME *in; local 99 ASN1_TIME *in; local 133 ASN1_TIME *in; local 151 ASN1_INTEGER *in; local [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/ |
x86SP_FFT_F32_radix4_kernel.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 15 const OMX_F32 *in, 20 const OMX_F32 *in, 25 const OMX_F32 *in, 30 const OMX_F32 *in, 35 const OMX_F32 *in, 124 OMX_F32 *in = buf1; local 174 OMX_F32 *in, *out; local [all...] |
/external/chromium_org/third_party/webrtc/base/ |
json_unittest.cc | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 167 std::vector<T> in; local 168 in.push_back(a); 169 in.push_back(b); 170 in.push_back(c); 171 return in; 184 std::vector<Json::Value> in = VecOf3<Json::Value>("a", "b", "c"); local 200 std::vector<int> in = VecOf3<int>(1, 2, 3); local 216 std::vector<unsigned int> in = VecOf3<unsigned int>(1, 2, 3); local 232 std::vector<std::string> in = VecOf3<std::string>("a", "b", "c"); local 248 std::vector<bool> in = VecOf3<bool>(false, true, false); local 264 std::vector<double> in = VecOf3<double>(1.0, 2.0, 3.0); local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
genstring.c | 7 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE 23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 37 FILE *in, *out; local 63 in = fopen(argv[i], "rt"); 64 if (!in) { 71 while (fgets(str, MAXLINE, in)) { [all...] |
/external/chromium_org/tools/gn/ |
string_utils_unittest.cc | 3 // found in the LICENSE file. 69 const char* in = "\\\"\\$\\\\"; local 71 EXPECT_TRUE(CheckExpansionCase(in, out, true));
|
/external/clang/test/SemaCXX/ |
wchar_t.cpp | 31 wchar_t in[] = L"\x434" "\x434"; // No warning variable
|
/external/fio/ |
fifo.h | 11 * This program is distributed in the hope that it will be useful, 24 unsigned int in; /* data is added at offset (in % size) */ member in struct:fifo 35 return fifo->in - fifo->out; 40 return fifo->size - fifo->in + fifo->out;
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
Platform.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 28 * Methods factored out so that they can be emulated differently in GWT. 43 ObjectInputStream in = new ObjectInputStream( local 45 return (T) in.readObject();
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/ |
in_avail.pass.cpp | 48 char in[5]; local 49 t.setg(in, in+2, in+5);
|
sbumpc.pass.cpp | 49 char in[] = "ABC"; local 50 t.setg(in, in, in+sizeof(in));
|
sgetc.pass.cpp | 49 char in[] = "ABC"; local 50 t.setg(in, in, in+sizeof(in));
|
snextc.pass.cpp | 49 char in[] = "ABC"; local 50 t.setg(in, in, in+sizeof(in));
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/ |
sputbackc.pass.cpp | 49 char in[] = "ABC"; local 50 t.setg(in, in+1, in+sizeof(in));
|