Searched defs:typ (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPortMixer.java368 private BoolCtrl(long controlID, BooleanControl.Type typ) { argument
369 super(typ, false);
443 private FloatCtrl(long controlID, FloatControl.Type typ, argument
445 super(typ, min, max, precision, 1000, min, units);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1723 relocInfo::relocType typ = iter.reloc()->type(); variable
1724 if ( typ != relocInfo::static_call_type &&
1725 typ != relocInfo::opt_virtual_call_type &&
1726 typ != relocInfo::static_stub_type) {

Completed in 43 milliseconds