Lines Matching refs:S1
471 S1.create1(new Context(Context.test_kind.TEST_EXCEPTION, excRuntime)); in testS1()
481 S1.create1(c); in testS1()
495 S1.create2(new Context(Context.test_kind.TEST_EXCEPTION, excRuntime)); in testS1()
504 S1.create2(new Context(Context.test_kind.TEST_EXCEPTION, excIllegalAccess)); in testS1()
513 S1.create2(new Context(Context.test_kind.TEST_EXCEPTION, excException)); in testS1()
526 S1.create3(new Context(Context.test_kind.TEST_EXCEPTION, excDeployment), in testS1()
536 S1.create3(new Context(Context.test_kind.TEST_EXCEPTION, excIllegalAccess), in testS1()
547 S1.create3(c, new Any[0]); in testS1()
558 S1.create2(new Context(Context.test_kind.NO_FACTORY)); in testS1()
569 S1.create2(new Context(Context.test_kind.CREATION_FAILED)); in testS1()
581 XTest xTest = S1.create1(c); in testS1()
588 xTest = S1.create2(c, a1, a2, a3); in testS1()
689 xTest = S1.create5( in testS1()
880 XTest xTest = S1.create6(c, in testS1()
1079 Type typeS1 = typeof(unoidl.test.cliure.climaker.S1); in testAttributes()
1212 XTest obj = S1.create1(c); in testInterface()
1302 ucss.lang.XComponent inoutXComponent = (ucss.lang.XComponent) S1.create1(c); in testInterface()
1361 obj = S1.create1(c); in testInterface()