Searched refs:refs (Results 26 - 45 of 45) sorted by relevance

12

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXMLSignature.java261 List refs = this.si.getReferences();
263 for (int i = 0, size = refs.size(); validateRefs && i < size; i++) {
264 Reference ref = (Reference) refs.get(i);
337 List refs = si.getReferences();
338 for (int i = 0, size = refs.size(); i < size; i++) {
339 Reference ref = (Reference) refs.get(i);
/openjdk7/jdk/src/share/classes/java/beans/
H A DXMLEncoder.java223 public int refs = 0; field in class:XMLEncoder.ValueData
224 public boolean marked = false; // Marked -> refs > 0 unless ref was a target.
358 d.refs++;
370 d.refs++;
734 d.refs = 2;
736 getValueData(target).refs++;
748 if (expression && (d.refs > 1)) {
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCClient.java128 static void registerRefs(Endpoint ep, List<LiveRef> refs) { argument
130 * Look up the given endpoint and register the refs with it.
139 } while (!epEntry.registerRefs(refs));
178 /** table of refs held for endpoint: maps LiveRef to RefEntry */
257 * global endpoint table (because it was empty) before these refs
263 public boolean registerRefs(List<LiveRef> refs) { argument
266 Set<RefEntry> refsToDirty = null; // entries for refs needing dirty
274 Iterator<LiveRef> iter = refs.iterator();
343 * corresponding to the given set of refs and with the given
433 * Add all of these refs t
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaUtils.java197 protected Map<K, V> refs; field in class:AquaUtils.LazyKeyedSingleton
200 if (refs == null) refs = new HashMap<K, V>();
202 final V cachedValue = refs.get(key);
206 refs.put(key, value);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js427 * @param refs flag to tell if backward references are needed or not
431 function readHeapDump(file, stack, refs, debug) {
440 if (!refs) refs = true;
446 heap.resolve(refs);
769 var refs = jobject.referers;
770 while (refs.hasMoreElements()) {
771 if (callback(wrapJavaValue(refs.nextElement()))) {
/openjdk7/jdk/test/com/sun/jdi/
H A DGetSetLocalTest.java142 List refs = vm().classesByName(className);
143 if (refs.size() != 1) {
144 failure(" Failure: " + refs.size() +
148 ReferenceType refType = (ReferenceType)refs.get(0);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DClassUseMapper.java369 private void addAll(Map<String,List<ClassDoc>> map, ClassDoc cd, Collection<ClassDoc> refs) { argument
370 if (refs == null) {
374 refList(map, cd).addAll(refs);
379 for (Iterator<ClassDoc> it = refs.iterator(); it.hasNext();) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp618 int refs; local
620 if ((refs = --m_refs) == 0) delete this;
622 return (ULONG)refs;
1293 int refs; local
1295 if ((refs = --m_refs) == 0) delete this;
1297 return (ULONG)refs;
1483 int refs; local
1485 if ((refs = --m_refs) == 0) delete this;
1487 return (ULONG)refs;
H A Dawt_DnDDT.cpp123 int refs; local
125 if ((refs = --m_refs) == 0) delete this;
127 return (ULONG)refs;
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java298 // We need this abstract method to interpret embedded CP refs.
359 protected void visitRefs(int mode, Collection<Entry> refs) { argument
362 a.visitRefs(this, mode, refs);
453 boolean hasRefs; // this kind of attr contains CP refs?
683 void visitRefs(Holder holder, int mode, final Collection<Entry> refs) { argument
685 refs.add(getNameRef());
691 Fixups.visitRefs(fixups, refs);
700 refs.add(ref);
1038 // further parsing of refs
1194 // Used when reading a class file (local refs resolve
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp138 entry* *refs; member in struct:entry
155 return refs[refnum];
1211 e.refs = U_NEW(entry*, e.nrefs = 1);
1214 e.refs[0] = utf;
1241 e.refs = U_NEW(entry*, e.nrefs = 2);
1242 e.refs[0] = cp_band1.getRef();
1244 e.refs[1] = cp_band2.getRef();
1270 e.refs = U_NEW(entry*, cpMap[i].nrefs = 1 + nc);
1272 e.refs[0] = &form;
1280 e.refs[
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.h224 Cardinal max_refs; /* Maximum length of refs array. */
225 Widget* refs; /* Array of referencing widgets. */ member in struct:_XmImRefRec
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h204 jint refs; /* number of active references */ member in struct:jzfile
H A Dzip_util.c786 && zip->refs < MAXREFS) {
787 zip->refs++;
824 zip->refs = 1;
900 if (--zip->refs > 0) {
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DCallerSensitiveFinder.java123 // parse constant pool to find matching method refs
153 public void referenceFound(ClassFile cf, Method m, Set<Integer> refs) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java338 if(!types.refs.isEmpty())
396 if(!types.refs.isEmpty())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1071 Collection refs = propInfo.ref();
1072 if ((refs != null) && (!refs.isEmpty()) && (elemName != null)) {
1073 ClassInfoImpl cImpl = (ClassInfoImpl)refs.iterator().next();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp842 // string table, and referents of reachable weak refs.
1869 RefToScanQueue* refs() { return _refs; }
1887 refs()->push(ref);
H A Dg1CollectedHeap.cpp2570 do_full_collection(false); // don't clear all soft refs
3401 // checked the refs from perm into the G1-collected heap. We check those
4588 while (refs()->pop_overflow(ref)) {
4592 while (refs()->pop_local(ref)) {
4595 } while (!refs()->is_empty());
4998 assert(pss.refs()->is_empty(), "should be empty");
5371 // Note we cannot assert that the refs array is empty here as not all
5458 assert(pss.refs()->is_empty(), "both queue and overflow should be empty");
5517 assert(pss.refs()->is_empty(), "should be");
5570 // of JNI refs i
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1128 jint refs; /* number of active references */ member in struct:real_jzfile13
1161 jint refs; /* number of active references */ member in struct:real_jzfile12

Completed in 140 milliseconds

12