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

1 2 3 4 5 6 7 8

  /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;
  /system/extras/tests/bionic/libc/common/
hello_world.cpp 6 cout << "Hello World" << endl;
  /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...]
  /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...]
  /ndk/tests/build/prebuild-stlport/jni/
build_stlport.cpp 20 std::cout << "Hello Stlport!" << std::endl;
  /ndk/tests/device/issue22165-typeinfo/jni/
main.cpp 10 std::cout << "call throw_an_exception()" << std::endl;
15 std::cout << "my_exception caught!" << std::endl;
17 std::cout << "ERROR: exception caught!" << std::endl;
21 std::cout << "finished" << std::endl;
throwable.cpp 8 std::cout << "throw_an_exception()" << std::endl;
myexception.h 14 std::cout << "yep! i am in constructor" << std::endl;
19 std::cout << "yep! i am in desctuctor" << std::endl;
  /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...]
  /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...]
  /external/zlib/src/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";
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_main.cc 35 std::cout << "Running main() from gtest_main.cc\n"; member in class:std
  /external/chromium/testing/gtest/src/
gtest_main.cc 35 std::cout << "Running main() from gtest_main.cc\n"; member in class:std
  /external/gtest/src/
gtest_main.cc 35 std::cout << "Running main() from gtest_main.cc\n"; member in class:std
  /external/protobuf/gtest/src/
gtest_main.cc 35 std::cout << "Running main() from gtest_main.cc\n"; member in class:std
  /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;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/8/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/protobuf/examples/
add_person.cc 11 cout << "Enter person ID number: ";
17 cout << "Enter name: ";
20 cout << "Enter email address (blank for none): ";
28 cout << "Enter a phone number (or leave blank to finish): ";
38 cout << "Is this a mobile, home, or work phone? ";
48 cout << "Unknown phone type. Using default." << endl;
72 cout << argv[1] << ": File not found. Creating a new file." << endl;

Completed in 800 milliseconds

1 2 3 4 5 6 7 8