HomeSort by relevance Sort by last modified time
    Searched defs:TestContext (Results 1 - 25 of 48) 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&);
  /external/skia/tools/gpu/
TestContext.cpp 9 #include "TestContext.h"
16 TestContext::TestContext()
23 TestContext::~TestContext() {
34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) {
38 void TestContext::makeCurrent() const { this->onPlatformMakeCurrent(); }
40 SkScopeExit TestContext::makeCurrentAndAutoRestore() const {
46 void TestContext::swapBuffers() { this->onPlatformSwapBuffers(); }
49 void TestContext::waitOnSyncOrSwap()
    [all...]
TestContext.h 29 class TestContext : public SkNoncopyable {
31 virtual ~TestContext();
104 TestContext();
  /external/skqp/tools/gpu/
TestContext.cpp 9 #include "TestContext.h"
16 TestContext::TestContext()
23 TestContext::~TestContext() {
34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) {
38 void TestContext::makeCurrent() const { this->onPlatformMakeCurrent(); }
40 SkScopeExit TestContext::makeCurrentAndAutoRestore() const {
46 void TestContext::swapBuffers() { this->onPlatformSwapBuffers(); }
49 void TestContext::waitOnSyncOrSwap()
    [all...]
TestContext.h 29 class TestContext : public SkNoncopyable {
31 virtual ~TestContext();
104 TestContext();
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
TestContext.java 26 public final class 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() {
71 void TestContext::createSurface() {
79 void TestContext::createWindowSurface() {
88 void TestContext::createOffscreenSurface() {
99 void TestContext::waitForVsync()
    [all...]
TestContext.h 41 class TestContext {
43 TestContext();
44 ~TestContext();
  /frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
TestContext.java 24 public class TestContext extends ContextWrapper {
30 public TestContext(Context base) {
  /system/keymaster/tests/
attestation_record_test.cpp 29 class TestContext : public AttestationRecordContext {
59 EXPECT_EQ(KM_ERROR_OK, build_attestation_record(attest_params, sw_set, hw_set, TestContext(),
  /build/soong/android/
testing.go 27 func NewTestContext() *TestContext {
33 ctx := &TestContext{
43 func NewTestArchContext() *TestContext {
49 type TestContext struct {
55 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) {
59 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) {
63 func (ctx *TestContext) PostDepsMutators(f RegisterMutatorFunc) {
67 func (ctx *TestContext) Register() {
73 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule {
97 func (ctx *TestContext) MockFileSystem(files map[string][]byte)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestContext.java 25 public class TestContext extends BidiFmwk {
74 public void testContext()
81 logln("\nEntering TestContext\n");
105 logln("\nExiting TestContext\n");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestContext.java 22 public class TestContext extends BidiFmwk {
71 public void testContext()
78 logln("\nEntering TestContext\n");
102 logln("\nExiting TestContext\n");
  /frameworks/base/core/tests/coretests/src/android/provider/
TestDocumentsProvider.java 50 context = new TestContext(context);
105 private static class TestContext extends ContextWrapper {
107 private TestContext(Context context) {
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/
LinkSpanTest.java 41 final TestContext context = new TestContext(application);
63 final TestContext context = new TestContext(application);
75 final TestContext context = new TestContext(application);
95 private static class TestContext extends ContextWrapper implements LinkSpan.OnClickListener {
99 TestContext(Context base) {
  /packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint/
FingerprintEnrollIntroductionTest.java 44 private TestContext mContext;
59 mContext = new TestContext(getInstrumentation().getTargetContext());
95 public class TestContext extends ContextWrapper {
97 public TestContext(Context base) {
  /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/robotest/src/com/android/setupwizardlib/view/
RichTextViewTest.java 110 TestContext context = spy(new TestContext(application));
228 public static class TestContext extends ContextWrapper implements LinkSpan.OnClickListener {
230 public TestContext(Context base) {
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastActivityTestCase.java 30 protected TestContext mContext;
41 mContext = new TestContext(getInstrumentation().getTargetContext());
80 public static class TestContext extends ContextWrapper {
82 private static final String TAG = TestContext.class.getSimpleName();
86 public TestContext(Context base) {
  /prebuilts/go/darwin-x86/src/os/exec/
exec_test.go 969 func TestContext(t *testing.T) {
  /prebuilts/go/linux-x86/src/os/exec/
exec_test.go 969 func TestContext(t *testing.T) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
AnyScriptTest.java 33 public void TestContext() {
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
AnyScriptTest.java 30 public void TestContext() {
  /external/python/cpython3/Lib/test/
test_raise.py 232 class TestContext(unittest.TestCase):

Completed in 644 milliseconds

1 2