HomeSort by relevance Sort by last modified time
    Searched refs:getTestContext (Results 51 - 75 of 261) sorted by null

1 23 4 5 6 7 8 91011

  /external/deqp/modules/egl/
teglTestCase.hpp 66 tcu::TestContext& getTestContext (void) const { return m_testCtx; }
teglColorClearTests.cpp 61 tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->name, groupIter->desc);
  /external/testng/src/main/java/org/testng/remote/
SuiteDispatcher.java 148 suiteResult.getTestContext().getPassedTests().getAllResults(),
149 suiteResult.getTestContext().getFailedTests().getAllResults(),
150 suiteResult.getTestContext().getSkippedTests().getAllResults(),
151 suiteResult.getTestContext().getFailedButWithinSuccessPercentageTests().getAllResults(),
  /external/testng/src/main/java/org/testng/remote/adapter/
RemoteResultListener.java 53 ITestContext tc = suiteResult.getTestContext();
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest5.java 59 mShortcutService = new ShortcutService(getTestContext(), Looper.getMainLooper(),
62 mMyPackage = getTestContext().getPackageName();
116 assertNull(ai.loadXmlMetaData(getTestContext().getPackageManager(),
124 XmlResourceParser meta = ai.loadXmlMetaData(getTestContext().getPackageManager(),
ShortcutManagerTest1.java 244 final Icon icon1 = Icon.createWithResource(getTestContext(), R.drawable.icon1);
246 getTestContext().getResources(), R.drawable.icon2));
547 final Icon res32x32 = Icon.createWithResource(getTestContext(), R.drawable.black_32x32);
548 final Icon res64x64 = Icon.createWithResource(getTestContext(), R.drawable.black_64x64);
549 final Icon res512x512 = Icon.createWithResource(getTestContext(), R.drawable.black_512x512);
552 getTestContext().getResources(), R.drawable.black_32x32));
554 getTestContext().getResources(), R.drawable.black_64x64));
556 getTestContext().getResources(), R.drawable.black_512x512));
702 getTestContext().getResources(), R.drawable.black_32x32));
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DataModelTest.java 39 dataModel = new DataModelImpl(getTestContext());
BitmapPoolTest.java 44 FakeFactory.register(getTestContext())
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationInputManagerTest.java 60 FakeFactory.register(getTestContext())
69 .thenReturn(new SimSelectorView(getTestContext(), null));
72 .thenReturn(new EditText(getTestContext()));
89 final ConversationInputManager inputManager = new ConversationInputManager(getTestContext(),
  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 49 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description);
52 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
55 group->addChild(new RandomUniformBlockCase(context.getTestContext(), context.getRenderContext(), glu::GLSL_VERSION_310_ES,
63 : UniformBlockCase(context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, BUFFERMODE_PER_BLOCK)
90 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode)
es31fBooleanStateQueryTests.cpp 63 , glu::CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
  /external/deqp/modules/gles3/functional/
es3fApiCase.cpp 44 , CallLogWrapper(context.getRenderContext().getFunctions(), context.getTestContext().getLog())
es3fUniformBlockTests.cpp 47 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description);
50 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
53 group->addChild(new RandomUniformBlockCase(context.getTestContext(), context.getRenderContext(), glu::GLSL_VERSION_300_ES,
61 : UniformBlockCase(context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, BUFFERMODE_PER_BLOCK)
88 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
121 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
156 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
196 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
236 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
277 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode
    [all...]
es3fInteger64StateQueryTests.cpp 285 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
286 m_verifierInteger = new GetIntegerVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
287 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 75 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 181 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
198 tcu::TestLog& log = context.getTestContext().getLog();
228 tcu::TestLog& log = context.getTestContext().getLog();
296 tcu::TestLog& log = context.getTestContext().getLog();
391 tcu::TestLog& log = context.getTestContext().getLog();
446 tcu::TestLog& log = context.getTestContext().getLog();
484 tcu::TestLog& log = context.getTestContext().getLog();
510 tcu::TestLog& log = context.getTestContext().getLog();
515 const UniquePtr<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(),
554 tcu::TestLog& log = context.getTestContext().getLog()
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 485 tcu::TestContext& testCtx = m_context.getTestContext();
549 addChild(new NumWorkGroupsCase(this->getTestContext()));
550 addChild(new WorkGroupSizeCase(this->getTestContext()));
551 addChild(new WorkGroupIDCase(this->getTestContext()));
552 addChild(new LocalInvocationIDCase(this->getTestContext()));
553 addChild(new GlobalInvocationIDCase(this->getTestContext()));
554 addChild(new LocalInvocationIndexCase(this->getTestContext()));
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 166 , CallLogWrapper (context.getRenderContext().getFunctions(), m_context.getTestContext().getLog())
241 : CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
300 m_context.getTestContext().getLog() << *m_program;
469 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT))
510 m_context.getTestContext().getLog() << *m_program;
633 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), referenceImg, indexBufferImg, threshold, tcu::COMPARE_LOG_RESULT))
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 55 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
78 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
103 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
130 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
159 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
190 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 58 tcu::TestContext& getTestContext (void) const { return m_testCtx; }
  /external/deqp/framework/common/
tcuTestCase.hpp 112 TestContext& getTestContext (void) const { return m_testCtx; }
  /external/deqp/modules/gles2/
tes2TestPackage.cpp 80 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 79 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
  /external/testng/src/main/java/org/testng/reporters/
XMLSuiteResultWriter.java 55 config.getOutputDirectory() + File.separatorChar + suiteResult.getTestContext().getSuite().getName();
66 ITestContext testContext = suiteResult.getTestContext();
98 String suiteResultName = suiteResult.getTestContext().getName() + ".xml";
106 ITestContext tc = suiteResult.getTestContext();
  /frameworks/base/core/java/android/test/
AndroidTestCase.java 83 public Context getTestContext() {

Completed in 1091 milliseconds

1 23 4 5 6 7 8 91011