Searched refs:SCOPED_TRACE (Results 1 - 25 of 52) sorted by relevance

123

/external/llvm/unittests/ADT/
H A DFoldingSet.cpp24 SCOPED_TRACE("UnalignedStringTest");
H A DSmallVectorTest.cpp214 SCOPED_TRACE("EmptyVectorTest");
223 SCOPED_TRACE("PushPopTest");
270 SCOPED_TRACE("ClearTest");
283 SCOPED_TRACE("ResizeShrinkTest");
296 SCOPED_TRACE("ResizeGrowTest");
322 SCOPED_TRACE("ResizeFillTest");
330 SCOPED_TRACE("OverflowTest");
388 SCOPED_TRACE("SwapTest");
399 SCOPED_TRACE("AppendTest");
411 SCOPED_TRACE("AppendRepeatedTes
[all...]
/external/v8/testing/
H A Dgtest-support.h35 // every item in the |container| and adds a SCOPED_TRACE() message for the
40 for (SCOPED_TRACE(::testing::Message() << #_var << " = " << _var); \
46 // SCOPED_TRACE() message for the |var| while inside the loop body.
52 for (SCOPED_TRACE(::testing::Message() << #_var << " = " << _var); \
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Daudio_encoder_isac_unittest.cc32 #define S(x) do { SCOPED_TRACE(#x); x; } while (0)
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test_.cc148 // Tests the SCOPED_TRACE macro.
150 // A helper function for testing SCOPED_TRACE.
156 // Another helper function for testing SCOPED_TRACE.
158 SCOPED_TRACE(testing::Message() << "n = " << n);
163 // Tests that SCOPED_TRACE() obeys lexical scopes.
167 // There should be no trace before SCOPED_TRACE() is invoked.
171 SCOPED_TRACE("Expected trace");
172 // After SCOPED_TRACE(), a failure in the current scope should contain
177 // Once the control leaves the scope of the SCOPED_TRACE(), there
182 // Tests that SCOPED_TRACE work
[all...]
H A Dgtest_stress_test.cc32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
93 SCOPED_TRACE(Message() << "Thread #" << id);
96 SCOPED_TRACE(Message() << "Iteration #" << i);
126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
/external/gtest/test/
H A Dgtest_output_test_.cc160 // Tests the SCOPED_TRACE macro.
162 // A helper function for testing SCOPED_TRACE.
168 // Another helper function for testing SCOPED_TRACE.
170 SCOPED_TRACE(testing::Message() << "n = " << n);
175 // Tests that SCOPED_TRACE() obeys lexical scopes.
179 // There should be no trace before SCOPED_TRACE() is invoked.
183 SCOPED_TRACE("Expected trace");
184 // After SCOPED_TRACE(), a failure in the current scope should contain
189 // Once the control leaves the scope of the SCOPED_TRACE(), there
194 // Tests that SCOPED_TRACE work
[all...]
H A Dgtest_stress_test.cc32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
92 SCOPED_TRACE(Message() << "Thread #" << id);
95 SCOPED_TRACE(Message() << "Iteration #" << i);
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc134 // Tests the SCOPED_TRACE macro.
136 // A helper function for testing SCOPED_TRACE.
142 // Another helper function for testing SCOPED_TRACE.
144 SCOPED_TRACE(testing::Message() << "n = " << n);
149 // Tests that SCOPED_TRACE() obeys lexical scopes.
153 // There should be no trace before SCOPED_TRACE() is invoked.
157 SCOPED_TRACE("Expected trace");
158 // After SCOPED_TRACE(), a failure in the current scope should contain
163 // Once the control leaves the scope of the SCOPED_TRACE(), there
168 // Tests that SCOPED_TRACE work
[all...]
H A Dgtest_stress_test.cc32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
93 SCOPED_TRACE(Message() << "Thread #" << id);
96 SCOPED_TRACE(Message() << "Iteration #" << i);
126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_output_test_.cc160 // Tests the SCOPED_TRACE macro.
162 // A helper function for testing SCOPED_TRACE.
168 // Another helper function for testing SCOPED_TRACE.
170 SCOPED_TRACE(testing::Message() << "n = " << n);
175 // Tests that SCOPED_TRACE() obeys lexical scopes.
179 // There should be no trace before SCOPED_TRACE() is invoked.
183 SCOPED_TRACE("Expected trace");
184 // After SCOPED_TRACE(), a failure in the current scope should contain
189 // Once the control leaves the scope of the SCOPED_TRACE(), there
194 // Tests that SCOPED_TRACE work
[all...]
H A Dgtest_stress_test.cc32 // Tests that SCOPED_TRACE() and various Google Test assertions can be
92 SCOPED_TRACE(Message() << "Thread #" << id);
95 SCOPED_TRACE(Message() << "Iteration #" << i);
125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
/external/webrtc/webrtc/common_audio/resampler/
H A Dresampler_unittest.cc80 SCOPED_TRACE(ss.str());
98 SCOPED_TRACE(ss.str());
120 SCOPED_TRACE(ss.str());
/external/webrtc/webrtc/modules/video_coding/
H A Dsession_info_unittest.cc210 SCOPED_TRACE("Calling VerifyPacket");
463 SCOPED_TRACE("Calling VerifyPartition");
465 SCOPED_TRACE("Calling VerifyPartition");
525 SCOPED_TRACE("Calling VerifyPartition");
527 SCOPED_TRACE("Calling VerifyPartition");
587 SCOPED_TRACE("Calling VerifyPartition");
589 SCOPED_TRACE("Calling VerifyPartition");
649 SCOPED_TRACE("Calling VerifyPartition");
651 SCOPED_TRACE("Calling VerifyPartition");
711 SCOPED_TRACE("Callin
[all...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Drent_a_codec_unittest.cc80 SCOPED_TRACE("First encoding");
86 SCOPED_TRACE("Second encoding");
92 SCOPED_TRACE("Third encoding");
99 SCOPED_TRACE("Fourth encoding");
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region_unittest.cc29 SCOPED_TRACE(i);
90 SCOPED_TRACE(i);
99 SCOPED_TRACE("Reverse");
195 SCOPED_TRACE(i);
203 SCOPED_TRACE("Reverse");
239 SCOPED_TRACE(x);
298 SCOPED_TRACE(i);
361 SCOPED_TRACE(i);
365 SCOPED_TRACE(j);
394 SCOPED_TRACE(
[all...]
H A Dscreen_capturer_mac_unittest.cc87 SCOPED_TRACE("");
/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp278 SCOPED_TRACE("Running on the fly function pass");
365 SCOPED_TRACE("Callgraph pass");
370 SCOPED_TRACE("Function pass");
375 SCOPED_TRACE("Loop pass");
379 SCOPED_TRACE("Basic block pass");
388 SCOPED_TRACE("Running OnTheFlyTest");
/external/libvpx/libvpx/test/
H A Dvp9_frame_parallel_test.cc98 SCOPED_TRACE(iter->name);
179 SCOPED_TRACE(iter->name);
H A Dtest_vector_test.cc107 SCOPED_TRACE(str);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator_unittest.cc37 SCOPED_TRACE(ss.str());
77 SCOPED_TRACE(ss.str());
H A Dbuffer_level_filter_unittest.cc35 SCOPED_TRACE(ss.str()); // Print out the parameter values on failure.
/external/libchrome/base/files/
H A Ddir_reader_posix_unittest.cc68 SCOPED_TRACE(testing::Message() << "reader.name(): " << reader.name());
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump_memory_range_unittest.cc146 SCOPED_TRACE(Message() << "offset=" << sub_offset
171 SCOPED_TRACE(Message() << "offset=" << sub_offset
208 SCOPED_TRACE(Message() << "offset=" << element_offset
/external/google-breakpad/src/common/
H A Dmemory_range_unittest.cc145 SCOPED_TRACE(Message() << "offset=" << sub_offset
179 SCOPED_TRACE(Message() << "offset=" << element_offset

Completed in 747 milliseconds

123