Home
last modified time | relevance | path

Searched refs:SetUp (Results 1 - 25 of 650) sorted by relevance

12345678910>>...26

/third_party/node/test/cctest/
H A Dnode_test_fixture.h66 void SetUp() override;
102 void SetUp() override {
116 void SetUp() override {
117 NodeZeroIsolateTestFixture::SetUp();
138 void SetUp() override {
139 NodeTestFixture::SetUp();
H A Dtest_node_api.cc17 void SetUp() override { EnvironmentTestFixture::SetUp(); }
/third_party/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp() function in SehExceptionInSetUpTest
123 void SetUp() override {
124 ADD_FAILURE() << "CxxExceptionInConstructorTest::SetUp() "
164 void SetUp() override {
166 "CxxExceptionInSetUpTestSuiteTest::SetUp() "
208 void SetUp() override { throw std::runtime_error("Standard C++ exception"); }
H A Dgoogletest-output-test_.cc366 void SetUp() override { ADD_FAILURE() << "Expected failure #2, in SetUp()."; }
389 void SetUp() override {
390 ADD_FAILURE() << "UNEXPECTED failure in SetUp(). "
411 // Tests non-fatal failures in SetUp().
416 void SetUp() override {
418 ADD_FAILURE() << "Expected failure #1, in SetUp().";
431 // Tests fatal failures in SetUp().
436 void SetUp() override {
438 FAIL() << "Expected failure #1, in SetUp()
[all...]
/third_party/googletest/googletest/samples/
H A Dsample5_unittest.cc64 // Remember that SetUp() is run immediately before a test starts.
66 void SetUp() override { start_time_ = time(nullptr); }
75 // know that you can use assertions in SetUp() and TearDown() as
139 void SetUp() override {
141 QuickTest::SetUp();
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlist_iterators.cpp37 virtual void SetUp();
46 list_iterators_node_inherite::SetUp() in SetUp() function in list_iterators_node_inherite
155 virtual void SetUp();
164 list_iterators_node_embed::SetUp() in SetUp() function in list_iterators_node_embed
H A Dgeneral_ir_test.cpp30 virtual void SetUp();
35 ir_variable_constructor::SetUp() in SetUp() function in ir_variable_constructor
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDeprecatedAPITests.cpp30 void SetUp() override {
31 DawnTest::SetUp();
H A DQueueTimelineTests.cpp43 void SetUp() override {
44 DawnTest::SetUp();
H A DReadOnlyDepthStencilAttachmentTests.cpp195 void SetUp() override {
196 ReadOnlyDepthStencilAttachmentTests::SetUp();
226 void SetUp() override {
227 ReadOnlyDepthStencilAttachmentTests::SetUp();
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DRewriteDoWhile_test.cpp26 void SetUp() override
29 ShaderCompileTreeTest::SetUp();
H A DShCompile_test.cpp23 void SetUp() override
80 void SetUp() override
240 void SetUp() override
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DCompilerPerf.cpp253 void SetUp() override;
271 void CompilerPerfTest::SetUp() in SetUp() function in __anon20259::CompilerPerfTest
273 ANGLEPerfTest::SetUp(); in SetUp()
H A DEGLInitializePerf.cpp68 void SetUp() override;
114 void EGLInitializePerfTest::SetUp() in SetUp() function in __anon20264::EGLInitializePerfTest
116 ANGLEPerfTest::SetUp(); in SetUp()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DBufferUploadPerf.cpp94 void SetUp() override;
103 void BufferUploadPerf::SetUp() { in SetUp() function in BufferUploadPerf
104 DawnPerfTestWithParams<BufferUploadParams>::SetUp(); in SetUp()
H A DShaderRobustnessPerf.cpp393 void SetUp() override;
405 void ShaderRobustnessPerf::SetUp() { in SetUp() function in ShaderRobustnessPerf
406 DawnPerfTestWithParams<ShaderRobustnessParams>::SetUp(); in SetUp()
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_poll_chk_test.cpp9 void SetUp() override {}
14 void SetUp() override {}
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DQueueOnSubmittedWorkDoneValidationTests.cpp33 void SetUp() override {
34 ValidationTest::SetUp();
H A DComputeValidationTests.cpp24 void SetUp() override {
25 ValidationTest::SetUp();
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vf_float_conversions.cpp29 virtual void SetUp();
35 void vf_float_conversion_test::SetUp() { in SetUp() function in vf_float_conversion_test
/third_party/mesa3d/src/util/tests/
H A Dstring_buffer_test.cpp49 virtual void SetUp();
54 string_buffer::SetUp() in SetUp() function in string_buffer
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmarl_test.h34 void SetUp() override {
52 void SetUp() override {
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12ResourceHeapTests.cpp24 void SetUp() override {
25 DawnTest::SetUp();
H A DBufferAllocatedSizeTests.cpp31 void SetUp() override {
32 DawnTest::SetUp();
H A DVulkanErrorInjectorTests.cpp28 void SetUp() override {
29 DawnTest::SetUp();

Completed in 13 milliseconds

12345678910>>...26