Searched defs:context (Results 1 - 25 of 646) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.h32 NSDictionary *context; variable
38 @property (nonatomic, retain) NSDictionary *context; variable
42 - (id) initWithSource:(NSString *)source context:(NSDictionary *)context;
43 - (id) initWithFile:(NSString *)filename context:(NSDictionary *)context;
/openjdk7/jdk/src/share/classes/javax/script/
H A DCompiledScript.java49 * @param context A <code>ScriptContext</code> that is used in the same way as
57 * @throws NullPointerException if context is null.
60 public abstract Object eval(ScriptContext context) throws ScriptException; argument
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DURIDereferencer.java62 * @param context an <code>XMLCryptoContext</code> that may
65 * <code>URIReference</code> against the context's <code>baseURI</code>
69 * <code>context</code> are <code>null</code>
73 Data dereference(URIReference uriReference, XMLCryptoContext context) argument
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DMacosxSurfaceManagerFactory.java41 * arbitrary SunVolatileImage. An optional context Object can be supplied
42 * as a way for the caller to pass pipeline-specific context data to
50 Object context)
52 return new CGLVolatileSurfaceManager(vImg, context);
49 createVolatileManager(SunVolatileImage vImg, Object context) argument
/openjdk7/jdk/src/windows/classes/sun/java2d/
H A DWindowsSurfaceManagerFactory.java45 * arbitrary SunVolatileImage. An optional context Object can be supplied
46 * as a way for the caller to pass pipeline-specific context data to
53 Object context)
57 return new D3DVolatileSurfaceManager(vImg, context);
59 return new WGLVolatileSurfaceManager(vImg, context);
61 return new BufImgVolatileSurfaceManager(vImg, context);
52 createVolatileManager(SunVolatileImage vImg, Object context) argument
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest4652928.java52 private static BeanContext fill(BeanContext context) { argument
53 context.add(new JLabel("label"));
54 context.add(new JButton("button"));
58 context.add(button);
60 return context;
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaSecurityAccess.java35 AccessControlContext context);
38 AccessControlContext context);
33 doIntersectionPrivilege(PrivilegedAction<T> action, AccessControlContext stack, AccessControlContext context) argument
37 doIntersectionPrivilege(PrivilegedAction<T> action, AccessControlContext context) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/
H A DUnixSurfaceManagerFactory.java46 * arbitrary SunVolatileImage. An optional context Object can be supplied
47 * as a way for the caller to pass pipeline-specific context data to
55 Object context)
60 return new GLXVolatileSurfaceManager(vImg, context);
62 return new XRVolatileSurfaceManager(vImg, context);
64 return new X11VolatileSurfaceManager(vImg, context);
54 createVolatileManager(SunVolatileImage vImg, Object context) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DThreadProxy.java52 /** Retrieves the context for the given thread. It is only valid to
61 /** Sets the context for the given thread. The passed ThreadContext
68 public void setContext(ThreadContext context) argument
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DRetrievalMethod.java98 * @param context an <code>XMLCryptoContext</code> that may contain
100 * context's <code>baseURI</code> and <code>dereferencer</code>
108 * @throws NullPointerException if <code>context</code> is <code>null</code>
111 Data dereference(XMLCryptoContext context) throws URIReferenceException; argument
/openjdk7/jdk/src/share/classes/sun/awt/
H A DInputMethodSupport.java46 Window createInputMethodWindow(String title, InputContext context); argument
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodJFrame.java46 public InputMethodJFrame(String title, InputContext context) { argument
54 if (context != null) {
55 this.inputContext = context;
H A DSimpleInputMethodWindow.java45 public SimpleInputMethodWindow(String title, InputContext context) { argument
47 if (context != null) {
48 this.inputContext = context;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufImgVolatileSurfaceManager.java46 public BufImgVolatileSurfaceManager(SunVolatileImage vImg, Object context) { argument
47 super(vImg, context);
H A DFileImageSource.java44 final boolean checkSecurity(Object context, boolean quiet) { argument
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpsConfigurator.java72 private SSLContext context; field in class:HttpsConfigurator
76 * @param context the SSLContext to use for this configurator
79 public HttpsConfigurator (SSLContext context) { argument
80 if (context == null) {
83 this.context = context;
91 return context;
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoCompiledScript.java47 public Object eval(ScriptContext context) throws ScriptException { argument
53 Scriptable scope = engine.getRuntimeScope(context);
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTargetEvent.java60 context = dtc;
71 return context;
80 protected DropTargetContext context; field in class:DropTargetEvent
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.h43 // surface, for the purposes of making a context current in certain
54 * because a layer can only be attached to one context (view/window).
83 * The pixel format of the native NSOpenGL context.
85 * OGLContext *context;
86 * The context associated with this CGLGraphicsConfig.
91 OGLContext *context; member in struct:_CGLGraphicsConfigInfo
99 * NSOpenGLContext *context;
100 * The core native NSOpenGL context. Rendering commands have no effect until
101 * a context is made current (active).
104 * The scratch surface id used to make a context curren
109 NSOpenGLContext *context; member in struct:_CGLCtxInfo
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/
H A DCycleRecoverable.java52 * @param context
63 Object onCycleDetected(Context context); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DDefaultResourceInjector.java41 public void inject(@NotNull WSWebServiceContext context, @NotNull Object instance) { argument
43 instance.getClass(),WebServiceContext.class,false).inject(instance,context);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/util/
H A DJAXBSource.java95 * @param context
97 * <code>contentObject</code>. This context is used
106 public JAXBSource( JAXBContext context, Object contentObject ) argument
110 ( context == null ) ?
112 context.createMarshaller(),
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.h49 * OGLContext *context;
50 * The context associated with this GLXGraphicsConfig.
61 OGLContext *context; member in struct:_GLXGraphicsConfigInfo
70 * GLXContext context;
71 * The core native GLX context. Rendering commands have no effect until a
79 * The scratch surface, which is used to make a context current when we do
81 * making a context current.
84 GLXContext context; member in struct:_GLXCtxInfo
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.h41 * OGLContext *context;
42 * The context associated with this WGLGraphicsConfig.
47 OGLContext *context; member in struct:_WGLGraphicsConfigInfo
55 * HGLRC context;
56 * The core native WGL context. Rendering commands have no effect until a
57 * context is made current (active).
62 * context current when we do not otherwise have a reference to an OpenGL
63 * surface for the purposes of making a context current.
66 HGLRC context; member in struct:_WGLCtxInfo
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocTodo.java37 public static void preRegister(Context context) { argument
38 context.put(todoKey, new Context.Factory<Todo>() {
45 protected JavadocTodo(Context context) { argument
46 super(context);

Completed in 81 milliseconds

1234567891011>>