Home
last modified time | relevance | path

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

1234

/external/toolchain-utils/compiler_wrapper/
Dtestutil_test.go36 type testContext struct { struct
37 t *testing.T
38 wd string
39 tempDir string
40 env []string
41 cfg *config
42 inputCmd *command
43 lastCmd *command
44 cmdCount int
45 cmdMock func(cmd *command, stdin io.Reader, stdout io.Writer, stderr io.Writer) error
[all …]
Denv_test.go286 func execEcho(ctx *testContext, cmd *command) {
295 func forkAndReadEcho(ctx *testContext) []string {
309 func runAndEcho(ctx *testContext, cmd *command) []string {
321 func createEcho(ctx *testContext, cmd *command) *command {
Dcros_hardened_config_test.go19 func withGoldenTestContext(t *testing.T, f func(ctx *testContext)) {
90 func createSyswrapperGoldenInputs(ctx *testContext) []goldenFile {
228 func createGccPathGoldenInputs(ctx *testContext, gomaEnv string) goldenFile {
265 func createClangPathGoldenInputs(ctx *testContext, gomaEnv string) goldenFile {
Dandroid_config_test.go33 func createAndroidClangPathGoldenInputs(ctx *testContext) goldenFile {
93 func createAndroidCompileWithFallbackGoldenInputs(ctx *testContext) 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)) {
328 func readLoggedWarnings(ctx *testContext) *warningsJSONData {
472 func withAndroidClangTidyTestContext(t *testing.T, work func(ctx *testContext)) {
Dcompile_with_fallback_test.go285 func withCompileWithFallbackTestContext(t *testing.T, work func(ctx *testContext)) {
296 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.go160 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/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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DFlatMapBaseTest.kt55 fun testContext() = runTest { in <lambda>() method
/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/testng/src/test/java/test/dataprovider/
DParallelDataProviderTest.java33 public void verifyData1(ITestContext testContext, String n1, Integer n2) { in verifyData1()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlChangeReporterTest.java43 final Context testContext = new Context(); in testChangeReporting() local
/external/skia/tools/graphite/
DContextFactory.cpp25 std::unique_ptr<GraphiteTestContext> testContext, in ContextInfo()
DContextFactory.h40 GraphiteTestContext* testContext() const { return fTestContext.get(); } in testContext() function
/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()
1094 ComputeCacheTest (tcu::TestContext& testContext, in ComputeCacheTest()
1366 PipelineFromCacheTest::PipelineFromCacheTest (tcu::TestContext& testContext, const std::string& nam… in PipelineFromCacheTest()
1429 PipelineFromIncompleteCacheTest::PipelineFromIncompleteCacheTest (tcu::TestContext& testContext, co… in PipelineFromIncompleteCacheTest()
1545 MergeCacheTest (tcu::TestContext& testContext, in MergeCacheTest()
1691 CacheHeaderTest (tcu::TestContext& testContext, in CacheHeaderTest()
1776 InvalidSizeTest::InvalidSizeTest (tcu::TestContext& testContext, const std::string& name, const std… in InvalidSizeTest()
1863 ZeroSizeTest::ZeroSizeTest (tcu::TestContext& testContext, const std::string& name, const std::stri… in ZeroSizeTest()
[all …]
/external/tensorflow/tensorflow/python/grappler/
Dcluster_test.py116 def testContext(self): member in ClusterTest
/external/skia/tools/gpu/
DGrContextFactory.h189 TestContext* testContext() const { return fTestContext; } in testContext() function
202 TestContext* testContext, in ContextInfo()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DEventLoopsTest.kt95 val testContext = coroutineContext in <lambda>() constant

1234