HomeSort by relevance Sort by last modified time
    Searched full:cin (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /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/stlport/stlport/using/
iostream 4 using _STLP_VENDOR_STD::cin;
  /ndk/sources/cxx-stl/stlport/stlport/using/
iostream 4 using _STLP_VENDOR_STD::cin;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
iostream 4 using _STLP_VENDOR_STD::cin;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
iostream 4 using _STLP_VENDOR_STD::cin;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
iostream 4 using _STLP_VENDOR_STD::cin;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
iostream 4 using _STLP_VENDOR_STD::cin;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/
iostream 4 using _STLP_VENDOR_STD::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);
  /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);
  /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;
  /prebuilts/ndk/7/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/8/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/9/sources/cxx-stl/EH/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;
  /external/chromium/third_party/libjingle/source/talk/examples/login/
login_main.cc 38 std::getline(std::cin, auth_cookie);
42 std::getline(std::cin, username);
58 while (std::getline(std::cin, line)) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/login/
login_main.cc 40 std::getline(std::cin, auth_token);
44 std::getline(std::cin, username);
61 while (std::getline(std::cin, line)) {

Completed in 790 milliseconds

1 2 3 4 5 6 7