Searched refs:objects (Results 151 - 175 of 182) sorted by relevance

12345678

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DMatchPatternIterator.java32 import com.sun.org.apache.xpath.internal.objects.XObject;
H A DPredicatedNodeTest.java33 import com.sun.org.apache.xpath.internal.objects.XObject;
H A DNodeSequence.java34 import com.sun.org.apache.xpath.internal.objects.XObject;
59 * Multiple NodeSequence objects may share the same cache.
821 * Note that multiple NodeSequence objects may hold a
825 * many NodeSequence objects.
827 * If one of the NodeSequence objects walks ahead
829 * As the others NodeSequence objects catch up they
841 * Its use-count is the number of NodeSequence objects that use it.
850 * be shared by multiple NodeSequence objects.
852 * For example, consider three NodeSequence objects
896 * Returns count of how many NodeSequence objects shar
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DReferenceTypeImpl.java77 // SA creates new Method objects when they are referenced which means
746 final List objects = new ArrayList(0);
748 return objects;
757 objects.add(vm.objectMirror(oop));
766 return objects;
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DXMLSignatureFactory.java53 * A factory for creating {@link XMLSignature} objects from scratch or
68 * <p>The objects that this factory produces will be based
98 * <p>Once the <code>XMLSignatureFactory</code> has been created, objects
118 * DOMValidateContext} objects.
344 * objects.
359 * @param objects a list of {@link XMLObject}s (may be empty or
365 * @throws ClassCastException if any of the <code>objects</code> are not of
369 List objects, String id, String signatureValueId);
727 * objects. The returned <code>KeyInfoFactory</code> has the same
787 * default to dereference URIs in {@link Reference} objects
368 newXMLSignature(SignedInfo si, KeyInfo ki, List objects, String id, String signatureValueId) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp378 ciArray* make_system_array(GrowableArray<ciObject*>* objects);
H A DciEnv.cpp310 ciArray* ciEnv::make_system_array(GrowableArray<ciObject*>* objects) { argument
312 int length = objects->length();
320 a->obj_at_put(i, objects->at(i)->get_oop());
/openjdk7/hotspot/src/share/vm/code/
H A DscopeDesc.cpp142 GrowableArray<ScopeValue*>* ScopeDesc::objects() { function in class:ScopeDesc
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java672 * We close the log when all objects in the rmid VM are
787 * table of the group's actived objects.
789 * WARNING: GroupEntry objects should not be written into log file
808 Map<ActivationID,ObjectEntry> objects = new HashMap<>(); field in class:Activation.GroupEntry
893 ObjectEntry objEntry = objects.get(id);
906 objects.put(id, new ObjectEntry(desc));
924 objects.remove(id);
942 objects.entrySet())
949 objects.clear();
1036 for (ObjectEntry objectEntry : objects
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java370 voice.objects.clear();
371 voice.objects.put("midi", co_midi[noteNumber]);
372 voice.objects.put("midi_cc", co_midi_cc);
373 voice.objects.put("midi_rpn", co_midi_rpn);
374 voice.objects.put("midi_nrpn", co_midi_nrpn);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java712 + objects(params) + ", signature="
752 + loaderName + ", params=" + objects(params)
1011 + ", params=" + objects(params)
1261 "listenerIDs=" + objects(ret));
1793 * <p>Note that the environment Map is not serialized, since the objects
2569 private static String objects(final Object[] objs) { method in class:RMIConnector
2577 return objects(strs);
/openjdk7/jdk/test/sun/invoke/util/
H A DValueConversionsTest.java156 Object[] objects = { new Object(), Boolean.FALSE, "hello", (Long)12L, (Integer)6 };
160 for (Object obj : objects) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java30 import com.sun.org.apache.xpath.internal.objects.XObject;
58 * @see com.sun.org.apache.xpath.internal.objects.XObject
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathExpressionImpl.java27 import com.sun.org.apache.xpath.internal.objects.XObject;
H A DXPathImpl.java34 import com.sun.org.apache.xpath.internal.objects.XObject;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXObject.java23 package com.sun.org.apache.xpath.internal.objects;
46 * This class acts as the base class to other XPath type objects,
81 * For support of literal objects in xpaths.
97 * This function should be called with a value of false for objects that are
627 * Tell if two objects are functionally equal.
655 * Tell if two objects are functionally not equal.
H A DXString.java23 package com.sun.org.apache.xpath.internal.objects;
285 * Tell if two objects are functionally equal.
289 * @return true if the two objects are equal
319 // Otherwise, both objects to be compared are converted to strings as
H A DXStringForFSB.java23 package com.sun.org.apache.xpath.internal.objects;
325 * Tell if two objects are functionally equal.
329 * @return true if the two objects are equal
370 * Tell if two objects are functionally equal.
374 * @return true if the two objects are equal
/openjdk7/jdk/src/share/back/
H A Dutil.h254 /* Structure to hold dynamic array of objects */
256 jobject *objects; member in struct:ObjectBatch
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPath.java39 import com.sun.org.apache.xpath.internal.objects.XObject;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java1042 // Reset indent for scalar replaced objects
1104 List objects = sd.getObjects();
1105 if (objects == null) {
1108 int length = objects.size();
1111 ObjectValue ov = (ObjectValue)objects.get(i);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java43 import com.sun.org.apache.xpath.internal.objects.XNumber;
44 import com.sun.org.apache.xpath.internal.objects.XString;
501 * @return reference to {@link com.sun.org.apache.xpath.internal.objects.XString} instance.
518 * @return reference to {@link com.sun.org.apache.xpath.internal.objects.XNumber} instance.
H A DXPathParser.java32 import com.sun.org.apache.xpath.internal.objects.XNumber;
33 import com.sun.org.apache.xpath.internal.objects.XString;
634 * always catching TransformerException objects and is oblivious to
/openjdk7/jdk/make/common/
H A DDemo.gmk327 # Generation of any javah include file, make sure objects are dependent on it
345 objects:
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java646 Vector<String> objects = new Vector<>(2);
647 if (name != null) objects.add(name);
648 if (actions != null) objects.add(actions);
649 switch (objects.size()) {
656 objects.add(null);
664 objects.add(null);
670 Object parameters[] = objects.toArray();
1437 // set up permission objects
1465 // set up principal objects

Completed in 3784 milliseconds

12345678