Home
last modified time | relevance | path

Searched defs:AbstractInterface (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dabstract-interface.cpp64 AbstractInterface::AbstractInterface(const QString &busName, in AbstractInterface() function in Tp::AbstractInterface
72 AbstractInterface::AbstractInterface(DBusProxy *parent, const QLatin1String &interface) in AbstractInterface() function in Tp::AbstractInterface
H A Doptional-interface-factory.h39 class AbstractInterface; variable
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/cha/
H A DAbstractRootMethod.java128 public static class AbstractInterface extends ATest<AbstractInterface.C> { class in AbstractRootMethod
129 public AbstractInterface() { in AbstractInterface() method in AbstractRootMethod.AbstractInterface
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A DtestTfType.py34 class AbstractInterface(object): class