Searched defs:trace (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg.c72 #define trace(fmt, args...) do { \ macro
77 #define trace(fmt, args...) do { } while (0) macro
192 trace("> SOF marker\n");
193 trace("Size:%dx%d nr_components:%d (%s) precision:%d\n",
204 trace("> DQT marker\n");
221 trace("< DQT marker\n");
231 trace("> SOF marker\n");
262 trace("Component:%d factor:%dx%d Quantization table:%d\n",
269 trace("< SOF marker\n");
279 trace("> SO
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc817 // The role interface for getting the OS stack trace as a string.
823 // Returns the current OS stack trace as an std::string. Parameters:
826 // in the trace.
866 // Information about a Google Test trace point.
1009 // Sets the OS stack trace getter.
1011 // Does nothing if the input and the current OS stack trace getter
1016 // Returns the current OS stack trace getter if it is not NULL;
1021 // Returns the current OS stack trace as an std::string.
1030 // trace but Bar() and CurrentOsStackTraceExceptTop() won't.
1151 // Getters for the per-thread Google Test trace stac
4972 TraceInfo trace; variable
4977 UnitTest::GetInstance()->PushGTestTrace(trace); variable
5276 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; local
[all...]

Completed in 150 milliseconds