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

  /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/test/mjsunit/
const-redecl.js 83 function TestContext(s,e) {
103 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 60 new TestContext(mockResolver, getContext()));
93 new TestContext(mockResolver, getContext()));
167 new TestContext(mockResolver, getContext()));
238 final TestContext testContext = new TestContext(mockResolver, getContext());
255 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext);
340 final TestContext testContext = new TestContext(mockResolver, getContext())
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 64 protected TestContext mTestContext;
95 static class TestContext extends RenamingDelegatingContext {
103 public TestContext(Context realContext) {
160 mTestContext = new TestContext(realContext);
  /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/icu4c/test/cintltst/
cdattst.c 38 static void TestContext(void);
55 TESTCASE(TestContext);
    [all...]
  /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);
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...]
  /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...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 95 TESTCASE_AUTO(TestContext);
    [all...]
transtst.cpp 143 TESTCASE(33,TestContext);
    [all...]

Completed in 1020 milliseconds