Searched defs:controls (Results 1 - 18 of 18) sorted by relevance

/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DBindingWithControls.java32 private Control[] controls; field in class:BindingWithControls
34 public BindingWithControls(String name, Object obj, Control[] controls) { argument
H A DNameClassPairWithControls.java32 private Control[] controls; field in class:NameClassPairWithControls
34 NameClassPairWithControls(String name, String className, Control[] controls) argument
H A DSearchResultWithControls.java33 private Control[] controls; field in class:SearchResultWithControls
35 SearchResultWithControls(String name, Object obj, Attributes attrs, boolean isRelative, Control[] controls) argument
H A DUnsolicitedResponseImpl.java42 private Control[] controls; field in class:UnsolicitedResponseImpl
44 UnsolicitedResponseImpl(String oid, byte[] berVal, Vector<Vector<String>> ref, int status, String msg, String matchedDN, Control[] controls) argument
H A DNotifierArgs.java51 SearchControls controls; field in class:NotifierArgs
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DCompoundControl.java41 private final Control[] controls; field in class:CompoundControl
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DAbstractLine.java47 protected Control[] controls; field in class:AbstractLine
63 protected AbstractLine(Line.Info info, AbstractMixer mixer, Control[] controls) { argument
[all...]
H A DAbstractDataLine.java68 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls) { argument
75 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls, AudioFormat format, int bufferSize) { argument
H A DAbstractMixer.java96 AbstractMixer(Mixer.Info mixerInfo, Control[] controls, Line.Info[] sourceLineInfo, Line.Info[] targetLineInfo) argument
H A DPortMixer.java257 private void enableControls(Control[] controls, boolean enable) { argument
389 CompCtrl(String name, Control[] controls) argument
[all...]
H A DSoftMixingDataLine.java428 private final Control[] controls; field in class:SoftMixingDataLine
/openjdk9/jdk/src/demo/share/applets/DrawTest/
H A DDrawTest.java69 DrawControls controls; field in class:DrawTest
/openjdk9/jdk/src/demo/share/applets/ArcTest/
H A DArcTest.java55 ArcControls controls; // The controls for marking and filling arcs field in class:ArcTest
/openjdk9/jdk/src/java.desktop/share/native/libjsound/
H A DPortMixer.c219 void* PORT_NewCompoundControl(void* creatorV, char* type, void** controls, int controlCount) { argument
/openjdk9/jdk/src/java.desktop/unix/native/libjsound/
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c65 PortControl* controls; member in struct:tag_PortMixer
380 void* controls[10]; local
[all...]
H A DPLATFORM_API_SolarisOS_Ports.c389 void* controls[4]; local
[all...]
H A DPLATFORM_API_BsdOS_ALSA_Ports.c65 PortControl* controls; member in struct:tag_PortMixer
380 void* controls[10]; local
[all...]
/openjdk9/jdk/src/java.desktop/windows/native/libjsound/
H A DPLATFORM_API_WinOS_Ports.c231 MIXERLINECONTROLS controls; local
296 getControlInfo(HMIXER handle, MIXERLINE* line, MIXERLINECONTROLS* controls) argument
327 lineHasControls(HMIXER handle, MIXERLINE* line, MIXERLINECONTROLS* controls) argument
571 MIXERLINECONTROLS controls; local
886 void** controls = NULL; local
[all...]

Completed in 90 milliseconds