Searched refs:jint (Results 201 - 225 of 1007) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuBar.h47 - (void) javaAddMenu: (CMenu *)theMenu atIndex:(jint)index;
48 - (void) javaDeleteMenu: (jint)index;
H A DImageSurfaceData.m128 //fprintf(stderr, "\t magicID=%d\n", (jint)isdo->magicID);
202 IMAGE_SURFACE_INLINE void copyBits(jint w, jint h, jint javaPixelsBytesPerRow, Pixel8bit *pixelsSrc, jint dstPixelsBytesPerRow, Pixel8bit *pixelsDst)
212 register jint y;
223 IMAGE_SURFACE_INLINE void copySwapRandB_32bit_TYPE_4BYTE(jint w, jint h, jint javaPixelsBytesPerRow, jint javaPixelByte
[all...]
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTStrike.h36 jint fAAStyle;
43 + (AWTStrike *) awtStrikeForFont:(AWTFont *)awtFont tx:(CGAffineTransform)tx invDevTx:(CGAffineTransform)invDevTx style:(JRSFontRenderingStyle)style aaStyle:(jint)aaStyle;
/openjdk7/jdk/src/solaris/native/java/util/
H A DFileSystemPreferences.c38 JNIEXPORT jint JNICALL
40 jclass thisclass, jstring java_fname, jint permission) {
47 return (jint) result;
63 jclass thisclass, jstring java_fname, jint permission, jboolean shared) {
115 JNIEXPORT jint JNICALL
117 jclass thisclass, jint fd) {
134 return (jint)errno;
138 return (jint) errno;
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpServerChannelImpl.c31 extern jint Java_sun_nio_ch_ServerSocketChannelImpl_accept0(JNIEnv* env,
49 JNIEXPORT jint JNICALL Java_sun_nio_ch_SctpServerChannelImpl_accept0
H A DUnixAsynchronousServerSocketChannelImpl.c31 extern jint Java_sun_nio_ch_ServerSocketChannelImpl_accept0(JNIEnv* env,
41 JNIEXPORT jint JNICALL
H A DDevPollArrayWrapper.c74 idevpoll(jint wfd, int dpctl, struct dvpoll a)
104 JNIEXPORT jint JNICALL
117 jint wfd, jint fd, jint mask)
138 jint wfd, jlong address,
139 jint len)
153 JNIEXPORT jint JNICALL
155 jlong address, jint numfds,
156 jlong timeout, jint wf
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_object.h45 ObjectIndex object_new(SiteIndex site_index, jint size, ObjectKind kind,
48 jint object_get_size(ObjectIndex index);
H A Dhprof_io.c124 name_len = (jint)(ptr - (sig+1));
205 type_from_signature(const char *sig, HprofType *kind, jint *size)
247 type_array(const char *sig, HprofType *kind, jint *elem_size)
339 write_raw(&i, (jint)sizeof(unsigned));
345 write_u4((jint)jlong_high(t));
346 write_u4((jint)jlong_low(t));
353 write_raw(&i, (jint)sizeof(unsigned short));
359 write_raw(&i, (jint)sizeof(unsigned char));
371 write_u4((jint)(md_get_microsecs() - gdata->micro_sec_ticks));
375 write_header(unsigned char type, jint lengt
[all...]
/openjdk7/jdk/src/share/native/java/lang/
H A DThrowable.c53 JNIEXPORT jint JNICALL
61 jobject throwable, jint index)
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.h51 jint totalGlyphs, jboolean usePositions,
53 jint lcdContrast,
H A DOGLBlitLoops.c53 jint sx1, jint sy1, jint sx2, jint sy2,
57 jint srcw = sx2 - sx1;
58 jint srch = sy2 - sy1;
107 jboolean rtt, jint hint,
108 jint sx1, jint sy1, jint sx
[all...]
/openjdk7/jdk/src/solaris/bin/
H A Djava_md.h56 char *jvmpath, jint jvmpathsize, const char * arch,
58 static jboolean GetJREPath(char *path, jint pathsize, const char * arch,
/openjdk7/jdk/src/share/bin/
H A Djava.h80 typedef jint (JNICALL *CreateJavaVM_t)(JavaVM **pvm, void **env, void *args);
81 typedef jint (JNICALL *GetDefaultJavaVMInitArgs_t)(void *args);
82 typedef jint (JNICALL *GetCreatedJavaVMs_t)(JavaVM **vmBuf, jsize bufLen, jsize *nVMs);
101 jint ergo_class /* ergnomics policy */
112 GetXUsagePath(char *buf, jint bufsize);
115 GetApplicationHome(char *buf, jint bufsize);
129 char *jrepath, jint so_jrepath,
130 char *jvmpath, jint so_jvmpath,
131 char *jvmcfg, jint so_jvmcfg);
165 jint ReadKnownVM
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DBlitBg.c39 jobject comp, jobject clip, jint bgColor,
40 jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height)
49 jint dstFlags;
96 jint bgpixel = bgColor;
104 jint saves
[all...]
H A DFillPath.c37 static void drawScanline(DrawHandler* hnd, jint x0, jint x1, jint y0) {
52 jint transX, jint transY, jobject p2df)
56 jint numTypes;
57 jint fillRule;
59 jint pixel = GrPrim_Sg2dGetPixel(env, sg2d);
60 jint maxCoords;
65 jint re
[all...]
H A DMaskFill.c43 jint x, jint y, jint w, jint h,
44 jbyteArray maskArray, jint maskoff, jint maskscan)
75 jint color = GrPrim_Sg2dGetEaRGB(env, sg2d);
78 jint width = rasInfo.bounds.x2 - rasInfo.bounds.x1;
79 jint height = rasInfo.bounds.y2 - rasInfo.bounds.y1;
111 CompositeInfo *pCompInfo, jint colo
[all...]
H A DDrawParallelogram.c37 jint ix1 = (jint) floor(X1); \
38 jint ix2 = (jint) floor(X2); \
39 jint iy1 = (jint) floor(Y1); \
40 jint iy2 = (jint) floor(Y2); \
52 jint ystart;
53 jint yen
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp75 jint x1, jint y1, jint x2, jint y2)
86 jint x, jint y, jint w, jint h)
113 jint dx, jint d
[all...]
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DSolarisVirtualMachine.c52 JNIEXPORT jint JNICALL Java_sun_tools_attach_SolarisVirtualMachine_open
141 (JNIEnv *env, jclass cls, jint fd)
152 JNIEXPORT jint JNICALL Java_sun_tools_attach_SolarisVirtualMachine_read
153 (JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint baLen)
171 (*env)->SetByteArrayRegion(env, ba, off, (jint)n, (jbyte *)(buf+off));
183 (JNIEnv *env, jclass cls, jint pid)
195 jint err;
209 static const char* translate_error(jint er
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Djava2d_Mlib.c72 jint lox, jint loy, jint hix, \
73 jint hiy, jint pixel, \
114 jint lox, jint loy, jint hix, \
115 jint hiy, jint pixe
[all...]
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c152 static jint throwOutOfMemoryError(JNIEnv *env, const char * cause)
158 static jint throwInterruptedIOException(JNIEnv *env, const char * cause)
165 static jint throwIllegalStateException(JNIEnv *env, const char * cause)
177 jint addfd(JNIEnv *, ioevent_t *, jint, jshort);
178 jint removefd(JNIEnv *, ioevent_t *, jint);
190 JNIEXPORT jint JNICALL Java_Poller_nativeInit(JNIEnv *env, jclass cls)
247 JNIEXPORT jint JNICALL Java_Poller_getNumCPUs(JNIEnv *env, jclass cls)
262 JNIEXPORT jint JNICAL
[all...]
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A DorderAccess_windows_x86.inline.hpp51 volatile jint local_dummy = 0;
68 inline jint OrderAccess::load_acquire(volatile jint* p) { return *p; }
83 inline void OrderAccess::release_store(volatile jint* p, jint v) { *p = v; }
119 inline void OrderAccess::store_fence(jint* p, jint v) {
134 inline void OrderAccess::store_fence(juint* p, juint v) { store_fence((jint*)p, (jint)v); }
143 store_fence((jint*)
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciKlass.hpp49 jint _layout_helper;
81 jint layout_helper() { return _layout_helper; }
116 jint modifier_flags();
119 jint access_flags();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DdirtyCardQueue.hpp88 jint _processed_buffers_mut;
89 jint _processed_buffers_rs_thread;
169 jint processed_buffers_mut() {
172 jint processed_buffers_rs_thread() {

Completed in 1503 milliseconds

1234567891011>>