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

1 2 3 4 5

  /external/stlport/stlport/using/h/
iostream.h 11 #if !defined(cerr)
12 using _STLP_OLD_IO_NAMESPACE::cerr;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 11 #if !defined(cerr)
12 using _STLP_OLD_IO_NAMESPACE::cerr;
  /external/stlport/stlport/using/
iostream 6 using _STLP_VENDOR_STD::cerr;
  /ndk/sources/cxx-stl/stlport/stlport/using/
iostream 6 using _STLP_VENDOR_STD::cerr;
  /external/stlport/test/eh/
main.cpp 117 // using std::cerr;
130 cerr<<"Usage : "<<name<<" [-n <iterations>] [-s <size>] [-l] [-e] [-q]/[-v] [-t] [test_name...]\n";
131 cerr<<"\t[-n <iterations>] : number of test iterations, default==100;"<<endl;
132 cerr<<"\t[-s <size>] : base value for random container sizes, default==1000;"<<endl;
133 cerr<<"\t[-e] : don't throw exceptions, test for leak in normal conditions;"<<endl;
135 // cerr<<"\t[-i] : ignore leak errors;"<<endl;
136 cerr<<"\t[-q] : quiet mode;"<<endl;
137 cerr<<"\t[-v] : verbose mode;"<<endl;
138 cerr<<"\t[-t] : track each allocation;"<<endl;
139 cerr<<"\t[test name [test name...]] : run only some of the tests by name (default==all tests):"<<endl
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp 48 std::cerr << std::endl;
52 std::cerr << std::endl;
61 std::cerr << ' '; member in class:std
62 std::cerr << p_nd << " ";
63 std::cerr << ((p_nd->m_type == pat_trie_leaf_node_type) ? "l " : "i ");
69 std::cerr <<* el_it;
75 std::cerr << std::endl;
82 std::cerr << " " <<
103 std::cerr << "(" << static_cast<unsigned long>(p_nd->get_metadata()) << ") ";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
trace_fn_imps.hpp 48 std::cerr << static_cast<unsigned long>(m_num_e) << " " <<
53 std::cerr << static_cast<unsigned long>(i) << " ";
58 std::cerr << "<empty>"; member in class:std
61 std::cerr << "<erased>"; member in class:std
64 std::cerr << PB_DS_V2F(m_entries[i].m_value);
70 std::cerr << std::endl;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
trace_fn_imps.hpp 48 std::cerr << std::endl;
52 std::cerr << std::endl;
63 std::cerr << ' '; member in class:std
65 std::cerr << p_nd <<
72 std::cerr << p_nd->m_value << std::endl;
86 std::cerr << "(" << p_nd->m_metadata << ") ";
  /external/astl/include/
iostream 41 * initialize the cout/cerr streams and that statics are initialized
43 * just in case another included one uses cout/cerr in a static
46 * The storage for cout and cerr is in ios_globals.cpp.
53 extern ostream cerr; // Linked to standard error (unbuffered)
57 // streams (cout, cerr, etc...) have been initialized.
  /external/astl/src/
ios_globals.cpp 31 // contains forward declarations for cout, cerr... that will conflict
38 // Global instances of cout and cerr. Here we reserve the memory for
43 // - cout and cerr are mandated by the standard.
45 // stderr streambuf implementation used to build the cout and cerr
56 ostream_mem cerr; member in namespace:std
ios_base.cpp 32 #include <iostream> // For cout, cerr
107 // Create the global cout and cerr
109 // cout/cerr storage are in ios_globals.cpp.
113 new (&cerr) ostream(&stdio_filebuf_cerr);
122 cerr.flush();
  /external/oprofile/libabi/
opimport.cpp 62 cerr << "source byte order is: "
90 cerr << hex << "get " << sz << " = " << nbytes
103 cerr << " = " << targ << endl;
149 cerr << "extracting " << node_nr << " nodes of " << step << " bytes each " << endl;
160 cerr << strerror(rc) << endl;
175 cerr << "error: must specify exactly 1 input file" << endl;
184 cerr << "error: cannot open abi file "
192 cerr << "input abi is identical to native. "
211 cerr << "odb_open() fail:\n"
219 cerr << "caught abi exception: " << e.desc << endl
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
tree_trace_base.hpp 144 std::cerr << ' '; member in class:__gnu_pbds::detail::std
147 std::cerr << base_type::extract_key(*(*nd_it));
156 std::cerr << std::endl;
168 std::cerr << " (" <<
183 std::cerr << nd_it.m_p_nd << " ";
191 std::cerr <<* nd_it << " ";
  /external/stlport/stlport/
iostream 53 # define cerr _STLP_cerr
61 // program; the same applies to cout and wcout, and cerr/clog and
68 extern _STLP_DECLSPEC ofstream cerr;
72 extern _STLP_DECLSPEC ostream cerr;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 53 # define cerr _STLP_cerr
61 // program; the same applies to cout and wcout, and cerr/clog and
68 extern _STLP_DECLSPEC ofstream cerr;
72 extern _STLP_DECLSPEC ostream cerr;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 48 std::cerr << this << std::endl;
50 std::cerr << m_a_entries << std::endl;
55 std::cerr << std::endl;
57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
trace_fn_imps.hpp 48 std::cerr << static_cast<unsigned long>(m_num_e) << " "
53 std::cerr << static_cast<unsigned long>(i) << " ";
55 std::cerr << std::endl;
67 std::cerr << PB_DS_V2F(p_l->m_value) << " ";
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 148 cerr << path << ": " << strerror(errno) << endl;
168 cerr << filename << ": while trying to create directory "
192 cerr << filename;
200 cerr << ":" << (line + 1) << ":" << (column + 1);
203 cerr << "(" << (line + 1) << ") : error in column=" << (column + 1);
208 cerr << ": " << message << endl;
320 cerr << filename << ": " << strerror(error);
344 cerr << filename << ": write: " << strerror(error);
346 cerr << filename << ": write() returned zero?" << endl;
357 cerr << filename << ": close: " << strerror(error)
    [all...]
  /external/astl/tests/
test_iostream.cpp 57 EXPECT_TRUE(std::cerr.precision() == 6);
60 std::cerr.precision(20);
63 EXPECT_TRUE(std::cerr.precision() == 20);
66 std::cerr.precision(6);
72 std::cerr << "Hi from stderr\n"; member in class:android::std
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 226 std::cerr << "Error opening dictionary file '" << FLAGS_dictionary
232 std::cerr << "Error finding size of dictionary file '" << FLAGS_dictionary
240 std::cerr << "Unable to read dictionary file '" << FLAGS_dictionary
267 std::cerr << "Error opening " << file_type << " file '"
274 std::cerr << "Error finding size of " << file_type << " file '"
302 std::cerr << "Error opening " << output_file_type_ << " file '"
315 std::cerr << "Error reading from " << input_file_type_ << " file '"
329 std::cerr << "Error writing " << output.size() << " bytes to "
351 std::cerr << "Error reading from " << output_file_type_ << " file '"
356 std::cerr << "Decoded target is longer than original target file
    [all...]
  /external/protobuf/examples/
add_person.cc 62 cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" << endl;
74 cerr << "Failed to parse address book." << endl;
86 cerr << "Failed to write address book." << endl;
list_people.cc 47 cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" << endl;
57 cerr << "Failed to parse address book." << endl;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
trace_fn_imps.hpp 48 std::cerr << m_p_l << std::endl << std::endl;
52 std::cerr << PB_DS_V2F(p_l->m_value) << std::endl;
55 std::cerr << std::endl;
  /external/skia/emoji/
GmojiMaker.cpp 56 std::cerr << "Can't open " << argv[1] << " for input. Aborting\n";
74 std::cerr << "Expected hex char on line " << lineNo
81 std::cerr << "PUA not in expected range " << pua << " line "
86 std::cerr << "PUA value not in ascending order line "
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp 48 std::cerr << std::endl;
50 std::cerr << "m_p_max " << m_p_max << std::endl;

Completed in 893 milliseconds

1 2 3 4 5