HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 201 - 225 of 3057) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_year.pass.cpp 42 const char in[] = "2009"; local
45 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
46 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
52 const char in[] = "2009"; local
55 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
62 const char in[] = "2009"; local
72 const char in[] = "2009"; local
    [all...]
get_year_wide.pass.cpp 42 const wchar_t in[] = L"2009"; local
45 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
46 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
52 const wchar_t in[] = L"2009"; local
55 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
62 const wchar_t in[] = L"2009"; local
72 const wchar_t in[] = L"2009"; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
alisp.h 11 * This program is distributed in the hope that it will be useful,
26 snd_input_t *in; /* program code */ member in struct:alisp_cfg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
alisp.h 11 * This program is distributed in the hope that it will be useful,
26 snd_input_t *in; /* program code */ member in struct:alisp_cfg
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.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
38 * Ensure that SELinux is in enforcing mode.
102 * Verify that ext4 extended attributes (xattrs) are enabled in the
109 * Failure to enable this option may result in upgrade problems when
138 BufferedReader in = null; local
140 in = new BufferedReader(new FileReader(filename));
141 return in.readLine().trim();
143 if (in != null) {
144 in.close()
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
HelloRequestTest.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
44 HandshakeIODataStream in = new HandshakeIODataStream(); local
45 in.append(encoded);
46 HelloRequest message_2 = new HelloRequest(in, message.length());
49 in.append(encoded);
51 new HelloRequest(in, message.length() - 1);
56 in.append(encoded);
57 in.append(new byte[] { 1, 2, 3 });
59 new HelloRequest(in, message.length() + 3)
    [all...]
ServerHelloDoneTest.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
50 HandshakeIODataStream in = new HandshakeIODataStream(); local
51 in.append(encoded);
52 ServerHelloDone message_2 = new ServerHelloDone(in, message.length());
55 in.append(encoded);
57 new ServerHelloDone(in, message.length() - 1);
62 in.append(encoded);
63 in.append(new byte[] { 1, 2, 3 });
65 new ServerHelloDone(in, message.length() + 3)
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CertificateMessageTest.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
70 HandshakeIODataStream in = new HandshakeIODataStream(); local
71 in.append(encoded);
73 CertificateMessage message_2 = new CertificateMessage(in, message.length());
100 HandshakeIODataStream in = new HandshakeIODataStream(); local
101 in.append(encoded);
102 CertificateMessage message_2 = new CertificateMessage(in, message.length());
107 in.append(encoded);
109 message_2 = new CertificateMessage(in, message.length() - 1)
    [all...]
ClientHelloTest.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
53 HandshakeIODataStream in = new HandshakeIODataStream(); local
54 in.append(encoded);
55 ClientHello message_2 = new ClientHello(in, message.length());
62 in.append(encoded);
64 message_2 = new ClientHello(in, message.length() - 1);
69 in.append(encoded);
71 message_2 = new ClientHello(in, message.length() + 1);
76 in.append(encoded)
    [all...]
ClientKeyExchangeTest.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
55 HandshakeIODataStream in = new HandshakeIODataStream(); local
56 in.append(encoded);
57 ClientKeyExchange message_2 = new ClientKeyExchange(in, message
65 in.append(encoded);
67 message_2 = new ClientKeyExchange(in, message.length() - 1,
78 in.append(encoded);
79 in.append(new byte[] { 1, 2, 3 });
81 message_2 = new ClientKeyExchange(in, message.length() + 3
114 HandshakeIODataStream in = new HandshakeIODataStream(); local
163 HandshakeIODataStream in = new HandshakeIODataStream(); local
    [all...]
ServerHelloTest.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
53 HandshakeIODataStream in = new HandshakeIODataStream(); local
54 in.append(encoded);
55 ServerHello message_2 = new ServerHello(in, message.length());
66 in.append(encoded);
68 new ServerHello(in, message.length() - 1);
73 in.append(encoded);
74 in.append(new byte[] { 1, 2, 3 });
76 new ServerHello(in, message.length() + 3)
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
CommandLineSerializer.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 * <p>Java serialization is a appropriate in this usecase because there are no compatibility
58 ObjectInputStream in = new ObjectInputStream(bais); local
59 WorkerSpec instance = (WorkerSpec) in.readObject();
60 in.close();
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.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 * <li>easymock.properties in classpath default package</li>
58 InputStream in = getClassLoader().getResourceAsStream( local
60 if (in != null) {
61 in = new BufferedInputStream(in);
63 properties.load(in);
69 in.close();
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
RemoveDebugInfos.java 28 final InputStream in = new FileInputStream(args[0]); local
29 final ClassReader reader = new ClassReader(in);
30 in.close();
  /external/jetty/src/java/org/eclipse/jetty/util/security/
CertificateUtils.java 76 InputStream in = null; local
79 in = Resource.newResource(crlPath).getInputStream();
80 crlList = CertificateFactory.getInstance("X.509").generateCRLs(in);
84 if (in != null)
86 in.close();
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
DeltaInputStream.java 34 private InputStream in; field in class:DeltaInputStream
44 * @param in input stream from which Delta filtered data
47 * @param distance delta calculation distance, must be in the
51 public DeltaInputStream(InputStream in, int distance) {
53 // in this constructor.
54 if (in == null)
57 this.in = in;
65 * the end of input on the input stream <code>in</code>
67 * @throws IOException may be thrown by <code>in</code
    [all...]
  /external/vogar/src/vogar/tasks/
ExtractJarResourceTask.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
40 InputStream in = new BufferedInputStream( local
45 while ((count = in.read(buf)) != -1) {
49 in.close();
  /libcore/ojluni/src/main/java/java/io/
SequenceInputStream.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
48 InputStream in; field in class:SequenceInputStream
56 * the enumeration will be read, in order,
80 * will be read in order, first <code>s1</code>
102 * Continues reading in the next stream if an EOF is reached.
105 if (in != null) {
106 in.close();
110 in = (InputStream) e.nextElement()
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.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
44 // the proxy is stored in a protected superclass variable named 'in'
53 return in.read();
63 return in.read(bts);
75 return in.read(bts, st, end);
85 return in.skip(ln);
94 return in.available();
102 in.close()
    [all...]
ProxyReader.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
44 // the proxy is stored in a protected superclass variable named 'in'
53 return in.read();
63 return in.read(chr);
75 return in.read(chr, st, end);
85 return in.skip(ln);
94 return in.ready();
102 in.close()
    [all...]
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 45 InputStream in = null; local
47 // TODO: do this in a background thread, using handlers and all that nonsense.
48 in = getContentResolver().openInputStream(uri);
49 String text = BugReportParser.extractSystemLogs(in, section);
61 if (in != null) {
62 in.close();
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.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
123 private static void skipHelper(long n, int expect, InputStream in)
125 ByteStreams.skipFully(in, n);
126 assertEquals(expect, in.read());
127 in.close();
135 ByteArrayDataInput in = ByteStreams.newDataInput(b); local
137 in.readInt();
144 ByteArrayDataInput in = ByteStreams.newDataInput(bytes); local
145 assertEquals(0x12345678, in.readInt())
155 ByteArrayDataInput in = ByteStreams.newDataInput(bytes); local
162 ByteArrayDataInput in = ByteStreams.newDataInput(bytes); local
173 ByteArrayDataInput in = ByteStreams.newDataInput(bytes); local
183 ByteArrayDataInput in = ByteStreams.newDataInput( local
193 ByteArrayDataInput in = ByteStreams.newDataInput(data); local
200 ByteArrayDataInput in = ByteStreams.newDataInput(data); local
208 ByteArrayDataInput in = ByteStreams.newDataInput(data); local
214 ByteArrayDataInput in = ByteStreams.newDataInput(data); local
222 ByteArrayDataInput in = ByteStreams.newDataInput(data); local
231 ByteArrayDataInput in = ByteStreams.newDataInput(data); local
236 ByteArrayDataInput in = ByteStreams.newDataInput(bytes); local
241 ByteArrayDataInput in = ByteStreams.newDataInput(bytes); local
254 ByteArrayDataInput in = ByteStreams.newDataInput(bytes); local
267 ByteArrayDataInput in = ByteStreams.newDataInput(bytes, 2); local
277 ByteArrayDataInput in = ByteStreams.newDataInput(new byte[2]); local
284 ByteArrayDataInput in = ByteStreams.newDataInput(bais); local
394 InputStream in = newTestStream(100); local
400 InputStream in = newTestStream(100); local
406 InputStream in = newTestStream(100); local
412 InputStream in = newTestStream(100); local
    [all...]
  /external/vogar/src/vogar/
OutcomeStore.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
95 JsonReader in = new JsonReader(new FileReader(file)); local
96 in.beginObject();
97 while (in.hasNext()) {
98 String outcomeName = in.nextName();
101 in.skipValue();
106 in.beginObject();
107 while (in.hasNext()) {
108 String fieldName = in.nextName()
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/data/
CompactDataInputOutputTest.java 31 private CompactDataInput in; field in class:CompactDataInputOutputTest
37 in = new CompactDataInput(new PipedInputStream(pipe));
83 assertEquals(Long.valueOf(value), Long.valueOf(in.readVarInt()));
84 assertEquals(Integer.valueOf(-1), Integer.valueOf(in.read()));
111 final boolean[] actual = in.readBooleanArray();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DataFormatFieldTest.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
172 // implemented in
176 ObjectInputStream in = null; local
193 in = new ObjectInputStream(new ByteArrayInputStream(bytes
197 dfield2 = (Field) in.readObject();
204 in.readObject();
217 if (in != null)
218 in.close();

Completed in 769 milliseconds

1 2 3 4 5 6 7 891011>>