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

<<21222324252627282930>>

  /external/eigen/bench/
vdw_new.cpp 55 cout << "energy = " << energy << endl; local
spmv.cpp 103 std::cout << t.value()/repeats << endl; local
113 std::cout << t.value()/repeats << endl; local
125 // std::cout << " a * b:\t" << timer.value() << endl;
128 // std::cout << " a * b:\t" << timer.value() << endl;
184 std::cout << t.value()/repeats << endl; local
202 std::cout << t.value()/repeats << endl; local
218 std::cout << t.value()/repeats << endl; local
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/tools/
fxdis.cpp 40 std::cerr << std::endl; member in class:std
  /external/oprofile/libutil++/tests/
comma_list_tests.cpp 22 << " did not return " #result << endl; \
glob_filter_tests.cpp 22 << " did not return " #result << endl; \
  /external/stlport/test/eh/
test.cpp 13 std::cout << std:: endl; member in class:std
  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 43 std::cout << "Brute force distance = " << sqrt(minDistSq) << ", calls = " << minimizer.calls << std::endl;
49 std::cout << "BVH distance = " << sqrt(minDistSq) << ", calls = " << minimizer.calls << std::endl;
  /frameworks/native/libs/binder/
IPCThreadState.cpp 148 out << " (cookie " << btd->cookie << ")" << endl
149 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl
151 << " bytes)" << endl
164 out << "BR_ERROR: " << (void*)(*cmd++) << endl;
167 out << "Unknown reply: " << code << endl; local
214 out << endl; local
226 out << "Unknown command: " << code << endl; local
288 out << endl; local
433 << getReturnString(cmd) << endl;
558 << indent << data << dedent << endl; local
598 if (reply) alog << indent << *reply << dedent << endl; local
599 else alog << "(none requested)" << endl; local
1163 alog << "Writing BC_FREE_BUFFER for " << data << endl; local
    [all...]
  /external/oprofile/pp/
opannotate.cpp 126 out << in_comment << classes.cpuinfo << endl;
128 out << in_comment << classes.event << endl;
131 out << in_comment << classes.v[i].longname << endl;
429 cerr << reader.error_str() << endl;
448 cerr << std_err.str() << endl;
459 cerr << reader.error_str() << endl;
623 out << symbol_annotation(symbols[i]) << endl;
656 << out_file << endl; local
663 << endl; local
670 << out_file << endl; local
683 << '"' << out_file << '"' << endl; local
756 "reading: " << source << endl; local
773 << " directory: " << endl; local
786 "source files" << endl; local
    [all...]
opgprof.cpp 129 << p_it.first.count() - count << endl; local
149 cverb << vdebug << "opgrof multiplier: " << multiplier << endl; local
154 << high_pc << dec << endl; local
162 << high_pc << dec << endl; local
211 << hist[pos] + count - ((u16)-1) << endl;
242 << it->sample_filename << endl;
274 << *cit << endl; local
  /frameworks/av/camera/tests/
ProCameraTests.cpp 84 << std::endl; member in class:android::camera2::tests::client::ServiceListener::std
261 << " " << ext3 << std::endl; member in class:android::camera2::tests::client::ProCameraTestListener::std
278 ", timestamp = " << buf.timestamp << std::endl;
283 dout << "Frame received on streamId = " << streamId << std::endl; member in class:android::camera2::tests::client::ProCameraTestListener::std
290 << ", requestPtr = " << (void*)request << std::endl; member in class:android::camera2::tests::client::ProCameraTestListener::std
298 << std::endl; member in class:android::camera2::tests::client::ProCameraTestListener::std
475 std::cerr << "Unknown format string " << str << std::endl; member in class:android::camera2::tests::client::ProCameraTest::std
603 dout << "Skipping, will not render to screen" << std::endl; member in class:android::camera2::tests::client::std
619 dout << "Will now stream and resume infinitely..." << std::endl; member in class:android::camera2::tests::client::std
644 dout << "Reconnecting to camera" << std::endl; member in class:android::camera2::tests::client::std
647 dout << "Disconnecting from camera" << std::endl; member in class:android::camera2::tests::client::std
650 dout << "Camera unplugged" << std::endl; member in class:android::camera2::tests::client::std
654 << std::hex << stat << std::endl; member in class:android::camera2::tests::client::std
732 dout << "will sleep now for " << mDisplaySecs << std::endl; member in class:android::camera2::tests::client::std
1107 << ", grey frames " << std::dec << greyFrames << std::endl; member in class:android::camera2::tests::client::std
1142 dout << "Dropped " << (numFrames - 1) << " frames" << std::endl; member in class:android::camera2::tests::client::std
1196 dout << "Dropped " << (numFrames - 1) << " frames" << std::endl; member in class:android::camera2::tests::client::std
1221 dout << "Done after " << i << " iterations " << std::endl; member in class:android::camera2::tests::client::std
    [all...]
  /external/chromium_org/media/audio/mac/
audio_auhal_mac.cc 22 os << "sample rate : " << format.mSampleRate << std::endl
23 << "format ID : " << format.mFormatID << std::endl
24 << "format flags : " << format.mFormatFlags << std::endl
25 << "bytes per packet : " << format.mBytesPerPacket << std::endl
26 << "frames per packet : " << format.mFramesPerPacket << std::endl
27 << "bytes per frame : " << format.mBytesPerFrame << std::endl
28 << "channels per frame: " << format.mChannelsPerFrame << std::endl
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 124 ss << "username=" << kUserName << std::endl
125 << "password=" << kPassword << std::endl
126 << "magic_cookie=" << kMagicCookie << std::endl
127 << "relay.ip=" << kRelayAddr.ipaddr().ToString() << std::endl
128 << "relay.udp_port=" << kRelayUdpPort << std::endl
129 << "relay.tcp_port=" << kRelayTcpPort << std::endl
130 << "relay.ssltcp_port=" << kRelaySsltcpPort << std::endl; member in class:cricket::FakeHttpPortAllocatorSession::std
  /external/ceres-solver/examples/
pgm_image.h 187 outputfile << "P2" << std::endl;
188 outputfile << "# PGM format" << std::endl;
189 outputfile << " # <width> <height> <levels> " << std::endl;
190 outputfile << " # <data> ... " << std::endl;
191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl;
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 125 << code_size << endl; local
146 << endl; local
195 << endl;
209 cerr << "jvmpi_oprofile: agent activated" << endl; local
227 cerr << "GetEnv failed with rc=" << err << endl; local
  /external/oprofile/libpp/
xml_utils.cpp 70 cverb << vxml << endl; local
87 cverb << vxml << "<!-- classes dump" << endl; local
89 cverb << vxml << "classes.size= " << classes.v.size() << endl;
91 cverb << vxml << "--- class " << i << ":" << classes.v[i].name << " ---" << endl;
94 cverb << vxml << "-->" << endl; local
175 str << init_attr(CPU_NAME, cpu_type) << endl;
177 str << init_attr(PROCESSOR, string(processor)) << endl;
178 if (nr_cpus > 1) str << init_attr(SEPARATED_CPUS, nr_cpus) << endl;
179 str << init_attr(MHZ, speed) << endl;
257 cout << xml_header << endl; local
570 cverb << vxml << name << endl; local
614 cverb << vxml << "app_name=" << name << endl; local
757 cverb << vxml << "<!-- processes_dump:" << endl; local
760 cverb << vxml << "end processes_dump -->" << endl; local
807 cverb << vxml << "<!-- binaries_dump:" << endl; local
810 cverb << vxml << "end processes_dump -->" << endl; local
926 cverb << vxml << "tid=" << thread_id << endl; local
964 cverb << vxml << "pid=" << process_id << " app=" << name << endl; local
    [all...]
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 58 // std::cout << "Found slot "<< word <<std::endl;
81 //std::cout << "ExpandPhonemes adding "<< modelLabel <<std::endl;
171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; member in class:std
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; member in class:std
195 std::cout << " centre " << arc[ii]->GetInput() << std::endl; member in class:std
218 std::cout << "Intra sil search " << intraId << std::endl; member in class:std
224 std::cout << "Intra sil: " << arc[ii]->GetFromId() << " " << arc[ii]->GetToId() << std::endl; member in class:std
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; member in class:std
244 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl; member in class:std
259 std::cout << " " << centre << std::endl; member in class:std
277 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl; member in class:std
283 std::cout << "HMM: " << centre << " number of HMMs = " << followCount <<std::endl; member in class:std
302 std::cout << " " << centre << std::endl; member in class:std
391 std::cout << "Intra silence: " << currId << " " << arc[ii]->GetFromId() << std::endl; member in class:std
    [all...]
  /external/stlport/test/unit/
swap_test.cpp 124 cerr << "false type" << endl;
126 cerr << "true type" << endl;
128 cerr << "unknown type" << endl;
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 124 cerr << "false type" << endl;
126 cerr << "true type" << endl;
128 cerr << "unknown type" << endl;
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 124 cerr << "false type" << endl;
126 cerr << "true type" << endl;
128 cerr << "unknown type" << endl;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
251 std::cerr << m_a_entries[i] << std::endl;
252 std::cout << std::endl;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 159 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl; member in class:std
185 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl; member in class:std
199 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl; member in class:std
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
251 std::cerr << m_a_entries[i] << std::endl;
252 std::cout << std::endl;
  /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/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
251 std::cerr << m_a_entries[i] << std::endl;
252 std::cout << std::endl;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
251 std::cerr << m_a_entries[i] << std::endl;
252 std::cout << std::endl;

Completed in 2394 milliseconds

<<21222324252627282930>>