HomeSort by relevance Sort by last modified time
    Searched refs:endl (Results 26 - 50 of 61) sorted by null

12 3

  /external/stlport/test/unit/
swap_test.cpp 124 cerr << "false type" << endl;
126 cerr << "true type" << endl;
128 cerr << "unknown type" << endl;
hash_test.cpp 216 if (collection.size() == h.size()) cout << " OK" << endl;
219 cout << " FAILED: " << endl;
225 cout << endl << "Key : " << mIter->first << endl;
236 cout << endl << " data in map: ";
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 37 #define FATAL_ERROR(x,y) { std::cout << (x) << std::endl; exit ((y)); }
38 #define WARNING(x) std::cout << (x) << std::endl;
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
44 //#define PRINT_EXPRESSION(x) std::cout << (x) << std::endl;
55 std::cout << "ERROR: Empty string of type " << t <<std::endl; \
788 std::cout << "Error: not sure what to do here" << std::endl; member in class:std
792 std::cout << c << name.c_str() << "[" << c_data << "]" << std::endl; member in class:std
795 std::cout << c << name.c_str() << std::endl; member in class:std
806 std::cout << attr->Name() << ": " << attr->Value() << std::endl; member in class:std
829 std::cout << "Rule " << ruleName << std::endl; member in class:std
1053 std::cout << label << " "<< label.find_first_of ("@") << std::endl; member in class:std
1057 std::cout << " Adding " << label << std::endl; member in class:std
1089 outfile << label << " " << index << std::endl; member in class:std
1104 outfile << index << " " << label << std::endl; member in class:std
1107 outfile << index << " " << label << std::endl; member in class:std
1125 outfile << metaname.c_str() << "\\t=\\t" << wtw.c_str() << std::endl; member in class:std
1266 cout << "found max_script_label " << max_script_label << endl; local
1286 cout << "error: internal error while making .omap " << i << endl; local
1289 outfile << outscript.c_str() << " " << i << std::endl; member in class:std
    [all...]
hashmap.cpp 149 cout << "======= '" << m_Name <<"' =======" << std::endl; member in class:std
151 cout << pos->first <<" : " << pos->second << std::endl;
162 outfile << pos->first << " " << pos->second << std::endl;
  /external/gtest/src/
gtest-test-part.cc 62 << result.message() << std::endl;
  /external/oprofile/libabi/
abi.cpp 59 o << i->first << " " << i->second << endl;
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uios.h 20 const char endl = '\n'; ///< End of line character. member in namespace:ustl
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog 349 my $endl = "\n";
363 $endl = "$1";
371 print CHANGE_LOG normalizeLineEndings("$date $name <$emailAddress>\n\n", $endl);
376 print CHANGE_LOG normalizeLineEndings(" Reviewed by $reviewer.\n\n", $endl);
377 print CHANGE_LOG normalizeLineEndings($description . "\n", $endl) if $description;
380 print CHANGE_LOG normalizeLineEndings(" $bugDescription\n", $endl) if $bugDescription;
381 print CHANGE_LOG normalizeLineEndings(" $bugURL\n", $endl) if $bugURL;
382 print CHANGE_LOG normalizeLineEndings("\n", $endl);
386 print CHANGE_LOG normalizeLineEndings(testListForChangeLog(sort @addedRegressionTests), $endl);
388 print CHANGE_LOG normalizeLineEndings(" No new tests. (OOPS!)\n\n", $endl);
    [all...]
  /external/astl/include/
ostream 67 * Interface for manipulators (e.g std::endl, std::hex in
68 * expression like "std::cout << std::endl"). See iomanip header.
109 inline ostream& endl(ostream& os) { return flush(os.put('\n')); }
  /frameworks/base/include/utils/
TextOutput.h 62 TextOutput& endl(TextOutput& to);
126 inline TextOutput& endl(TextOutput& to) function in namespace:android
  /external/astl/tests/
test_sstream.cpp 105 ss << "This is: " << 10 << std::endl; member in class:android::std
  /external/gtest/test/
gtest-message_test.cc 128 // Tests that basic IO manipulators (endl, ends, and flush) can be
132 ToCString(Message() << "Line 1." << std::endl
gtest-param-test_test.cc 83 << "created with the copy constructor." << std::endl; member in class:std
86 << "created with the copy constructor." << std::endl; member in class:std
91 << "created with the copy constructor." << std::endl; member in class:std
101 << "created with the assignment operator." << std::endl; member in class:std
104 << "created with the assignment operator." << std::endl; member in class:std
109 << "created with the assignment operator." << std::endl; member in class:std
  /external/bluetooth/glib/gio/tests/
data-output-stream.c 45 const char* endl[4] = {"\n", "\r", "\r\n", "\n"}; local
49 lines = g_malloc0 ((strlen (TEST_STRING) + strlen (endl[newline_type])) * MAX_LINES + 1);
60 char *s = g_strconcat (TEST_STRING, endl[newline_type], NULL);
data-input-stream.c 49 const char* endl[4] = {"\n", "\r", "\r\n", "\n"}; local
75 g_strconcat (lines[i], endl[newline_type], NULL), -1, NULL);
  /external/stlport/test/eh/
LeakCheck.h 177 EH_STD::cerr<<EH_STD::endl;
nc_alloc.cpp 307 reported, and the output ends with an endl.
315 EH_STD::cerr<<EH_STD::endl; member in class:EH_STD
322 EH_STD::cerr<<(count+1)<<" try successful"<<EH_STD::endl; member in class:EH_STD
test_algo.cpp 253 EH_STD::cerr<<"EH test : testing algo.h"<<EH_STD::endl; member in class:EH_STD
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 364 const char* endl = strstr(s, "\n"); local
365 if (!endl) break;
366 String8 line(s, endl - s);
384 s = ++endl;
  /external/gtest/include/gtest/internal/
gtest-param-util.h 240 << "from different generators." << std::endl;
331 << "from different generators." << std::endl;
gtest-port.h 844 ::std::cerr << ::std::endl; member in class:testing::internal::GTestCheckProvider::std::cerr::std
  /ndk/build/core/
ndk-common.sh 390 cout << "Hello World!" << endl;
  /external/bison/data/
lalr1.cc 349 *yycdebug_ << std::endl; \
545 YYCDEBUG << "Starting parse" << std::endl;
570 YYCDEBUG << "Entering state " << yystate << std::endl;
596 YYCDEBUG << "Now at end of input." << std::endl;
1005 *yycdebug_ << std::endl;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 249 std::cerr << endl; local
  /external/stlport/stlport/stl/
_ostream.h 357 endl(basic_ostream<_CharT, _Traits>& __os) { function

Completed in 1598 milliseconds

12 3