Searched refs:handle (Results 51 - 75 of 370) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DCUPSfuncs.c69 void *handle = dlopen(VERSIONED_JNI_LIB_NAME("cups", "2"), local
72 if (handle == NULL) {
73 handle = dlopen(JNI_LIB_NAME("cups"), RTLD_LAZY | RTLD_GLOBAL);
74 if (handle == NULL) {
79 j2d_cupsServer = (fn_cupsServer)dlsym(handle, "cupsServer");
81 dlclose(handle);
85 j2d_ippPort = (fn_ippPort)dlsym(handle, "ippPort");
87 dlclose(handle);
91 j2d_httpConnect = (fn_httpConnect)dlsym(handle, "httpConnect");
93 dlclose(handle);
[all...]
H A Dawt_Mlib.c55 void *handle = NULL; local
71 handle = dlopen(JNI_LIB_NAME("mlib_image_v"), RTLD_LAZY);
74 if (handle == NULL) {
75 handle = dlopen(JNI_LIB_NAME("mlib_image"), RTLD_LAZY);
78 if (handle == NULL) {
89 if ((tempSysFns.createFP = (MlibCreateFP_t)dlsym(handle,
98 if ((tempSysFns.createStructFP = (MlibCreateStructFP_t)dlsym(handle,
108 if ((tempSysFns.deleteImageFP = (MlibDeleteFP_t)dlsym(handle,
126 fPtr = (mlib_status (*)())dlsym(handle, mptr[i].fname);
135 dlclose(handle);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeList.java112 int handle=m_iter.item(index);
113 if (handle == DTM.NULL) {
116 return m_iter.getDTM(handle).getNode(handle);
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.h50 * 'handle' is an abstract client handle, reserved for future expansions
53 typedef int java_stack_f(void *cld, const prgregset_t regs, const char* name, int bci, int line, void *handle);
/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.hpp53 static void pd_dispose(int handle);
62 static void dispose(OpaqueProbes handle);
97 void set_helper_handle(int handle) { _helper_handle = handle; } argument
H A Dhandles.hpp34 // allocated and passed around via Handles within the VM. A handle is
35 // simply an extra indirection allocated in a thread local handle area.
37 // A handle is a ValueObj, so it can be passed around as a value, can
46 // Handle h1(obj); // allocate new handle
48 // Handle h3; // declare handle only, no allocation occurs
51 // oop obj2 = h2(); // get handle value
56 // there is a corresponding handle called xxxHandle, e.g.
64 // is a corresponding handle called xxxKlassHandle, e.g.
81 oop non_null_obj() const { assert(_handle != NULL, "resolving NULL handle"); return *_handle; }
110 Handle(oop *handle, boo argument
115 raw_resolve(oop *handle) argument
151 KlassHandle(klassOop *handle, bool dummy) argument
262 oop* handle = (oop*) (UseMallocOnly ? internal_malloc_4(oopSize) : Amalloc_4(oopSize)); local
[all...]
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c142 INT32 MIDI_IN_OpenDevice(INT32 deviceIndex, MidiDeviceHandle** handle) { argument
145 ret = openMidiDevice(SND_RAWMIDI_STREAM_INPUT, deviceIndex, handle);
151 INT32 MIDI_IN_CloseDevice(MidiDeviceHandle* handle) { argument
154 ret = closeMidiDevice(handle);
160 INT32 MIDI_IN_StartDevice(MidiDeviceHandle* handle) { argument
166 INT32 MIDI_IN_StopDevice(MidiDeviceHandle* handle) { argument
172 INT64 MIDI_IN_GetTimeStamp(MidiDeviceHandle* handle) { argument
173 return getMidiTimestamp(handle);
178 MidiMessage* MIDI_IN_GetMessage(MidiDeviceHandle* handle) { argument
186 if (!handle) {
343 MIDI_IN_ReleaseMessage(MidiDeviceHandle* handle, MidiMessage* msg) argument
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c142 INT32 MIDI_IN_OpenDevice(INT32 deviceIndex, MidiDeviceHandle** handle) { argument
145 ret = openMidiDevice(SND_RAWMIDI_STREAM_INPUT, deviceIndex, handle);
151 INT32 MIDI_IN_CloseDevice(MidiDeviceHandle* handle) { argument
154 ret = closeMidiDevice(handle);
160 INT32 MIDI_IN_StartDevice(MidiDeviceHandle* handle) { argument
166 INT32 MIDI_IN_StopDevice(MidiDeviceHandle* handle) { argument
172 INT64 MIDI_IN_GetTimeStamp(MidiDeviceHandle* handle) { argument
173 return getMidiTimestamp(handle);
178 MidiMessage* MIDI_IN_GetMessage(MidiDeviceHandle* handle) { argument
186 if (!handle) {
343 MIDI_IN_ReleaseMessage(MidiDeviceHandle* handle, MidiMessage* msg) argument
[all...]
H A DPLATFORM_API_BsdOS_ALSA_Ports.c76 snd_ctl_t *handle; local
90 err = snd_ctl_open(&handle, devname, 0);
95 snd_ctl_close(handle);
109 snd_ctl_t* handle; local
120 err = snd_ctl_open(&handle, devname, 0);
125 err = snd_ctl_card_info(handle, card_info);
138 snd_ctl_close(handle);
149 PortMixer* handle; local
173 handle = (PortMixer*) calloc(1, sizeof(PortMixer));
174 if (handle
215 PortMixer* handle = (PortMixer*) id; local
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c76 snd_ctl_t *handle; local
90 err = snd_ctl_open(&handle, devname, 0);
95 snd_ctl_close(handle);
109 snd_ctl_t* handle; local
120 err = snd_ctl_open(&handle, devname, 0);
125 err = snd_ctl_card_info(handle, card_info);
138 snd_ctl_close(handle);
149 PortMixer* handle; local
173 handle = (PortMixer*) calloc(1, sizeof(PortMixer));
174 if (handle
215 PortMixer* handle = (PortMixer*) id; local
[all...]
H A DPLATFORM_API_BsdOS_ALSA_PCMUtils.c48 snd_ctl_t *handle; local
79 if (snd_ctl_open(&handle, devname, SND_CTL_NONBLOCK) >= 0) {
80 if (snd_ctl_card_info(handle, cardinfo) >= 0) {
83 snd_ctl_close(handle);
106 err = snd_ctl_open(&handle, devname, SND_CTL_NONBLOCK);
111 err = snd_ctl_card_info(handle, cardinfo);
118 if (snd_ctl_pcm_next_device(handle, &dev) < 0) {
127 err = snd_ctl_pcm_info(handle, pcminfo);
131 err = snd_ctl_pcm_info(handle, pcminfo);
157 snd_ctl_close(handle);
214 openPCMfromDeviceID(int deviceID, snd_pcm_t** handle, int isSource, int hardware) argument
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_PCMUtils.c48 snd_ctl_t *handle; local
79 if (snd_ctl_open(&handle, devname, SND_CTL_NONBLOCK) >= 0) {
80 if (snd_ctl_card_info(handle, cardinfo) >= 0) {
83 snd_ctl_close(handle);
106 err = snd_ctl_open(&handle, devname, SND_CTL_NONBLOCK);
111 err = snd_ctl_card_info(handle, cardinfo);
118 if (snd_ctl_pcm_next_device(handle, &dev) < 0) {
127 err = snd_ctl_pcm_info(handle, pcminfo);
131 err = snd_ctl_pcm_info(handle, pcminfo);
157 snd_ctl_close(handle);
214 openPCMfromDeviceID(int deviceID, snd_pcm_t** handle, int isSource, int hardware) argument
[all...]
/openjdk7/jdk/test/com/sun/security/auth/callback/TextCallbackHandler/
H A DNPE.java40 new TextCallbackHandler().handle(new Callback[] {
/openjdk7/jdk/src/share/classes/sun/misc/
H A DNativeSignalHandler.java42 public void handle(Signal sig) { method in class:NativeSignalHandler
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c57 * and destroy routines. Per Object (handle passed in) synchronization
59 * 3> It is currently up to the user to handle waking up an
265 int handle, retval, i;
271 handle = Current_handle;
275 handle = i;
279 if (handle >= MAX_HANDLES) {
286 ioeh = &IOE_handles[handle];
295 retval = handle;
320 (JNIEnv *env, jobject obj, jint handle)
325 if (handle <
262 int handle, retval, i; local
315 Java_Poller_nativeDestroyPoller(JNIEnv *env, jobject obj, jint handle) argument
363 Java_Poller_nativeAddFd(JNIEnv *env, jobject obj, jint handle, jint fd, jshort events) argument
467 Java_Poller_nativeRemoveFd(JNIEnv *env, jobject obj, jint handle, jint fd) argument
572 Java_Poller_nativeIsMember(JNIEnv *env, jobject obj, jint handle, jint fd) argument
621 Java_Poller_nativeWait(JNIEnv *env, jobject obj, jint handle, jint maxEvents, jintArray jfds, jshortArray jrevents, jlong timeout) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUserDefinedFileAttributeView.java72 long handle = first.handle();
80 while ((name = FindNextStream(handle)) != null) {
85 FindClose(handle);
97 long handle = -1L;
103 handle = CreateFile(file.getPathForWin32Calls(),
141 BackupResult result = BackupRead(handle, address,
153 result = BackupRead(handle, address, nameSize, false, context);
177 BackupSeek(handle, streamSize, context);
187 BackupRead(handle,
[all...]
H A DWindowsWatchService.java88 // handle to directory
89 private volatile long handle = INVALID_HANDLE_VALUE; field in class:WindowsWatchService.WindowsWatchKey
117 WindowsWatchKey init(long handle, argument
125 this.handle = handle;
135 long handle() { method in class:WindowsWatchService.WindowsWatchKey
136 return handle;
173 CloseHandle(handle);
180 handle = INVALID_HANDLE_VALUE;
188 return handle !
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArrayKlassKlass.java47 ArrayKlassKlass(OopHandle handle, ObjectHeap heap) { argument
48 super(handle, heap);
H A DCompiledICHolderKlass.java47 CompiledICHolderKlass(OopHandle handle, ObjectHeap heap) { argument
48 super(handle, heap);
H A DConstMethodKlass.java49 ConstMethodKlass(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
H A DConstantPoolCacheKlass.java49 ConstantPoolCacheKlass(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
H A DConstantPoolKlass.java49 ConstantPoolKlass(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);
H A DInstanceKlassKlass.java50 InstanceKlassKlass(OopHandle handle, ObjectHeap heap) { argument
51 super(handle, heap);
H A DKlassKlass.java50 KlassKlass(OopHandle handle, ObjectHeap heap) { argument
51 super(handle, heap);
H A DMethodDataKlass.java49 MethodDataKlass(OopHandle handle, ObjectHeap heap) { argument
50 super(handle, heap);

Completed in 71 milliseconds

1234567891011>>