Searched refs:Context (Results 126 - 150 of 696) sorted by relevance

1234567891011>>

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptLoader.java42 private final Context context;
45 /*package-private*/ Context getContext() {
52 ScriptLoader(final Context context) {
79 if (Context.javaSqlFound) {
83 if (Context.javaSqlRowsetFound) {
89 final Module mod = Context.createModuleTrusted(structMod.getLayer(), descriptor, this);
/openjdk10/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DJDK_8078414_Test.java37 import jdk.nashorn.internal.runtime.Context;
57 private static Context cx;
62 // We must have a Context for the DynamicLinker that Bootstrap.getLinkerServices() will use
63 oldGlobal = Context.getGlobal();
64 cx = new Context(new Options(""), new ErrorManager(), null);
65 Context.setGlobal(cx.createGlobal());
70 Context.setGlobal(oldGlobal);
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DStatement.java103 public Vset checkMethod(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) {
133 Vset checkDeclaration(Environment env, Context ctx, Vset vset, int mod, Type t, Hashtable<Object, Object> exp) {
142 protected void checkLabel(Environment env, Context ctx) {
167 Vset check(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) {
172 Vset checkBlockStatement(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) {
187 public Statement inline(Environment env, Context ctx) {
207 public void code(Environment env, Context ctx, Assembler asm) {
217 void codeFinally(Environment env, Context ctx, Assembler asm,
218 Context stopctx, Type save) {
223 for (Context
[all...]
H A DBinaryBitExpression.java49 void selectType(Environment env, Context ctx, int tm) {
64 public void codeValue(Environment env, Context ctx, Assembler asm) {
H A DIntegerExpression.java51 public boolean fitsType(Environment env, Context ctx, Type t) {
93 public void codeValue(Environment env, Context ctx, Assembler asm) {
H A DLengthExpression.java49 public Vset checkValue(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) {
60 public void codeValue(Environment env, Context ctx, Assembler asm) {
H A DAssignBitAndExpression.java49 void codeOperation(Environment env, Context ctx, Assembler asm) {
H A DAssignShiftRightExpression.java48 void codeOperation(Environment env, Context ctx, Assembler asm) {
H A DAssignShiftLeftExpression.java49 void codeOperation(Environment env, Context ctx, Assembler asm) {
H A DAssignRemainderExpression.java48 void codeOperation(Environment env, Context ctx, Assembler asm) {
H A DAssignMultiplyExpression.java48 void codeOperation(Environment env, Context ctx, Assembler asm) {
H A DAssignBitXorExpression.java48 void codeOperation(Environment env, Context ctx, Assembler asm) {
H A DAssignDivideExpression.java48 void codeOperation(Environment env, Context ctx, Assembler asm) {
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/spi/
H A DNamingManager.java170 * {@code Context.OBJECT_FACTORIES} property of the environment
176 Context nameCtx, Hashtable<?,?> environment) throws Exception {
179 Context.OBJECT_FACTORIES, environment, nameCtx);
228 * the {@code Context.OBJECT_FACTORIES} property of the environment,
243 * Service providers that implement only the {@code Context}
292 getObjectInstance(Object refInfo, Name name, Context nameCtx,
355 static Object processURLAddrs(Reference ref, Name name, Context nameCtx,
375 Context nameCtx, Hashtable<?,?> environment)
433 static Context getContext(Object obj, Name name, Context nameCt
[all...]
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DObject.java177 * @param ctx a <code>Context</code> object containing
191 Request _create_request(Context ctx,
202 * @param ctx a <code>Context</code> object containing
223 Request _create_request(Context ctx,
/openjdk10/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DClassData.java76 public final MethodData.Context abstraction = MethodData.Context.INSTANCE;
/openjdk10/hotspot/test/runtime/SelectionResolution/
H A DInvokeStaticICCE.java63 EnumSet.of(MethodData.Context.INSTANCE,
64 MethodData.Context.ABSTRACT),
77 EnumSet.of(MethodData.Context.INSTANCE,
78 MethodData.Context.ABSTRACT),
94 EnumSet.of(MethodData.Context.INSTANCE,
95 MethodData.Context.ABSTRACT),
108 EnumSet.of(MethodData.Context.INSTANCE,
109 MethodData.Context.ABSTRACT),
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/ldap/
H A DControlFactory.java29 import javax.naming.Context;
137 public static Control getControlInstance(Control ctl, Context ctx,
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/dir/
H A DContextEnumerator.java32 * A class for recursively enumerating the contents of a Context;
42 private Context root;
49 public ContextEnumerator(Context context) throws NamingException {
53 public ContextEnumerator(Context context, int scope)
59 protected ContextEnumerator(Context context, int scope, String contextName,
80 protected NamingEnumeration<Binding> getImmediateChildren(Context ctx)
86 protected ContextEnumerator newEnumerator(Context ctx, int scope,
222 currentChild.getObject() instanceof Context) {
224 (Context)(currentChild.getObject()),
/openjdk10/jdk/test/sun/security/krb5/auto/
H A DLoginNoPass.java56 Context c;
57 c = Context.fromJAAS("client");
/openjdk10/jdk/test/sun/security/krb5/config/java.naming/javax/naming/spi/
H A DNamingManager.java27 import javax.naming.Context;
43 public static Context getURLContext(
/openjdk10/langtools/test/tools/javac/
H A DT6625520.java44 Context c = new Context();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DJavaAdapterClassLoader.java42 import jdk.nashorn.internal.runtime.Context;
55 private static final Module NASHORN_MODULE = Context.class.getModule();
58 private static final AccessControlContext GET_CONTEXT_ACC_CTXT = ClassAndLoader.createPermAccCtxt(Context.NASHORN_GET_CONTEXT);
120 Context.checkPackageAccess(pkgName);
140 final Context ctx = AccessController.doPrivileged(new PrivilegedAction<Context>() {
142 public Context run() {
143 return Context.getContext();
/openjdk10/langtools/test/tools/javac/lambda/methodReference/
H A DSamConversionComboTest.java60 enum Context { enum in class:SamConversionComboTest
77 Context(String context) { method in class:SamConversionComboTest.Context
152 " #Context\n" +
180 return template.replace("#Context", context.getContext(fInterface, methodReference)).replace("#MethodDef", methodDef.methodStr);
187 if(context != Context.CONSTRUCTOR && fInterface != FInterface.C && methodDef == MethodDef.METHOD6)
190 if(context == Context.CONSTRUCTOR)
238 Context context;
246 SamConversionComboTest(FInterface f, Context c, MethodDef md) {
255 for(Context ct : Context
[all...]
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DContext.java67 class Context { class

Completed in 106 milliseconds

1234567891011>>