/external/toolchain-utils/compiler_wrapper/ |
D | testutil_test.go | 36 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 …]
|
D | env_test.go | 286 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 {
|
D | cros_hardened_config_test.go | 19 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 {
|
D | android_config_test.go | 33 func createAndroidClangPathGoldenInputs(ctx *testContext) goldenFile { 93 func createAndroidCompileWithFallbackGoldenInputs(ctx *testContext) 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)) { 328 func readLoggedWarnings(ctx *testContext) *warningsJSONData { 472 func withAndroidClangTidyTestContext(t *testing.T, work func(ctx *testContext)) {
|
D | compile_with_fallback_test.go | 285 func withCompileWithFallbackTestContext(t *testing.T, work func(ctx *testContext)) { 296 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 | 160 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/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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/ |
D | FlatMapBaseTest.kt | 55 fun testContext() = runTest { in <lambda>() method
|
/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/testng/src/test/java/test/dataprovider/ |
D | ParallelDataProviderTest.java | 33 public void verifyData1(ITestContext testContext, String n1, Integer n2) { in verifyData1()
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | HtmlChangeReporterTest.java | 43 final Context testContext = new Context(); in testChangeReporting() local
|
/external/skia/tools/graphite/ |
D | ContextFactory.cpp | 25 std::unique_ptr<GraphiteTestContext> testContext, in ContextInfo()
|
D | ContextFactory.h | 40 GraphiteTestContext* testContext() const { return fTestContext.get(); } in testContext() function
|
/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() 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/ |
D | cluster_test.py | 116 def testContext(self): member in ClusterTest
|
/external/skia/tools/gpu/ |
D | GrContextFactory.h | 189 TestContext* testContext() const { return fTestContext; } in testContext() function 202 TestContext* testContext, in ContextInfo()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | EventLoopsTest.kt | 95 val testContext = coroutineContext in <lambda>() constant
|