Searched defs:unavailable (Results 1 - 3 of 3) 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/test/Sema/
H A Dbuiltins.c201 void unavailable() { function
/external/clang/include/clang/Sema/
H A DAttributeList.h125 /// \brief The location of the 'unavailable' keyword in an
234 SourceLocation unavailable,
241 UnavailableLoc(unavailable), MessageExpr(messageExpr),
598 SourceLocation unavailable,
605 obsoleted, unavailable, MessageExpr,
733 SourceLocation unavailable,
738 deprecated, obsoleted, unavailable, MessageExpr, syntax);
229 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Parm, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *messageExpr, Syntax syntaxUsed) argument
727 addNew(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierLoc *Param, const AvailabilityChange &introduced, const AvailabilityChange &deprecated, const AvailabilityChange &obsoleted, SourceLocation unavailable, const Expr *MessageExpr, AttributeList::Syntax syntax) argument

Completed in 380 milliseconds