Searched refs:returned (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DServiceFinder.java144 * produce a list of provider-class names. The iterator that is returned
246 * on the line to both the names list and the returned set iff the name is
247 * not already a member of the returned set.
250 final List<String> names, final Set<String> returned)
271 if (!returned.contains(ln)) {
273 returned.add(ln);
285 * @param returned A Set containing the names of provider classes that have already
286 * been returned. This set will be updated to contain the names
287 * that will be yielded from the returned <tt>Iterator</tt>.
290 * not yet members of the returned se
249 parseLine(final Class service, final URL u, final BufferedReader r, final int lc, final List<String> names, final Set<String> returned) argument
295 parse(Class service, URL u, Set<String> returned) argument
327 Set<String> returned = new TreeSet<String>(); field in class:ServiceFinder.LazyIterator
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DServiceFinder.java145 * produce a list of provider-class names. The iterator that is returned
240 * on the line to both the names list and the returned set iff the name is
241 * not already a member of the returned set.
244 List<String> names, Set<String> returned)
265 if (!returned.contains(ln)) {
267 returned.add(ln);
279 * @param returned A Set containing the names of provider classes that have already
280 * been returned. This set will be updated to contain the names
281 * that will be yielded from the returned <tt>Iterator</tt>.
284 * not yet members of the returned se
243 parseLine(Class service, URL u, BufferedReader r, int lc, List<String> names, Set<String> returned) argument
289 parse(Class service, URL u, Set<String> returned) argument
321 Set<String> returned = new TreeSet<String>(); field in class:ServiceFinder.LazyIterator
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DService.java157 * on the line to both the names list and the returned set iff the name is
158 * not already a member of the returned set.
161 List names, Set returned)
183 if (!returned.contains(ln)) {
185 returned.add(ln);
201 * @param returned
203 * been returned. This set will be updated to contain the names
204 * that will be yielded from the returned <tt>Iterator</tt>.
208 * not yet members of the returned set
214 private static Iterator parse(Class service, URL u, Set returned) argument
160 parseLine(Class service, URL u, BufferedReader r, int lc, List names, Set returned) argument
248 Set returned = new TreeSet(); field in class:Service.LazyIterator
[all...]
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.java95 private native byte[] getNextToken (long crdHandle, byte[] lastToken, Status returned); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java1051 boolean returned = false;
1061 returned = true;
1071 returned = true;
1083 returned = true;
1098 returned = true;
1112 returned = true;
1122 returned = true;
1133 returned = true;
1147 returned = true;
1154 returned
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s244 COPY_A0 ! process data returned by BLD_A0
248 COPY_B0 ! process data returned by BLD_B0
/openjdk7/jdk/test/com/sun/jdi/
H A DJdbMethodExitTest.sh52 // These are the values that will be returned by the methods
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java1054 * The returned string is normalized according to the following rule,
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec47 "Multple reference types will be returned if two or more class "
95 "The returned list contains threads created through "
100 "included in the returned list. "
160 "The returned values indicate the number of bytes used by the "
210 "All ids previously returned from the target VM become invalid. "
237 "Retrieve this VM's capabilities. The capabilities are returned "
364 "Retrieve all of this VM's capabilities. The capabilities are returned "
520 "returned for each class. "
552 "eg. it has been unloaded, zero is returned for its instance count."
581 "the returned signatur
[all...]
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1731 System.out.println("returned: "+rvs);
1739 System.out.println("returned: "+rvs);
1747 System.out.println("returned: "+rvs);
2329 Object returned;
2331 returned = target.invokeWithArguments(args);
2336 returned = ex;
2339 //System.out.println("return from "+target+" : "+returned);
2341 assertSame(arg0, returned);
2348 assertEquals(catchArgs, returned);
2470 System.out.println(" call returned "
[all...]

Completed in 61 milliseconds