/external/stlport/test/eh/ |
locale.cpp | 17 cout.imbue(sys); 19 cout<<"Locale name is: "<<sys.name().c_str()<<'\n'; 21 cout<<"Enter real number:"; 24 cout<<value<<'\n'; 31 const numpunct<char>& num_punct=use_facet<numpunct<char> >(cout.getloc()); 32 cout << num_punct.decimal_point() << '\n'; 34 use_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(cout.getloc()); 35 time_fac.put(cout, cout, NULL, cur_time, 'x'); cout<<'\n' [all...] |
test.cpp | 9 std::cout << msg; 11 std::cout << *it << ' '; 13 std::cout << std:: endl; 40 std::cout<<"hello world\n";
|
/ndk/tests/device/test-gnustl-2/jni/ |
hello.cpp | 7 std::cout << "Hello "; member in class:std 8 std::cout << 1.0; 9 std::cout << now; 10 std::cout << " World" << std::endl;
|
/external/llvm/test/LLVMC/test_data/ |
false.c | 7 std::cout << "h"; member in class:std 9 std::cout << test2() << '\n';
|
/system/extras/tests/bionic/libc/common/ |
hello_world.cpp | 6 cout << "Hello World" << endl;
|
/external/astl/tests/ |
test_iostream.cpp | 43 mPassed = std::cout.precision() == 6; 56 EXPECT_TRUE(std::cout.precision() == 6); 59 std::cout.precision(20); 62 EXPECT_TRUE(std::cout.precision() == 20); 65 std::cout.precision(6); 71 std::cout << "Hi from stdout\n"; member in class:android::std 77 std::cout << "line 1" << std::endl 84 using std::cout; 86 cout << endl << "Int: " << numeric_limits<int>::max() << endl; 87 cout << "Negative int: " << numeric_limits<int>::min() << endl [all...] |
/frameworks/base/tools/aapt/tests/ |
FileFinder_test.cpp | 18 using std::cout; 26 cout << "\n\n STARTING FILE FINDER TESTS" << endl; 51 cout << "Checking DirectoryWalker..."; 53 cout << "PASSED" << endl; 56 cout << "Running findFiles()..."; 59 cout << "PASSED" << endl; 63 cout << "Running size comparison: Size is " << testStorage.size() << ", "; 64 cout << "Expected " << SIZE_EXPECTED << "..."; 66 cout << "PASSED" << endl; 68 cout << "FAILED" << endl [all...] |
CrunchCache_test.cpp | 15 using std::cout; 19 cout << "Checking " << desc << ": "; 20 cout << "Got " << got << ", expected " << expected << "..."; 21 cout << ( (got == expected) ? "PASSED" : "FAILED") << endl; 57 cout << "Running Crunch..."; 59 cout << ((result > 0) ? "PASSED" : "FAILED") << endl; 65 cout << "Checking calls to deleteFile and processImage:" << endl; 79 cout << "ALL TESTS PASSED!" << endl; 81 cout << errno << " TESTS FAILED" << endl;
|
/external/llvm/test/LLVMC/C++/ |
hello.cpp | 8 std::cout << "hello" << '\n'; member in class:std
|
/external/llvm/test/LLVMC/ObjC++/ |
hello.mm | 7 std::cout << "hello" << '\n';
|
/external/stlport/stlport/using/h/ |
iostream.h | 8 #if !defined(cout) 9 using _STLP_OLD_IO_NAMESPACE::cout;
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
iostream.h | 8 #if !defined(cout) 9 using _STLP_OLD_IO_NAMESPACE::cout;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/h/ |
iostream.h | 8 #if !defined(cout) 9 using _STLP_OLD_IO_NAMESPACE::cout;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/h/ |
iostream.h | 8 #if !defined(cout) 9 using _STLP_OLD_IO_NAMESPACE::cout;
|
/external/srec/tools/grxmlcompile/ |
testhashmap.cpp | 49 std::cout << "Index 1 has value= " << value <<std::endl; 51 std::cout << "value " << value << " has index " << i <<std::endl; 54 std::cout << "index " << i << " has numeric index " << j <<std::endl; 56 std::cout << "value " << value << " has numeric index " << j <<std::endl; 76 std::cout << "Index 1 has value= " << value <<std::endl; 78 std::cout << "value " << value << " has index " << i <<std::endl; 81 std::cout << "index " << i << " has numeric index " << j <<std::endl; 83 std::cout << "value " << value << " has numeric index " << j <<std::endl; 87 std::cout << "First iterator values are " << i <<", " << value <<std::endl; 89 std::cout << "Iterator values are " << i <<", " << value <<std::endl [all...] |
/external/chromium/testing/gtest/test/ |
gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); 60 cout << GTEST_FLAG(catch_exceptions); 65 cout << GTEST_FLAG(color); 70 cout << GTEST_FLAG(death_test_style); 75 cout << GTEST_FLAG(death_test_use_fork); 80 cout << GTEST_FLAG(filter); 85 cout << GTEST_FLAG(output); 90 cout << GTEST_FLAG(print_time); 95 cout << GTEST_FLAG(repeat) [all...] |
/external/gtest/test/ |
gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); 60 cout << GTEST_FLAG(catch_exceptions); 65 cout << GTEST_FLAG(color); 70 cout << GTEST_FLAG(death_test_style); 75 cout << GTEST_FLAG(death_test_use_fork); 80 cout << GTEST_FLAG(filter); 85 cout << GTEST_FLAG(output); 90 cout << GTEST_FLAG(print_time); 95 cout << GTEST_FLAG(repeat) [all...] |
/external/protobuf/gtest/test/ |
gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); 60 cout << GTEST_FLAG(catch_exceptions); 65 cout << GTEST_FLAG(color); 70 cout << GTEST_FLAG(death_test_style); 75 cout << GTEST_FLAG(death_test_use_fork); 80 cout << GTEST_FLAG(filter); 85 cout << GTEST_FLAG(output); 90 cout << GTEST_FLAG(print_time); 95 cout << GTEST_FLAG(repeat) [all...] |
/external/protobuf/examples/ |
list_people.cc | 14 cout << "Person ID: " << person.id() << endl; 15 cout << " Name: " << person.name() << endl; 17 cout << " E-mail address: " << person.email() << endl; 25 cout << " Mobile phone #: "; 28 cout << " Home phone #: "; 31 cout << " Work phone #: "; 34 cout << phone_number.number() << endl;
|
/external/zlib/contrib/iostream3/ |
test.cc | 9 #include <iostream> // for cout 21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" 25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; member in class:std 28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; 38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; member in class:std 40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; member in class:std 44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
|
/frameworks/base/tools/aidl/ |
options_test.cpp | 42 cout << prefix << *expected << endl; 52 cout << prefix << got[i] << endl; 71 cout << "mismatch: result: got " << result << " expected " << 83 cout << "mismatch: systemSearchPath: got" << endl; 85 cout << " expected" << endl; 92 cout << "mismatch: localSearchPath: got" << endl; 94 cout << " expected" << endl; 101 cout << "mismatch: inputFileName: got " << options.inputFileName 108 cout << "mismatch: nativeLanguage: got " << options.nativeLanguage 115 cout << "mismatch: outputH: got " << options.output [all...] |
/external/valgrind/main/drd/tests/ |
pth_create_chain.c | 20 // std::cout << "create " << thread_count << std::endl; 25 std::cout << "created " << thread_count << "(" << s_thread[thread_count] 41 // std::cout << "create " << thread_count << std::endl; 45 std::cout << "created " << thread_count << "(" << s_thread[thread_count] 50 // std::cout << "join " << i << "(" << s_thread[i] << ")" << std::endl;
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
testxxLexer.l | 42 {number} cout << "number " << YYText() << '\n'; 46 {name} cout << "name " << YYText() << '\n'; 48 {string} cout << "string " << YYText() << '\n';
|
/cts/tools/dx-tests/scripts/ |
assemble_cfh.sh | 20 cout=$abase/out/classes_cfh 25 rm -rf $cout/* 32 java -cp $cout:$cp:$cp2 dxconvext.ClassFileAssembler $myfile $cout
|
/external/icu4c/test/perf/normperf/ |
dtfmtrtperf.cpp | 59 cout << "ICU version - " << U_ICU_VERSION << endl; 64 cout << "initialization failed! " << status << endl; 69 cout << "run failed!" << endl; 74 cout << "done!" << endl;
|