Searched defs:ref (Results 226 - 250 of 266) sorted by relevance

1234567891011

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/
H A DAPTNavigator.java194 // see ref(). if the sub type is known to APT,
211 public TypeMirror ref(Class c) { method in class:APTNavigator
213 return env.getTypeUtils().getArrayType( ref(c.getComponentType()) );
382 * see {@link #ref(Class)}.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DReflectionNavigator.java325 public Class ref(Class c) { method in class:ReflectionNavigator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java29 import java.lang.ref.WeakReference;
792 Ref<Type,Class> ref = new Ref<Type,Class>(annotationReader, tis.getNavigator(), tr.type, xjta, xl );
794 return tis.getTypeInfo(ref);
933 public Bridge createBridge(TypeReference ref) { argument
934 return bridges.get(ref);
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java482 public void noteUsedBy(ClassDefinition ref, long where, Environment env) { argument
484 super.noteUsedBy(ref, where, env);
492 while (ref.isInnerClass()) {
493 ref = ref.getOuterClass();
495 if (def.getSource().equals(ref.getSource())) {
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java795 Reference ref;
797 ref = fac.newReference
803 ref = fac.newReference(STYLESHEET, sha1);
808 Collections.singletonList(ref));
842 Reference ref;
844 ref = fac.newReference("#object", dm, Collections.singletonList
848 ref = fac.newReference("#object", dm);
853 Collections.singletonList(ref));
1184 public Data dereference(final URIReference ref, XMLCryptoContext ctx) argument
1186 String uri = ref
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java23 package com.sun.org.apache.xml.internal.dtm.ref.sax2dtm;
31 import com.sun.org.apache.xml.internal.dtm.ref.*;
412 .getName().equals("com.sun.org.apache.xml.internal.dtm.ref.IncrementalSAXSource_Filter"))
435 .getName().equals("com.sun.org.apache.xml.internal.dtm.ref.IncrementalSAXSource_Filter"))
444 * @return null if this model doesn't respond to SAX entity ref events.
H A DSAX2DTM2.java23 package com.sun.org.apache.xml.internal.dtm.ref.sax2dtm;
26 import com.sun.org.apache.xml.internal.dtm.ref.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java62 import java.lang.ref.SoftReference;
63 import java.lang.ref.ReferenceQueue;
64 import java.lang.ref.Reference;
734 klassArray[i] = rti.ref();
858 final Klass givenKls = ((ReferenceTypeImpl)type).ref();
889 Klass kls = ((ReferenceTypeImpl)type).ref();
1054 Reference ref;
1055 while ((ref = referenceQueue.poll()) != null) {
1056 SoftObjectReference softRef = (SoftObjectReference)ref;
1079 SoftObjectReference ref
1152 removeObjectMirror(SoftObjectReference ref) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java2762 * @param ref a <code>Ref</code> object representing an SQL <code>REF</code>
2771 public void setRef (int parameterIndex, Ref ref) throws SQLException { argument
2776 params.put(Integer.valueOf(parameterIndex - 1), new SerialRef(ref));
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMemberName.java843 private MemberName resolve(byte refKind, MemberName ref, Class<?> lookupClass) { argument
844 MemberName m = ref.clone(); // JVM will side-effect the ref
H A DMethodHandleNatives.java47 static native void init(MemberName self, Object ref); argument
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp52 // Initialize the soft ref timestamp clock.
54 // Also update the soft ref clock in j.l.r.SoftReference
133 setup_policy(false /* default soft ref policy */);
157 // Update (advance) the soft ref master clock field. This must be done
158 // after processing the soft ref list.
164 assert(soft_ref_clock == _soft_ref_timestamp_clock, "soft ref clocks out of sync");
311 bool enqueue_discovered_ref_helper(ReferenceProcessor* ref, argument
320 ref->enqueue_discovered_reflists((HeapWord*)pending_list_addr, task_executor);
330 ref->disable_discovery();
348 // (java.lang.ref
793 set_discovered(oop ref, oop value) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp240 static CellTypeState ref; member in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java419 public void putRef(int bandIndex, Entry ref) { throw undef(); } argument
652 return fixups[0]; // return ref-bearing cookie, if any
699 public void putRef(int bandIndex, Entry ref) {
700 refs.add(ref);
1476 final int[][] counts = new int[2][3]; // int bci ref
1517 System.out.println(" *** Unexpected ref code "+value);
1522 public void putRef(int bandIndex, Entry ref) {
1524 if (ref == null) {
1529 if (ref instanceof ConstantPool.NumberEntry)
1530 refValue = ((ConstantPool.NumberEntry)ref)
[all...]
H A DConstantPool.java300 final Utf8Entry ref; field in class:ConstantPool.StringEntry
301 public Entry getRef(int i) { return i == 0 ? ref : null; }
303 StringEntry(Entry ref) { argument
305 this.ref = (Utf8Entry) ref;
309 return ref.hashCode() + tag;
313 ((StringEntry)o).ref.eq(ref));
318 x = ref.compareTo(((StringEntry)o).ref);
332 final Utf8Entry ref; field in class:ConstantPool.ClassEntry
338 ClassEntry(Entry ref) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java3804 * @param ref the <code>java.sql.Ref</code> object that will be set as
3811 public void updateRef(int columnIndex, java.sql.Ref ref) throws SQLException { argument
3812 crsInternal.updateRef(columnIndex, ref);
3832 * @param ref the <code>java.sql.Ref</code> object that will be set as
3839 public void updateRef(String columnName, java.sql.Ref ref) throws SQLException { argument
3840 crsInternal.updateRef(columnName, ref);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DReferenceTypeImpl.java31 import java.lang.ref.SoftReference;
35 protected long ref; field in class:ReferenceTypeImpl
77 ref = aRef;
94 Method getMethodMirror(long ref) { argument
95 if (ref == 0) {
105 if (method.ref() == ref) {
109 throw new IllegalArgumentException("Invalid method id: " + ref);
112 Field getFieldMirror(long ref) { argument
119 if (field.ref()
1070 long ref() { method in class:ReferenceTypeImpl
[all...]
H A DVirtualMachineImpl.java37 import java.lang.ref.ReferenceQueue;
38 import java.lang.ref.Reference;
39 import java.lang.ref.SoftReference;
40 import java.lang.ref.WeakReference;
812 typesByID.remove(new Long(type.ref()));
815 ", id=" + type.ref());
856 ReferenceTypeImpl referenceType(long ref, byte tag) { argument
857 return referenceType(ref, tag, null);
860 ClassTypeImpl classType(long ref) { argument
861 return (ClassTypeImpl)referenceType(ref, JDW
864 interfaceType(long ref) argument
868 arrayType(long ref) argument
1221 batchForDispose(SoftObjectReference ref) argument
1329 removeObjectMirror(SoftObjectReference ref) argument
[all...]
/openjdk7/jdk/src/share/back/
H A Dutil.h62 jobject ref; /* could be strong or weak */ member in struct:RefNode
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.c158 jthread ref; local
162 ref = info->globalref;
164 if ( ref != NULL ) {
165 deleteWeakGlobalReference(env, ref);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java23 import java.lang.ref.SoftReference;
751 private XSParticleDecl createChoiceElementParticle(XSElementDecl ref) { argument
756 particle.fValue = ref;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java23 package com.sun.org.apache.xml.internal.dtm.ref;
H A DDTMDocumentImpl.java23 package com.sun.org.apache.xml.internal.dtm.ref;
353 * @return null if this model doesn't respond to SAX entity ref events.
H A DDTMNodeProxy.java23 package com.sun.org.apache.xml.internal.dtm.ref;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java610 public void write_Object(org.omg.CORBA.Object ref) argument
612 if (ref == null) {
619 if (ref instanceof org.omg.CORBA.LocalObject)
622 IOR ior = ORBUtility.connectAndGetIOR( orb, ref ) ;

Completed in 251 milliseconds

1234567891011