HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 151 - 175 of 3722) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libcxx/test/std/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...]
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 52 const char in[] = "06/10/2009"; local
55 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
64 const char in[] = "10.06.2009"; local
67 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
76 const char in[] = "10.06.2009"; local
89 const char in[] = "2009\/06\/10"; local
    [all...]
get_date_wide.pass.cpp 52 const wchar_t in[] = L"06/10/2009"; local
55 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
64 const wchar_t in[] = L"10.06.2009"; local
67 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
76 const wchar_t in[] = L"10.06.2009"; local
88 const wchar_t in[] = L"2009\/06\/10"; local
    [all...]
get_monthname.pass.cpp 47 const char in[] = "June"; local
50 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
57 const char in[] = "juin"; local
60 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const char in[] = "\\xE5\\x85\\xAD\\xE6\\x9C\\x88"; local
    [all...]
get_monthname_wide.pass.cpp 56 const wchar_t in[] = L"June"; local
59 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
60 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
66 const wchar_t in[] = L"juin"; local
69 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
76 const wchar_t in[] = L"\\x516D\\x6708"; local
    [all...]
get_one.pass.cpp 50 const char in[] = "Sat Dec 31 23:55:59 2061"; local
53 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'c');
54 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
66 const char in[] = "23:55:59"; local
69 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'X')
78 const char in[] = "Sam 31 d""\\xC3\\xA9""c 23:55:59 2061"; local
94 const char in[] = "23:55:59"; local
106 const char in[] = "\\xD1\\x81\\xD1\\x83\\xD0\\xB1\\xD0\\xB1" local
129 const char in[] = "23:55:59"; local
141 const char in[] = "\\xE5\\x85\\xAD" local
158 const char in[] = "23""\\xE6\\x97\\xB6""55""\\xE5\\x88\\x86""59""\\xE7\\xA7\\x92"; local
    [all...]
get_one_wide.pass.cpp 50 const wchar_t in[] = L"Sat Dec 31 23:55:59 2061"; local
53 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'c');
54 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
66 const wchar_t in[] = L"23:55:59"; local
69 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'X')
78 const wchar_t in[] = L"Sam 31 d" L"\\xE9" L"c 23:55:59 2061"; local
94 const wchar_t in[] = L"23:55:59"; local
107 const wchar_t in[] = L"\\x441\\x443\\x431\\x431\\x43E\\x442\\x430" local
129 const wchar_t in[] = L"23:55:59"; local
142 const wchar_t in[] = L"\\x516D" local
160 const wchar_t in[] = L"23" L"\\x65F6" L"55" L"\\x5206" L"59" L"\\x79D2"; local
    [all...]
get_time.pass.cpp 48 const char in[] = "13:14:15"; local
51 I i = f.get_time(I(in), I(in+sizeof(in)-1), ios, err, &t);
52 assert(i.base() == in+sizeof(in)-1);
60 const char in[] = "13:14:15"; local
63 I i = f.get_time(I(in), I(in+sizeof(in)-1), ios, err, &t)
72 const char in[] = "13:14:15"; local
84 const char in[] = "13:14:15"; local
    [all...]
get_time_wide.pass.cpp 48 const wchar_t in[] = L"13:14:15"; local
51 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
52 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
60 const wchar_t in[] = L"13:14:15"; local
63 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
72 const wchar_t in[] = L"13:14:15"; local
84 const wchar_t in[] = L"13:14:15"; local
    [all...]
get_weekday.pass.cpp 51 const char in[] = "Monday"; local
54 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
55 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
61 const char in[] = "Lundi"; local
64 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
71 const char in[] = "\\xD0\\xBF\\xD0\\xBE\\xD0\\xBD\\xD0\\xB5" local
83 const char in[] = "\\xE6\\x98\\x9F\\xE6\\x9C\\x9F\\xE4\\xB8\\x80"; local
    [all...]
get_weekday_wide.pass.cpp 51 const wchar_t in[] = L"Monday"; local
54 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
55 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
61 const wchar_t in[] = L"Lundi"; local
64 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
71 const wchar_t in[] = L"\\x43F\\x43E\\x43D\\x435\\x434\\x435\\x43B\\x44C\\x43D\\x438\\x43A"; local
81 const wchar_t in[] = L"\\x661F\\x671F\\x4E00"; local
    [all...]
get_year.pass.cpp 47 const char in[] = "2009"; local
50 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
57 const char in[] = "2009"; local
60 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const char in[] = "2009"; local
77 const char in[] = "2009"; local
    [all...]
get_year_wide.pass.cpp 47 const wchar_t in[] = L"2009"; local
50 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
57 const wchar_t in[] = L"2009"; local
60 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
67 const wchar_t in[] = L"2009"; local
77 const wchar_t in[] = L"2009"; local
    [all...]
  /external/libvncserver/examples/
pnmshow24.c 24 FILE* in=stdin; local
30 in=fopen(argv[1],"rb");
31 if(!in) {
37 fgets(buffer,1024,in);
45 fgets(buffer,1024,in);
51 fgets(buffer,1024,in);
77 fread(rfbScreen->frameBuffer,width*3,height,in);
78 fclose(in);
  /external/libvncserver/libvncserver/
zrleoutstream.h 10 * This software is distributed in the hope that it will be useful,
35 zrleBuffer in; member in struct:__anon24264
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.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.
18 __m128i in[2]; local
21 in[0] = load_input_data(input);
22 in[1] = load_input_data(input + 8);
26 idct4_sse2(in);
27 idct4_sse2(in);
56 __m128i in[8]; 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/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:__anon28746
  /external/toybox/toys/pending/
iconv.c 41 char *in = toybuf+inleft, *out = outstart; local
43 len = read(fd, in, 2048-inleft);
52 if (iconv(TT.ic, &in, &inleft, &out, &outleft) == -1
53 && (errno == EILSEQ || (in == toybuf+inleft-len && errno == EINVAL)))
57 *(out++) = *(in++);
63 memmove(in, toybuf, inleft);
ping.c 5 * Not in SUSv4.
26 -s SIZE Packet SIZE in bytes (default 56)
52 struct in_addr in; member in union:__anon33608
  /external/webrtc/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.
171 std::vector<T> in; local
172 in.push_back(a);
173 in.push_back(b);
174 in.push_back(c);
175 return in;
188 std::vector<Json::Value> in = VecOf3<Json::Value>("a", "b", "c"); local
204 std::vector<int> in = VecOf3<int>(1, 2, 3); local
220 std::vector<unsigned int> in = VecOf3<unsigned int>(1, 2, 3); local
236 std::vector<std::string> in = VecOf3<std::string>("a", "b", "c"); local
252 std::vector<bool> in = VecOf3<bool>(false, true, false); local
268 std::vector<double> in = VecOf3<double>(1.0, 2.0, 3.0); local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
InMatcher.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 * A {@link Matcher} class for checking if value contained in a {@link Collection} or array.
62 description.appendText("in(").appendValue(mValues).appendText(")");
66 public static <T> Matcher<T> in(T... operand) { method in class:InMatcher
71 public static <T> Matcher<T> in(Collection<T> operand) { method in class:InMatcher
  /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
  /prebuilts/ndk/r11/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);

Completed in 1079 milliseconds

1 2 3 4 5 67 8 91011>>