Searched defs:context (Results 101 - 125 of 646) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DStandaloneTubeAssembler.java44 public Tube createClient(ClientTubeAssemblerContext context) { argument
45 Tube head = context.createTransportTube();
46 head = context.createSecurityTube(head);
50 head = context.createDumpTube("client", System.out, head);
52 head = context.createWsaTube(head);
53 head = context.createClientMUTube(head);
54 head = context.createValidationTube(head);
55 return context.createHandlerTube(head);
63 public Tube createServer(ServerTubeAssemblerContext context) { argument
64 Tube head = context
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXmlString.java51 public final ValidationContext context; field in class:XmlString
56 public XmlString(String value, ValidationContext context) { argument
58 this.context = context;
59 if(context==null)
91 return context.resolveNamespacePrefix(prefix);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DForeignAttributesImpl.java39 private final ValidationContext context; field in class:ForeignAttributesImpl
46 public ForeignAttributesImpl(ValidationContext context, Locator locator, ForeignAttributesImpl next) { argument
47 this.context = context;
53 return context;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DAnnotationParser.java45 * @param context
61 AnnotationContext context,
60 getContentHandler( AnnotationContext context, String parentElementName, ErrorHandler errorHandler, EntityResolver entityResolver ) argument
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLVolatileSurfaceManager.java48 public WGLVolatileSurfaceManager(SunVolatileImage vImg, Object context) { argument
49 super(vImg, context);
85 if (context instanceof Boolean) {
86 forceback = ((Boolean)context).booleanValue();
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DMessagerImpl.java48 public static MessagerImpl instance(Context context) { argument
49 MessagerImpl instance = context.get(messagerKey);
51 instance = new MessagerImpl(context);
56 private MessagerImpl(Context context) { argument
57 context.put(messagerKey, this);
58 bark = Bark.instance(context);
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/util/
H A DDeclarationsImpl.java54 public static Declarations instance(Context context) { argument
55 Declarations instance = context.get(declarationsKey);
57 instance = new DeclarationsImpl(context);
62 private DeclarationsImpl(Context context) { argument
63 context.put(declarationsKey, this);
64 env = AptEnv.instance(context);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java27 /** Get the FSInfo instance for this context.
28 * @param context the context
29 * @return the Paths instance for this context
31 public static FSInfo instance(Context context) { argument
32 FSInfo instance = context.get(FSInfo.class);
41 protected FSInfo(Context context) { argument
42 context.put(FSInfo.class, this);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocClassReader.java40 public static JavadocClassReader instance0(Context context) { argument
41 ClassReader instance = context.get(classReaderKey);
43 instance = new JavadocClassReader(context);
47 public static void preRegister(Context context) { argument
48 context.put(classReaderKey, new Context.Factory<ClassReader>() {
62 public JavadocClassReader(Context context) { argument
63 super(context, true);
64 docenv = DocEnv.instance(context);
H A DJavadocMemberEnter.java42 public static JavadocMemberEnter instance0(Context context) { argument
43 MemberEnter instance = context.get(memberEnterKey);
45 instance = new JavadocMemberEnter(context);
49 public static void preRegister(Context context) { argument
50 context.put(memberEnterKey, new Context.Factory<MemberEnter>() {
59 protected JavadocMemberEnter(Context context) { argument
60 super(context);
61 docenv = DocEnv.instance(context);
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahFileManager.java45 private JavahFileManager(Context context, Charset charset) { argument
46 super(context, true, charset);
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DInstructionDetailWriter.java52 InstructionDetailWriter(Context context) { argument
53 super(context);
H A DJavapFileManager.java45 private JavapFileManager(Context context, Charset charset) { argument
46 super(context, true, charset);
/openjdk7/langtools/test/tools/javac/6457284/
H A DT6457284.java67 static void preRegister(Context context) { argument
68 context.put(messagesKey, new MyMessages());
/openjdk7/jdk/src/share/native/java/security/
H A DAccessController.c54 (JNIEnv *env, jclass cls, jobject action, jobject context)
56 return JVM_DoPrivileged(env, cls, action, context, JNI_FALSE);
76 (JNIEnv *env, jclass cls, jobject action, jobject context)
78 return JVM_DoPrivileged(env, cls, action, context, JNI_TRUE);
53 Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2(JNIEnv *env, jclass cls, jobject action, jobject context) argument
75 Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedExceptionAction_2Ljava_security_AccessControlContext_2(JNIEnv *env, jclass cls, jobject action, jobject context) argument
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DAcceptSecContextToken.java40 * Creates an AcceptSecContextToken for the context acceptor to send to
41 * the context initiator.
43 public AcceptSecContextToken(Krb5Context context, argument
49 * (1) context key: uses Kerberos session key (or subkey, if
50 * present in authenticator emitted by context initiator) directly
52 * This does not mention context acceptor. Hence we will not
63 context.resetMySequenceNumber(apRep.getSeqNumber().intValue());
66 * Note: The acceptor side context key was set when the
72 * Creates an AcceptSecContextToken at the context initiator's side
75 public AcceptSecContextToken(Krb5Context context, argument
[all...]
H A DInitSecContextToken.java42 * For the context initiator to call. It constructs a new
44 * flags and the AP-REQ. It also updates the context with the local
45 * sequence number and shared context key.
50 InitSecContextToken(Krb5Context context, argument
55 boolean mutualRequired = context.getMutualAuthState();
60 new OverloadedChecksum(context, tgt, serviceTicket);
64 context.setTktFlags(serviceTicket.getFlags());
65 context.setAuthTime(
73 context.resetMySequenceNumber(apReq.getSeqNumber().intValue());
77 context
89 InitSecContextToken(Krb5Context context, EncryptionKey[] keys, InputStream is) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLServerSocketFactoryImpl.java43 private SSLContextImpl context; field in class:SSLServerSocketFactoryImpl
52 this.context = SSLContextImpl.DefaultSSLContext.getDefaultImpl();
58 SSLServerSocketFactoryImpl (SSLContextImpl context) argument
60 this.context = context;
71 return new SSLServerSocketImpl(context);
77 return new SSLServerSocketImpl (port, DEFAULT_BACKLOG, context);
84 return new SSLServerSocketImpl (port, backlog, context);
91 return new SSLServerSocketImpl (port, backlog, ifAddress, context);
102 return context
[all...]
H A DSSLSocketFactoryImpl.java39 * authentication context (and the keys held there) rather than offering
40 * any flexibility about which keys to use; that context defaults to the
41 * process-default context, but may be explicitly specified.
48 private SSLContextImpl context; field in class:SSLSocketFactoryImpl
56 this.context = SSLContextImpl.DefaultSSLContext.getDefaultImpl();
62 SSLSocketFactoryImpl(SSLContextImpl context) { argument
63 this.context = context;
73 return new SSLSocketImpl(context);
79 * existing SSL sessions allowed by the authentication context whic
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthIcon.java41 public static int getIconWidth(Icon icon, SynthContext context) { argument
46 return ((SynthIcon)icon).getIconWidth(context);
51 public static int getIconHeight(Icon icon, SynthContext context) { argument
56 return ((SynthIcon)icon).getIconHeight(context);
61 public static void paintIcon(Icon icon, SynthContext context, Graphics g, argument
64 ((SynthIcon)icon).paintIcon(context, g, x, y, w, h);
67 icon.paintIcon(context.getComponent(), g, x, y);
74 * @param context Identifies hosting region, may be null.
80 public abstract void paintIcon(SynthContext context, Graphics g, int x, argument
86 * @param context SynthContex
89 getIconWidth(SynthContext context) argument
97 getIconHeight(SynthContext context) argument
[all...]
/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceListener.java33 * The xxBegin() methods return a "context". This can be any Object. This
34 * context will be passed to the corresponding xxEnd() method. This way, an
53 * @return a context object
60 * @param context
61 * the context returned by the previous call to socketReadBegin()
73 public void socketReadEnd(Object context, InetAddress address, int port, argument
79 * @return a context object
86 * @param context
87 * the context returned by the previous call to
97 public void socketWriteEnd(Object context, InetAddres argument
118 fileReadEnd(Object context, long bytesRead) argument
138 fileWriteEnd(Object context, long bytesWritten) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DSnmpListTableCache.java54 * @param context The context passed to
62 protected abstract SnmpOid getIndex(Object context, List rawDatas, argument
68 * @param context The context passed to
78 protected Object getData(Object context, List rawDatas, argument
85 * @param context A context object, valid during the duration of
90 * the context is be allocated by before this method is called,
92 * This class does not use the context objec
98 updateCachedDatas(Object context, List rawDatas) argument
[all...]
H A DSnmpTableCache.java94 * @param context A context object.
97 protected synchronized SnmpCachedData getTableDatas(Object context) { argument
100 final SnmpCachedData computedDatas = updateCachedDatas(context);
107 * @param context A context object, as passed to
110 protected abstract SnmpCachedData updateCachedDatas(Object context); argument
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaAWTAccess.java32 public Object get(Object context, Object key); argument
33 public void put(Object context, Object key, Object value); argument
34 public void remove(Object context, Object key); argument
36 // convenience methods whose context is the object returned by getContext()
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DContextList.java86 public synchronized void remove (HttpContextImpl context) argument
90 if (ctx.equals (context)) {
95 throw new IllegalArgumentException ("no such context in list");

Completed in 71 milliseconds

1234567891011>>