Searched refs:typ (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/ |
H A D | JAXPValidationMessages_sv.properties | 44 SchemaFactorySourceUnrecognized = Source-parametrar av typ ''{0}'' identifieras inte av SchemaFactory. 48 SourceNotAccepted = Source-parametrar av typ ''{0}'' accepteras inte av valideraren. 49 SourceResultMismatch = Source-parametrar av typ ''{0}'' \u00E4r inte kompatibla med resultatparametrar av typ ''{1}''.
|
H A D | DOMMessages_sv.properties | 48 INVALID_MODIFICATION_ERR = Ett f\u00F6rs\u00F6k g\u00F6rs att \u00E4ndra typ av underliggande objekt. 52 NOT_SUPPORTED_ERR = Implementeringen saknar st\u00F6d f\u00F6r beg\u00E4rd typ av objekt eller \u00E5tg\u00E4rd. 79 InvalidDocumentClassName = Klassnamnet p\u00E5 dokumentfabrik \"{0}\" som anv\u00E4nds vid konstruktion av DOM-tr\u00E4det \u00E4r inte typ org.w3c.dom.Document. 89 INVALID_NODE_TYPE_ERR = En container med gr\u00E4nspunktsintervall anges till nod av ogiltig typ eller nod med \u00F6verordnad av ogiltig typ.
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | OverlayLayout.java | 267 Dimension typ = c.getPreferredSize(); 269 xChildren[i] = new SizeRequirements(min.width, typ.width, 272 yChildren[i] = new SizeRequirements(min.height, typ.height,
|
H A D | BoxLayout.java | 483 Dimension typ = c.getPreferredSize(); 485 xChildren[i] = new SizeRequirements(min.width, typ.width, 488 yChildren[i] = new SizeRequirements(min.height, typ.height,
|
/openjdk7/jdk/src/share/classes/com/sun/media/sound/ |
H A D | PortMixer.java | 368 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 D | vframe_hp.hpp | 106 void set_local_at(int idx, BasicType typ, jvalue val);
|
H A D | sharedRuntime.cpp | 1723 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 67 milliseconds