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

12 3 4 5 6 7 8 91011

  /external/deqp/modules/gles2/functional/
es2fLifetimeTests.cpp 59 lt::Context ltCtx (ctx.getRenderContext(), ctx.getTestContext());
es2fApiCase.cpp 42 , CallLogWrapper(context.getRenderContext().getFunctions(), context.getTestContext().getLog())
43 , m_log (context.getTestContext().getLog())
  /external/deqp/modules/gles3/functional/
es3fBuiltinPrecisionTests.cpp 49 bpt::addBuiltinPrecisionTests(context.getTestContext(),
  /external/deqp/modules/gles31/
tes31Context.hpp 51 tcu::TestContext& getTestContext (void) { return m_testCtx; }
  /external/testng/src/main/java/org/testng/
ITestResult.java 96 public ITestContext getTestContext();
  /external/testng/src/test/java/test/listeners/
ResultContextListener.java 12 ITestContext context = result.getTestContext();
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest2.java 81 () -> new ShortcutInfo.Builder(getTestContext()).build());
86 () -> new ShortcutInfo.Builder(getTestContext(), null));
91 () -> new ShortcutInfo.Builder(getTestContext(), ""));
96 () -> new ShortcutInfo.Builder(getTestContext(), "id").setIntent(null));
101 () -> new ShortcutInfo.Builder(getTestContext(), "id").setIntent(new Intent()));
106 () -> new ShortcutInfo.Builder(getTestContext(), "id")
112 () -> new ShortcutInfo.Builder(getTestContext(), "id").setActivity(null));
117 () -> new ShortcutInfo.Builder(getTestContext(), "id").setShortLabel(null));
122 () -> new ShortcutInfo.Builder(getTestContext(), "id").setShortLabel(""));
127 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel(null))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 110 context.getTestContext().getLog()
125 TestLog& log = context.getTestContext().getLog();
130 << context.getTestContext().getCommandLine().getVKDeviceId()
148 context.getTestContext().getPlatform().getVulkanPlatform().describePlatform(details);
150 context.getTestContext().getLog()
218 TestLog& log = context.getTestContext().getLog();
221 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(limits);
vktTestGroupUtil.hpp 95 parent->addChild(createTestGroup(parent->getTestContext(), name, description, createChildren));
105 parent->addChild(createTestGroup<Arg0>(parent->getTestContext(), name, description, createChildren, arg0));
vktTestCaseUtil.hpp 188 group->addChild(createFunctionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, testFunc));
197 group->addChild(createFunctionCaseWithPrograms(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, initPrograms, testFunc));
207 group->addChild(createFunctionCase<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, testFunc, arg0));
218 group->addChild(createFunctionCase<Arg0>(group->getTestContext(), type, name, desc, testFunc, arg0));
229 group->addChild(createFunctionCaseWithPrograms<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, initPrograms, testFunc, arg0));
241 group->addChild(createFunctionCaseWithPrograms<Arg0>(group->getTestContext(), type, name, desc, initPrograms, testFunc, arg0));
vktTestPackage.cpp 204 tcu::TestLog& log = m_context.getTestContext().getLog();
259 tcu::TestLog& log = m_context.getTestContext().getLog();
278 m_context.getTestContext().setTestResult(QP_TEST_RESULT_INTERNAL_ERROR, (de::toString(numErrors) + " API usage errors found").c_str());
292 DE_ASSERT(m_context.getTestContext().getTestResult() == QP_TEST_RESULT_LAST);
293 m_context.getTestContext().setTestResult(result.getCode(), result.getDescription().c_str());
304 tcu::TestContext& testCtx = glslTests->getTestContext();
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java 87 final ShortcutManager manager = getTestContext().getSystemService(ShortcutManager.class);
108 "package", getTestContext().getUserId());
110 checkAidlCall("getBackupPayload", "Caller must be", getTestContext().getUserId());
112 checkAidlCall("applyRestore", "Caller must be", null, getTestContext().getUserId());
ShortcutManagerCtsTestsBase.java 115 mUserId = getTestContext().getUserId();
125 mPackageContext1 = new SpoofingContext(getTestContext(),
127 mPackageContext2 = new SpoofingContext(getTestContext(),
129 mPackageContext3 = new SpoofingContext(getTestContext(),
131 mPackageContext4 = new SpoofingContext(getTestContext(),
133 mLauncherContext1 = new SpoofingContext(getTestContext(),
135 mLauncherContext2 = new SpoofingContext(getTestContext(),
137 mLauncherContext3 = new SpoofingContext(getTestContext(),
139 mLauncherContext4 = new SpoofingContext(getTestContext(),
187 protected Context getTestContext() {
    [all...]
ShortcutManagerClientApiTest.java 69 getTestContext().getPackageName(), "android.content.pm.cts.shortcutmanager.main");
74 () -> new ShortcutInfo.Builder(getTestContext(), null));
79 () -> new ShortcutInfo.Builder(getTestContext(), ""));
84 () -> new ShortcutInfo.Builder(getTestContext(), "id").setIntent(null));
89 () -> new ShortcutInfo.Builder(getTestContext(), "id").setIntent(new Intent()));
94 () -> new ShortcutInfo.Builder(getTestContext(), "id").setActivity(null));
99 () -> new ShortcutInfo.Builder(getTestContext(), "id").setShortLabel(null));
104 () -> new ShortcutInfo.Builder(getTestContext(), "id").setShortLabel(""));
109 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel(null));
114 () -> new ShortcutInfo.Builder(getTestContext(), "id").setLongLabel(""))
    [all...]
ShortcutManagerThrottlingTest.java 71 getTestContext().registerReceiver(r, filter);
81 getTestContext().sendBroadcast(i);
92 getTestContext().unregisterReceiver(r);
ShortcutManagerUsageTest.java 41 appOps(getInstrumentation(), getTestContext().getPackageName(),
47 appOps(getInstrumentation(), getTestContext().getPackageName(),
116 final UsageStatsManager usm = getTestContext().getSystemService(UsageStatsManager.class);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTests.cpp 51 tcu::TestContext& testCtx = pipelineTests->getTestContext();
  /external/testng/src/test/java/test/
CountTest.java 26 ITestContext ctx = sr.getTestContext();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoProcessorTest.java 40 final Drawable source = getTestContext().getResources().getDrawable(
  /external/testng/src/main/java/org/testng/reporters/jq/
Model.java 50 ITestContext context = sr.getTestContext();
201 result.addAll(sr.getTestContext().getPassedTests().getAllResults());
202 result.addAll(sr.getTestContext().getFailedTests().getAllResults());
203 result.addAll(sr.getTestContext().getSkippedTests().getAllResults());
205 result.addAll(sr.getTestContext().getPassedConfigurations().getAllResults());
206 result.addAll(sr.getTestContext().getFailedConfigurations().getAllResults());
207 result.addAll(sr.getTestContext().getSkippedConfigurations().getAllResults());
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 48 : tcu::TestCase (context.getTestContext(), tcu::NODETYPE_CAPABILITY, name, description)
148 group = new tcu::TestCaseGroup(parent->getTestContext(), name, desc);
154 group->addChild(new ExtensionCase(group->getTestContext(), ctxInfo, extName, "", extName));
  /external/deqp/modules/gles2/stress/
es2sLongRunningTests.cpp 118 bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
186 textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
237 drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
274 shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
304 mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
327 mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
  /external/deqp/modules/gles3/stress/
es3sLongRunningTests.cpp 118 bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
186 textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
237 drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
274 shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
304 mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
327 mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
  /external/deqp/modules/glshared/
glsFboCompletenessTests.hpp 64 TestContext& getTestContext (void) const { return m_testCtx; }
95 : TestCase (ctx.getTestContext(),
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 60 tcu::TestLog& log = context.getTestContext().getLog();
187 tcu::TestLog& log = context.getTestContext().getLog();
254 tcu::TestLog& log = context.getTestContext().getLog();
287 tcu::TestLog& log = context.getTestContext().getLog();
343 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine());
383 tcu::TestLog& log = context.getTestContext().getLog();
389 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine());
472 tcu::TestLog& log = context.getTestContext().getLog();
477 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine());
542 tcu::TestLog& log = context.getTestContext().getLog()
    [all...]

Completed in 974 milliseconds

12 3 4 5 6 7 8 91011