Searched defs:getUsage (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DMemoryNotificationInfo.java167 this.usage = MemoryNotifInfoCompositeData.getUsage(cd);
188 public MemoryUsage getUsage() { method in class:MemoryNotificationInfo
H A DMemoryPoolMXBean.java76 * The {@link #getUsage} method provides an estimate
147 * by calling either the {@link #getUsage} method for all
409 public MemoryUsage getUsage(); method in interface:MemoryPoolMXBean
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/accessors/
H A DPluginImpl.java56 public String getUsage() { method in class:PluginImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/code_injector/
H A DPluginImpl.java60 public String getUsage() { method in class:PluginImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/locator/
H A DSourceLocationAddOn.java59 public String getUsage() { method in class:SourceLocationAddOn
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/sync/
H A DSynchronizedMethodAddOn.java51 public String getUsage() { method in class:SynchronizedMethodAddOn
/openjdk7/jdk/src/share/classes/sun/management/
H A DMemoryNotifInfoCompositeData.java62 MemoryUsageCompositeData.toCompositeData(memoryNotifInfo.getUsage()),
106 public static MemoryUsage getUsage(CompositeData cd) { method in class:MemoryNotifInfoCompositeData
H A DMemoryPoolImpl.java95 public MemoryUsage getUsage() { method in class:MemoryPoolImpl
/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSCredential.java253 public int getUsage() throws GSSException; method in interface:GSSCredential
272 public int getUsage(Oid mech) throws GSSException; method in interface:GSSCredential
278 * application must call the {@link #getUsage(Oid) getUsage} method with
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DPlugin.java78 public abstract String getUsage(); method in class:Plugin
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/at_generated/
H A DPluginImpl.java55 public String getUsage() { method in class:PluginImpl
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryPoolStat.java71 public MemoryUsage getUsage() { method in class:MemoryPoolStat
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/episode/
H A DPluginImpl.java89 public String getUsage() { method in class:PluginImpl
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSCredentialImpl.java85 if ((hashtable.size() == 0) || (usage != getUsage()))
188 if (tempKey.getUsage() == INITIATE_ONLY)
190 else if (tempKey.getUsage() == ACCEPT_ONLY)
292 public int getUsage() throws GSSException { method in class:GSSCredentialImpl
306 if (tempKey.getUsage() == INITIATE_ONLY)
308 else if (tempKey.getUsage() == ACCEPT_ONLY)
322 public int getUsage(Oid mech) throws GSSException { method in class:GSSCredentialImpl
654 public int getUsage() { method in class:GSSCredentialImpl.SearchKey
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DUnusedResourcesTest.java104 String getUsage(TwrStmt stmt) { method in class:UnusedResourcesTest.ResourceUsage
146 replace("#U1_R1", usage1.getUsage(TwrStmt.TWR1)).
147 replace("#U1_R2", usage2.getUsage(TwrStmt.TWR1)).
148 replace("#U1_R3", usage3.getUsage(TwrStmt.TWR1)).
149 replace("#U2_R1", usage1.getUsage(TwrStmt.TWR2)).
150 replace("#U2_R2", usage2.getUsage(TwrStmt.TWR2)).
151 replace("#U2_R3", usage3.getUsage(TwrStmt.TWR2)).
152 replace("#U3_R1", usage1.getUsage(TwrStmt.TWR3)).
153 replace("#U3_R2", usage2.getUsage(TwrStmt.TWR3)).
154 replace("#U3_R3", usage3.getUsage(TwrStm
[all...]

Completed in 129 milliseconds