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

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/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;
  /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);
  /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/openfst/src/bin/
fstcompile.cc 55 istream *istrm = &cin;
91 if (istrm != &cin)
  /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");
  /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;
iostream.h 36 using _STLP_STD::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;
  /external/stlport/test/eh/
locale.cpp 16 cin.imbue(sys);
23 cin>>value;
  /external/stlport/src/
iostream.cpp 37 # define cin _STLP_cin macro
70 _STLP_DECLSPEC istream cin(0);
100 _STLP_DECLSPEC _Stl_aligned_buffer<istream> cin;
105 _Stl_aligned_buffer<istream> cin;
110 # pragma alias("?cin@std@@3V?$basic_istream@std@DV?$char_traits@std@D@1@@1@A", "?cin@std@@3T?$_Stl_aligned_buffer@std@V?$basic_istream@std@DV?$char_traits@std@D@1@@1@@1@A")
224 istream* ptr_cin = new(&cin) istream(cin_buf.get()); cin_buf.release();
250 istream* ptr_cin = &cin;
340 delete (&cin)->rdbuf(cin_buf.release());
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 37 # define cin _STLP_cin macro
70 _STLP_DECLSPEC istream cin(0);
100 _STLP_DECLSPEC _Stl_aligned_buffer<istream> cin;
105 _Stl_aligned_buffer<istream> cin;
110 # pragma alias("?cin@std@@3V?$basic_istream@std@DV?$char_traits@std@D@1@@1@A", "?cin@std@@3T?$_Stl_aligned_buffer@std@V?$basic_istream@std@DV?$char_traits@std@D@1@@1@@1@A")
224 istream* ptr_cin = new(&cin) istream(cin_buf.get()); cin_buf.release();
250 istream* ptr_cin = &cin;
340 delete (&cin)->rdbuf(cin_buf.release());
  /external/openssl/crypto/evp/
openbsd_hw.c 185 char *cin=NULL;
193 cin=OPENSSL_malloc(cinl);
194 memcpy(cin,in,inl);
195 cryp.src=cin;
219 if(cin)
220 OPENSSL_free(cin);
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 116 std::istream *in = &std::cin;
128 if (in != &std::cin)
  /ndk/sources/cxx-stl/llvm-libc++/src/
iostream.cpp 23 _ALIGNAS_TYPE (istream) char cin [sizeof(istream)]; variable
36 istream* cin_ptr = ::new(cin) istream(::new(__cin) __stdinbuf <char>(stdin) );

Completed in 2155 milliseconds

1 2 3