Searched defs:filter (Results 301 - 325 of 335) sorted by relevance

<<11121314

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeArray.java1621 public static NativeArray filter(final Object self, final Object callbackfn, final Object thisArg) { method in class:NativeArray
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java252 addNotificationListener( NotificationListener listener, NotificationFilter filter, Object handback) argument
647 addNotificationListener( ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
658 addNotificationListener( ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
675 removeNotificationListener( ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
694 removeNotificationListener( ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dtype.hpp258 const Type *filter(const Type *kills) const { function in class:Type
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java226 public void setFilter(StripFilter filter) { argument
H A DSimpleResultTreeImpl.java540 public void setFilter(StripFilter filter) argument
H A DAdaptiveResultTreeImpl.java442 public void setFilter(StripFilter filter) argument
/openjdk10/jdk/src/java.base/windows/native/libnio/fs/
H A DWindowsNativeDispatcher.c1200 Java_sun_nio_fs_WindowsNativeDispatcher_ReadDirectoryChangesW(JNIEnv* env, jclass this, jlong hDirectory, jlong bufferAddress, jint bufferLength, jboolean watchSubTree, jint filter, jlong bytesReturnedAddress, jlong pOverlapped) argument
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java1046 ReadDirectoryChangesW(long hDirectory, long bufferAddress, int bufferLength, boolean watchSubTree, int filter, long bytesReturnedAddress, long pOverlapped) argument
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java1376 public void setSelectedItem(Object filter) { argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DAbstractDocument.java373 public void setDocumentFilter(DocumentFilter filter) { argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DSunFontManager.java3193 addDirFonts(String dirName, File dirFile, FilenameFilter filter, int fontFormat, boolean useJavaRasterizer, int fontRank, boolean defer, boolean resolveSymLinks) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java1184 public void setSelectedItem(Object filter) { argument
/openjdk10/jdk/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c784 mlib_filter filter; local
1002 mlib_filter filter; local
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngrutil.c4016 png_read_filter_row(png_structrp pp, png_row_infop row_info, png_bytep row, png_const_bytep prev_row, int filter) argument
[all...]
H A Dpngstruct.h277 png_byte filter; /* file filter type (always 0) */ member in struct:png_struct_def
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DLocale.java3278 public static List<Locale> filter(List<LanguageRange> priorityList, method in class:Locale
3304 public static List<Locale> filter(List<LanguageRange> priorityList, method in class:Locale
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java2486 public boolean removeIf(Predicate<? super V> filter) { argument
2560 public boolean removeIf(Predicate<? super Entry<K,V>> filter) { argument
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DObjectInputStream.java1232 setObjectInputFilter(ObjectInputFilter filter) argument
[all...]
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java100 String filter; field in class:LdapCtx.SearchArgs
104 SearchArgs(Name name, String filter, SearchControls cons, String[] ra) { argument
1765 c_search(Name name, String filter, SearchControls cons, Continuation cont) argument
1791 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
3476 addNamingListener(String nm, String filter, SearchControls ctls, NamingListener l) argument
3489 addNamingListener(Name nm, String filter, SearchControls ctls, NamingListener l) argument
3494 addNamingListener(Name nm, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l) argument
[all...]
H A DLdapClient.java524 search(String dn, int scope, int deref, int sizeLimit, int timeLimit, boolean attrsOnly, String attrs[], String filter, int batchSize, Control[] reqCtls, Hashtable<String, Boolean> binaryAttrs, boolean waitFirstReply, int replyQueueCapacity) argument
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/java2d/x11/
H A DXRBackendNative.c703 Java_sun_java2d_xr_XRBackendNative_setFilter(JNIEnv *env, jobject this, jint picture, jint filter) argument
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java390 iteratorOf(byte[] path, DirectoryStream.Filter<? super Path> filter) argument
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DSourceCodeAnalysisImpl.java1049 addScopeElements(AnalyzeTask at, Scope scope, Function<Element, Iterable<? extends Element>> elementConvertor, Predicate<Element> filter, Predicate<Element> smartFilter, List<Suggestion> result) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java634 public static List<Type> filter(List<Type> ts, Filter<Type> tf) { method in class:Type
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1325 public void setSelectedItem(Object filter) { argument
1333 isSelectedFileFilterInModel(Object filter) argument
[all...]

Completed in 247 milliseconds

<<11121314