Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/address/
DUserInfo.java57 protected int userType; field in UserInfo
83 if (this.userType != other.userType) { in equals()
129 return userType; in getUserType()
181 userType = type; in setUserType()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DSymbolTable.h73 …ring *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0… in TSymbol()
78 bool isUserType() const { return userType; } in isUserType()
108 bool userType; variable
DSymbolTable.cpp169 userType = copyOf.userType; in TVariable()
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp666 if (ret.userType() == QMetaType::Void) in evalJS()
698 if (ret.userType() != QMetaType::Void) in evalJSV()
1226 QCOMPARE(ret.userType(), int(QMetaType::QObjectStar)); in Q_DECLARE_METATYPE()
1236 QCOMPARE(ret.userType(), int(QVariant::List)); // All lists get downgraded to QVariantList in Q_DECLARE_METATYPE()
1250 …QCOMPARE(ret.userType(), int(QMetaType::Double)); // all JS numbers are doubles, even though this … in Q_DECLARE_METATYPE()
1297 QCOMPARE(ret.userType(), int(QMetaType::Double)); in Q_DECLARE_METATYPE()
1309 QCOMPARE(v.userType(), int(QMetaType::QVariantMap)); in Q_DECLARE_METATYPE()
1320 QCOMPARE(ret.userType(), int(QMetaType::QVariantMap)); in Q_DECLARE_METATYPE()
1336 QCOMPARE(v.userType(), qMetaTypeId<QList<int> >()); in Q_DECLARE_METATYPE()
1343 …QCOMPARE(ret.userType(), int(QMetaType::QVariantList)); // ints get converted to doubles, so this … in Q_DECLARE_METATYPE()
[all …]
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp816 QMetaType::Type type = (QMetaType::Type) variant.userType(); in convertQVariantToValue()
969 qConvDebug() << "fallback path for" << variant << variant.userType(); in convertQVariantToValue()