Searched refs:ctx (Results 176 - 200 of 443) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DFloatExpression.java74 public void codeValue(Environment env, Context ctx, Assembler asm) { argument
H A DLongExpression.java73 public void codeValue(Environment env, Context ctx, Assembler asm) { argument
H A DNode.java67 public Expression convert(Environment env, Context ctx, Type t, Expression e) { argument
79 if (e.fitsType(env, ctx, t)) {
/openjdk10/jdk/test/com/sun/net/httpserver/
H A DTest14.java82 HttpContext ctx = server.createContext ("/test", handler);
88 ctx.getFilters().add (new OffsetFilter());
89 ctx.getFilters().add (new LogFilter(logfile));
90 if (ctx.getFilters().size() != 2) {
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DSerializer.java72 * @param ctx
76 Node deserialize(byte[] source, Node ctx) throws XMLEncryptionException; argument
/openjdk10/jdk/test/sun/security/ssl/InputRecord/
H A DClientHelloRead.java131 SSLContext ctx;
136 ctx = SSLContext.getInstance("TLS");
143 ctx.init(kmf.getKeyManagers(), null, null);
145 ssf = ctx.getServerSocketFactory();
/openjdk10/langtools/test/tools/javac/tree/
H A DT8024415.java64 Context ctx = new Context();
65 JavacFileManager.preRegister(ctx);
66 maker = TreeMaker.instance(ctx);
67 Names names = Names.instance(ctx);
/openjdk10/jdk/test/javax/naming/module/src/fruit/org/example/fruit/
H A DFruitFactory.java38 public Object getObjectInstance(Object obj, Name name, Context ctx, argument
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/javac/
H A DSourceMember.java433 public Vset check(Environment env, Context ctx, Vset vset) throws ClassNotFound { argument
443 vset = ((SourceClass)nc).checkInsideClass(env, ctx, vset);
519 ctx = new Context(ctx, this);
528 vset.addVar(ctx.declare(env, f));
534 vset.clearVar(ctx.getThisNumber());
554 vset = s.checkMethod(env, ctx, vset, thrown);
612 vset = val.checkInitializer(env, ctx, vset,
614 setValue(val.convert(env, ctx, getType(), val));
709 Context ctx
850 codeInit(Environment env, Context ctx, Assembler asm) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java232 @Override public void installDefaults(SynthContext ctx) { argument
237 super.installDefaults(ctx);
488 @Override public Insets getInsets(SynthContext ctx, Insets in) { argument
493 Values v = getValues(ctx);
505 String scaleKey = (String)ctx.getComponent().getClientProperty(
548 @Override protected Color getColorForState(SynthContext ctx, ColorType type) { argument
566 Color c = (Color) get(ctx, key);
580 @Override protected Font getFontForState(SynthContext ctx) { argument
581 Font f = (Font)get(ctx, "font");
586 String scaleKey = (String)ctx
606 getPainter(SynthContext ctx) argument
617 isOpaque(SynthContext ctx) argument
659 get(SynthContext ctx, Object key) argument
715 getBackgroundPainter(SynthContext ctx) argument
750 getForegroundPainter(SynthContext ctx) argument
785 getBorderPainter(SynthContext ctx) argument
819 getValues(SynthContext ctx) argument
869 getExtendedState(SynthContext ctx, Values v) argument
[all...]
/openjdk10/jdk/make/src/classes/build/tools/jdwpgen/
H A DErrorNode.java45 void constrain(Context ctx) { argument
49 super.constrain(ctx);
H A DReplyNode.java40 void constrain(Context ctx) { argument
41 super.constrain(ctx.replyReadingSubcontext());
H A DConstantSetNode.java47 void constrainComponent(Context ctx, Node node) { argument
49 node.constrain(ctx);
H A DCommandSetNode.java32 void constrainComponent(Context ctx, Node node) { argument
34 node.constrain(ctx);
H A DNode.java71 void constrain(Context ctx) { argument
72 context = ctx;
74 constrainComponent(ctx, node);
78 void constrainComponent(Context ctx, Node node) { argument
79 node.constrain(ctx);
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/
H A DMiscTests.java84 public void runTest(Object ctx, int numReps) { argument
85 GraphicsTests.Context gctx = (GraphicsTests.Context)ctx;
H A DImageTests.java273 public void initContext(TestEnvironment env, GraphicsTests.Context ctx) { argument
274 super.initContext(env, ctx);
275 ImageTests.Context ictx = (ImageTests.Context) ctx;
280 Graphics2D g2d = (Graphics2D) ctx.graphics;
560 public void runTest(Object ctx, int numReps) { argument
561 ImageTests.Context ictx = (ImageTests.Context) ctx;
611 public void runTest(Object ctx, int numReps) { argument
612 ImageTests.Context ictx = (ImageTests.Context) ctx;
669 public void runTest(Object ctx, int numReps) { argument
670 ImageTests.Context ictx = (ImageTests.Context) ctx;
722 initContext(TestEnvironment env, GraphicsTests.Context ctx) argument
730 runTest(Object ctx, int numReps) argument
804 initContext(TestEnvironment env, GraphicsTests.Context ctx) argument
897 runTest(Object ctx, int numReps) argument
949 initContext(TestEnvironment env, GraphicsTests.Context ctx) argument
961 runTest(Object ctx, int numReps) argument
991 initContext(TestEnvironment env, GraphicsTests.Context ctx) argument
1005 runTest(Object ctx, int numReps) argument
[all...]
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContextFactory.java59 DirContext ctx = new LdapCtx("", ldapUrl.getHost(), ldapUrl.getPort(),
70 return new ResolveResult(ctx, remaining);
/openjdk10/jdk/test/com/sun/jndi/dns/
H A DIPv6NameserverPlatformParsingTest.java50 Context ctx = NamingManager.getInitialContext(env);
54 DnsContext context = (DnsContext)ctx;
/openjdk10/jdk/test/sun/security/jgss/spnego/
H A DMSOID.java52 GSSContext ctx = GSSManager.getInstance().createContext(cred);
55 ctx.acceptSecContext(token, 0, token.length);
/openjdk10/jdk/test/sun/awt/AppContext/MultiThread/
H A DMultiThreadTest.java77 AppContext ctx = getters[0].getAppContext();
79 if (!ctx.equals(getters[i].getAppContext())) {
/openjdk10/jdk/test/javax/naming/module/src/person/org/example/person/
H A DPersonFactory.java61 public Object getObjectInstance(Object obj, Name name, Context ctx, argument
68 public Object getObjectInstance(Object obj, Name name, Context ctx, argument
/openjdk10/jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/module/
H A DLdapLoginModule.java355 private LdapContext ctx; field in class:LdapLoginModule
753 ctx = new InitialLdapContext(ldapEnvironment, null);
765 dn = findUserDN(ctx);
774 ctx = new InitialLdapContext(ldapEnvironment, null);
783 dn = findUserDN(ctx);
788 ctx.addToEnvironment(Context.SECURITY_AUTHENTICATION, "simple");
789 ctx.addToEnvironment(Context.SECURITY_PRINCIPAL, dn);
790 ctx.addToEnvironment(Context.SECURITY_CREDENTIALS, password);
797 ctx.reconnect(null);
842 * @param ctx a
847 findUserDN(LdapContext ctx) argument
[all...]
/openjdk10/jdk/src/java.base/share/native/libjli/
H A Dargs.c294 __ctx_args ctx; local
298 ctx.state = FIND_NEXT;
299 ctx.parts = JLI_List_new(4);
315 ctx.cptr = buf;
316 ctx.eob = buf + size;
317 token = nextToken(&ctx);
321 token = nextToken(&ctx);
326 if (ctx.state == IN_TOKEN || ctx.state == IN_QUOTE) {
327 if (ctx
539 __ctx_args ctx; local
[all...]
/openjdk10/jdk/src/jdk.naming.rmi/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContext.java114 RegistryContext(RegistryContext ctx) { argument
115 environment = (Hashtable<String, Object>)ctx.environment.clone();
116 registry = ctx.registry;
117 host = ctx.host;
118 port = ctx.port;
119 reference = ctx.reference;
586 private RegistryContext ctx; field in class:BindingEnumeration
590 BindingEnumeration(RegistryContext ctx, String[] names) { argument
591 // Clone ctx in case someone closes it before we're through.
592 this.ctx
[all...]

Completed in 126 milliseconds

1234567891011>>