Searched refs:this (Results 26 - 50 of 182) sorted by relevance

12345678

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileKey.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
52 Java_sun_nio_ch_FileKey_init(JNIEnv *env, jobject this, jobject fdo) argument
61 (*env)->SetLongField(env, this, key_st_dev, (jlong)fbuf.st_dev);
62 (*env)->SetLongField(env, this, key_st_ino, (jlong)fbuf.st_ino);
H A DEPollArrayWrapper.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
75 Java_sun_nio_ch_EPollArrayWrapper_init(JNIEnv *env, jclass this) argument
80 Java_sun_nio_ch_EPollArrayWrapper_epollCreate(JNIEnv *env, jobject this) argument
94 Java_sun_nio_ch_EPollArrayWrapper_sizeofEPollEvent(JNIEnv* env, jclass this) argument
100 Java_sun_nio_ch_EPollArrayWrapper_offsetofData(JNIEnv* env, jclass this) argument
106 Java_sun_nio_ch_EPollArrayWrapper_epollCtl(JNIEnv *env, jobject this, jint epfd, argument
133 Java_sun_nio_ch_EPollArrayWrapper_epollWait(JNIEnv *env, jobject this, argument
153 Java_sun_nio_ch_EPollArrayWrapper_interrupt(JNIEnv *env, jobject this, jint fd) argument
[all...]
H A DKQueue.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
40 Java_sun_nio_ch_KQueue_keventSize(JNIEnv* env, jclass this) argument
46 Java_sun_nio_ch_KQueue_identOffset(JNIEnv* env, jclass this) argument
52 Java_sun_nio_ch_KQueue_filterOffset(JNIEnv* env, jclass this) argument
58 Java_sun_nio_ch_KQueue_flagsOffset(JNIEnv* env, jclass this) argument
H A DUnixAsynchronousSocketChannelImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
40 jobject this, int fd)
39 Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect(JNIEnv *env, jobject this, int fd) argument
/openjdk7/jdk/src/solaris/native/java/io/
H A Dio_util_md.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
66 fileOpen(JNIEnv *env, jobject this, jstring path, jfieldID fid, int flags) argument
79 SET_FD(this, fd, fid);
88 fileClose(JNIEnv *env, jobject this, jfieldID fid) argument
90 FD fd = GET_FD(this, fid);
101 SET_FD(this, -1, fid);
111 SET_FD(this, f
[all...]
/openjdk7/jdk/src/windows/native/java/io/
H A DFileDescriptor_md.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
65 Java_java_io_FileDescriptor_sync(JNIEnv *env, jobject this) { argument
66 FD fd = THIS_FD(this);
H A Dio_util_md.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
38 void fileOpen(JNIEnv *env, jobject this, jstring path, jfieldID fid, int flags);
45 jint handleClose(JNIEnv *env, jobject this, jfieldID fid);
64 #define SET_FD(this, fd, fid) \
65 if ((*env)->GetObjectField(env, (this), (fid)) != NULL) \
66 (*env)->SetLongField(env, (*env)->GetObjectField(env, (this), (fid)), IO_handle_fdID, (fd))
68 #define GET_FD(this, fi
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinffast.c6 * published by the Free Software Foundation. Oracle designates this
8 * by Oracle in the LICENSE file that accompanied this code.
14 * accompanied this code).
17 * 2 along with this work; if not, write to the Free Software Foundation,
62 inflate execution time is spent in this routine.
114 code this; /* retrieved table entry */ local
151 this = lcode[hold & lmask];
153 op = (unsigned)(this.bits);
156 op = (unsigned)(this.op);
158 Tracevv((stderr, this
[all...]
H A Dinfback.c6 * published by the Free Software Foundation. Oracle designates this
8 * by Oracle in the LICENSE file that accompanied this code.
14 * accompanied this code).
17 * 2 along with this work; if not, write to the Free Software Foundation,
89 fixed code decoding. Normally this returns fixed tables from inffixed.h.
90 If BUILDFIXED is defined, then instead this routine builds the tables the
128 /* do this just once */
280 code this; /* current decoding table entry */ local
416 this = state->lencode[BITS(state->lenbits)];
417 if ((unsigned)(this
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
98 static void processXEmbedInfo(JNIEnv* env, jobject this);
252 Java_sun_awt_motif_MEmbedCanvasPeer_initXEmbedServer(JNIEnv *env, jobject this) { argument
256 addData((*env)->NewGlobalRef(env, this));
261 JNU_GetLongFieldAsPtr(env, this, mComponentPeerIDs.pData);
275 Java_sun_awt_motif_MEmbedCanvasPeer_destroyXEmbedServer(JNIEnv *env, jobject this) { argument
278 removeData(this);
288 Java_sun_awt_motif_MEmbedCanvasPeer_isXEmbedActive(JNIEnv *env, jobject this) argument
306 Java_sun_awt_motif_MEmbedCanvasPeer_initDispatching(JNIEnv *env, jobject this) argument
328 Java_sun_awt_motif_MEmbedCanvasPeer_endDispatching(JNIEnv *env, jobject this) argument
347 Java_sun_awt_motif_MEmbedCanvasPeer_embedChild(JNIEnv * env, jobject this, jlong handle) argument
368 Java_sun_awt_motif_MEmbedCanvasPeer_childDestroyed(JNIEnv *env, jobject this) argument
386 Java_sun_awt_motif_MEmbedCanvasPeer_getEmbedPreferredSize(JNIEnv *env, jobject this) argument
413 Java_sun_awt_motif_MEmbedCanvasPeer_getEmbedMinimumSize(JNIEnv *env, jobject this) argument
440 Java_sun_awt_motif_MEmbedCanvasPeer_getClientBounds(JNIEnv *env, jobject this) argument
458 isApplicationActive(JNIEnv * env, jobject this) argument
468 Java_sun_awt_motif_MEmbedCanvasPeer_notifyChildEmbedded(JNIEnv *env, jobject this) argument
494 Java_sun_awt_motif_MEmbedCanvasPeer_detachChild(JNIEnv *env, jobject this) argument
523 Java_sun_awt_motif_MEmbedCanvasPeer_forwardKeyEvent(JNIEnv *env, jobject this, jobject event) argument
559 Java_sun_awt_motif_MEmbedCanvasPeer_getAWTKeyCodeForKeySym(JNIEnv *env, jobject this, jint keysym) argument
573 Java_sun_awt_motif_MEmbedCanvasPeer_sendMessage__I(JNIEnv *env, jobject this, jint msg) argument
591 Java_sun_awt_motif_MEmbedCanvasPeer_sendMessage__IJJJ(JNIEnv *env, jobject this, jint msg, jlong detail, jlong data1, jlong data2) argument
667 processXEmbedInfo(JNIEnv * env, jobject this) argument
715 handleClientMessage(JNIEnv* env, jobject this, XClientMessageEvent * ev) argument
819 Java_sun_awt_motif_GrabbedKey_initKeySymAndModifiers(JNIEnv *env, jobject this, jobject keyevent) argument
952 Java_sun_awt_motif_MEmbedCanvasPeer_getWindow(JNIEnv *env, jobject this) argument
965 Java_sun_awt_motif_MEmbedCanvasPeer_forwardEventToEmbedded(JNIEnv *env, jobject this, jlong ctxt, jint eventID) argument
[all...]
H A Dswing_GTKEngine.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
37 JNIEnv *env, jobject this,
54 JNIEnv *env, jobject this,
72 JNIEnv *env, jobject this,
90 JNIEnv *env, jobject this,
107 JNIEnv *env, jobject this,
124 JNIEnv *env, jobject this,
36 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1arrow( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jint arrow_type) argument
53 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1box( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jint synth_state, jint dir) argument
71 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1box_1gap( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jint gap_side, jint gap_x, jint gap_w) argument
89 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1check( JNIEnv *env, jobject this, jint widget_type, jint synth_state, jstring detail, jint x, jint y, jint w, jint h) argument
106 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1expander( JNIEnv *env, jobject this, jint widget_type, jint state, jstring detail, jint x, jint y, jint w, jint h, jint expander_style) argument
123 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1extension( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jint placement) argument
140 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1flat_1box( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jboolean has_focus) argument
157 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1focus( JNIEnv *env, jobject this, jint widget_type, jint state, jstring detail, jint x, jint y, jint w, jint h) argument
174 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1handle( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jint orientation) argument
191 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1hline( JNIEnv *env, jobject this, jint widget_type, jint state, jstring detail, jint x, jint y, jint w, jint h) argument
208 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1option( JNIEnv *env, jobject this, jint widget_type, jint synth_state, jstring detail, jint x, jint y, jint w, jint h) argument
225 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1shadow( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jint synth_state, jint dir) argument
243 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1slider( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jint orientation) argument
260 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1vline( JNIEnv *env, jobject this, jint widget_type, jint state, jstring detail, jint x, jint y, jint w, jint h) argument
277 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1background( JNIEnv *env, jobject this, jint widget_type, jint state, jint x, jint y, jint w, jint h) argument
292 Java_com_sun_java_swing_plaf_gtk_GTKEngine_nativeStartPainting( JNIEnv *env, jobject this, jint w, jint h) argument
306 Java_com_sun_java_swing_plaf_gtk_GTKEngine_nativeFinishPainting( JNIEnv *env, jobject this, jintArray dest, jint width, jint height) argument
323 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1switch_1theme( JNIEnv *env, jobject this) argument
335 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1get_1gtk_1setting( JNIEnv *env, jobject this, jint property) argument
351 Java_com_sun_java_swing_plaf_gtk_GTKEngine_nativeSetRangeValue( JNIEnv *env, jobject this, jint widget_type, jdouble value, jdouble min, jdouble max, jdouble visible) argument
[all...]
/openjdk7/jdk/src/share/native/java/security/
H A DAccessController.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
84 jobject this)
86 return JVM_GetStackAccessControlContext(env, this);
93 jobject this)
95 return JVM_GetInheritedAccessControlContext(env, this);
82 Java_java_security_AccessController_getStackAccessControlContext( JNIEnv *env, jobject this) argument
91 Java_java_security_AccessController_getInheritedAccessControlContext( JNIEnv *env, jobject this) argument
/openjdk7/jdk/src/share/javavm/export/
H A DjdwpTransport.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
131 void *(*alloc)(jint numBytes); /* Call this for all allocations */
132 void (*free)(void *buffer); /* Call this for all deallocations */
205 return functions->GetCapabilities(this, capabilities_ptr);
210 return functions->Attach(this, address, attach_timeout, handshake_timeout);
215 return functions->StartListening(this, address, actual_address);
219 return functions->StopListening(this);
[all...]
H A Djni.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cl
[all...]
H A Djvmti.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
1793 return functions->Allocate(this, size, mem_ptr);
1797 return functions->Deallocate(this, mem);
1802 return functions->GetThreadState(this, thread, thread_state_ptr);
1806 return functions->GetCurrentThread(this, thread_ptr);
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);
1815 return functions->SuspendThread(this, threa
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/
H A DDeflater.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
118 Java_java_util_zip_Deflater_deflateBytes(JNIEnv *env, jobject this, jlong addr, argument
123 jarray this_buf = (*env)->GetObjectField(env, this, bufID);
124 jint this_off = (*env)->GetIntField(env, this, offID);
125 jint this_len = (*env)->GetIntField(env, this, lenID);
129 if ((*env)->GetBooleanField(env, this, setParamsID)) {
130 int level = (*env)->GetIntField(env, this, levelI
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cl
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainSocketImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
63 * we only want to look this up once, from the static initializer
68 static int getFD(JNIEnv *env, jobject this) { argument
69 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID);
77 static int getFD1(JNIEnv *env, jobject this) { argument
78 jobject fdObj = (*env)->GetObjectField(env, this, psi_fd1ID);
133 Java_java_net_TwoStacksPlainSocketImpl_socketCreate(JNIEnv *env, jobject this, argument
189 Java_java_net_TwoStacksPlainSocketImpl_socketConnect(JNIEnv *env, jobject this, jobject iaObj, jint port, jint timeout) argument
397 Java_java_net_TwoStacksPlainSocketImpl_socketBind(JNIEnv *env, jobject this, jobject iaObj, jint localport, jboolean exclBind) argument
511 Java_java_net_TwoStacksPlainSocketImpl_socketListen(JNIEnv *env, jobject this, jint count) argument
574 Java_java_net_TwoStacksPlainSocketImpl_socketAccept(JNIEnv *env, jobject this, jobject socket) argument
774 Java_java_net_TwoStacksPlainSocketImpl_socketAvailable(JNIEnv *env, jobject this) argument
801 Java_java_net_TwoStacksPlainSocketImpl_socketClose0(JNIEnv *env, jobject this, jboolean useDeferredClose) argument
838 Java_java_net_TwoStacksPlainSocketImpl_socketNativeSetOption(JNIEnv *env, jobject this, jint cmd, jboolean on, jobject value) argument
1005 Java_java_net_TwoStacksPlainSocketImpl_socketGetOption(JNIEnv *env, jobject this, jint opt, jobject iaContainerObj) argument
1118 Java_java_net_TwoStacksPlainSocketImpl_socketShutdown(JNIEnv *env, jobject this, jint howto) argument
1145 Java_java_net_TwoStacksPlainSocketImpl_socketSendUrgentData(JNIEnv *env, jobject this, jint data) argument
[all...]
H A DTwoStacksPlainDatagramSocketImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
127 static int getFD(JNIEnv *env, jobject this) { argument
128 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
136 static int getFD1(JNIEnv *env, jobject this) { argument
137 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fd1ID);
178 * First time we are called we must determine which OS this is and also
195 * Step 1: Determine which OS this i
328 purgeOutstandingICMP(JNIEnv *env, jobject this, jint fd) argument
423 Java_java_net_TwoStacksPlainDatagramSocketImpl_bind0(JNIEnv *env, jobject this, jint port, jobject addressObj, jboolean exclBind) argument
526 Java_java_net_TwoStacksPlainDatagramSocketImpl_connect0(JNIEnv *env, jobject this, jobject address, jint port) argument
595 Java_java_net_TwoStacksPlainDatagramSocketImpl_disconnect0(JNIEnv *env, jobject this, jint family) argument
636 Java_java_net_TwoStacksPlainDatagramSocketImpl_send(JNIEnv *env, jobject this, jobject packet) argument
773 checkLastFD(JNIEnv *env, jobject this, int fd, int fd1) argument
796 Java_java_net_TwoStacksPlainDatagramSocketImpl_peek(JNIEnv *env, jobject this, jobject addressObj) argument
917 Java_java_net_TwoStacksPlainDatagramSocketImpl_peekData(JNIEnv *env, jobject this, jobject packet) argument
1188 Java_java_net_TwoStacksPlainDatagramSocketImpl_receive0(JNIEnv *env, jobject this, jobject packet) argument
1478 Java_java_net_TwoStacksPlainDatagramSocketImpl_datagramSocketCreate(JNIEnv *env, jobject this) argument
1535 Java_java_net_TwoStacksPlainDatagramSocketImpl_datagramSocketClose(JNIEnv *env, jobject this) argument
1664 setMulticastInterface(JNIEnv *env, jobject this, int fd, int fd1, jint opt, jobject value) argument
1784 Java_java_net_TwoStacksPlainDatagramSocketImpl_socketNativeSetOption(JNIEnv *env,jobject this, jint opt,jobject value) argument
1919 getMulticastInterface(JNIEnv *env, jobject this, int fd, int fd1, jint opt) argument
2132 Java_java_net_TwoStacksPlainDatagramSocketImpl_socketGetOption(JNIEnv *env, jobject this, jint opt) argument
2238 Java_java_net_TwoStacksPlainDatagramSocketImpl_setTimeToLive(JNIEnv *env, jobject this, jint ttl) argument
2281 Java_java_net_TwoStacksPlainDatagramSocketImpl_setTTL(JNIEnv *env, jobject this, jbyte ttl) argument
2293 Java_java_net_TwoStacksPlainDatagramSocketImpl_getTimeToLive(JNIEnv *env, jobject this) argument
2337 Java_java_net_TwoStacksPlainDatagramSocketImpl_getTTL(JNIEnv *env, jobject this) argument
2346 mcast_join_leave(JNIEnv *env, jobject this, jobject iaObj, jobject niObj, jboolean join) argument
2481 Java_java_net_TwoStacksPlainDatagramSocketImpl_join(JNIEnv *env, jobject this, jobject iaObj, jobject niObj) argument
2493 Java_java_net_TwoStacksPlainDatagramSocketImpl_leave(JNIEnv *env, jobject this, jobject iaObj, jobject niObj) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
105 Java_sun_awt_image_GifImageDecoder_initIDs(JNIEnv *env, jclass this) argument
107 readID = (*env)->GetMethodID(env, this, "readBytes", "([BII)I");
108 sendID = (*env)->GetMethodID(env, this, "sendPixels",
110 prefixID = (*env)->GetFieldID(env, this, "prefix", "[S");
111 suffixID = (*env)->GetFieldID(env, this, "suffix", "[B");
112 outCodeID = (*env)->GetFieldID(env, this, "outCod
116 Java_sun_awt_image_GifImageDecoder_parseImage(JNIEnv *env, jobject this, jint relx, jint rely, jint width, jint height, jint interlace, jint initCodeSize, jbyteArray blockh, jbyteArray raslineh, jobject cmh) argument
[all...]
/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
39 readSingle(JNIEnv *env, jobject this, jfieldID fid) { argument
42 FD fd = GET_FD(this, fid);
76 readBytes(JNIEnv *env, jobject this, jbyteArray bytes, argument
106 fd = GET_FD(this, fid);
130 writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid) { argument
134 FD fd = GET_FD(this, fi
152 writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len, jboolean append, jfieldID fid) argument
[all...]
H A Dio_util.h7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
49 jint readSingle(JNIEnv *env, jobject this, jfieldID fid);
50 jint readBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
52 void writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid);
53 void writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
55 void fileOpen(JNIEnv *env, jobject this, jstring path, jfieldID fid, int flags);
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainDatagramSocketImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
132 static int getFD(JNIEnv *env, jobject this) { argument
133 jobject fdObj = (*env)->GetObjectField(env, this, pdsi_fdID);
179 * We need to determine if this is a 2.2 kernel.
187 * If this fails assume that /proc has changed and that
188 * this must be new /proc format and hence new kernel.
220 Java_java_net_PlainDatagramSocketImpl_bind0(JNIEnv *env, jobject this, argument
285 Java_java_net_PlainDatagramSocketImpl_connect0(JNIEnv *env, jobject this, jobject address, jint port) argument
333 Java_java_net_PlainDatagramSocketImpl_disconnect0(JNIEnv *env, jobject this, jint family) argument
406 Java_java_net_PlainDatagramSocketImpl_send(JNIEnv *env, jobject this, jobject packet) argument
546 Java_java_net_PlainDatagramSocketImpl_peek(JNIEnv *env, jobject this, jobject addressObj) argument
631 Java_java_net_PlainDatagramSocketImpl_peekData(JNIEnv *env, jobject this, jobject packet) argument
808 Java_java_net_PlainDatagramSocketImpl_receive0(JNIEnv *env, jobject this, jobject packet) argument
1061 Java_java_net_PlainDatagramSocketImpl_datagramSocketCreate(JNIEnv *env, jobject this) argument
1146 Java_java_net_PlainDatagramSocketImpl_datagramSocketClose(JNIEnv *env, jobject this) argument
1170 mcast_set_if_by_if_v4(JNIEnv *env, jobject this, int fd, jobject value) argument
1222 mcast_set_if_by_if_v6(JNIEnv *env, jobject this, int fd, jobject value) argument
1264 mcast_set_if_by_addr_v4(JNIEnv *env, jobject this, int fd, jobject value) argument
1281 mcast_set_if_by_addr_v6(JNIEnv *env, jobject this, int fd, jobject value) argument
1331 setMulticastInterface(JNIEnv *env, jobject this, int fd, jint opt, jobject value) argument
1382 mcast_set_loop_v4(JNIEnv *env, jobject this, int fd, jobject value) argument
1406 mcast_set_loop_v6(JNIEnv *env, jobject this, int fd, jobject value) argument
1440 setMulticastLoopbackMode(JNIEnv *env, jobject this, int fd, jint opt, jobject value) argument
1466 Java_java_net_PlainDatagramSocketImpl_socketSetOption(JNIEnv *env, jobject this, jint opt, jobject value) argument
1600 getMulticastInterface(JNIEnv *env, jobject this, int fd, jint opt) argument
1846 Java_java_net_PlainDatagramSocketImpl_socketGetOption(JNIEnv *env, jobject this, jint opt) argument
1956 Java_java_net_PlainDatagramSocketImpl_setTTL(JNIEnv *env, jobject this, jbyte ttl) argument
1997 Java_java_net_PlainDatagramSocketImpl_setTimeToLive(JNIEnv *env, jobject this, jint ttl) argument
2039 Java_java_net_PlainDatagramSocketImpl_getTTL(JNIEnv *env, jobject this) argument
2050 Java_java_net_PlainDatagramSocketImpl_getTimeToLive(JNIEnv *env, jobject this) argument
2119 mcast_join_leave(JNIEnv *env, jobject this, jobject iaObj, jobject niObj, jboolean join) argument
2449 Java_java_net_PlainDatagramSocketImpl_join(JNIEnv *env, jobject this, jobject iaObj, jobject niObj) argument
2461 Java_java_net_PlainDatagramSocketImpl_leave(JNIEnv *env, jobject this, jobject iaObj, jobject niObj) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineException.sh15 # accompanied this code).
18 # 2 along with this work; if not, write to the Free Software Foundation,
59 ii = 89; // @1 delete this line
62 System.out.println("ii = " + ii); // @1 delete this line
69 //System.out.println("a2: @ @@delete this line");
81 System.out.println("a3: @@ delete this line"); // If this line is deleted, the test passes!
114 # You could replace this next line with the contents
115 # of ShellScaffold.sh and this script will run just the same.
/openjdk7/jdk/make/java/nio/
H A DgenExceptions.sh8 # published by the Free Software Foundation. Oracle designates this
10 # by Oracle in the LICENSE file that accompanied this code.
16 # accompanied this code).
19 # 2 along with this work; if not, write to the Free Software Foundation,
73 * Constructs an instance of this class. </p>
80 this.$ARG_ID = $ARG_ID;
100 * Constructs an instance of this class.

Completed in 89 milliseconds

12345678