Home
last modified time | relevance | path

Searched refs:InterfaceMatcher (Results 1 – 5 of 5) sorted by relevance

/dports/devel/umlgraph/UMLGraph-R5_7_2/src/main/java/org/umlgraph/doclet/
H A DInterfaceMatcher.java12 public class InterfaceMatcher implements ClassMatcher { class
17 public InterfaceMatcher(RootDoc root, Pattern pattern) { in InterfaceMatcher() method in InterfaceMatcher
H A DView.java103 return new InterfaceMatcher(root, Pattern.compile(strings[1])); in buildMatcher()
/dports/devel/py-adb/python-adb-1.3.0-9-gd0be33c/adb/
H A Dfastboot.py39 DeviceIsAvailable = common.InterfaceMatcher(CLASS, SUBCLASS, PROTOCOL)
H A Dcommon.py40 def InterfaceMatcher(clazz, subclass, protocol): function
H A Dadb_commands.py39 DeviceIsAvailable = common.InterfaceMatcher(CLASS, SUBCLASS, PROTOCOL)