Searched defs:id (Results 651 - 675 of 770) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp270 void PORT_Close(void* id) { argument
271 TRACE1(">>PORT_Close %p\n", id);
272 PortMixer *mixer = (PortMixer *)id;
293 INT32 PORT_GetPortCount(void* id) { argument
294 PortMixer *mixer = (PortMixer *)id;
302 INT32 PORT_GetPortType(void* id, INT32 portIndex) { argument
303 PortMixer *mixer = (PortMixer *)id;
359 INT32 PORT_GetPortName(void* id, INT32 portIndex, char* name, INT32 len) { argument
360 PortMixer *mixer = (PortMixer *)id;
450 void PORT_GetControls(void* id, INT3 argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp221 JNIid* id = jfieldIDWorkaround::from_static_jfieldID(fid); local
222 klassOop f_oop = id->holder();
227 if (!id->find_local_field(&fd))
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp75 void NMethodSweeper::report_events(int id, address entry) { argument
80 _records[i].compile_id == id) {
87 _records[i].compile_id == id) {
475 // unload the oldest half of the nmethods (based on the compile job id) by
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c546 int DAUDIO_Start(void* id, int isSource) { argument
547 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
614 int DAUDIO_Stop(void* id, int isSource) { argument
615 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
634 void DAUDIO_Close(void* id, int isSource) { argument
635 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
700 int DAUDIO_Write(void* id, char* data, int byteSize) { argument
701 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
748 int DAUDIO_Read(void* id, char* data, int byteSize) { argument
749 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
797 DAUDIO_GetBufferSize(void* id, int isSource) argument
803 DAUDIO_StillDraining(void* id, int isSource) argument
814 DAUDIO_Flush(void* id, int isSource) argument
838 DAUDIO_GetAvailable(void* id, int isSource) argument
879 DAUDIO_GetBytePosition(void* id, int isSource, INT64 javaBytePos) argument
922 DAUDIO_SetBytePosition(void* id, int isSource, INT64 javaBytePos) argument
928 DAUDIO_RequiresServicing(void* id, int isSource) argument
933 DAUDIO_Service(void* id, int isSource) argument
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c546 int DAUDIO_Start(void* id, int isSource) { argument
547 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
614 int DAUDIO_Stop(void* id, int isSource) { argument
615 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
634 void DAUDIO_Close(void* id, int isSource) { argument
635 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
700 int DAUDIO_Write(void* id, char* data, int byteSize) { argument
701 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
748 int DAUDIO_Read(void* id, char* data, int byteSize) { argument
749 AlsaPcmInfo* info = (AlsaPcmInfo*) id;
797 DAUDIO_GetBufferSize(void* id, int isSource) argument
803 DAUDIO_StillDraining(void* id, int isSource) argument
814 DAUDIO_Flush(void* id, int isSource) argument
838 DAUDIO_GetAvailable(void* id, int isSource) argument
879 DAUDIO_GetBytePosition(void* id, int isSource, INT64 javaBytePos) argument
922 DAUDIO_SetBytePosition(void* id, int isSource, INT64 javaBytePos) argument
928 DAUDIO_RequiresServicing(void* id, int isSource) argument
933 DAUDIO_Service(void* id, int isSource) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpNet.c399 (JNIEnv *env, jint fd, sctp_assoc_t id) {
406 if ((addrCount = nio_sctp_getpaddrs(fd, id, (void **)&addr_buf)) == -1) {
408 if ((addrCount = nio_sctp_getpaddrs(fd, id, (struct sockaddr**)&addr_buf)) == -1) {
398 getRemoteAddresses(JNIEnv *env, jint fd, sctp_assoc_t id) argument
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1039 awt_post_java_key_event(JNIEnv *env, jobject peer, jint id, argument
1042 JNU_CallMethodByName(env, NULL, peer, "postKeyEvent", "(IJICIIJI)V", id,
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethod.java456 public void sendInputMethodEvent(int id, long when, String text, argument
540 id,
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c61 fileToNTPath(JNIEnv *env, jobject file, jfieldID id) { argument
64 path = (*env)->GetObjectField(env, file, id);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipelineManager.cpp390 WCHAR *id; local
401 id = dd.DeviceID;
402 if (wcslen(id) > 21) {
404 wcsncpy(vendorId, id+8, 4);
408 wcsncpy(deviceId, id+17, 4);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c224 int id; /* Nth allocation */ member in struct:__anon529
229 #define warrant_id_(mptr) warrant_(mptr).id
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c537 (JNIEnv* env, jclass clazz, jlong id, jboolean isSource) {
539 DAUDIO_Info* info = (DAUDIO_Info*) (UINT_PTR) id;
553 (JNIEnv* env, jclass clazz, jlong id, jboolean isSource) {
555 DAUDIO_Info* info = (DAUDIO_Info*) (UINT_PTR) id;
569 (JNIEnv* env, jclass clazz, jlong id, jboolean isSource) {
571 DAUDIO_Info* info = (DAUDIO_Info*) (UINT_PTR) id;
588 (JNIEnv *env, jclass clazz, jlong id, jbyteArray jData,
596 DAUDIO_Info* info = (DAUDIO_Info*) (UINT_PTR) id;
660 (JNIEnv* env, jclass clazz, jlong id, jbyteArray jData, jint offset, jint len, jint conversionSize) {
665 DAUDIO_Info* info = (DAUDIO_Info*) (UINT_PTR) id;
536 Java_com_sun_media_sound_DirectAudioDevice_nStart(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
552 Java_com_sun_media_sound_DirectAudioDevice_nStop(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
568 Java_com_sun_media_sound_DirectAudioDevice_nClose(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
587 Java_com_sun_media_sound_DirectAudioDevice_nWrite(JNIEnv *env, jclass clazz, jlong id, jbyteArray jData, jint offset, jint len, jint conversionSize, jfloat leftGain, jfloat rightGain) argument
659 Java_com_sun_media_sound_DirectAudioDevice_nRead(JNIEnv* env, jclass clazz, jlong id, jbyteArray jData, jint offset, jint len, jint conversionSize) argument
692 Java_com_sun_media_sound_DirectAudioDevice_nGetBufferSize(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
710 Java_com_sun_media_sound_DirectAudioDevice_nIsStillDraining(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
728 Java_com_sun_media_sound_DirectAudioDevice_nFlush(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
744 Java_com_sun_media_sound_DirectAudioDevice_nAvailable(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
762 Java_com_sun_media_sound_DirectAudioDevice_nGetBytePosition(JNIEnv* env, jclass clazz, jlong id, jboolean isSource, jlong javaBytePos) argument
779 Java_com_sun_media_sound_DirectAudioDevice_nSetBytePosition(JNIEnv* env, jclass clazz, jlong id, jboolean isSource, jlong pos) argument
794 Java_com_sun_media_sound_DirectAudioDevice_nRequiresServicing(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
810 Java_com_sun_media_sound_DirectAudioDevice_nService(JNIEnv* env, jclass clazz, jlong id, jboolean isSource) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java409 * Gets certificates from an attribute id and location in the LDAP
414 * @param id the attribute identifier
420 String id, X509CertSelector sel) throws CertStoreException {
425 encodedCert = request.getValues(id);
459 * Gets certificate pairs from an attribute id and location in the LDAP
463 * @param id the attribute identifier
468 LDAPRequest request, String id) throws CertStoreException {
473 encodedCertPair = request.getValues(id);
686 * Gets CRLs from an attribute id and location in the LDAP directory.
691 * @param id th
419 getCertificates(LDAPRequest request, String id, X509CertSelector sel) argument
467 getCertPairs( LDAPRequest request, String id) argument
696 getCRLs(LDAPRequest request, String id, X509CRLSelector sel) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java85 // Map Integer(id) -> CipherSuite
97 // id in 16 bit MSB format, i.e. 0x0004 for SSL_RSA_WITH_RC4_128_MD5
98 final int id; field in class:CipherSuite
129 private CipherSuite(String name, int id, int priority, argument
133 this.id = id;
166 private CipherSuite(String name, int id) { argument
168 this.id = id;
245 int id
265 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed, int obsoleted, int supported, PRF prf) argument
290 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed, int obsoleted) argument
308 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed) argument
318 add(String name, int id) argument
[all...]
H A DSSLSessionImpl.java162 SessionId id, String host, int port) {
164 sessionId = id;
160 SSLSessionImpl(ProtocolVersion protocolVersion, CipherSuite cipherSuite, Collection<SignatureAndHashAlgorithm> algorithms, SessionId id, String host, int port) argument
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAlgorithmId.java178 // rfc3447 C1: When id-sha1, id-sha256, id-sha384 and id-sha512
181 // rfc3279 2.3.2: The id-dsa algorithm syntax includes optional
184 // rfc3370 3.1: When the id-dsa-with-sha1 algorithm identifier
303 public final boolean equals(ObjectIdentifier id) { argument
304 return algid.equals(id);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java86 public boolean isExemptPackage(Identifier id) { argument
87 return env.isExemptPackage(id);
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchEnvironment.java289 public boolean isExemptPackage(Identifier id) { argument
296 return exemptPackages.contains(id);
425 // Correction below is part of fix for bug id 4056065.
697 // be not found. (bug id 4030497)
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollbar.java452 public void handleMouseEvent(int id, int modifiers, int x, int y) { argument
459 switch (id) {
478 switch (id) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java211 // save name, public id, system id
248 // save name, public id, system id, and notation name
276 // save name, public id, system id, and notation name
422 * @param id
431 boolean id,
454 if (id) {
1030 System.out.println(" id inde
426 setDeferredAttribute(int elementNodeIndex, String attrName, String attrURI, String attrValue, boolean specified, boolean id, Object type) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java124 /** The SAX Document system-id */
596 * @param nodeHandle the id of the node.
647 * @param nodeHandle the id of the node.
942 int id=mgrD.getFirstFreeDTMID();
943 mgrD.addDTM(this,id,nodeIndex);
944 m_dtmIdent.addElement(id<<DTMManager.IDENT_DTM_NODE_BITS);
1004 * @param nodeHandle The node id.
1047 * @param nodeHandle the id of the node.
1143 * @param nodeHandle the id of the node.
1239 * @param nodeHandle the id o
1514 setIDAttribute(String id, int elem) argument
[all...]
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java468 Identifier id = type.getIdentifier();
469 String name = IDLNames.replace(id.getName().toString(),". ",".");
636 Identifier id = type.getIdentifier();
637 String name = IDLNames.replace(id.toString(),". ",".");
643 Identifier id = type.getIdentifier();
644 return IDLNames.replace(id.toString(),". ",".");
651 String getName(Identifier id) { argument
652 return getName(id.toString());
1078 p.plnI("if ($_id.equals("+helperName+".id())) {");
1397 // so just use its id
[all...]
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp833 ULONG id = 0; local
834 if (ptrIDebugSystemObjects->GetThreadIdBySystemId((ULONG)sysId, &id) != S_OK) {
838 return (jlong) id;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java288 public ThreadProxy getThreadForThreadId(long id) { argument
289 return threadFactory.createThreadWrapper(id);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java1160 StringReferenceImpl stringMirror(Instance id) { argument
1161 return (StringReferenceImpl) objectMirror(id);
1164 ArrayReferenceImpl arrayMirror(Array id) { argument
1165 return (ArrayReferenceImpl) objectMirror(id);
1168 ThreadReferenceImpl threadMirror(Instance id) { argument
1169 return (ThreadReferenceImpl) objectMirror(id);
1176 ThreadGroupReferenceImpl threadGroupMirror(Instance id) { argument
1177 return (ThreadGroupReferenceImpl) objectMirror(id);
1180 ClassLoaderReferenceImpl classLoaderMirror(Instance id) { argument
1181 return (ClassLoaderReferenceImpl) objectMirror(id);
1184 classObjectMirror(Instance id) argument
[all...]

Completed in 131 milliseconds

<<21222324252627282930>>