Searched defs:returned (Results 1 - 4 of 4) sorted by relevance

/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/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/windows/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.java95 private native byte[] getNextToken (long crdHandle, byte[] lastToken, Status returned); argument

Completed in 63 milliseconds