Searched refs:Context (Results 51 - 75 of 696) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DPostDecExpression.java48 public void codeValue(Environment env, Context ctx, Assembler asm) {
51 public void code(Environment env, Context ctx, Assembler asm) {
H A DPreIncExpression.java48 public void codeValue(Environment env, Context ctx, Assembler asm) {
51 public void code(Environment env, Context ctx, Assembler asm) {
H A DPreDecExpression.java48 public void codeValue(Environment env, Context ctx, Assembler asm) {
51 public void code(Environment env, Context ctx, Assembler asm) {
H A DCommaExpression.java49 public Vset check(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) {
58 void selectType(Environment env, Context ctx, int tm) {
78 public Expression inline(Environment env, Context ctx) {
87 public Expression inlineValue(Environment env, Context ctx) {
100 int codeLValue(Environment env, Context ctx, Assembler asm) {
115 void codeLoad(Environment env, Context ctx, Assembler asm) {
126 void codeStore(Environment env, Context ctx, Assembler asm) {
136 public void codeValue(Environment env, Context ctx, Assembler asm) {
142 public void code(Environment env, Context ctx, Assembler asm) {
H A DExprExpression.java51 public void checkCondition(Environment env, Context ctx, Vset vset,
62 public Vset checkAssignOp(Environment env, Context ctx,
73 public FieldUpdater getUpdater(Environment env, Context ctx) {
82 // public Vset checkLHS(Environment env, Context ctx,
108 Context ctx,
116 void selectType(Environment env, Context ctx, int tm) {
H A DExpressionStatement.java53 Vset check(Environment env, Context ctx, Vset vset, Hashtable<Object, Object> exp) {
61 public Statement inline(Environment env, Context ctx) {
72 public Statement copyInline(Context ctx, boolean valNeeded) {
81 public int costInline(int thresh, Environment env, Context ctx) {
88 public void code(Environment env, Context ctx, Assembler asm) {
H A DBinaryLogicalExpression.java48 public Vset checkValue(Environment env, Context ctx,
63 public void checkCondition(Environment env, Context ctx, Vset vset,
70 public Expression inline(Environment env, Context ctx) {
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/event/
H A DEventContext.java29 import javax.naming.Context;
102 *<li>{@code Context.close()} is invoked on the {@code EventContext}
123 * Like {@code Context} instances in general, instances of
136 public interface EventContext extends Context {
/openjdk10/jdk/test/sun/security/krb5/auto/
H A DS4U2proxy.java60 Context c, s, b;
61 c = Context.fromJAAS("client");
62 s = Context.fromJAAS("server");
63 b = Context.fromJAAS("backend");
68 Context.handshake(c, s);
69 Context p = s.delegated();
77 Context.handshake(p, b);
81 Context.handshake(p, b);
H A DKeyTabCompat.java53 Context c, s;
56 c = Context.fromUserPass(OneKDC.USER, OneKDC.PASS, false);
57 s = Context.fromUserPass(OneKDC.USER2, OneKDC.PASS2, true);
64 Context.handshake(c, s);
67 c = Context.fromJAAS("client");
68 s = Context.fromJAAS("server");
H A DMoreKvno.java82 Context c, s;
85 c = Context.fromUserPass("dummy", "bogus".toCharArray(), false);
86 s = Context.fromJAAS(entry);
91 Context.handshake(c, s);
97 c = Context.fromUserPass("dummy", "bogus".toCharArray(), false);
98 s = Context.fromUserPass(p.getNameString(), pass, true);
103 Context.handshake(c, s);
H A DAcceptPermissions.java103 Context c, s;
111 c = Context.fromJAAS("client");
112 s = Context.fromJAAS("server");
117 Context.handshake(c, s);
122 c = Context.fromJAAS("client");
123 s = Context.fromJAAS(args[0]);
128 Context.handshake(c, s);
133 c = Context.fromJAAS("client");
134 s = Context.fromJAAS("server");
139 Context
[all...]
H A DMSOID2.java42 Context c, s;
43 c = Context.fromJAAS("client");
44 s = Context.fromJAAS("server");
80 Context.transmit("i say high --", c, s);
81 Context.transmit(" you say low", s, c);
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DReplResolve.java31 import com.sun.tools.javac.util.Context;
38 ReplResolve(Context context) {
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCompileStates.java30 import com.sun.tools.javac.util.Context;
42 protected static final Context.Key<CompileStates> compileStatesKey = new Context.Key<>();
45 public static CompileStates instance(Context context) {
80 protected Context context;
82 public CompileStates(Context context) {
H A DTypeEnvs.java31 import com.sun.tools.javac.util.Context;
44 protected static final Context.Key<TypeEnvs> typeEnvsKey = new Context.Key<>();
45 public static TypeEnvs instance(Context context) {
53 protected TypeEnvs(Context context) {
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/cmm/
H A DProfileTests.java63 protected static class Context { class in class:ProfileTests
69 public Context(ICC_Profile profile, TestEnvironment env, Result res) { method in class:ProfileTests.Context
78 return new Context(cs.getProfile(), env, res);
93 final Context ictx = (Context) ctx;
116 final Context ictx = (Context) ctx;
/openjdk10/corba/src/java.corba/share/classes/com/sun/jndi/url/iiop/
H A DGenericURLContext.java52 abstract public class GenericURLContext implements Context {
107 * format for operation by the Context methods. For schemes that treat the
197 protected Context getContinuationContext(Name n) throws NamingException {
207 Context ctx = (Context)res.getResolvedObj();
219 Context ctx = getContinuationContext(name);
230 Context ctx = (Context)res.getResolvedObj();
242 Context ctx = getContinuationContext(name);
253 Context ct
[all...]
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLContext.java50 abstract public class GenericURLContext implements Context {
105 * format for operation by the Context methods. For schemes that treat the
195 protected Context getContinuationContext(Name n) throws NamingException {
205 Context ctx = (Context)res.getResolvedObj();
217 Context ctx = getContinuationContext(name);
228 Context ctx = (Context)res.getResolvedObj();
240 Context ctx = getContinuationContext(name);
251 Context ct
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DContextImpl.java35 import org.omg.CORBA.Context;
43 public final class ContextImpl extends Context {
56 public ContextImpl(Context parent)
66 public Context parent()
71 public Context create_child(String name)
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DScannerFactory.java31 import com.sun.tools.javac.util.Context;
46 public static final Context.Key<ScannerFactory> scannerFactoryKey = new Context.Key<>();
49 public static ScannerFactory instance(Context context) {
62 protected ScannerFactory(Context context) {
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DJavadocClassFinder.java33 import com.sun.tools.javac.util.Context;
34 import com.sun.tools.javac.util.Context.Factory;
48 public static JavadocClassFinder instance(Context context) {
55 public static void preRegister(Context context) {
66 public JavadocClassFinder(Context context) {
/openjdk10/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DMethodData.java49 public enum Context { enum in class:MethodData
66 * Context (static, instance, abstract) for the method.
68 public final Context context;
74 final Context context) {
/openjdk10/hotspot/test/runtime/SelectionResolution/
H A DInvokeInterfaceSuccessTest.java59 EnumSet.of(MethodData.Context.INSTANCE,
60 MethodData.Context.ABSTRACT),
72 EnumSet.of(MethodData.Context.INSTANCE,
73 MethodData.Context.ABSTRACT),
86 EnumSet.of(MethodData.Context.INSTANCE,
87 MethodData.Context.ABSTRACT),
100 EnumSet.of(MethodData.Context.INSTANCE,
101 MethodData.Context.ABSTRACT),
114 EnumSet.of(MethodData.Context.INSTANCE,
115 MethodData.Context
[all...]
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/
H A DCannotProceedException.java66 * "name" argument to Context.rename().
68 * continuing the Context.rename() operation.
82 * relevant for the Context or DirContext method that cannot proceed.
130 protected Context altNameCtx = null;
262 public Context getAltNameCtx() {
277 public void setAltNameCtx(Context altNameCtx) {

Completed in 234 milliseconds

1234567891011>>