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

1 2 3 4 5 67 8

  /external/chromium/testing/gtest/test/
gtest_repeat_test.cc 68 ::std::cout << "Value of: " #actual "\n"\
  /external/gtest/test/
gtest_repeat_test.cc 68 ::std::cout << "Value of: " #actual "\n"\
  /external/oprofile/pp/
opannotate.cpp 389 cout << str << '\n';
507 output_info(cout);
635 do_output_one_file(cout, in, filename, true);
735 output_info(cout);
oparchive.cpp 47 cout << source << endl;
opreport_options.cpp 157 cout.rdbuf(os.rdbuf());
  /external/protobuf/gtest/test/
gtest_repeat_test.cc 68 ::std::cout << "Value of: " #actual "\n"\
  /external/protobuf/src/google/protobuf/
lite_unittest.cc 110 cout << "PASS" << endl;
  /external/icu4c/common/
unistr.cpp 47 cout << name << ":|";
51 cout << "[0x" << hex << s[i] << "]";
53 cout << (char) s[i];
55 cout << '|' << endl;
64 cout << name << ":|";
68 cout << "[0x" << hex << s[i] << "]";
70 cout << (char) s[i];
72 cout << '|' << endl;
    [all...]
  /external/icu4c/i18n/
tmutfmt.cpp 223 std::cout << "number: " << number << "; format plural count: " << result << "\n";
250 std::cout << "parse source: " << res << "\n";
265 std::cout << "parse plural count: " << res << "\n";
282 std::cout << "parsed.getType: " << parsed.getType() << "\n";
299 std::cout << "parse plural select count: " << res << "\n";
671 std::cout << "loop into searchInLocaleChain since Short-Long-Alternative \n"; member in class:std
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 188 std::cout << i->first << "\n";
194 std::cout << "\t" << *j << "\n";
386 std::cout << "{"; member in class:__anon14489::Environment::std
392 if (comma) std::cout << ", "; member in class:__anon14489::Environment::std
393 std::cout << i->first;
397 std::cout << "}"; member in class:__anon14489::Environment::std
    [all...]
  /external/openfst/src/include/fst/
util.h 315 ostream *strm = &std::cout;
332 if (strm != &std::cout)
  /external/srec/tools/grxmlcompile/
fst-io.h 156 ostream *ostrm = &std::cout;
198 if (ostrm != &std::cout)
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js 94 function cout(message, colorIndex) { function
    [all...]
  /external/openfst/src/test/
fst_test.cc 225 cout << "PASS" << endl;
weight_test.cc 255 cout << "PASS" << endl;
  /external/oprofile/gui/
oprof_start_util.cpp 263 reader.get_data(cout, err);
  /external/tinyxml/
xmltest.cpp 236 cout << doc << endl << endl;
249 cout << "** Basic structure. **\n";
336 cout << "\n** Parsing. **\n";
465 cout << "\n** Streaming. **\n";
709 //cout << doc << '\n';
715 //cout << doc << '\n';
  /frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx 110 cout << setw(20) << getName() <<
  /external/chromium/sdch/open-vcdiff/src/
addrcache_test.cc 618 std::cout << "Time to encode: "
628 std::cout << "Time to decode: "
  /external/openfst/src/include/fst/script/
info-impl.h 233 ostream &os = pipe ? cerr : cout;
  /frameworks/compile/slang/
slang_rs_reflection.h 141 return ((mUseStdout) ? std::cout : mOF);
  /ndk/build/core/
ndk-common.sh 498 cout << "Hello World!" << endl;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 87 std::cout << "Inlier Percentage RobImageHomography: " << frac*100.0 << "% out of " << point_count << " constraints" << std::endl;
244 /*std::cout << "Cost:" << current_cost << " ";*/
269 std::cout << "Step" << i << "Imp,Lambda=" << lambda << "Cost:" << current_cost << std::endl;
588 /*std::cout << "Cost:" << current_cost << " ";*/
612 std::cout << "Step" << i << "Imp,Lambda=" << lambda << "Cost:" << current_cost << std::endl;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 87 std::cout << "Inlier Percentage RobImageHomography: " << frac*100.0 << "% out of " << point_count << " constraints" << std::endl;
244 /*std::cout << "Cost:" << current_cost << " ";*/
269 std::cout << "Step" << i << "Imp,Lambda=" << lambda << "Cost:" << current_cost << std::endl;
588 /*std::cout << "Cost:" << current_cost << " ";*/
612 std::cout << "Step" << i << "Imp,Lambda=" << lambda << "Cost:" << current_cost << std::endl;
    [all...]

Completed in 1486 milliseconds

1 2 3 4 5 67 8