/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 160 // cin, cout, etc.
|
/external/icu4c/i18n/unicode/ |
plurfmt.h | 140 * cout << result << endl; 143 * cout << result << endl;
|
selfmt.h | 170 * cout << "Input is " << str1 << " and result is: " << result << endl;
|
coll.h | 114 * cout << "abc is less than ABC" << endl; 116 * cout << "abc is greater than or equal to ABC" << endl; 138 * cout << "'abc' and 'ABC' strings are equivalent with strength PRIMARY" << endl; [all...] |
numfmt.h | 68 * cout << " Example 1: " << myString << endl; 87 * cout << " Example 2: " << myString << endl; [all...] |
decimfmt.h | 85 * cout << endl << "FORMAT " << j << endl; 102 * cout << locales[i].getDisplayName(displayName) << ": " << pattern; 103 * cout << " -> " << form->format(myNumber,str) << endl; 127 * cout << "format result " << form->format(myNumber, str) << endl; [all...] |
/external/icu4c/test/intltest/ |
dtifmtts.cpp | 32 //#define PRINTMESG(msg) { std::cout << "(" << __FILE__ << ":" << __LINE__ << ") " << msg << "\n"; } 33 #define PRINTMESG(msg) { std::cout << msg; } 983 std::cout << "\/\/"; member in class:std 990 std::cout << "\\n\\n"; member in class:std [all...] |
/external/llvm/docs/ |
FAQ.html | 730 the <tt>std::cin</tt>/<tt>std::cout</tt>/... global objects. However, C++ 733 used <tt>std::cout</tt>, for example, the object would not necessarily be 736 <p>To make <tt>std::cout</tt> and friends work correctly in these scenarios, the
|
/external/icu4c/i18n/ |
dtitvinf.cpp | 41 #define PRINTMESG(msg) { std::cout << "(" << __FILE__ << ":" << __LINE__ << ") " << msg << "\n"; }
|
ucol_tok.cpp | [all...] |
/external/stlport/test/unit/ |
vector_test.cpp | 77 // cout << "max_size = " << v1.max_size() << endl;
|
/external/zlib/contrib/iostream3/ |
zfstream.h | 13 #include <istream> // not iostream, since we don't need cin/cout
|
/ndk/tests/device/test-gnustl-full/unit/ |
vector_test.cpp | 77 // cout << "max_size = " << v1.max_size() << endl;
|
/ndk/tests/device/test-stlport/unit/ |
vector_test.cpp | 77 // cout << "max_size = " << v1.max_size() << endl;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
ostream | 104 * functions in constructs like "std::cout << std::endl". For more
|
bitset | 622 * cout << "b('a') is " << b << endl; 627 * cout << "index 3 in the string is " << str[3] << " but\n" [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
ostream | 104 * functions in constructs like "std::cout << std::endl". For more
|
bitset | 622 * cout << "b('a') is " << b << endl; 627 * cout << "index 3 in the string is " << str[3] << " but\n" [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
ostream | 104 * functions in constructs like "std::cout << std::endl". For more
|
bitset | 622 * cout << "b('a') is " << b << endl; 627 * cout << "index 3 in the string is " << str[3] << " but\n" [all...] |
/external/openssl/apps/ |
ca.c | 300 BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL; 702 Cout=BIO_new(BIO_s_file()); 703 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL)) [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 927 cout << version_info_ << endl; 929 cout << "libprotoc " [all...] |
/external/chromium/base/ |
process_util_win.cc | 93 // Fix all cout, wcout, cin, wcin, cerr, wcerr, clog and wclog.
|
/external/srec/tools/grxmlcompile/ |
sub_grph.cpp | 44 // std::cout << label << " " << count << " " << fPos << " " << lPos << std::endl;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
vector-fst.h | 554 return Write(std::cout, FstWriteOptions("standard output"));
|