HomeSort by relevance Sort by last modified time
    Searched defs:TestContext (Results 26 - 44 of 44) sorted by null

12

  /external/deqp/execserver/tools/
xsTest.cpp 165 class TestContext
168 TestContext (void) : startServer(false) {}
180 TestContext (const TestContext& other);
181 TestContext& operator= (const TestContext& other);
187 TestCase (TestContext& testCtx, const char* name) : m_testCtx(testCtx), m_name(name) {}
196 TestContext& m_testCtx;
203 TestExecutor (TestContext& testCtx);
210 TestContext& m_testCtx
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 87 class TestContext;
201 void DoTest(const TestContext* context);
279 TestContext context(this, expr, if_true, if_false, fall_through);
649 // implementation will bind both labels unless it's a TestContext, which
727 class TestContext : public ExpressionContext {
729 TestContext(FullCodeGenerator* codegen,
740 static const TestContext* cast(const ExpressionContext* context) {
742 return reinterpret_cast<const TestContext*>(context);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
AppWidgetServiceImplTest.java 71 private TestContext mTestContext;
85 mTestContext = new TestContext();
291 private class TestContext extends ContextWrapper {
293 public TestContext() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 266 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception {
299 TestContext testInfo = createTestContext();
313 protected TestContext createTestContext() {
314 return new TestContext();
317 protected static class TestContext {
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 553 struct TestContext
582 TestContext (const DeviceInterface& vkd_,
598 ~TestContext()
604 void generateWork (TestContext& testContext)
606 const DeviceInterface& deviceInterface = testContext.vkd;
607 const deUint32 queueFamilyNdx = testContext.queueFamilyIndex;
612 testContext.device,
613 testContext.binaryCollection.get("glslvert"),
617 testContext.device
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
qcamera_test.h 43 class TestContext;
101 void setTestCtxInstance(TestContext *instance);
168 TestContext *mInterpr;
276 void setTestCtxInst(TestContext *instance);
289 TestContext *mTestContext;
293 class TestContext
298 TestContext();
299 ~TestContext();
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.h 43 class TestContext;
101 void setTestCtxInstance(TestContext *instance);
168 TestContext *mInterpr;
276 void setTestCtxInst(TestContext *instance);
289 TestContext *mTestContext;
293 class TestContext
298 TestContext();
299 ~TestContext();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java     [all...]
DateFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java     [all...]
DateFormatTest.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 41 static void TestContext(void);
59 TESTCASE(TestContext);
    [all...]
cnumtst.c 61 static void TestContext(void);
91 TESTCASE(TestContext);
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 145 TESTCASE(33,TestContext);
    [all...]
dtfmttst.cpp 97 TESTCASE_AUTO(TestContext);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/v8/src/crankshaft/
hydrogen.h 844 class TestContext final : public AstContext {
846 TestContext(HOptimizedGraphBuilder* owner,
862 static TestContext* cast(AstContext* context) {
864 return reinterpret_cast<TestContext*>(context);
893 TestContext* test_context() { return test_context_; }
951 TestContext* test_context_;
    [all...]

Completed in 4524 milliseconds

12