Searched refs:filter (Results 176 - 200 of 359) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DConnectionFilter.java24 package com.sun.hotspot.igv.filter;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/RhinoScriptEngineProxy/src/com/sun/hotspot/igv/rhino/
H A DRhinoScriptEngine.java27 import com.sun.hotspot.igv.filter.ScriptEngineAbstraction;
/openjdk7/jdk/test/java/awt/image/
H A DIncorrectSampleMaskTest.java91 op.filter(wr, null);
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DClassDeclarationImpl.java105 return identityFilter.filter(super.getMethods(),
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DAnnotationTypeDocImpl.java80 public MethodDoc[] methods(boolean filter) { argument
89 * Elements are always public, so no need to filter them.
H A DClassDocImpl.java268 // pass the modifier filter.
539 * @param filter include only the included fields if filter==true
541 public FieldDoc[] fields(boolean filter) { argument
542 return fields(filter, false);
561 * @param filter if true, return only the included fields
564 private FieldDoc[] fields(boolean filter, boolean enumConstants) { argument
572 (!filter || env.shouldDocument(s))) {
584 * @param filter include only the included methods if filter
588 methods(boolean filter) argument
621 constructors(boolean filter) argument
686 innerClasses(boolean filter) argument
[all...]
/openjdk7/jdk/test/sun/nio/cs/
H A DStrCodingBenchmarkUTF8.java87 StrCodingBenchmark.time(StrCodingBenchmark.filter(null, jobs));
/openjdk7/jaxws/src/share/jaf_classes/com/sun/activation/registries/
H A DMimeTypeFile.java280 boolean filter = false;
285 filter = true;
289 if (filter) {
/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java155 NotificationFilterSupport filter = new NotificationFilterSupport();
156 filter.enableType(NOTIF_TYPE);
157 mbsc.addNotificationListener(emitName, listener, filter, null);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DReflection.java38 /** Used to filter out fields and methods from certain classes from public
298 return (Field[])filter(fields, fieldFilterMap.get(containingClass));
306 return (Method[])filter(methods, methodFilterMap.get(containingClass));
309 private static Member[] filter(Member[] members, String[] filteredNames) { method in class:Reflection
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DCompoundScopeTest.java182 filter(elems, sf);
204 filter(shadowedEntry.getValue(), sf);
218 List<Symbol> filter(List<Symbol> elems, Filter<Symbol> sf) { method in class:CompoundScopeTest.Test
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLDirContext.java352 String filter,
358 return ctx.search(res.getRemainingName(), filter, cons);
365 String filter,
369 return search(name.get(0), filter, cons);
373 return ctx.search(name.getSuffix(1), filter, cons);
351 search(String name, String filter, SearchControls cons) argument
364 search(Name name, String filter, SearchControls cons) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java99 String filter; field in class:LdapCtx.SearchArgs
103 SearchArgs(Name name, String filter, SearchControls cons, String[] ra) { argument
105 this.filter = filter;
1757 String filter;
1759 filter = SearchFilter.format(matchingAttributes);
1764 return c_search(name, filter, cons, cont);
1768 String filter,
1772 return searchAux(name, filter, cloneSearchControls(cons), true,
1794 String filter,
1767 c_search(Name name, String filter, SearchControls cons, Continuation cont) argument
1793 searchAux(Name name, String filter, SearchControls cons, boolean relative, boolean waitForReply, Continuation cont) argument
1928 doSearchOnce(Name name, String filter, SearchControls cons, boolean relative) argument
1940 doSearch(Name name, String filter, SearchControls cons, boolean relative, boolean waitForReply) argument
2026 searchToCompare( String filter, SearchControls cons, String tokens[]) argument
2057 filterToAssertion(String filter, String tokens[]) argument
3405 addNamingListener(String nm, String filter, SearchControls ctls, NamingListener l) argument
3418 addNamingListener(Name nm, String filter, SearchControls ctls, NamingListener l) argument
3423 addNamingListener(Name nm, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeDirContext.java93 String filter,
335 String filter,
339 return search(new CompositeName(name), filter, cons);
344 String filter,
356 answer = ctx.p_search(nm, filter, cons, cont);
360 answer = ctx.p_search(nm, filter, cons, cont);
364 answer = cctx.search(e.getRemainingName(), filter, cons);
92 p_search(Name name, String filter, SearchControls cons, Continuation cont) argument
334 search(String name, String filter, SearchControls cons) argument
343 search(Name name, String filter, SearchControls cons) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_ImageZoom.h78 mlib_s32 filter; member in struct:mlib_work_image
317 switch(filter) { \
333 switch(filter) { \
349 switch(filter) { \
365 switch(filter) { \
515 mlib_filter filter,
525 mlib_filter filter,
/openjdk7/jdk/test/java/util/ArrayList/
H A DIteratorMicroBenchmark.java137 private static Job[] filter(Pattern filter, Job[] jobs) { argument
138 if (filter == null) return jobs;
142 if (filter.matcher(job.name()).find())
170 * Usage: [iterations=N] [size=N] [filter=REGEXP]
175 final Pattern filter = patternArg(args, "filter");
448 time(filter(filter, jobs));
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRPMBlitLoops.java270 int filter = XRUtils.ATransOpToXRQuality(hint);
292 boolean omitMask = isMaskOmittable(trx, comp, filter);
297 x11sdSrc.validateAsSource(trx, XRUtils.RepeatPad, filter);
302 int repeat = filter == XRUtils.FAST ? XRUtils.RepeatNone : XRUtils.RepeatPad;
304 x11sdSrc.validateAsSource(trx, repeat, filter);
313 protected static boolean isMaskOmittable(AffineTransform trx, Composite comp, int filter) { argument
314 return (filter == XRUtils.FAST || trx.getTranslateX() == (int) trx.getTranslateX() /*
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java409 NotificationFilter filter,
413 connectionBroadcaster.addNotificationListener(listener, filter,
427 NotificationFilter filter,
432 connectionBroadcaster.removeNotificationListener(listener, filter,
549 MarshalledObject<NotificationFilter> filter,
561 Util.cast(new MarshalledObject<?>[] {filter});
1114 NotificationFilter filter,
1123 + ", filter=" + filter + ", handback=" + handback);
1126 new MarshalledObject<NotificationFilter>(filter);
408 addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
426 removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
548 addListenerWithSubject(ObjectName name, MarshalledObject<NotificationFilter> filter, Subject delegationSubject, boolean reconnect) argument
1112 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
1176 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
1217 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
1281 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java252 * XMLKit.ElementFilter { Element filter(Element) }
778 /** Remove the first element matching the given filter.
792 /** Remove the last element matching the given filter.
806 /** Remove all elements matching the given filter.
834 /** Remove all elements not matching the given filter.
1321 return f.filter(this) != null;
1335 /** Find the last element matching the given filter.
1349 /** Find all elements matching the given filter.
1384 Object x = f.filter(parts[i]);
1397 Object x = f.filter(part
2897 Object filter(Object value); method in interface:XMLKit.Filter
2907 public Element filter(Element elem) { method in class:XMLKit.ElementFilter
2911 public final Object filter(Object value) { method in class:XMLKit.ElementFilter
2990 public final Element filter(Element elem) { method in class:XMLKit.AttrFilter
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_proto.h1428 mlib_filter filter,
1438 mlib_filter filter,
1469 mlib_filter filter,
1479 mlib_filter filter,
1490 mlib_filter filter,
1500 mlib_filter filter,
1611 mlib_filter filter,
1668 mlib_filter filter,
1709 mlib_filter filter,
1769 mlib_filter filter,
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DModelLoader.java256 * Wraps the specified content handler by a filter.
260 private ContentHandler wrapBy( XMLFilterImpl filter, ContentHandler handler ) { argument
261 filter.setContentHandler(handler);
262 return filter;
470 * Wraps the specified content handler by a filter.
474 private ContentHandler wrapBy( XMLFilterImpl filter, ContentHandler handler ) {
475 filter.setContentHandler(handler);
476 return filter;
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDependencies.java57 * A {@link Dependency.Filter filter} may be used to restrict the set of
165 * Get the default filter used to determine included when searching
167 * Unless overridden, the default filter accepts all dependencies.
168 * @return the default filter.
175 * Get a filter which uses a regular expression on the target's class name
178 * @return a filter for matching the target class name with a regular expression
185 * Get a filter which checks the package of a target's class name
186 * to determine if a dependency is of interest. The filter checks if the
191 * @return a filter for checking the target package name against a list of package names
198 * Get the filter use
303 private Filter filter; field in class:Dependencies
[all...]
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DDirectoryScannerTest.java111 NotificationFilter filter = null;
116 emitter.addNotificationListener(listener, filter, handback);
134 emitter.removeNotificationListener(listener,filter,handback);
H A DScanManagerTest.java189 NotificationFilter filter = null;
193 emitter.addNotificationListener(listener, filter, handback);
211 emitter.removeNotificationListener(listener,filter,handback);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java92 public void setFilter(StripFilter filter); argument

Completed in 138 milliseconds

1234567891011>>