Searched defs:ref (Results 201 - 225 of 266) sorted by relevance

1234567891011

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBaseFileManager.java38 import java.lang.ref.SoftReference;
350 final SoftReference<CharBuffer> ref; field in class:BaseFileManager.ContentCacheEntry
354 this.ref = new SoftReference<CharBuffer>(cb);
362 return ref.get();
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp147 entry *ref = ix->get(n); local
148 assert(ref != null || n == -1);
201 entry *ref = ix_->get(n); local
202 if (ref == null && !(nullOKwithCaller && n == -1))
203 abort(n == -1 ? "null ref" : "bad ref");
204 return ref;
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastServerRef.java130 public UnicastServerRef(LiveRef ref) { argument
131 super(ref);
206 new Target(impl, this, stub, ref.getObjID(), permanent);
207 ref.exportObject(target);
460 ref.getObjID().toString() + ": " +
485 ref.getObjID() + " in thread \"" +
494 * Returns the class of the ref type to be serialized.
507 return new UnicastRef(ref);
511 * Write out external representation for remote ref.
517 * Read in external representation for remote ref
[all...]
/openjdk7/langtools/test/tools/javac/processing/
H A DT6920317.java291 File writeFile(String path, String body, File ref) throws Exception { argument
294 if (f.lastModified() > ref.lastModified())
298 throw new Exception("cannot create file " + path + " newer than " + ref);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java23 package com.sun.org.apache.xml.internal.dtm.ref;
H A DIncrementalSAXSource_Filter.java24 package com.sun.org.apache.xml.internal.dtm.ref;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java24 package com.sun.org.apache.xml.internal.dtm.ref.dom2dtm;
H A DDOM2DTM.java23 package com.sun.org.apache.xml.internal.dtm.ref.dom2dtm;
33 import com.sun.org.apache.xml.internal.dtm.ref.DTMDefaultBaseIterators;
34 import com.sun.org.apache.xml.internal.dtm.ref.DTMManagerDefault;
35 import com.sun.org.apache.xml.internal.dtm.ref.ExpandedNameTable;
36 import com.sun.org.apache.xml.internal.dtm.ref.IncrementalSAXSource;
437 // If it's an entity ref, advance past it.
1530 * @return null if this model doesn't respond to SAX entity ref events.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java294 public static CellTypeState ref = CellTypeState.makeAny(ref_conflict); field in class:CellTypeState
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1OopClosures.hpp89 template <class T> inline bool has_partial_array_mask(T* ref) { argument
90 return ((uintptr_t)ref & G1_PARTIAL_ARRAY_MASK) == G1_PARTIAL_ARRAY_MASK;
98 template <class T> inline oop clear_partial_array_mask(T* ref) { argument
99 return oop((intptr_t)ref & ~G1_PARTIAL_ARRAY_MASK);
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp116 KlassInfoTable::KlassInfoTable(HeapWord* ref) : argument
117 _size(0), _ref(ref), _size_of_instances_in_words(0) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJCodeModel.java231 return anonymousClass(ref(baseType));
323 public JClass ref(Class<?> clazz) { method in class:JCodeModel
342 return ref(c);
354 public JClass ref(String fullyQualifiedClassName) { method in class:JCodeModel
357 return ref(Thread.currentThread().getContextClassLoader().loadClass(fullyQualifiedClassName));
363 return ref(Class.forName(fullyQualifiedClassName));
383 wildcard = ref(Object.class).wildcard();
457 JClass clazz = ref(s.substring(start,idx));
558 return ref(p);
580 return owner().ref(Objec
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DBeanGenerator.java187 JClass OBJECT = codeModel.ref(Object.class);
208 cc.ref._implements(model.rootInterface);
274 JInvocation inv = codeModel.ref(JAXBContext.class).staticInvoke("newInstance");
331 public final JType resolve(CTypeRef ref, Aspect a) { argument
332 return ref.getTarget().getType().toType(this, a);
338 return getClazz(bean).ref;
548 cc.ref.javadoc().append(target.javadoc);
573 JClass mapType = codeModel.ref(Map.class).narrow(QName.class, String.class);
574 JClass mapImpl = codeModel.ref(HashMap.class).narrow(QName.class, String.class);
578 JFieldVar $ref
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DModel.java153 defaultSymbolSpace.setType(codeModel.ref(Object.class));
354 public CNonElement getTypeInfo(Ref<NType,NClass> ref) { argument
356 assert !ref.valueList;
357 return getTypeInfo(ref.type);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/
H A DNavigatorImpl.java68 return ref(nnt.clazz.getBaseClass(enc.c));
139 public NClass ref(Class c) { method in class:NavigatorImpl
143 public NClass ref(JClass c) { method in class:NavigatorImpl
160 return ref(c);
183 return ref(nnt.clazz.getTypeParameters().get(i));
298 return ref(void.class);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java137 public List<? extends NonElement<T,C>> ref() { method in class:ElementInfoImpl.PropertyImpl
295 if(s.equals(nav().ref(XmlElementDecl.GLOBAL.class)))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DNavigator.java200 T ref(Class c); method in interface:Navigator
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsPath.java33 import java.lang.ref.WeakReference;
141 final WeakReference<BasicFileAttributes> ref; field in class:WindowsPath.WindowsPathWithAttributes
150 ref = new WeakReference<BasicFileAttributes>(attrs);
155 return ref.get();
160 ref.clear();
184 WeakReference<String> ref = pathForWin32Calls;
185 String resolved = (ref != null) ? ref.get() : null;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Robot.cpp198 COLORREF ref = ::GetPixel( hdc, x, y ); local
200 jint value = WinToJavaPixel(GetRValue(ref), GetGValue(ref), GetBValue(ref));
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java121 * @param ref reference url for the anchor tag
125 public static HtmlTree A(String ref, Content body) { argument
127 htmltree.addAttr(HtmlAttr.HREF, nullCheck(ref));
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.c80 jclass classref; /* Global ref to jclass */
200 jclass ref; local
209 ref = info->classref;
215 if ( ref != NULL ) {
216 deleteGlobalReference(env, ref);
266 "0x%08x: Class %s, SN=%u, status=0x%08x, ref=%p,"
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCClient.java27 import java.lang.ref.PhantomReference;
28 import java.lang.ref.ReferenceQueue;
276 LiveRef ref = iter.next();
277 assert ref.getEndpoint().equals(endpoint);
279 RefEntry refEntry = refTable.get(ref);
281 LiveRef refClone = (LiveRef) ref.clone();
290 refEntry.addInstanceToRefSet(ref);
308 * Remove the given RefEntry from the ref table. If that makes
309 * the ref table empty, remove this entry from the global endpoint
425 * ref i
705 private LiveRef ref; field in class:DGCClient.EndpointEntry.RefEntry
711 RefEntry(LiveRef ref) argument
729 addInstanceToRefSet(LiveRef ref) argument
797 PhantomLiveRef(LiveRef ref) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java122 static ConditionOp createCondition(Op next, int ref, Op conditionflow, Op yesflow, Op noflow) { argument
124 ConditionOp op = new ConditionOp(Op.CONDITION, ref, conditionflow, yesflow, noflow);
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java936 Type ref,
940 String rName = ref.getQualifiedName();
941 switch ( ref.getTypeCode() ) {
947 refHash.put( rName,ref );
951 refHash.put( rName,ref );
954 arrHash.put( rName + ref.getArrayDimension(),ref );
957 if ( isSpecialReference( ref ) ) //special IDL typedef?
958 spcHash.put( rName,ref );
970 * @param ref
935 addReference( Type ref, Hashtable refHash, Hashtable spcHash, Hashtable arrHash ) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DReferenceTypeImpl.java44 import java.lang.ref.SoftReference;
76 Method getMethodMirror(sun.jvm.hotspot.oops.Method ref) { argument
84 if (ref.equals(method.ref())) {
88 if (ref.getMethodHolder().equals(SystemDictionary.getMethodHandleKlass())) {
100 if (ref.equals(method.ref())) {
105 MethodImpl method = MethodImpl.createMethodImpl(vm, this, ref);
109 throw new IllegalArgumentException("Invalid method id: " + ref);
115 return (ref()
850 Klass ref() { method in class:ReferenceTypeImpl
[all...]

Completed in 1617 milliseconds

1234567891011