Searched defs:unavailable (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/jivesoftware/smack/packet/
H A DPresence.java31 * <li>{@link Presence.Type#unavailable unavailable} -- the user is unavailable to receive messages.
93 * false if the user is unavailable (offline), or if this is a presence packet
110 * is any other value, including when the presence type is unavailable (offline).
287 * {@link Mode#dnd dnd}, etc. The presence type is only {@link #unavailable unavailable} when
298 * The user is unavailable to receive messages.
300 unavailable, enum constant in enum:Presence.Type
/external/clang/include/clang/Sema/
H A DAttributeList.h105 /// \brief The location of the 'unavailable' keyword in an
204 SourceLocation unavailable,
212 UnavailableLoc(unavailable), MessageExpr(messageExpr),
563 SourceLocation unavailable,
571 unavailable, MessageExpr, syntax));
730 SourceLocation unavailable,
735 introduced, deprecated, obsoleted, unavailable,
198 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *parmName, SourceLocation parmLoc, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *messageExpr, Syntax syntaxUsed) argument

Completed in 126 milliseconds