| /external/toolchain-utils/compiler_wrapper/ |
| D | testutil_test.go | 33 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 …]
|
| D | env_test.go | 240 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 {
|
| D | android_config_test.go | 33 func createAndroidClangPathGoldenInputs(ctx *testContext) goldenFile { 93 func createAndroidCompileWithFallbackGoldenInputs(ctx *testContext) goldenFile {
|
| D | cros_hardened_config_test.go | 83 func createSyswrapperGoldenInputs(ctx *testContext) []goldenFile { 221 func createGccPathGoldenInputs(ctx *testContext, gomaEnv string) goldenFile { 258 func createClangPathGoldenInputs(ctx *testContext, gomaEnv string) goldenFile {
|
| D | goldenutil_test.go | 57 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) {
|
| D | bisect_flag_test.go | 132 func withBisectTestContext(t *testing.T, work func(ctx *testContext)) { 173 func mustCallBisectDriver(ctx *testContext, exitCode int) *command {
|
| D | disable_werror_flag_test.go | 319 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)) {
|
| D | compile_with_fallback_test.go | 283 func withCompileWithFallbackTestContext(t *testing.T, work func(ctx *testContext)) { 294 func readCompileWithFallbackErrorLog(ctx *testContext) string {
|
| D | clang_tidy_flag_test.go | 336 func testClangTidyFiltersClangTidySpecificFlagsWithPresetEnv(t *testing.T, ctx *testContext) { 446 func withClangTidyTestContext(t *testing.T, work func(ctx *testContext)) {
|
| D | rusage_flag_test.go | 165 func withLogRusageTestContext(t *testing.T, work func(ctx *testContext)) {
|
| /external/testng/src/main/java/org/testng/internal/invokers/ |
| D | InvokedMethodListenerInvoker.java | 39 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/ |
| D | TestMethodWorker.java | 52 ITestContext testContext, in TestMethodWorker() 121 ITestContext testContext) in invokeTestMethods() 298 ITestContext testContext, in SingleTestMethodWorker()
|
| D | IInvoker.java | 51 ITestContext testContext); in invokeTestMethods()
|
| /external/testng/src/test/java/test/reports/ |
| D | ReporterTest.java | 11 @Override public void onStart (ITestContext testContext) { in onStart()
|
| /external/testng/src/test/java/test/dataprovider/ |
| D | ParallelDataProviderTest.java | 33 public void verifyData1(ITestContext testContext, String n1, Integer n2) { in verifyData1()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
| D | MergeTest.kt | 39 fun testContext() = runTest { in <lambda>() method
|
| D | FlatMapBaseTest.kt | 55 fun testContext() = runTest { in <lambda>() method
|
| /external/owasp/sanitizer/src/tests/org/owasp/html/ |
| D | HtmlChangeReporterTest.java | 43 final Context testContext = new Context(); in testChangeReporting() local
|
| /external/testng/src/main/java/org/testng/ |
| D | TestListenerAdapter.java | 68 public void onStart(ITestContext testContext) { in onStart() 73 public void onFinish(ITestContext testContext) { in onFinish()
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cSparseBufferTests.cpp | 829 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/ |
| D | cluster_test.py | 116 def testContext(self): member in ClusterTest
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineCacheTests.cpp | 424 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/ |
| D | GrContextFactory.h | 176 TestContext* testContext() const { return fTestContext; } in testContext() function 186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo()
|
| /external/skia/tools/gpu/ |
| D | GrContextFactory.h | 178 TestContext* testContext() const { return fTestContext; } in testContext() function 191 TestContext* testContext, in ContextInfo()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
| D | EventLoopsTest.kt | 95 val testContext = coroutineContext in <lambda>() constant
|