HomeSort by relevance Sort by last modified time
    Searched full:trace_filename (Results 1 - 6 of 6) sorted by null

  /external/qemu/hw/android/goldfish/
trace.c 44 extern const char *trace_filename;
72 if (trace_filename != NULL) {
80 if (trace_filename != NULL) {
86 if (trace_filename != NULL) {
92 if (trace_filename != NULL) {
107 if (trace_filename != NULL) {
118 if (trace_filename != NULL) {
122 if (trace_filename != NULL) {
134 if (trace_filename != NULL) {
147 if (trace_filename != NULL)
    [all...]
  /art/runtime/
trace.cc 327 void Trace::Start(const char* trace_filename, int trace_fd, int buffer_size, int flags,
350 trace_file.reset(OS::CreateEmptyFile(trace_filename));
356 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'";
358 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename);
trace.h 56 static void Start(const char* trace_filename, int trace_fd, int buffer_size, int flags,
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 147 const std::string trace_filename = test::OutputPath() + "webrtc_trace.txt"; local
149 res = VoiceEngine::SetTraceFile(trace_filename.c_str());
153 printf("Outputting logs to file: %s\n", trace_filename.c_str());
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 56 std::string trace_filename = webrtc::test::OutputPath() + local
58 ASSERT_EQ(0, Trace::SetTraceFile(trace_filename.c_str()));
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 284 std::string trace_filename = test::OutputPath() + "audioproc_trace.txt"; local
285 ASSERT_EQ(0, Trace::SetTraceFile(trace_filename.c_str()));
    [all...]

Completed in 354 milliseconds