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

1 2 3 4 5 67 8 91011

  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 356 tcu::TestLog &log = m_context.getTestContext().getLog();
612 tcu::TestLog& log = m_context.getTestContext().getLog();
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomShaderTests.cpp 46 return new gls::RandomShaderCase(context.getTestContext(), context.getRenderContext(), de::toString(seed).c_str(), description, params);
es2fFloatStateQueryTests.cpp     [all...]
es2fDitheringTests.cpp 541 group->addChild(new DitheringCase(m_context.getTestContext(), m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[caseColorNdx].color));
  /external/deqp/modules/gles3/functional/
es3fRandomShaderTests.cpp 48 return new gls::RandomShaderCase(context.getTestContext(), context.getRenderContext(), de::toString(seed).c_str(), description, params);
es3fDitheringTests.cpp 539 group->addChild(new DitheringCase(m_context.getTestContext(), m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[caseColorNdx].color));
es3fFboCompletenessTests.cpp 510 , m_fboc (ctx.getTestContext(), ctx.getRenderContext(), m_checkerFactory)
es3fFloatStateQueryTests.cpp     [all...]
es3fShaderTextureFunctionTests.cpp 470 : gls::ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, m_evaluator)
    [all...]
  /external/testng/src/main/java/org/testng/internal/
MethodInvocationHelper.java 229 if (ThreadUtil.isTestNGThread() && testResult.getTestContext().getCurrentXmlTest().getParallel() != XmlSuite.ParallelMode.TESTS) {
  /external/testng/src/main/java/org/testng/reporters/
JUnitReportReporter.java 43 ITestContext tc = sr.getTestContext();
  /external/testng/src/main/java/org/testng/reporters/jq/
NavigatorPanel.java 47 ITestContext context = result.getTestContext();
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTest.java 49 FakeFactory.register(getTestContext())
  /packages/apps/Messaging/tests/src/com/android/messaging/util/
ContactUtilTest.java 48 FakeFactory.registerWithoutFakeContext(getTestContext());
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoLookupHelperTest.java 88 is = getTestContext().getContentResolver().openInputStream(CONTACTS_PHOTO_URI);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 408 tcu::TestLog &log = m_context.getTestContext().getLog();
515 tcu::TestLog &log = m_context.getTestContext().getLog();
621 tcu::TestLog &log = m_context.getTestContext().getLog();
vktDynamicStateDSTests.cpp 448 tcu::TestLog &log = m_context.getTestContext().getLog();
600 tcu::TestLog &log = m_context.getTestContext().getLog();
770 tcu::TestLog &log = m_context.getTestContext().getLog();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp     [all...]
vktPipelineMultisampleTests.cpp 853 tcu::TestLog& log = m_context.getTestContext().getLog();
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 157 : ControlStatementCase (context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
428 : ControlStatementCase (context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
686 : ControlStatementCase(context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 157 : ControlStatementCase (context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
432 : ControlStatementCase (context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
694 : ControlStatementCase(context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 140 return getTestContext().getSystemServiceName(serviceClass);
150 return getTestContext().getResources();
690 mInjectedFilePathRoot = new File(getTestContext().getCacheDir(), "test-files");
825 protected Context getTestContext() {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 155 , m_testCtx (context.getTestContext())
565 tcu::TestLog& log = m_context.getTestContext().getLog();
860 tcu::TestLog& log = m_context.getTestContext().getLog();
    [all...]
  /external/deqp/modules/egl/
teglQueryContextTests.cpp 308 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog())

Completed in 1285 milliseconds

1 2 3 4 5 67 8 91011