/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/ |
D | istream.pass.cpp | 23 std::istringstream inf; in main() local 24 std::istreambuf_iterator<char> i(inf); in main() 28 std::istringstream inf("a"); in main() local 29 std::istreambuf_iterator<char> i(inf); in main() 33 std::wistringstream inf; in main() local 34 std::istreambuf_iterator<wchar_t> i(inf); in main() 38 std::wistringstream inf(L"a"); in main() local 39 std::istreambuf_iterator<wchar_t> i(inf); in main()
|
D | streambuf.pass.cpp | 27 std::istringstream inf; in main() local 28 std::istreambuf_iterator<char> i(inf.rdbuf()); in main() 32 std::istringstream inf("a"); in main() local 33 std::istreambuf_iterator<char> i(inf.rdbuf()); in main() 41 std::wistringstream inf; in main() local 42 std::istreambuf_iterator<wchar_t> i(inf.rdbuf()); in main() 46 std::wistringstream inf(L"a"); in main() local 47 std::istreambuf_iterator<wchar_t> i(inf.rdbuf()); in main()
|
D | proxy.pass.cpp | 23 std::istringstream inf("abc"); in main() local 24 std::istreambuf_iterator<char> j(inf); in main() 30 std::wistringstream inf(L"abc"); in main() local 31 std::istreambuf_iterator<wchar_t> j(inf); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/ |
D | istream.pass.cpp | 22 std::istringstream inf(" 1 23"); in main() local 23 std::istream_iterator<int> i(inf); in main() 25 assert(inf.peek() == ' '); in main() 26 assert(inf.good()); in main() 28 inf >> j; in main()
|
D | copy.pass.cpp | 28 std::istringstream inf(" 1 23"); in main() local 29 std::istream_iterator<int> io(inf); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/ |
D | complex_times_complex.pass.cpp | 59 case inf: in test_edges() 79 case inf: in test_edges() 80 assert(classify(r) == inf); in test_edges() 90 case inf: in test_edges() 97 assert(classify(r) == inf); in test_edges() 99 case inf: in test_edges() 100 assert(classify(r) == inf); in test_edges() 106 assert(classify(r) == inf); in test_edges() 119 case inf: in test_edges() 139 case inf: in test_edges() [all …]
|
D | complex_divide_complex.pass.cpp | 57 case inf: in test_edges() 72 assert(classify(r) == inf); in test_edges() 77 case inf: in test_edges() 88 case inf: in test_edges() 92 assert(classify(r) == inf); in test_edges() 95 assert(classify(r) == inf); in test_edges() 97 case inf: in test_edges() 117 case inf: in test_edges() 132 assert(classify(r) == inf); in test_edges() 137 case inf: in test_edges()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy/ |
D | proxy.pass.cpp | 35 std::istringstream inf("abc"); in main() local 36 std::istreambuf_iterator<char> i(inf); in main() 40 std::wistringstream inf(L"abc"); in main() local 41 std::istreambuf_iterator<wchar_t> i(inf); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++/ |
D | dereference.pass.cpp | 23 std::istringstream inf("abc"); in main() local 24 std::istreambuf_iterator<char> i(inf); in main() 32 std::wistringstream inf(L"abc"); in main() local 33 std::istreambuf_iterator<wchar_t> i(inf); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/ |
D | pre_increment.pass.cpp | 24 std::istringstream inf("abc"); in main() local 25 std::istreambuf_iterator<char> i(inf); in main() 32 std::wistringstream inf(L"abc"); in main() local 33 std::istreambuf_iterator<wchar_t> i(inf); in main()
|
D | post_increment.pass.cpp | 23 std::istringstream inf("abc"); in main() local 24 std::istreambuf_iterator<char> i(inf); in main() 31 std::wistringstream inf(L"abc"); in main() local 32 std::istreambuf_iterator<wchar_t> i(inf); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/ |
D | polar.pass.cpp | 58 if (std::signbit(r) || classify(theta) == inf || classify(theta) == NaN) in test_edges() 69 if (std::signbit(r) || classify(theta) == inf || classify(theta) == NaN) in test_edges() 79 case inf: in test_edges() 87 assert(classify(z) == inf); in test_edges() 88 if (classify(theta) != NaN && classify(theta) != inf) in test_edges()
|
D | abs.pass.cpp | 44 case inf: in test_edges()
|
D | norm.pass.cpp | 44 case inf: in test_edges()
|
D | proj.pass.cpp | 52 case inf: in test_edges()
|
D | arg.pass.cpp | 83 case inf: in test_edges()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/ |
D | pre_increment.pass.cpp | 22 std::istringstream inf(" 1 23"); in main() local 23 std::istream_iterator<int> i(inf); in main()
|
D | post_increment.pass.cpp | 22 std::istringstream inf(" 1 23"); in main() local 23 std::istream_iterator<int> i(inf); in main()
|
D | dereference.pass.cpp | 22 std::istringstream inf(" 1 23"); in main() local 23 std::istream_iterator<int> i(inf); in main()
|
D | arrow.pass.cpp | 33 std::istringstream inf("1.5 23 "); in main() local 34 std::istream_iterator<A> i(inf); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/ |
D | cases.h | 175 enum {zero, non_zero, inf, NaN, non_zero_nan}; enumerator 184 return inf; in classify() 209 return inf; in classify()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 182 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ in readrec() argument 193 while ((c=getc(inf)) == '\n' && c != EOF) /* skip leading \n's */ in readrec() 196 ungetc(c, inf); in readrec() 199 for (; (c=getc(inf)) != sep && c != EOF; ) { in readrec() 207 if ((c = getc(inf)) == '\n' || c == EOF) /* 2 in a row */ in readrec()
|
D | proto.h | 126 extern int readrec(char **buf, int *bufsize, FILE *inf);
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 616 static const char* inf[2] = { "inf", "Inf" }; in __format_nan_or_inf() local 621 inf_or_nan = inf; in __format_nan_or_inf() 636 inf_or_nan = inf; in __format_nan_or_inf()
|
/ndk/sources/host-tools/make-3.81/ |
D | configure | 925 -infodir | --infodir | --infodi | --infod | --info | --inf) 927 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 3148 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3174 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3243 …*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o |… 3352 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
|