Lines Matching refs:context

86         context = Bootstrap.createInitialComponentContext(null);  in before()
355 S1.create1(context); in testS1()
359 S1.create2(context, new Any[0]); in testS1()
363 S1.create3(context, new Any[0]); in testS1()
367 S1.create4(context, 0, 0, 0); in testS1()
372 context, false, (byte) 0, (short) 0, (short) 0, 0, 0, 0L, 0L, in testS1()
402 service_abstract.method_abstract(context, 0); in testKeywordServices()
406 service_assert.method_assert(context, 0); in testKeywordServices()
410 service_break.method_break(context, 0); in testKeywordServices()
414 service_catch.method_catch(context, 0); in testKeywordServices()
418 service_class.method_class(context, 0); in testKeywordServices()
422 service_continue.method_continue(context, 0); in testKeywordServices()
426 service_do.method_do(context, 0); in testKeywordServices()
430 service_else.method_else(context, 0); in testKeywordServices()
434 service_extends.method_extends(context, 0); in testKeywordServices()
438 service_final.method_final(context, 0); in testKeywordServices()
442 service_finally.method_finally(context, 0); in testKeywordServices()
446 service_for.method_for(context, 0); in testKeywordServices()
450 service_goto.method_goto(context, 0); in testKeywordServices()
454 service_if.method_if(context, 0); in testKeywordServices()
458 service_implements.method_implements(context, 0); in testKeywordServices()
462 service_import.method_import(context, 0); in testKeywordServices()
466 service_instanceof.method_instanceof(context, 0); in testKeywordServices()
470 service_int.method_int(context, 0); in testKeywordServices()
474 service_native.method_native(context, 0); in testKeywordServices()
478 service_new.method_new(context, 0); in testKeywordServices()
482 service_package.method_package(context, 0); in testKeywordServices()
486 service_private.method_private(context, 0); in testKeywordServices()
490 service_protected.method_protected(context, 0); in testKeywordServices()
494 service_public.method_public(context, 0); in testKeywordServices()
498 service_return.method_return(context, 0); in testKeywordServices()
502 service_static.method_static(context, 0); in testKeywordServices()
506 service_strictfp.method_strictfp(context, 0); in testKeywordServices()
510 service_super.method_super(context, 0); in testKeywordServices()
514 service_synchronized.method_synchronized(context, 0); in testKeywordServices()
518 service_this.method_this(context, 0); in testKeywordServices()
522 service_throw.method_throw(context, 0); in testKeywordServices()
526 service_throws.method_throws(context, 0); in testKeywordServices()
530 service_try.method_try(context, 0); in testKeywordServices()
534 service_volatile.method_volatile(context, 0); in testKeywordServices()
538 service_while.method_while(context, 0); in testKeywordServices()
545 S4.get(context); in testSingletons()
549 singleton_abstract.get(context); in testSingletons()
554 private XComponentContext context; field in Test