Searched refs:env (Results 701 - 725 of 1317) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.h35 ImageSDOps* LockImage(JNIEnv* env, jobject imageSurfaceData);
36 void UnlockImage(JNIEnv* env, ImageSDOps* isdo);
37 ImageSDOps* LockImagePixels(JNIEnv* env, jobject imageSurfaceData);
38 void UnlockImagePixels(JNIEnv* env, ImageSDOps* isdo);
/openjdk7/jdk/src/share/back/
H A DdebugInit.h38 void debugInit_reset(JNIEnv *env);
H A DeventHandlerRestricted.h34 typedef jboolean (*IteratorFunction)(JNIEnv *env,
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiAgentThread.hpp43 JvmtiAgentThread(JvmtiEnv* env, jvmtiStartFunction start_fn, const void *start_arg);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkFunction.hpp47 static llvm::Function* build(ciEnv* env, argument
51 SharkFunction function(env, builder, flow, name);
56 SharkFunction(ciEnv* env, argument
60 : SharkTargetInvariants(env, builder, flow) { initialize(name); }
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Cursor.h41 Cursor getCursor(JNIEnv *env, jobject jCur);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.h90 VisualID GLXGC_FindBestVisual(JNIEnv *env, jint screen);
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DPollArrayWrapper.c72 Java_sun_nio_ch_PollArrayWrapper_poll0(JNIEnv *env, jobject this, argument
88 JNU_ThrowIOExceptionWithLastError(env, "Poll failed");
94 Java_sun_nio_ch_PollArrayWrapper_interrupt(JNIEnv *env, jobject this, jint fd) argument
99 JNU_ThrowIOExceptionWithLastError(env,
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.h80 extern HWND AwtComponent_GetHWnd(JNIEnv *env, jlong pData);
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DWindowsFlags.h38 void SetD3DEnabledFlag(JNIEnv *env, BOOL d3dEnabled, BOOL d3dSet);
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DWindowsSelectorImpl.c53 Java_sun_nio_ch_WindowsSelectorImpl_00024SubSelector_poll0(JNIEnv *env, jobject this, argument
158 (*env)->SetIntArrayRegion(env, returnReadFds, 0,
165 (*env)->SetIntArrayRegion(env, returnWriteFds, 0,
172 (*env)->SetIntArrayRegion(env, returnExceptFds, 0,
175 (*env)->SetIntArrayRegion(env, returnReadFds, 0,
178 (*env)
187 Java_sun_nio_ch_WindowsSelectorImpl_setWakeupSocket0(JNIEnv *env, jclass this, jint scoutFd) argument
196 Java_sun_nio_ch_WindowsSelectorImpl_resetWakeupSocket0(JNIEnv *env, jclass this, jint scinFd) argument
219 Java_sun_nio_ch_WindowsSelectorImpl_discardUrgentData(JNIEnv* env, jobject this, jint s) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_AWTEvent.h43 static void saveMSG(JNIEnv *env, MSG *pMsg, jobject jevent);
H A Dawt_GDIObject.cpp152 JNIEnv* env = (JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2); local
153 if (env != NULL && !safe_ExceptionOccurred(env)) {
154 JNU_ThrowByName(env, "java/awt/AWTError",
H A Dawt_Mlib.h37 JNIEXPORT mlib_status awt_getImagingLib(JNIEnv *env, mlibFnS_t *sMlibFns,
/openjdk7/langtools/src/share/classes/com/sun/mirror/apt/
H A DAnnotationProcessorFactory.java102 * @param env environment to use during processing
108 AnnotationProcessorEnvironment env);
107 getProcessorFor(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment env) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DExecutableDeclarationImpl.java47 protected ExecutableDeclarationImpl(AptEnv env, MethodSymbol sym) { argument
48 super(env, sym);
75 res.add(env.declMaker.getParameterDeclaration(param));
85 res.add((ReferenceType) env.typeMaker.getType(t));
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DConstructorDocImpl.java49 public ConstructorDocImpl(DocEnv env, MethodSymbol sym) { argument
50 super(env, sym);
56 public ConstructorDocImpl(DocEnv env, MethodSymbol sym, argument
58 super(env, sym, docComment, tree, lineMap);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tag.h50 void tag_class(JNIEnv *env, jclass klass, ClassIndex cnum,
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DThread.cpp54 Thread::Thread(jvmtiEnv *jvmti, JNIEnv *env, jthread thread) argument
83 void Thread::monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env, argument
89 void Thread::monitor_wait(jvmtiEnv* jvmti, JNIEnv *env, argument
95 void Thread::monitor_waited(jvmtiEnv* jvmti, JNIEnv *env, argument
H A Dwaiters.cpp77 check_jvmti_error(jvmti, err, "get env local storage");
109 vm_init(jvmtiEnv *jvmti, JNIEnv *env, jthread thread) argument
120 agent = new Agent(jvmti, env, thread);
122 check_jvmti_error(jvmti, err, "set env local storage");
151 vm_death(jvmtiEnv *jvmti, JNIEnv *env) argument
163 agent->vm_death(jvmti, env);
167 check_jvmti_error(jvmti, err, "set env local storage");
173 thread_start(jvmtiEnv *jvmti, JNIEnv *env, jthread thread) argument
177 get_agent(jvmti)->thread_start(jvmti, env, thread);
182 thread_end(jvmtiEnv *jvmti, JNIEnv *env, jthrea argument
191 monitor_contended_enter(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object) argument
202 monitor_contended_entered(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object) argument
213 monitor_wait(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object, jlong timeout) argument
224 monitor_waited(jvmtiEnv* jvmti, JNIEnv *env, jthread thread, jobject object, jboolean timed_out) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DConstantPoolData.java47 abstract void write(Environment env, DataOutputStream out, ConstantPool tab) throws IOException; argument
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryCode.java49 BinaryCode(byte data[], BinaryConstantPool cpool, Environment env) { argument
73 ClassDeclaration xclass = cpool.getDeclaration(env, in.readUnsignedShort());
107 BinaryCode load(BinaryMember bf, BinaryConstantPool cpool, Environment env) { argument
109 return (code != null) ? new BinaryCode(code, cpool, env) : null;
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DBitNotExpression.java48 void selectType(Environment env, Context ctx, int tm) { argument
54 right = convert(env, ctx, type, right);
80 public void codeValue(Environment env, Context ctx, Assembler asm) { argument
81 right.codeValue(env, ctx, asm);
H A DNegativeExpression.java48 void selectType(Environment env, Context ctx, int tm) { argument
58 right = convert(env, ctx, type, right);
90 public void codeValue(Environment env, Context ctx, Assembler asm) { argument
91 right.codeValue(env, ctx, asm);
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DGenerator.java72 * @param env The compiler environment
78 public void generate(BatchEnvironment env, ClassDefinition cdef, File destDir); argument

Completed in 43 milliseconds

<<21222324252627282930>>