Searched defs:trace_file (Results 1 - 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/test/ |
H A D | video_processing_unittest.h | 30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt"; local 31 ASSERT_EQ(0, Trace::SetTraceFile(trace_file.c_str()));
|
/external/webrtc/webrtc/modules/video_coding/test/ |
H A D | video_rtp_play.cc | 33 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt"; local 35 webrtc::Trace::SetTraceFile(trace_file.c_str());
|
/external/fio/t/ |
H A D | btrace2fio.c | 43 struct trace_file { struct 78 struct trace_file *files; 277 struct trace_file *f; 778 p->files = malloc(sizeof(struct trace_file)); 1034 static int trace_needs_swap(const char *trace_file, int *swap) argument 1041 fd = open(trace_file, O_RDONLY);
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
H A D | bwe_test_framework.cc | 584 FILE* trace_file = fopen(filename.c_str(), "r"); local 585 if (!trace_file) { 589 while (!feof(trace_file)) { 592 if (fgets(line, kMaxLineLength, trace_file)) { 607 fclose(trace_file);
|
/external/v8/src/ |
H A D | deoptimizer.cc | 3195 FILE* trace_file) { 3204 if (trace_file != nullptr) { 3207 PrintF(trace_file, " reading input frame %s", name.get()); 3209 PrintF(trace_file, " => node=%d, args=%d, height=%d; inputs:\n", 3220 if (trace_file != nullptr) { 3223 PrintF(trace_file, " reading input frame %s", name.get()); 3225 PrintF(trace_file, 3237 if (trace_file != nullptr) { 3240 PrintF(trace_file, " reading arguments adaptor frame %s", name.get()); 3241 PrintF(trace_file, " 3193 CreateNextTranslatedFrame( TranslationIterator* iterator, FixedArray* literal_array, Address fp, FILE* trace_file) argument 3347 CreateNextTranslatedValue( int frame_index, int value_index, TranslationIterator* iterator, FixedArray* literal_array, Address fp, RegisterValues* registers, FILE* trace_file) argument 3577 Init(Address input_frame_pointer, TranslationIterator* iterator, FixedArray* literal_array, RegisterValues* registers, FILE* trace_file) argument [all...] |
Completed in 319 milliseconds