HomeSort by relevance Sort by last modified time
    Searched refs:TestContext (Results 1 - 22 of 22) sorted by null

  /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...]
  /frameworks/base/core/tests/coretests/src/android/content/
SyncStorageEngineTest.java 51 new TestContext(mockResolver, getContext()));
83 new TestContext(mockResolver, getContext()));
148 new TestContext(mockResolver, getContext()));
219 final TestContext testContext = new TestContext(mockResolver, getContext());
228 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
235 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext);
317 final TestContext testContext = new TestContext(mockResolver, getContext())
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadManagerFunctionalTest.java 60 protected TestContext mTestContext;
91 static class TestContext extends RenamingDelegatingContext {
100 public TestContext(Context realContext) {
156 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);
WrapInRefactoringTest.java 49 TestContext info = setupTestContext(file, basename);
RefactoringTest.java 262 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception {
294 TestContext testInfo = createTestContext();
308 protected TestContext createTestContext() {
309 return new TestContext();
312 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/v8/src/mips/
full-codegen-mips.cc 105 void FullCodeGenerator::TestContext::Plug(Slot* slot) const {
127 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
148 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const {
172 void FullCodeGenerator::TestContext::DropAndPlug(int count,
198 void FullCodeGenerator::TestContext::Plug(Label* materialize_true,
219 void FullCodeGenerator::TestContext::Plug(bool flag) const {
  /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/icu4c/test/intltest/
transtst.h 177 void TestContext(void);
transtst.cpp 142 TESTCASE(33,TestContext);
    [all...]
  /external/v8/src/
full-codegen.h 338 TestContext context(this, if_true, if_false, fall_through);
573 // implementation will bind both labels unless it's a TestContext, which
664 class TestContext : public ExpressionContext {
666 explicit TestContext(FullCodeGenerator* codegen,
675 static const TestContext* cast(const ExpressionContext* context) {
677 return reinterpret_cast<const TestContext*>(context);
hydrogen.h 514 class TestContext: public AstContext {
516 TestContext(HGraphBuilder* owner,
527 static TestContext* cast(AstContext* context) {
529 return reinterpret_cast<TestContext*>(context);
556 TestContext* test_context() { return test_context_; }
582 TestContext* test_context_;
709 TestContext* inlined_test_context() const {
    [all...]
full-codegen.cc 448 void FullCodeGenerator::TestContext::Plug(Register reg) const {
470 void FullCodeGenerator::TestContext::PlugTOS() const {
512 void FullCodeGenerator::TestContext::PrepareTest(
834 void FullCodeGenerator::TestContext::EmitLogicalLeft(BinaryOperation* expr,
874 void FullCodeGenerator::TestContext::HandleExpression(Expression* expr) const {
    [all...]
hydrogen.cc     [all...]
  /external/v8/test/mjsunit/
const-redecl.js 83 function TestContext(s,e) {
102 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");
  /external/v8/src/arm/
full-codegen-arm.cc 362 void FullCodeGenerator::TestContext::Plug(Slot* slot) const {
387 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
422 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const {
476 void FullCodeGenerator::TestContext::DropAndPlug(int count,
522 void FullCodeGenerator::TestContext::Plug(Label* materialize_true,
548 void FullCodeGenerator::TestContext::Plug(bool flag) const {
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 348 void FullCodeGenerator::TestContext::Plug(Slot* slot) const {
373 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
401 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const {
455 void FullCodeGenerator::TestContext::DropAndPlug(int count,
499 void FullCodeGenerator::TestContext::Plug(Label* materialize_true,
526 void FullCodeGenerator::TestContext::Plug(bool flag) const {
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 351 void FullCodeGenerator::TestContext::Plug(Slot* slot) const {
374 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
407 void FullCodeGenerator::TestContext::Plug(Handle<Object> lit) const {
461 void FullCodeGenerator::TestContext::DropAndPlug(int count,
505 void FullCodeGenerator::TestContext::Plug(Label* materialize_true,
530 void FullCodeGenerator::TestContext::Plug(bool flag) const {
    [all...]

Completed in 828 milliseconds