Searched refs:get (Results 76 - 100 of 3658) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaIOFileDescriptorAccess.java35 public int get(FileDescriptor fd); method in interface:JavaIOFileDescriptorAccess
H A DJavaAWTAccess.java32 public Object get(Object context, Object key); method in interface:JavaAWTAccess
37 public Object get(Object key); method in interface:JavaAWTAccess
/openjdk7/langtools/test/tools/javac/generics/
H A DArrayTypearg.java39 Object o1 = list.get(0)[0];
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DLivenessPathList.java40 public LivenessPath get(int i) { method in class:LivenessPathList
41 return (LivenessPath) list.get(i);
/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/java/lang/ref/
H A DSoftReference.java72 * Timestamp updated by each invocation of the get method. The VM may use
111 public T get() { method in class:SoftReference
112 T o = super.get();
/openjdk7/jdk/test/java/lang/String/
H A DICCBasher.java67 String entry = (String)L1.get(x) + (String)L2.get(x);
76 String mod = (String)L1.get(x);
82 String mod = (String)L2.get(x);
91 String entry = (String)L1.get(x) + (String)L2.get(x);
104 String one = (String)L3.get(x);
105 String two = (String)L4.get(x);
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DPerfIntegerMonitor.java70 return new Integer(ib.get(0));
79 return ib.get(0);
H A DPerfLongMonitor.java69 return new Long(lb.get(0));
78 return lb.get(0);
/openjdk7/langtools/test/tools/javac/generics/inference/6650759/
H A DT6650759d.java44 <U extends C<V>, V extends B> Iterable<V> get(U u) { method in class:T6650759d
49 A<V> a = A.m(get(u));
/openjdk7/hotspot/test/gc/7072527/
H A DTestFullGCCount.java49 GarbageCollectorMXBean collector = collectors.get(i);
67 List<Long> theseCounts = counts.get(collector);
68 long a = theseCounts.get(i);
69 long b = theseCounts.get(i + 1);
86 GarbageCollectorMXBean collector = collectors.get(i);
87 List thisList = counts.get(collector.getName());
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCodeSetCache.java71 Map btcMap = ((Map[])converterCaches.get())[BTC_CACHE_MAP];
73 return (CharsetDecoder)btcMap.get(key);
80 Map ctbMap = ((Map[])converterCaches.get())[CTB_CACHE_MAP];
82 return (CharsetEncoder)ctbMap.get(key);
90 Map btcMap = ((Map[])converterCaches.get())[BTC_CACHE_MAP];
103 Map ctbMap = ((Map[])converterCaches.get())[CTB_CACHE_MAP];
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DNameNode.java109 NameNode get(String key) { method in class:NameNode
111 ? (NameNode) children.get(key)
121 NameNode get(DnsName name, int idx) { method in class:NameNode
124 node = node.get(name.getKey(i));
138 String label = name.get(i);
145 child = (NameNode) node.children.get(key);
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/util/
H A DPolicyUtils.java61 if ("true".equalsIgnoreCase((String)props.get(Sasl.POLICY_NOPLAINTEXT))
65 if ("true".equalsIgnoreCase((String)props.get(Sasl.POLICY_NOACTIVE))
69 if ("true".equalsIgnoreCase((String)props.get(Sasl.POLICY_NODICTIONARY))
73 if ("true".equalsIgnoreCase((String)props.get(Sasl.POLICY_NOANONYMOUS))
77 if ("true".equalsIgnoreCase((String)props.get(Sasl.POLICY_FORWARD_SECRECY))
81 if ("true".equalsIgnoreCase((String)props.get(Sasl.POLICY_PASS_CREDENTIALS))
/openjdk7/jdk/test/com/sun/security/auth/login/ConfigFile/
H A DPropertyExpansion.java68 "value = " + map.get("useFile"));
70 "value = " + map.get("debug"));
72 if (i == 0 && map.get("useFile") == null ||
73 i == 0 && map.get("debug") != null) {
76 if (i == 1 && map.get("useFile") != null ||
77 i == 1 && map.get("debug") == null) {
/openjdk7/jdk/test/sun/nio/cs/
H A DTestMiscEUC_JP.java49 && (bb.get() == euc[0])
50 && (bb.get() == euc[1])
51 && (bb.get() == euc[2]))) {
57 + Integer.toHexString((int)bb.get() & 0xff) + " "
58 + Integer.toHexString((int)bb.get() & 0xff) + " "
59 + Integer.toHexString((int)bb.get() & 0xff));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicLineNumberMapping.java72 BasicLineNumberInfo i1 = get(i);
73 BasicLineNumberInfo i2 = get(i + 1);
86 v.doLineNumber(get(i));
94 private BasicLineNumberInfo get(int i) { method in class:BasicLineNumberMapping
95 return (BasicLineNumberInfo) infoList.get(i);
103 return get(lowIdx);
109 return get(lowIdx);
111 return get(highIdx);
117 BasicLineNumberInfo info = get(midIdx);
130 BasicLineNumberInfo info = get(id
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.cpp104 assert(get(push) == get(pop) + get(steal),
106 get(push), get(pop), get(steal)));
107 assert(get(pop_slow) <= get(pop),
109 get(pop_slow), get(po
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUTF_32Coder.java54 ?(((src.get() & 0xff) << 24) |
55 ((src.get() & 0xff) << 16) |
56 ((src.get() & 0xff) << 8) |
57 (src.get() & 0xff))
58 :((src.get() & 0xff) |
59 ((src.get() & 0xff) << 8) |
60 ((src.get() & 0xff) << 16) |
61 ((src.get() & 0xff) << 24));
71 cp = ((src.get() & 0xff) << 24) |
72 ((src.get()
[all...]
/openjdk7/jdk/test/java/lang/annotation/loaderLeak/
H A DMain.java50 if (c.get() == null) throw new AssertionError();
51 if (c.get().getClassLoader() != loader) throw new AssertionError();
52 if (readAnn) System.out.println(c.get().getAnnotations()[0]);
53 if (c.get() == null) throw new AssertionError();
56 if (c.get() == null) throw new AssertionError();
62 if (c.get() != null) throw new AssertionError();
96 result = (Class)classes.get(className);
/openjdk7/jdk/test/java/util/concurrent/atomic/
H A DLazy.java72 if (! (b.get() == true &&
73 i.get() == 2 &&
74 l.get() == 3L &&
75 r.get() == 9L &&
76 ia.get(0) == 4 &&
77 la.get(0) == 5L &&
78 ra.get(0) == 6L &&
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessageBase.java88 ORBUtilSystemException.get( CORBALogDomains.RPC_PROTOCOL ) ;
142 dprint(".readGIOPHeader: " + typeToString(buf.get(7)));
165 b1 = (buf.get(0) << 24) & 0xFF000000;
166 b2 = (buf.get(1) << 16) & 0x00FF0000;
167 b3 = (buf.get(2) << 8) & 0x0000FF00;
168 b4 = (buf.get(3) << 0) & 0x000000FF;
181 if ((buf.get(4) == 0x0D) &&
182 (buf.get(5) <= Message.JAVA_ENC_VERSION) &&
183 (buf.get(5) > Message.CDR_ENC_VERSION) &&
187 requestEncodingVersion = buf.get(
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DGetSetLocalTest.java148 ReferenceType refType = (ReferenceType)refs.get(0);
155 return (Method)meths.get(0);
190 println(" has been get/set");
213 // Sorry, there is no way to get (and print)
275 BooleanValue get = (BooleanValue) frame.getValue(lv);
276 BooleanValue set = incrValue(get);
279 // To get the new value which has been set
280 get = (BooleanValue) frame.getValue(lv);
282 println(" Var Get: " + get);
284 boolean v1 = get
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFonts.java86 return lucida9Pt.get();
90 return lucida11Pt.get();
94 return lucida13Pt.get();
98 return lucida11Pt.get();
102 return lucida14Pt.get();
106 return lucida14PtBold.get();
110 return lucida13PtBold.get();
114 return lucida11Pt.get();
118 return lucida12Pt.get();

Completed in 210 milliseconds

1234567891011>>