Searched defs:get (Results 51 - 75 of 610) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrs.java41 ArrayList al = (ArrayList) rp.get((Object) to);
56 public ArrayList/*<LivenessPathElement>*/ get(Oop obj) { method in class:ReversePtrs
57 return (ArrayList) rp.get((Object)obj);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DDefaultScriptObject.java39 public Object get(String name) { method in class:DefaultScriptObject
43 public Object get(int index) { method in class:DefaultScriptObject
H A DScriptObject.java52 public Object get(String name); method in interface:ScriptObject
58 public Object get(int index); method in interface:ScriptObject
/openjdk7/jdk/src/share/classes/javax/script/
H A DBindings.java100 public Object get(Object key); method in interface:Bindings
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolderManager.java66 public Object get(String key) { method in class:ShellFolderManager
81 return get("roots");
87 return new File[] { (File)get("fileChooserDefaultFolder") };
/openjdk7/jdk/src/share/classes/java/net/
H A DCookieHandler.java131 get(URI uri, Map<String, List<String>> requestHeaders) method in class:CookieHandler
145 * @see #get(URI, Map)
H A DCookieStore.java36 * for every incoming HTTP response, and call <tt>CookieStore.get</tt> to
64 * @see #get
83 public List<HttpCookie> get(URI uri); method in interface:CookieStore
H A DResponseCache.java118 * to get the network resource. If a cached response is returned,
139 get(URI uri, String rqstMethod, Map<String, List<String>> rqstHeaders) method in class:ResponseCache
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractSequentialList.java36 * that it implements the "random access" methods (<tt>get(int index)</tt>,
86 public E get(int index) { method in class:AbstractSequentialList
H A DDictionary.java112 abstract public V get(Object key); method in class:Dictionary
128 * <code>get</code> method with a <code>key</code> that is equal to
139 * @see java.util.Dictionary#get(java.lang.Object)
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DFuture.java43 * <tt>get</tt> when the computation has completed, blocking if
70 * displayText(future.get()); // use future
88 * actions following the corresponding {@code Future.get()} in another thread.
94 * @param <V> The result type returned by this Future's <tt>get</tt> method
151 V get() throws InterruptedException, ExecutionException; method in interface:Future
167 V get(long timeout, TimeUnit unit) method in interface:Future
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleRelationSet.java51 * @see #get
97 AccessibleRelation existingRelation = get(relation.getKey());
182 return get(key) != null;
191 public AccessibleRelation get(String key) { method in class:AccessibleRelationSet
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DAttributes.java98 Attribute get(String attrID); method in interface:Attributes
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDescriptorCache.java49 public ImmutableDescriptor get(ImmutableDescriptor descriptor) { method in class:DescriptorCache
50 WeakReference<ImmutableDescriptor> wr = map.get(descriptor);
51 ImmutableDescriptor got = (wr == null) ? null : wr.get();
59 return get(ImmutableDescriptor.union(descriptors));
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/util/
H A DCacheMap.java40 * it with {@link #get(Object) get}. Because these entries are kept
51 * references. Access times for {@link #get(Object) get} and
72 public V get(Object key) { method in class:CacheMap
74 return super.get(key);
89 K key1 = sref.get();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpStandardMetaServer.java71 public SnmpValue get(long arc, Object userData) method in interface:SnmpStandardMetaServer
H A DSnmpStandardObjectServer.java47 * into series of get<i>AttributeName</i>() set<i>AttributeName</i>()
75 * Generic handling of the <CODE>get</CODE> operation.
78 * <CODE>get(var.oid.getOidArc(depth), data);</CODE>
80 * public void get(SnmpStandardMetaServer meta, SnmpMibSubRequest req,
95 * var.value = meta.get(id, data);
118 public void get(SnmpStandardMetaServer meta, SnmpMibSubRequest req, method in class:SnmpStandardObjectServer
128 var.value = meta.get(id, data);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftProcess.java36 public double[] get(int instance, String name); method in interface:SoftProcess
/openjdk7/jdk/src/share/classes/com/sun/script/util/
H A DBindingsImpl.java39 //get method delegates to global if key is not defined in
43 //get delegates to local scope
58 public Object get(Object key) { method in class:BindingsImpl
62 if ((local != null) && (null != (ret = local.get(key)))) {
71 return global.get(key);
79 Object ret = get(key);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DReadBuffer.java45 public void get(long pos, byte[] buf) throws IOException; method in interface:ReadBuffer
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java44 public static Preferences get() { method in class:Settings
/openjdk7/hotspot/src/share/vm/ci/
H A DciConstantPoolCache.cpp45 // ciConstantPoolCache::get
48 void* ciConstantPoolCache::get(int index) { function in class:ciConstantPoolCache
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DPublicMapping.java104 public String get(String id) { method in class:PublicMapping
106 return (String) tab.get(id);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/
H A DGenerator.java46 final String dst = get(argMap, "dst", DEFAULT_OUTPUT_PATH);
53 final String frameworksPath = get(argMap, "frameworks", DEFAULT_FRAMEWORKS_PATH);
89 private static String get(final Map<String, String> defaults, final String key, final String defaultValue) { method in class:Generator
90 final String value = defaults.get(key);
/openjdk7/hotspot/test/compiler/6724218/
H A DTest.java41 Object get(int i) { method in class:Test
78 return get(i);

Completed in 86 milliseconds

1234567891011>>