HomeSort by relevance Sort by last modified time
    Searched defs:TestContext (Results 1 - 25 of 37) sorted by null

1 2

  /external/deqp/framework/common/
tcuTestContext.cpp 31 TestContext::TestContext (
49 void TestContext::touchWatchdog (void)
55 void TestContext::setTestResult (qpTestResult testResult, const char* description)
tcuTestContext.hpp 48 class TestContext
51 TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine, qpWatchDog* watchDog);
52 ~TestContext (void) {}
74 TestContext (const TestContext&);
75 TestContext& operator= (const TestContext&);
  /frameworks/base/libs/hwui/tests/common/
TestContext.cpp 17 #include "tests/common/TestContext.h"
55 TestContext::TestContext() {
62 TestContext::~TestContext() {}
64 sp<Surface> TestContext::surface() {
78 void TestContext::waitForVsync() {
TestContext.h 37 class TestContext {
39 TestContext();
40 ~TestContext();
  /external/v8/test/mjsunit/
const-redecl.js 54 function TestContext(s,e) {
72 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
TestContext.java 24 public final class TestContext {
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 13 var t = new TestContext(test);
276 // TestContext
281 function TestContext(name) {
286 TestContext.prototype.failed = function() {
290 TestContext.prototype.expectEquals = function(expectation, actual) {
297 TestContext.prototype.expectTrue = function(x) {
301 TestContext.prototype.expectFalse = function(x) {
305 TestContext.prototype.log = function(x) {
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
LinkSpanTest.java 31 final TestContext context = new TestContext(getContext());
52 private static class TestContext extends ContextWrapper implements LinkSpan.OnClickListener {
56 public TestContext(Context base) {
PartnerTest.java 44 private TestContext mTestContext;
49 mTestContext = new TestContext(getInstrumentation().getTargetContext());
172 public TestPackageManager(Context testContext) {
173 mTestContext = testContext;
189 return ((TestContext) mTestContext).partnerList;
196 private static class TestContext extends ContextWrapper {
200 public TestContext(Context context) {
  /system/keymaster/
attestation_record_test.cpp 31 class TestContext : public KeymasterContext {
112 EXPECT_EQ(KM_ERROR_OK, build_attestation_record(attest_params, sw_set, hw_set, TestContext(),
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestContext.java 22 public class TestContext extends BidiTest {
70 public void testContext()
77 logln("\nEntering TestContext\n");
101 logln("\nExiting TestContext\n");
106 new TestContext().run(args);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestContext.java 18 public class TestContext extends BidiTest {
66 public void testContext()
73 logln("\nEntering TestContext\n");
97 logln("\nExiting TestContext\n");
102 new TestContext().run(args);
  /external/v8/test/mjsunit/es6/
symbols.js 532 function TestContext() {
551 TestContext();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
AnyScriptTest.java 30 public void TestContext() {
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
AnyScriptTest.java 26 public void TestContext() {
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 101 class TestContext
104 TestContext (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
105 ~TestContext (void);
118 TestContext* m_parent;
145 TestContext& operator= (const TestContext&);
146 TestContext (const TestContext&);
479 TestContext::TestContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, const TestConfi (…)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 78 new TestContext(mockResolver, getContext()));
95 new TestContext(mockResolver, getContext()));
153 final TestContext testContext = new TestContext(mockResolver, getContext());
162 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext);
182 final TestContext testContext = new TestContext(mockResolver, getContext());
198 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync")
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 66 protected TestContext mTestContext;
100 static class TestContext extends RenamingDelegatingContext {
108 public TestContext(Context realContext) {
157 mTestContext = new TestContext(realContext);
  /external/deqp/execserver/tools/
xsTest.cpp 164 class TestContext
167 TestContext (void) : startServer(false) {}
179 TestContext (const TestContext& other);
180 TestContext& operator= (const TestContext& other);
186 TestCase (TestContext& testCtx, const char* name) : m_testCtx(testCtx), m_name(name) {}
195 TestContext& m_testCtx;
202 TestExecutor (TestContext& testCtx);
209 TestContext& m_testCtx
    [all...]
  /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 {
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
qcamera_test.h 41 class TestContext;
98 void setTestCtxInstance(TestContext *instance);
169 TestContext *mInterpr;
284 void setTestCtxInst(TestContext *instance);
297 TestContext *mTestContext;
301 class TestContext
306 TestContext();
307 ~TestContext();
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 556 struct TestContext
585 TestContext (const DeviceInterface& vkd_,
601 ~TestContext()
607 void generateWork (TestContext& testContext)
609 const DeviceInterface& deviceInterface = testContext.vkd;
610 const deUint32 queueFamilyNdx = testContext.queueFamilyIndex;
615 testContext.device,
616 testContext.binaryCollection.get("glslvert"),
620 testContext.device
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RbnfTest.java     [all...]

Completed in 2398 milliseconds

1 2