Home
last modified time | relevance | path

Searched defs:acceptName (Results 1 – 12 of 12) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/
H A DUnresolvedReferenceNameFinder.java43 public void acceptName(char[] name); in acceptName() method
67 private void acceptName(char[] name) { in acceptName() method in UnresolvedReferenceNameFinder
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLCollection.java117 private boolean acceptName(String name) in acceptName() method in DomHTMLCollection
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLCollection.java117 private boolean acceptName(String name) in acceptName() method in DomHTMLCollection
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLCollection.java117 private boolean acceptName(String name) in acceptName() method in DomHTMLCollection
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLCollection.java117 private boolean acceptName(String name) in acceptName() method in DomHTMLCollection
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLCollection.java117 private boolean acceptName(String name) in acceptName() method in DomHTMLCollection
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/dom/html2/
H A DDomHTMLCollection.java118 private boolean acceptName(String name) in acceptName() method in DomHTMLCollection
/dports/games/amoebax/amoebax-0.2.1/src/
H A DNewHighScoreState.cxx73 NewHighScoreState::acceptName (void) in acceptName() function in NewHighScoreState
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DInternalNamingConventions.java202 private static void acceptName(char[] name, char[] prefix, char[] suffix, in acceptName() method in InternalNamingConventions
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dfiltertree.cpp151 bool FilterItem::acceptName(const CardInfoPtr info) const in acceptName() function in FilterItem
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DInternalNamingConventions.java45 private static void acceptName( in acceptName() method in InternalNamingConventions
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcppchecksymbols.cpp279 static bool acceptName(NameAST *ast, unsigned *referenceToken) in acceptName() function