Home
last modified time | relevance | path

Searched defs:TestContext (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ffmpeg/libavutil/tests/
Dopt.c31 typedef struct TestContext { struct
32 const AVClass *class;
33 int num;
34 int toggle;
35 char *string;
36 int flags;
60 } TestContext; argument
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.h27 struct TestContext struct
35 void Test(const TestContext& ctx); argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp609 struct TestContext struct
611 const DeviceInterface& vkd;
612 const VkDevice device;
613 const deUint32 queueFamilyIndex;
614 const BinaryCollection& binaryCollection;
615 Allocator& allocator;
616 de::SharedPtr<vk::ResourceInterface> resourceInterface;
618 const tcu::Vec4* vertices;
619 deUint32 numVertices;
620 tcu::IVec2 renderDimension;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp608 struct TestContext struct
610 const DeviceInterface& vkd;
611 const VkDevice device;
612 const deUint32 queueFamilyIndex;
613 const BinaryCollection& binaryCollection;
614 Allocator& allocator;
615 de::SharedPtr<vk::ResourceInterface> resourceInterface;
617 const tcu::Vec4* vertices;
618 deUint32 numVertices;
619 tcu::IVec2 renderDimension;
[all …]
/third_party/node/doc/api/
Dtest.md2150 ### `context.before([fn][, options])`
2170 ### `context.beforeEach([fn][, options])`
2202 ### `context.after([fn][, options])`
2229 ### `context.afterEach([fn][, options])`
2261 ### `context.diagnostic(message)`
2279 ### `context.name`
2287 ### `context.runOnly(shouldRunOnlyTests)`
2311 ### `context.signal`
2326 ### `context.skip([message])`
2346 ### `context.todo([message])`
[all …]
/third_party/skia/tools/graphite/mtl/
DGraphiteMtlTestContext.h34 TestContext(const skgpu::mtl::BackendContext& mtl) : fMtl(mtl) {} in TestContext() function
/third_party/skia/tools/gpu/
DTestContext.cpp17 TestContext::TestContext() : fGpuTimer(nullptr) {} in TestContext() function in sk_gpu_test::TestContext
/third_party/skia/tools/gpu/mock/
DMockTestContext.cpp45 TestContext* CreateMockTestContext(TestContext*) { return new MockTestContext(); } in CreateMockTestContext() argument
/third_party/vk-gl-cts/framework/common/
DtcuTestContext.cpp31 TestContext::TestContext ( in TestContext() function in tcu::TestContext
DtcuTestContext.hpp48 class TestContext class
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp48 struct TestContext struct
50 const glu::RenderContext& renderContext;
51 const glw::Functions& gl;
52 vector<GLuint>& fboIds;
53 vector<GLuint>& texIds;
54 vector<GLuint>& rboIds;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestContext.java25 public class TestContext extends BidiFmwk { class
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestContext.java22 public class TestContext extends BidiFmwk { class
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc67 struct TestContext { struct
68 int iterations;
69 int threads;
70 int g0; // global 0
71 int g1; // global 1
72 absl::Mutex mu;
73 absl::CondVar cv;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DAnyScriptTest.java33 public void TestContext() { in TestContext() method in AnyScriptTest
DTransliteratorTest.java1356 public void TestContext() { in TestContext() method in TransliteratorTest
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java30 public void TestContext() { in TestContext() method in AnyScriptTest
/third_party/vk-gl-cts/execserver/tools/
DxsTest.cpp165 class TestContext class
168 TestContext (void) : startServer(false) {} in TestContext() function in xs::TestContext
/third_party/python/Lib/test/
Dtest_raise.py297 class TestContext(unittest.TestCase): class
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp101 class TestContext class
479 TestContext::TestContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, cons… in TestContext() function in deqp::egl::__anon17737c270111::TestContext
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DRbnfTest.java1498 public void TestContext() { in TestContext() method in RbnfTest
/third_party/node/lib/internal/test_runner/
Dtest.js120 class TestContext { class
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java1589 public void TestContext() { in TestContext() method in RbnfTest
DDateIntervalFormatTest.java989 public void TestContext() { in TestContext() method in DateIntervalFormatTest
/third_party/icu/icu4c/source/test/cintltst/
Dcdattst.c1527 static void TestContext(void) { in TestContext() function

12