Searched defs:lcd (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/awt/Graphics/
H A DTextAAHintsTest.java38 String lcd = "This text should be LCD sub-pixel text (coloured)."; field in class:TextAAHintsTest
87 g2d.drawString(lcd, 10, 95);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpLcd.java88 * @param lcd The Lcd model.
92 SnmpModelLcd lcd) {
100 subsys.addModelLcd(id, lcd);
113 SnmpModelLcd lcd = subsys.removeModelLcd(id);
114 if(lcd == null) {
90 addModelLcd(SnmpSubSystem sys, int id, SnmpModelLcd lcd) argument
H A DSnmpEngineImpl.java116 transient private SnmpLcd lcd = null; field in class:SnmpEngineImpl
167 return lcd;
181 * <li> If an lcd file is provided containing the property "localEngineID", this property value is used.</li>.
187 * @param lcd The local configuration datastore.
192 SnmpLcd lcd,
195 init(lcd, fact);
203 lcd.storeEngineId(this.engineid);
214 * <li> If an lcd file is provided containing the property "localEngineID", this property value is used.</li>.
219 * @param lcd The local configuration datastore.
225 SnmpLcd lcd,
191 SnmpEngineImpl(SnmpEngineFactory fact, SnmpLcd lcd, SnmpEngineId engineid) argument
224 SnmpEngineImpl(SnmpEngineFactory fact, SnmpLcd lcd, InetAddress address, int port) argument
257 SnmpEngineImpl(SnmpEngineFactory fact, SnmpLcd lcd, int port) argument
288 SnmpEngineImpl(SnmpEngineFactory fact, SnmpLcd lcd) argument
338 init(SnmpLcd lcd, SnmpEngineFactory fact) argument
[all...]

Completed in 182 milliseconds