Lines Matching refs:context

83         context = Bootstrap.createInitialComponentContext(null);  in before()
359 S1.create1(context); in testS1()
363 S1.create2(context, new Any[0]); in testS1()
367 S1.create3(context, new Any[0]); in testS1()
371 S1.create4(context, 0, 0, 0); in testS1()
376 context, false, (byte) 0, (short) 0, (short) 0, 0, 0, 0L, 0L, in testS1()
408 service_abstract.method_abstract(context, 0); in testKeywordServices()
412 service_assert.method_assert(context, 0); in testKeywordServices()
416 service_break.method_break(context, 0); in testKeywordServices()
420 service_catch.method_catch(context, 0); in testKeywordServices()
424 service_class.method_class(context, 0); in testKeywordServices()
428 service_continue.method_continue(context, 0); in testKeywordServices()
432 service_do.method_do(context, 0); in testKeywordServices()
436 service_else.method_else(context, 0); in testKeywordServices()
440 service_extends.method_extends(context, 0); in testKeywordServices()
444 service_final.method_final(context, 0); in testKeywordServices()
448 service_finally.method_finally(context, 0); in testKeywordServices()
452 service_for.method_for(context, 0); in testKeywordServices()
456 service_goto.method_goto(context, 0); in testKeywordServices()
460 service_if.method_if(context, 0); in testKeywordServices()
464 service_implements.method_implements(context, 0); in testKeywordServices()
468 service_import.method_import(context, 0); in testKeywordServices()
472 service_instanceof.method_instanceof(context, 0); in testKeywordServices()
476 service_int.method_int(context, 0); in testKeywordServices()
480 service_native.method_native(context, 0); in testKeywordServices()
484 service_new.method_new(context, 0); in testKeywordServices()
488 service_package.method_package(context, 0); in testKeywordServices()
492 service_private.method_private(context, 0); in testKeywordServices()
496 service_protected.method_protected(context, 0); in testKeywordServices()
500 service_public.method_public(context, 0); in testKeywordServices()
504 service_return.method_return(context, 0); in testKeywordServices()
508 service_static.method_static(context, 0); in testKeywordServices()
512 service_strictfp.method_strictfp(context, 0); in testKeywordServices()
516 service_super.method_super(context, 0); in testKeywordServices()
520 service_synchronized.method_synchronized(context, 0); in testKeywordServices()
524 service_this.method_this(context, 0); in testKeywordServices()
528 service_throw.method_throw(context, 0); in testKeywordServices()
532 service_throws.method_throws(context, 0); in testKeywordServices()
536 service_try.method_try(context, 0); in testKeywordServices()
540 service_volatile.method_volatile(context, 0); in testKeywordServices()
544 service_while.method_while(context, 0); in testKeywordServices()
552 S4.get(context); in testSingletons()
556 singleton_abstract.get(context); in testSingletons()
561 private XComponentContext context; field in Javamaker_Test