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

1 2 3 4 5 6 7 8 91011>>

  /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;
  /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/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/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /external/openfst/src/include/fst/extensions/pdt/
info.h 145 ios_base::fmtflags old = cout.setf(ios::left);
146 cout.width(50);
147 cout << "fst type" << pdtinfo.FstType().c_str() << endl;
148 cout.width(50);
149 cout << "arc type" << pdtinfo.ArcType().c_str() << endl;
150 cout.width(50);
151 cout << "# of states" << pdtinfo.NumStates() << endl;
152 cout.width(50);
153 cout << "# of arcs" << pdtinfo.NumArcs() << endl;
154 cout.width(50)
    [all...]
  /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';
  /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;
  /external/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;
  /ndk/sources/cxx-stl/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;

Completed in 1704 milliseconds

1 2 3 4 5 6 7 8 91011>>