/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/ |
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...] |
/external/nanopb-c/examples/using_double_on_avr/ |
double_conversion.c | 18 conversion_t in; local 19 in.f = value; 25 sign = (in.i >> 31) & 1; 26 exponent = ((in.i >> 23) & 0xFF) - 127; 27 mantissa = in.i & 0x7FFFFF; 74 /* Figure if value is in range representable by floats. */
|
/external/openssl/crypto/bf/ |
bf_skey.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 76 BF_LONG *p,ri,in[2]; local [all...] |
/external/openssl/crypto/x509/ |
x509_set.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 79 ASN1_INTEGER *in; local 109 ASN1_TIME *in; local 127 ASN1_TIME *in; local [all...] |
x509cset.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 86 ASN1_TIME *in; local 104 ASN1_TIME *in; local 138 ASN1_TIME *in; local 156 ASN1_INTEGER *in; local [all...] |
/external/ppp/pppd/ |
md5.h | 9 ** -- FF, GG, HH modified to add in last register done ** 22 ** Digest Algorithm" in all material mentioning or referencing this ** 27 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all ** 35 ** These notices must be retained in any copies of any part of this ** 56 unsigned char in[64]; /* input buffer */ member in struct:__anon32604
|
/external/qemu/distrib/libsparse/src/ |
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);
|
/ndk/sources/cxx-stl/llvm-libc++/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));
|
/ndk/sources/cxx-stl/llvm-libc++/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));
|
sungetc.pass.cpp | 49 char in[] = "ABC"; local 50 t.setg(in, in+1, in+sizeof(in));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
gbump.pass.cpp | 49 char in[] = "ABCDE"; local 50 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0])); 55 wchar_t in[] = L"ABCDE"; local 56 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0])) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
pbump.pass.cpp | 49 char in[] = "ABCDE"; local 50 t.setp(in, in+sizeof(in)/sizeof(in[0])); 56 wchar_t in[] = L"ABCDE"; local 57 t.setp(in, in+sizeof(in)/sizeof(in[0])) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_date.pass.cpp | 41 const char in[] = "5/5/5"; local 44 I i = f.get_date(I(in), I(in+sizeof(in)-1), ios, err, &t); 45 assert(i.base() == in+sizeof(in)-1);
|
get_date_wide.pass.cpp | 41 const wchar_t in[] = L"5/5/5"; local 44 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 45 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
|
get_many.pass.cpp | 41 const char in[] = "2009 May 9, 10:27pm"; local 45 I i = f.get(I(in), I(in+sizeof(in)-1), ios, err, &t, fmt, fmt+sizeof(fmt)-1); 46 assert(i.base() == in+sizeof(in)-1); 55 const char in[] = "10:27PM May 9, 2009"; local 59 I i = f.get(I(in), I(in+sizeof(in)-1), ios, err, &t, fmt, fmt+sizeof(fmt)-1) [all...] |
get_monthname.pass.cpp | 41 const char in[] = "Jan"; local 44 I i = f.get_monthname(I(in), I(in+sizeof(in)-1), ios, err, &t); 45 assert(i.base() == in+3); 50 const char in[] = "Feb"; local 53 I i = f.get_monthname(I(in), I(in+sizeof(in)-1), ios, err, &t); 54 assert(i.base() == in+3) 59 const char in[] = "Mar"; local 68 const char in[] = "Apr"; local 77 const char in[] = "May"; local 86 const char in[] = "Jun"; local 95 const char in[] = "Jul"; local 104 const char in[] = "Aug"; local 113 const char in[] = "Sep"; local 122 const char in[] = "Oct"; local 131 const char in[] = "Nov"; local 140 const char in[] = "Dec"; local 149 const char in[] = "January"; local 158 const char in[] = "February"; local 167 const char in[] = "March"; local 176 const char in[] = "April"; local 185 const char in[] = "May"; local 194 const char in[] = "June"; local 203 const char in[] = "July"; local 212 const char in[] = "August"; local 221 const char in[] = "September"; local 230 const char in[] = "October"; local 239 const char in[] = "November"; local 248 const char in[] = "December"; local 257 const char in[] = "Decemper"; local [all...] |
get_monthname_wide.pass.cpp | 41 const wchar_t in[] = L"Jan"; local 44 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 45 assert(i.base() == in+3); 50 const wchar_t in[] = L"Feb"; local 53 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 59 const wchar_t in[] = L"Mar"; local 68 const wchar_t in[] = L"Apr"; local 77 const wchar_t in[] = L"May"; local 86 const wchar_t in[] = L"Jun"; local 95 const wchar_t in[] = L"Jul"; local 104 const wchar_t in[] = L"Aug"; local 113 const wchar_t in[] = L"Sep"; local 122 const wchar_t in[] = L"Oct"; local 131 const wchar_t in[] = L"Nov"; local 140 const wchar_t in[] = L"Dec"; local 149 const wchar_t in[] = L"January"; local 158 const wchar_t in[] = L"February"; local 167 const wchar_t in[] = L"March"; local 176 const wchar_t in[] = L"April"; local 185 const wchar_t in[] = L"May"; local 194 const wchar_t in[] = L"June"; local 203 const wchar_t in[] = L"July"; local 212 const wchar_t in[] = L"August"; local 221 const wchar_t in[] = L"September"; local 230 const wchar_t in[] = L"October"; local 239 const wchar_t in[] = L"November"; local 248 const wchar_t in[] = L"December"; local 257 const wchar_t in[] = L"Decemper"; local [all...] |
get_one.pass.cpp | 40 const char in[] = "mon"; local 43 I i = f.get(I(in), I(in+sizeof(in)-1), ios, err, &t, 'a'); 44 assert(i.base() == in+sizeof(in)-1); 49 const char in[] = "wednesdaY"; local 52 I i = f.get(I(in), I(in+sizeof(in)-1), ios, err, &t, 'A') 58 const char in[] = "June"; local 67 const char in[] = "Jul"; local 76 const char in[] = "Thu Jun 6 09:49:10 2009"; local 91 const char in[] = "11"; local 100 const char in[] = "2\/1\/1"; local 111 const char in[] = "11"; local 120 const char in[] = "June"; local 129 const char in[] = "19"; local 138 const char in[] = "12"; local 147 const char in[] = "59"; local 156 const char in[] = "\\t\\n "; local 164 const char in[] = "09:49:10 PM"; local 175 const char in[] = "09:49:10 AM"; local 186 const char in[] = "12:49:10 AM"; local 197 const char in[] = "12:49:10 PM"; local 208 const char in[] = "09:49"; local 219 const char in[] = "60"; local 230 const char in[] = "\\t\\n "; local 238 const char in[] = "21:49:10"; local 249 const char in[] = "3"; local 258 const char in[] = "06\/06\/09"; local 269 const char in[] = "21:49:10"; local 280 const char in[] = "68"; local 289 const char in[] = "68"; local 298 const char in[] = "%"; local [all...] |