/external/libcxx/test/input.output/iostream.objects/narrow.stream.objects/ |
cin.pass.cpp | 12 // istream cin; 23 std::cin >> i; 26 assert(std::cin.tie() == &std::cout);
|
cout.pass.cpp | 22 std::cin >> i;
|
Android.mk | 31 test_name := input.output/iostream.objects/narrow.stream.objects/cin 32 test_src := cin.pass.cpp
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/narrow.stream.objects/ |
cin.pass.cpp | 12 // istream cin; 23 std::cin >> i; 26 assert(std::cin.tie() == &std::cout);
|
cout.pass.cpp | 22 std::cin >> i;
|
/external/stlport/stlport/using/h/ |
iostream.h | 5 #if !defined(cin) 6 using _STLP_OLD_IO_NAMESPACE::cin;
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
iostream.h | 5 #if !defined(cin) 6 using _STLP_OLD_IO_NAMESPACE::cin;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/ |
iostream.h | 5 #if !defined(cin) 6 using _STLP_OLD_IO_NAMESPACE::cin;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/ |
iostream.h | 5 #if !defined(cin) 6 using _STLP_OLD_IO_NAMESPACE::cin;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/ |
iostream.h | 5 #if !defined(cin) 6 using _STLP_OLD_IO_NAMESPACE::cin;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/ |
iostream.h | 5 #if !defined(cin) 6 using _STLP_OLD_IO_NAMESPACE::cin;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/ |
iostream.h | 5 #if !defined(cin) 6 using _STLP_OLD_IO_NAMESPACE::cin;
|
/external/protobuf/examples/ |
add_person.cc | 13 cin >> id; 15 cin.ignore(256, '\n'); 18 getline(cin, *person->mutable_name()); 22 getline(cin, email); 30 getline(cin, number); 40 getline(cin, type);
|
/prebuilts/misc/common/swig/include/2.0.11/cffi/ |
cffi.swg | 8 %typemap(cin) void ":void"; 10 %typemap(cin) char ":char"; 11 %typemap(cin) char * ":string"; 12 %typemap(cin) unsigned char ":unsigned-char"; 13 %typemap(cin) signed char ":char"; 15 %typemap(cin) short ":short"; 16 %typemap(cin) signed short ":short"; 17 %typemap(cin) unsigned short ":unsigned-short"; 19 %typemap(cin) int ":int"; 20 %typemap(cin) signed int ":int" [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/login/ |
login_main.cc | 41 std::getline(std::cin, auth_token); 45 std::getline(std::cin, username); 62 while (std::getline(std::cin, line)) {
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
std_ios.i | 8 AUTODOC(cin, "Standard C++ input stream");
|
/external/clang/test/SemaCXX/ |
warn-unused-comparison.cpp | 112 } cout, cin; member in namespace:PR19724 119 cout < cin; // expected-warning {{relational comparison result unused}}
|
/external/openfst/src/bin/ |
fstcompile.cc | 55 istream *istrm = &cin; 91 if (istrm != &cin)
|
/external/libcxxabi/test/ |
test_demangle.cpp | [all...] |
/external/openfst/src/script/ |
fst-class.cc | 77 return ReadFst<FstClass>(cin, "standard input"); 95 return ReadFst<MutableFstClass>(cin, "standard input"); 140 return ReadFst<VectorFstClass>(cin, "standard input");
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_demangle.cpp | [all...] |
/external/stlport/stlport/ |
iostream | 51 # define cin _STLP_cin 57 // Note: cin and wcin are both associated with stdio. The C standard 60 // that it is an error to use both cin and wcin in the same C++ 64 extern _STLP_DECLSPEC istream cin;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
iostream | 51 # define cin _STLP_cin 57 // Note: cin and wcin are both associated with stdio. The C standard 60 // that it is an error to use both cin and wcin in the same C++ 64 extern _STLP_DECLSPEC istream cin;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
iostream | 51 # define cin _STLP_cin 57 // Note: cin and wcin are both associated with stdio. The C standard 60 // that it is an error to use both cin and wcin in the same C++ 64 extern _STLP_DECLSPEC istream cin;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
iostream | 51 # define cin _STLP_cin 57 // Note: cin and wcin are both associated with stdio. The C standard 60 // that it is an error to use both cin and wcin in the same C++ 64 extern _STLP_DECLSPEC istream cin;
|