/frameworks/base/core/tests/coretests/src/android/content/ |
SyncStorageEngineTest.java | 55 new TestContext(mockResolver, getContext())); 88 new TestContext(mockResolver, getContext())); 162 new TestContext(mockResolver, getContext())); 233 final TestContext testContext = new TestContext(mockResolver, getContext()); 250 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext); 335 final TestContext testContext = new TestContext(mockResolver, getContext()) [all...] |
/external/valgrind/unittest/ |
bigtest.cc | 242 struct TestContext { 245 TestContext() { 253 TestContext * context = &contexts[id]; 283 contexts = new TestContext[params.NUM_CONTEXTS]; 291 TestContext * context = &contexts[id]; 324 struct TestContext { 331 TestContext * context = &contexts[rand() % NUM_CONTEXTS]; 405 struct TestContext { 408 TestContext() : pcq(0) {} 409 ~TestContext() { [all...] |
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractDownloadProviderFunctionalTest.java | 63 protected TestContext mTestContext; 94 static class TestContext extends RenamingDelegatingContext { 103 public TestContext(Context realContext) { 159 mTestContext = new TestContext(realContext);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoringTest.java | 48 TestContext info = setupTestContext(file, basename);
|
UnwrapRefactoringTest.java | 45 TestContext info = setupTestContext(file, basename);
|
UseCompoundDrawableRefactoringTest.java | 67 TestContext info = setupTestContext(file, basename);
|
WrapInRefactoringTest.java | 49 TestContext info = setupTestContext(file, basename);
|
RefactoringTest.java | 262 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception { 295 TestContext testInfo = createTestContext(); 309 protected TestContext createTestContext() { 310 return new TestContext(); 313 protected static class TestContext {
|
ChangeLayoutRefactoringTest.java | 113 TestContext info = setupTestContext(file, basename);
|
ExtractStyleRefactoringTest.java | 136 TestContext info = setupTestContext(file, basename); 163 TestContext info = setupTestContext(file, basename);
|
ExtractIncludeRefactoringTest.java | 139 TestContext info = setupTestContext(file, basename);
|
/external/chromium/net/data/proxy_resolver_v8_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) {
|
/external/v8/src/ |
full-codegen.h | 120 class TestContext; 306 void DoTest(const TestContext* context); 370 TestContext context(this, expr, if_true, if_false, fall_through); 639 // implementation will bind both labels unless it's a TestContext, which 721 class TestContext : public ExpressionContext { 723 TestContext(FullCodeGenerator* codegen, 734 static const TestContext* cast(const ExpressionContext* context) { 736 return reinterpret_cast<const TestContext*>(context);
|
full-codegen.cc | 490 void FullCodeGenerator::TestContext::Plug(Register reg) const { 512 void FullCodeGenerator::TestContext::PlugTOS() const { 554 void FullCodeGenerator::TestContext::PrepareTest( 566 void FullCodeGenerator::DoTest(const TestContext* context) { 807 const TestContext* test = TestContext::cast(context()); 831 const TestContext* test = TestContext::cast(context()); [all...] |
hydrogen.h | 653 class TestContext: public AstContext { 655 TestContext(HGraphBuilder* owner, 669 static TestContext* cast(AstContext* context) { 671 return reinterpret_cast<TestContext*>(context); 710 TestContext* test_context() { return test_context_; } 742 TestContext* test_context_; 880 TestContext* inlined_test_context() const { [all...] |
hydrogen.cc | [all...] |
/external/icu4c/test/intltest/ |
transtst.h | 177 void TestContext(void);
|
transtst.cpp | 142 TESTCASE(33,TestContext); [all...] |
/external/v8/test/mjsunit/ |
const-redecl.js | 83 function TestContext(s,e) { 103 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");
|
/external/v8/src/arm/ |
full-codegen-arm.cc | 480 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 506 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { 541 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { 595 void FullCodeGenerator::TestContext::DropAndPlug(int count, 641 void FullCodeGenerator::TestContext::Plug(Label* materialize_true, 667 void FullCodeGenerator::TestContext::Plug(bool flag) const { [all...] |
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 474 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 499 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { 527 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { 581 void FullCodeGenerator::TestContext::DropAndPlug(int count, 625 void FullCodeGenerator::TestContext::Plug(Label* materialize_true, 652 void FullCodeGenerator::TestContext::Plug(bool flag) const { [all...] |
/external/v8/src/mips/ |
full-codegen-mips.cc | 489 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 514 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { 549 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { 603 void FullCodeGenerator::TestContext::DropAndPlug(int count, 649 void FullCodeGenerator::TestContext::Plug(Label* materialize_true, 675 void FullCodeGenerator::TestContext::Plug(bool flag) const { [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | 414 void FullCodeGenerator::TestContext::Plug(Variable* var) const { 437 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const { 470 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const { 524 void FullCodeGenerator::TestContext::DropAndPlug(int count, 568 void FullCodeGenerator::TestContext::Plug(Label* materialize_true, 593 void FullCodeGenerator::TestContext::Plug(bool flag) const { [all...] |