Searched refs:is (Results 51 - 75 of 7284) sorted by relevance

1234567891011>>

/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dwchar_t_pointer.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
46 std::istream is(&sb);
48 is >> s;
49 assert(!is.eof());
50 assert(!is.fail());
55 std::wistream is(&sb);
56 is.width(4);
58 is >> s;
59 assert(!is.eof());
60 assert(!is
[all...]
H A Dbasic_ios.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
25 f(std::basic_ios<CharT>& is) argument
28 return is;
34 std::istream is((std::streambuf*)0);
35 is >> f;
H A Dios_base.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
23 f(std::ios_base& is) argument
26 return is;
32 std::istream is((std::streambuf*)0);
33 is >> f;
H A Distream.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
25 f(std::basic_istream<CharT>& is) argument
28 return is;
34 std::istream is((std::streambuf*)0);
35 is >> f;
H A Dsigned_char.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
46 std::istream is(&sb);
48 is >> c;
49 assert( is.eof());
50 assert( is.fail());
55 std::istream is(&sb);
57 is >> c;
58 assert(!is.eof());
59 assert(!is.fail());
61 is >>
[all...]
H A Dunsigned_char.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
46 std::istream is(&sb);
48 is >> c;
49 assert( is.eof());
50 assert( is.fail());
55 std::istream is(&sb);
57 is >> c;
58 assert(!is.eof());
59 assert(!is.fail());
61 is >>
[all...]
/external/libcxx/test/thread/
H A Dmacro.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
19 #error __STDCPP_THREADS__ is not defined
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dreadsome.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
48 std::istream is(&sb);
50 assert(is.readsome(s, 5) == 5);
51 assert(!is.eof());
52 assert(!is.fail());
54 assert(is.gcount() == 5);
55 is.readsome(s, 5);
56 assert(!is.eof());
57 assert(!is.fail());
59 assert(is
[all...]
H A Dget_streambuf.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
60 std::istream is(&sb);
62 is.get(sb2);
64 assert(is.good());
65 assert(is.gcount() == 7);
66 assert(is.get() == '\n');
67 is.get(sb2);
69 assert(is.eof());
70 assert(!is.fail());
71 assert(is
[all...]
H A Dget_streambuf_chart.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
61 std::istream is(&sb);
63 is.get(sb2, '*');
65 assert(is.good());
66 assert(is.gcount() == 7);
67 assert(is.get() == '*');
68 is.get(sb2, '*');
70 assert(is.eof());
71 assert(!is.fail());
72 assert(is
[all...]
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
H A Dbool.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Ddouble.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dfloat.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dint.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dlong.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dlong_double.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dlong_long.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dshort.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dunsigned_int.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dunsigned_long.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dunsigned_long_long.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
H A Dunsigned_short.pass.cpp5 // This file is dual licensed under the MIT and the University of Illinois Open
47 std::istream is((std::streambuf*)0);
49 is >> n;
50 assert(is.fail());
54 std::istream is(&sb);
56 is >> n;
58 assert( is.eof());
59 assert(!is.fail());
63 std::istream is(&sb);
65 is >>
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3cyclicdfa.c6 * Any state that has a semantic predicate edge is special; those states
8 * which is generated by cyclicDFA template.
79 antlr3dfapredict (void * ctx, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA cdfa) argument
86 mark = is->mark(is); /* Store where we are right now */
99 s = cdfa->specialStateTransition(ctx, rec, is, cdfa, specialState);
112 is->rewind(is, mark);
115 is->consume(is);
193 antlr3dfaspecialStateTransition(void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s) argument
201 antlr3dfaspecialTransition(void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_CYCLIC_DFA dfa, ANTLR3_INT32 s) argument
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dstfle.stdout.exp1 the value of cc is 0 and #double words is 2
2 the value of cc is 0 and #double words is 2
3 The z/Architecture architectural mode is installed and active
4 the value of cc is 0 and #double words is 2
5 STFLE facility is installed
6 the value of cc is 3 and #double words is
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dopenssl.h4 * Use of this source code is governed by a BSD-style license
17 #error OpenSSL is older than 1.0.0, which is the minimum supported version.

Completed in 196 milliseconds

1234567891011>>