/openjdk7/jdk/src/share/classes/javax/management/ |
H A D | NotificationEmitter.java | 40 * If a filter was provided with that listener, and if the filter's 54 * <p>If the method call of a filter or listener throws an {@link Exception}, then that 76 * <code>filter</code>, and <code>handback</code> parameters. If 79 * <p>The <code>filter</code> and <code>handback</code> parameters 85 * @param filter The filter that was specified when the listener 92 * given filter and handback. 95 NotificationFilter filter, 94 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
|
H A D | NotificationBroadcaster.java | 41 * If a filter was provided with that listener, and if the filter's 55 * <p>If the method call of a filter or listener throws an {@link Exception}, then that 80 * @param filter The filter object. If filter is null, no 92 NotificationFilter filter, 91 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
|
/openjdk7/jdk/src/share/classes/java/awt/peer/ |
H A D | FileDialogPeer.java | 62 * Sets the filename filter for filtering the displayed files. 64 * @param filter the filter to set 68 void setFilenameFilter(FilenameFilter filter); argument
|
/openjdk7/jdk/src/share/classes/javax/naming/event/ |
H A D | EventDirContext.java | 40 *<P>Using the search filter, it is possible to register interest in objects 42 * satisfy the filter. However, there might be limitations in the extent 44 * protocol/service. If the caller submits a filter that cannot be 67 * when objects identified by the search filter <tt>filter</tt> at 80 * @param filter The nonnull string filter (see RFC2254). 89 void addNamingListener(Name target, String filter, SearchControls ctls, argument 94 * objects identified by the search filter <tt>filter</t 109 addNamingListener(String target, String filter, SearchControls ctls, NamingListener l) argument 136 addNamingListener(Name target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) argument 157 addNamingListener(String target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) argument [all...] |
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/ |
H A D | FilterChainProvider.java | 24 package com.sun.hotspot.igv.filter;
|
H A D | RemoveSelfLoopsFilter.java | 24 package com.sun.hotspot.igv.filter;
|
H A D | FilterChain.java | 24 package com.sun.hotspot.igv.filter; 96 public void addFilter(Filter filter) { argument 97 assert filter != null; 98 filters.add(filter); 104 public void addFilterSameSequence(Filter filter) { argument 105 assert filter != null; 106 filters.add(filter); 112 public boolean containsFilter(Filter filter) { argument 113 return filters.contains(filter); 116 public void removeFilter(Filter filter) { argument 124 moveFilterUp(Filter filter) argument 136 moveFilterDown(Filter filter) argument [all...] |
H A D | AbstractFilter.java | 25 package com.sun.hotspot.igv.filter;
|
H A D | Filter.java | 24 package com.sun.hotspot.igv.filter;
|
H A D | JavaSE6ScriptEngine.java | 25 package com.sun.hotspot.igv.filter;
|
H A D | NullScriptEngine.java | 24 package com.sun.hotspot.igv.filter;
|
H A D | ScriptEngineAbstraction.java | 25 package com.sun.hotspot.igv.filter;
|
H A D | SplitFilter.java | 24 package com.sun.hotspot.igv.filter;
|
/openjdk7/langtools/test/tools/javap/4111861/ |
H A D | T4111861.java | 45 if (!filter(out).equals(filter(read(a_java)))) { 85 String filter(String s) throws IOException { method in class:T4111861
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/ |
H A D | FilteredStepIterator.java | 29 * Extends a StepIterator by adding the ability to filter nodes. It 41 Filter filter) { 43 _filter = filter; 39 FilteredStepIterator(DTMAxisIterator source, DTMAxisIterator iterator, Filter filter) argument
|
/openjdk7/jdk/src/share/classes/java/awt/image/ |
H A D | BufferedImageOp.java | 44 * filter operations where the source object is equal to the destination 50 * not used as input to the filter operation. 73 * allowed by the class implementing this filter. 82 * implementing this filter. 84 public BufferedImage filter(BufferedImage src, BufferedImage dest); method in interface:BufferedImageOp 90 * by the class implementing this filter. 104 * by the class implementing this filter.
|
H A D | FilteredImageSource.java | 37 * takes an existing image and a filter object and uses them to produce 56 ImageFilter filter; field in class:FilteredImageSource 60 * and a filter object. 68 filter = imgf; 78 * (using the filter's <code>getFilterInstance</code> method) 81 * The newly created filter instance 100 ImageFilter imgf = filter.getFilterInstance(ic); 157 * (using the filter's <code>getFilterInstance</code> method) 160 * The filter instance for the <code>ImageConsumer</code> 180 imgf = filter [all...] |
H A D | RasterOp.java | 44 * operation are not used as input to the filter operation. 58 * of Rasters allowed by the class implementing this filter. 64 public WritableRaster filter(Raster src, WritableRaster dest); method in interface:RasterOp 70 * by the class implementing this filter. 83 * by the class implementing this filter.
|
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/ |
H A D | NotificationBuffer.java | 46 * @param filter an object that will add notifications to a 62 fetchNotifications(NotificationBufferFilter filter, argument
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/ |
H A D | DirSearch.java | 52 String filter, SearchControls cons) throws NamingException { 59 new SearchFilter(filter), 51 search(DirContext ctx, String filter, SearchControls cons) argument
|
/openjdk7/jaxp/src/org/w3c/dom/traversal/ |
H A D | DocumentTraversal.java | 65 * filter, if any, are not considered when setting this position. The 72 * @param filter The <code>NodeFilter</code> to be used with this 74 * filter. 84 NodeFilter filter, 106 * @param filter The <code>NodeFilter</code> to be used with this 107 * <code>TreeWalker</code>, or <code>null</code> to indicate no filter. 118 NodeFilter filter, 82 createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) argument 116 createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) argument
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/writer/ |
H A D | ZipCodeWriter.java | 51 filter = new FilterOutputStream(zip){ 58 private final OutputStream filter; field in class:ZipCodeWriter 65 return filter;
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/util/ |
H A D | StAXFilteredParser.java | 42 public StAXFilteredParser(XMLStreamReader reader, StreamFilter filter) { argument 44 _filter = filter; 47 public void setFilter(StreamFilter filter) { argument 48 _filter = filter;
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/ |
H A D | EPRSDDocumentFilter.java | 50 * This class acts as a filter for the Extension elements in the wsa:EndpointReference in the wsdl. 91 public XMLStreamWriter filter(SDDocument doc, XMLStreamWriter w) throws XMLStreamException, IOException { method in class:EPRSDDocumentFilter 143 //filter epr for only for the port corresponding to this endpoint
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/ |
H A D | SDDocumentFilter.java | 33 * Provides a way to filter {@link SDDocument} infoset while writing it. These 34 * filter objects can be added to {@link ServiceDefinition} using 47 * doesn't have to change any code to incorporate this filter. 49 * @param doc gives context for the filter. This should only be used to query 54 XMLStreamWriter filter(SDDocument doc, XMLStreamWriter w) throws XMLStreamException, IOException; method in interface:SDDocumentFilter
|