HomeSort by relevance Sort by last modified time
    Searched refs:endl (Results 326 - 350 of 845) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chromeos/dbus/ibus/
ibus_property_unittest.cc 46 LOG(ERROR) << "Does not match IBusProperty::key value: " << std::endl
47 << "Expected: " << (prefix + kSampleKey) << std::endl
52 LOG(ERROR) << "Does not match IBusProperty::type value: " << std::endl
53 << "Expected: " << kSampleType << std::endl
58 LOG(ERROR) << "Does not match IBusProperty::label value: " << std::endl
59 << "Expected: " << (prefix + kSampleLabel) << std::endl
64 LOG(ERROR) << "Does not match IBusProperty::tooltip value: " << std::endl
65 << "Expected: " << (prefix + kSampleTooltip) << std::endl
70 LOG(ERROR) << "Does not match IBusProperty::visible value: " << std::endl
71 << "Expected: " << kSampleVisible << std::endl
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver_main.cc 41 std::cerr << "usage: stunserver address" << std::endl; member in class:std
56 std::cerr << "Failed to create a UDP socket" << std::endl; member in class:std
62 std::cout << "Listening at " << server_addr.ToString() << std::endl; member in class:std
  /external/eigen/doc/examples/
class_Block.cpp 23 cout << topLeftCorner(4*m, 2, 3) << endl; // calls the const version
25 cout << "Now the matrix m is:" << endl << m << endl; local
class_CwiseUnaryOp.cpp 17 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(CwiseClampOp<double>(-0.5,0.5)) << endl;
class_FixedBlock.cpp 23 cout << topLeft2x2Corner(4*m) << endl; // calls the const version
25 cout << "Now the matrix m is:" << endl << m << endl; local
class_FixedVectorBlock.cpp 23 cout << firstTwo(4*v) << endl; // calls the const version
25 cout << "Now the vector v is:" << endl << v << endl; local
QuickStart_example.cpp 13 std::cout << m << std::endl; member in class:std
tut_matrix_resize_fixed_size.cpp 11 << m.rows() << "x" << m.cols() << std::endl; member in class:std
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp 23 maxRow << "," << maxCol << endl; local
25 minRow << "," << minCol << endl; local
  /external/stlport/test/eh/
main.cpp 118 // using std::endl;
131 cerr<<"\t[-n <iterations>] : number of test iterations, default==100;"<<endl; local
132 cerr<<"\t[-s <size>] : base value for random container sizes, default==1000;"<<endl; local
133 cerr<<"\t[-e] : don't throw exceptions, test for leak in normal conditions;"<<endl; local
135 // cerr<<"\t[-i] : ignore leak errors;"<<endl;
136 cerr<<"\t[-q] : quiet mode;"<<endl; local
137 cerr<<"\t[-v] : verbose mode;"<<endl; local
138 cerr<<"\t[-t] : track each allocation;"<<endl; local
139 cerr<<"\t[test name [test name...]] : run only some of the tests by name (default==all tests):"<<endl; local
140 cerr<<"\t\tpossible test names are : algo vector bit_vector list slist deque set map hash_set hash_map rope string bitset valarray"<<endl; local
282 cerr << "EH test : algobase" << endl; local
287 cerr << "EH test : algo" << endl; local
293 cerr << "EH test : vector" << endl; local
300 cerr << "EH test : bit_vector" << endl; local
307 cerr << "EH test : list" << endl; local
314 cerr << "EH test : slist" << endl; local
321 cerr << "EH test : deque" << endl; local
326 cerr << "EH test : set" << endl; local
329 cerr << "EH test : multiset" << endl; local
335 cerr << "EH test : map" << endl; local
338 cerr << "EH test : multimap" << endl; local
345 cerr << "EH test : hash_map" << endl; local
348 cerr << "EH test : hash_multimap" << endl; local
354 cerr << "EH test : hash_set" << endl; local
357 cerr << "EH test : hash_multiset" << endl; local
367 cerr << "EH test : rope" << endl; local
375 cerr << "EH test : string" << endl; local
382 cerr << "EH test : bitset" << endl; local
389 cerr << "EH test : valarray" << endl; local
    [all...]
  /frameworks/base/tools/aidl/
options_test.cpp 42 cout << prefix << *expected << endl; local
52 cout << prefix << got[i] << endl; local
72 answer.result << endl;
83 cout << "mismatch: systemSearchPath: got" << endl; local
85 cout << " expected" << endl; local
92 cout << "mismatch: localSearchPath: got" << endl; local
94 cout << " expected" << endl; local
102 << " expected " << answer.inputFileName << endl;
109 << " expected " << answer.nativeLanguage << endl;
116 << " expected " << answer.outputH << endl;
246 cout << endl; local
247 cout << "---------------------------------------------" << endl; local
253 cout << endl; local
254 cout << "---------------------------------------------" << endl; local
259 cout << "passed" << endl; local
261 cout << "failed" << endl; local
267 cout << endl; local
268 cout << "=============================================" << endl; local
269 cout << "options_test summary" << endl; local
270 cout << "=============================================" << endl; local
273 cout << "passed" << endl; local
275 cout << "failed the following tests:" << endl; local
284 cout << endl; local
    [all...]
  /external/eigen/doc/snippets/
Cwise_product.cpp 3 cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl; variable
Map_general_stride.cpp 5 << endl;
MatrixBase_cwiseProduct.cpp 3 cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl; variable
Tutorial_AdvancedInitialization_Block.cpp 5 std::cout << matB << std::endl; member in class:std
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
trace.hpp 25 # define BOOST_RT_PARAM_TRACE( str ) std::cerr << str << std::endl
  /ndk/tests/device/test-gnustl-2/jni/
hello.cpp 10 std::cout << " World" << std::endl; member in class:std
  /external/oprofile/libregex/tests/
regex_test.cpp 53 << '"' << test << '"' << endl
54 << '"' << expect << '"' << endl
55 << '"' << str << '"' << endl; local
77 << "\"mangled_name\"\n" << endl; local
84 cerr << "bad_regex " << e.what() << endl;
88 cerr << "exception: " << e.what() << endl;
  /external/oprofile/pp/
oparchive_options.cpp 67 cerr << "Requires --output-directory option." << endl; local
72 cerr << "Invalid --output-directory: /" << endl; local
86 cerr << "differential profiles not allowed" << endl; local
105 << endl;
112 cverb << vsfile << "profile_classes:\n" << classes << endl; local
116 "too strict ?" << endl; local
  /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;
34 cout << phone_number.number() << endl;
47 cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" << endl; local
57 cerr << "Failed to parse address book." << endl; local
  /ndk/tests/device/issue39680-chrono-resolution/jni/
issue39680-chrono-resolution.cpp 50 << " milliseconds" << endl; local
55 cout << fixed << double(P::num)/P::den << " seconds" << endl; local
58 cout << "- is_steady: " << boolalpha << C::is_steady << endl; local
65 std::cout << "system_clock: " << std::endl; member in class:std
67 std::cout << "\nhigh_resolution_clock: " << std::endl; member in class:std
69 std::cout << "\nsteady_clock: " << std::endl; member in class:std
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.cpp 122 cout << "ICU version - " << U_ICU_VERSION << endl; local
142 cout << "Doing " << ITER_COUNT << " iterations:" << endl; local
154 cout << " Done " << endl; local
163 out << "<perfTestResults icu=\"c\" version=\"" << U_ICU_VERSION << "\">" << endl; local
167 out << " <perfTestResult" << endl; local
179 out << "\"" << endl; local
180 out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" << endl;
181 out << " time=\"" << t[i] << "\" />" << endl; local
183 out << "</perfTestResults>" << endl; local
185 cout << " Wrote to " << argv[2] << endl; local
204 cout << "initialize failed! " << status << endl; local
210 cout << "run failed!" << endl; local
214 cout << "done!" << endl; local
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 68 "\nalready exists. Overwrite with " << endl;
102 (*OutStream) << message << endl;
135 (*OutStream) << endl;
164 (*OutStream) << endl << kProcessing << name << endl;
170 (*OutStream) << endl;
187 (*OutStream) << endl;
195 (*OutStream) << endl << kNoFiles << endl;
203 (*OutStream) << endl;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 155 std::cerr << "hlcrt::notify_resized " << std::endl
156 << "1 " << new_size << std::endl
157 << "2 " << m_load_min << std::endl
158 << "3 " << m_load_max << std::endl
159 << "4 " << m_next_shrink_size << std::endl
160 << "5 " << m_next_grow_size << std::endl; member in class:std
176 std::cerr << "hlcrt::notify_externally_resized " << std::endl
177 << "1 " << new_size << std::endl
178 << "2 " << m_load_min << std::endl
179 << "3 " << m_load_max << std::endl
183 << "7 " << new_grow_size << std::endl; member in class:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 155 std::cerr << "hlcrt::notify_resized " << std::endl
156 << "1 " << new_size << std::endl
157 << "2 " << m_load_min << std::endl
158 << "3 " << m_load_max << std::endl
159 << "4 " << m_next_shrink_size << std::endl
160 << "5 " << m_next_grow_size << std::endl; member in class:std
176 std::cerr << "hlcrt::notify_externally_resized " << std::endl
177 << "1 " << new_size << std::endl
178 << "2 " << m_load_min << std::endl
179 << "3 " << m_load_max << std::endl
183 << "7 " << new_grow_size << std::endl; member in class:std
    [all...]

Completed in 766 milliseconds

<<11121314151617181920>>