/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_year.pass.cpp | 40 const char in[] = "0"; local 43 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t); 44 assert(i.base() == in+sizeof(in)-1); 49 const char in[] = "00"; local 52 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t) 58 const char in[] = "1"; local 67 const char in[] = "68"; local 76 const char in[] = "69"; local 85 const char in[] = "99"; local 94 const char in[] = "100"; local 103 const char in[] = "1900"; local 112 const char in[] = "1968"; local 121 const char in[] = "2000"; local 130 const char in[] = "2999c"; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
get_date.pass.cpp | 43 const char in[] = "06/10/2009"; local 46 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 55 const char in[] = "10.06.2009"; local 58 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 67 const char in[] = "10.06.2009"; local 79 const char in[] = "2009\/06\/10"; local [all...] |
get_date_wide.pass.cpp | 43 const wchar_t in[] = L"06/10/2009"; local 46 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 55 const wchar_t in[] = L"10.06.2009"; local 58 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 67 const wchar_t in[] = L"10.06.2009"; local 79 const wchar_t in[] = L"2009\/06\/10"; local [all...] |
get_monthname.pass.cpp | 43 const char in[] = "June"; local 46 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 53 const char in[] = "juin"; local 56 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 63 const char in[] = "\\xD0\\xB8\\xD1\\x8E\\xD0\\xBD\\xD1\\x8F"; local 73 const char in[] = "\\xE5\\x85\\xAD\\xE6\\x9C\\x88"; local [all...] |
get_monthname_wide.pass.cpp | 52 const wchar_t in[] = L"June"; local 55 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 62 const wchar_t in[] = L"juin"; local 65 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 72 const wchar_t in[] = L"\\x438\\x44E\\x43D\\x44F"; local 82 const wchar_t in[] = L"\\x516D\\x6708"; local [all...] |
get_one.pass.cpp | 42 const char in[] = "Sat Dec 31 23:55:59 2061"; local 45 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'c'); 46 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 58 const char in[] = "23:55:59"; local 61 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'X') 70 const char in[] = "Sam 31 d""\\xC3\\xA9""c 23:55:59 2061"; local 86 const char in[] = "23:55:59"; local 98 const char in[] = "\\xD1\\x81\\xD1\\x83\\xD0\\xB1\\xD0\\xB1" local 121 const char in[] = "23:55:59"; local 133 const char in[] = "\\xE5\\x85\\xAD" local 150 const char in[] = "23""\\xE6\\x97\\xB6""55""\\xE5\\x88\\x86""59""\\xE7\\xA7\\x92"; local [all...] |
get_one_wide.pass.cpp | 42 const wchar_t in[] = L"Sat Dec 31 23:55:59 2061"; local 45 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'c'); 46 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 58 const wchar_t in[] = L"23:55:59"; local 61 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'X') 70 const wchar_t in[] = L"Sam 31 d""\\xE9""c 23:55:59 2061"; local 86 const wchar_t in[] = L"23:55:59"; local 99 const wchar_t in[] = L"\\x441\\x443\\x431\\x431\\x43E\\x442\\x430" local 121 const wchar_t in[] = L"23:55:59"; local 134 const wchar_t in[] = L"\\x516D" local 152 const wchar_t in[] = L"23""\\x65F6""55""\\x5206""59""\\x79D2"; local [all...] |
get_time.pass.cpp | 43 const char in[] = "13:14:15"; local 46 I i = f.get_time(I(in), I(in+sizeof(in)-1), ios, err, &t); 47 assert(i.base() == in+sizeof(in)-1); 55 const char in[] = "13:14:15"; local 58 I i = f.get_time(I(in), I(in+sizeof(in)-1), ios, err, &t) 67 const char in[] = "13:14:15"; local 79 const char in[] = "13:14:15"; local [all...] |
get_time_wide.pass.cpp | 43 const wchar_t in[] = L"13:14:15"; local 46 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 55 const wchar_t in[] = L"13:14:15"; local 58 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 67 const wchar_t in[] = L"13:14:15"; local 79 const wchar_t in[] = L"13:14:15"; local [all...] |
get_weekday.pass.cpp | 43 const char in[] = "Monday"; local 46 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 53 const char in[] = "Lundi"; local 56 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 63 const char in[] = "\\xD0\\xBF\\xD0\\xBE\\xD0\\xBD\\xD0\\xB5" local 75 const char in[] = "\\xE6\\x98\\x9F\\xE6\\x9C\\x9F\\xE4\\xB8\\x80"; local [all...] |
get_weekday_wide.pass.cpp | 43 const wchar_t in[] = L"Monday"; local 46 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 53 const wchar_t in[] = L"Lundi"; local 56 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 63 const wchar_t in[] = L"\\x43F\\x43E\\x43D\\x435\\x434\\x435\\x43B\\x44C\\x43D\\x438\\x43A"; local 73 const wchar_t in[] = L"\\x661F\\x671F\\x4E00"; local [all...] |
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.6/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.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
|
/system/core/libsparse/ |
simg2img.c | 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 int in; local 59 in = STDIN_FILENO; 61 in = open(argv[i], O_RDONLY | O_BINARY); 62 if (in < 0) { 68 s = sparse_file_import(in, true, false); 82 close(in);
|
/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/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/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/ |
GetExample.java | 20 InputStream in = null; local 23 in = connection.getInputStream(); 24 byte[] response = readFully(in); 27 if (in != null) in.close(); 31 byte[] readFully(InputStream in) throws IOException { 34 for (int count; (count = in.read(buffer)) != -1; ) {
|
PostExample.java | 24 InputStream in = null; local 37 in = connection.getInputStream(); 38 return readFirstLine(in); 42 if (in != null) in.close(); 46 String readFirstLine(InputStream in) throws IOException { 47 BufferedReader reader = new BufferedReader(new InputStreamReader(in, "UTF-8"));
|