Home
last modified time | relevance | path

Searched defs:testContext (Results 1 – 25 of 88) sorted by relevance

1234

/external/toolchain-utils/compiler_wrapper/
Dtestutil_test.go33 type testContext struct { struct
34 t *testing.T
35 wd string
36 tempDir string
37 env []string
38 cfg *config
39 inputCmd *command
40 lastCmd *command
41 cmdCount int
42 cmdMock func(cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) error
[all …]
Denv_test.go240 func execEcho(ctx *testContext, cmd *command) {
249 func forkAndReadEcho(ctx *testContext) []string {
263 func runAndEcho(ctx *testContext, cmd *command) []string {
275 func createEcho(ctx *testContext, cmd *command) *command {
Dandroid_config_test.go33 func createAndroidClangPathGoldenInputs(ctx *testContext) goldenFile {
93 func createAndroidCompileWithFallbackGoldenInputs(ctx *testContext) goldenFile {
Dcros_hardened_config_test.go83 func createSyswrapperGoldenInputs(ctx *testContext) []goldenFile {
221 func createGccPathGoldenInputs(ctx *testContext, gomaEnv string) goldenFile {
258 func createClangPathGoldenInputs(ctx *testContext, gomaEnv string) goldenFile {
Dgoldenutil_test.go57 func runGoldenRecords(ctx *testContext, goldenDir string, files []goldenFile) {
116 func fillGoldenResults(ctx *testContext, files []goldenFile) []goldenFile {
173 func writeGoldenRecords(ctx *testContext, writer io.Writer, records []goldenRecord) {
Dbisect_flag_test.go132 func withBisectTestContext(t *testing.T, work func(ctx *testContext)) {
173 func mustCallBisectDriver(ctx *testContext, exitCode int) *command {
Ddisable_werror_flag_test.go319 func withForceDisableWErrorTestContext(t *testing.T, work func(ctx *testContext)) {
326 func readLoggedWarnings(ctx *testContext) *warningsJSONData {
446 func withAndroidClangTidyTestContext(t *testing.T, work func(ctx *testContext)) {
Dcompile_with_fallback_test.go283 func withCompileWithFallbackTestContext(t *testing.T, work func(ctx *testContext)) {
294 func readCompileWithFallbackErrorLog(ctx *testContext) string {
Dclang_tidy_flag_test.go336 func testClangTidyFiltersClangTidySpecificFlagsWithPresetEnv(t *testing.T, ctx *testContext) {
446 func withClangTidyTestContext(t *testing.T, work func(ctx *testContext)) {
Drusage_flag_test.go165 func withLogRusageTestContext(t *testing.T, work func(ctx *testContext)) {
/external/testng/src/main/java/org/testng/internal/invokers/
DInvokedMethodListenerInvoker.java39 ITestResult testResult, ITestContext testContext) { in InvokedMethodListenerInvoker()
77 ITestContext testContext); in callMethod()
83 ITestResult testResult, ITestContext testContext) { in callMethod()
91 ITestResult testResult, ITestContext testContext) { in callMethod()
99 ITestResult testResult, ITestContext testContext) { in callMethod()
107 ITestResult testResult, ITestContext testContext) { in callMethod()
/external/testng/src/main/java/org/testng/internal/
DTestMethodWorker.java52 ITestContext testContext, in TestMethodWorker()
121 ITestContext testContext) in invokeTestMethods()
298 ITestContext testContext, in SingleTestMethodWorker()
DIInvoker.java51 ITestContext testContext); in invokeTestMethods()
/external/testng/src/test/java/test/reports/
DReporterTest.java11 @Override public void onStart (ITestContext testContext) { in onStart()
/external/testng/src/test/java/test/dataprovider/
DParallelDataProviderTest.java33 public void verifyData1(ITestContext testContext, String n1, Integer n2) { in verifyData1()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DMergeTest.kt39 fun testContext() = runTest { in <lambda>() method
DFlatMapBaseTest.kt55 fun testContext() = runTest { in <lambda>() method
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlChangeReporterTest.java43 final Context testContext = new Context(); in testChangeReporting() local
/external/testng/src/main/java/org/testng/
DTestListenerAdapter.java68 public void onStart(ITestContext testContext) { in onStart()
73 public void onFinish(ITestContext testContext) { in onFinish()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp829 tcu::TestContext& testContext, in AtomicCounterBufferStorageTestCase()
1196 tcu::TestContext& testContext, glw::GLint page_size) in BufferTextureStorageTestCase()
1571 …ageTestCase::ClearOpsBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, in ClearOpsBufferStorageTestCase()
1894 …rageTestCase::CopyOpsBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, in CopyOpsBufferStorageTestCase()
2567 tcu::TestContext& testContext, in IndirectDispatchBufferStorageTestCase()
2824 tcu::TestContext& testContext, glw::GLint page_size) in InvalidateBufferStorageTestCase()
2954 …geTestCase::PixelPackBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, in PixelPackBufferStorageTestCase()
3348 tcu::TestContext& testContext, glw::GLint page_size) in PixelUnpackBufferStorageTestCase()
3691 …torageTestCase::QuadsBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, in QuadsBufferStorageTestCase()
4362 …torageTestCase::QueryBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, in QueryBufferStorageTestCase()
[all …]
/external/tensorflow/tensorflow/python/grappler/
Dcluster_test.py116 def testContext(self): member in ClusterTest
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp424 vkt::TestCase* newTestCase (tcu::TestContext& testContext, in newTestCase()
502 CacheTest (tcu::TestContext& testContext, in CacheTest()
587 GraphicsCacheTest (tcu::TestContext& testContext, in GraphicsCacheTest()
1093 ComputeCacheTest (tcu::TestContext& testContext, in ComputeCacheTest()
1365 PipelineFromCacheTest::PipelineFromCacheTest (tcu::TestContext& testContext, const std::string& nam… in PipelineFromCacheTest()
1428 PipelineFromIncompleteCacheTest::PipelineFromIncompleteCacheTest (tcu::TestContext& testContext, co… in PipelineFromIncompleteCacheTest()
1544 MergeCacheTest (tcu::TestContext& testContext, in MergeCacheTest()
1690 CacheHeaderTest (tcu::TestContext& testContext, in CacheHeaderTest()
1775 InvalidSizeTest::InvalidSizeTest (tcu::TestContext& testContext, const std::string& name, const std… in InvalidSizeTest()
1862 ZeroSizeTest::ZeroSizeTest (tcu::TestContext& testContext, const std::string& name, const std::stri… in ZeroSizeTest()
[all …]
/external/skqp/tools/gpu/
DGrContextFactory.h176 TestContext* testContext() const { return fTestContext; } in testContext() function
186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo()
/external/skia/tools/gpu/
DGrContextFactory.h178 TestContext* testContext() const { return fTestContext; } in testContext() function
191 TestContext* testContext, in ContextInfo()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DEventLoopsTest.kt95 val testContext = coroutineContext in <lambda>() constant

1234