HomeSort by relevance Sort by last modified time
    Searched refs:unavailable (Results 26 - 45 of 45) sorted by null

12

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLButtonElement04.js 78 The disabled attribute specifies whether the control is unavailable
HTMLOptGroupElement01.js 78 The disabled attribute indicates that the control is unavailable in
HTMLTextAreaElement06.js 78 The disabled attribute specifies the control is unavailable in this
button08.js 78 The control is unavailable in this context.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLButtonElement04.js 78 The disabled attribute specifies whether the control is unavailable
HTMLOptGroupElement01.js 78 The disabled attribute indicates that the control is unavailable in
HTMLTextAreaElement06.js 78 The disabled attribute specifies the control is unavailable in this
button08.js 78 The control is unavailable in this context.
  /external/clang/test/Sema/
warn-documentation.cpp 432 void test_deprecated_4(int a) __attribute__((unavailable));
  /external/clang/test/SemaTemplate/
instantiate-expr-4.cpp 104 void *operator new[](__SIZE_TYPE__) __attribute__((unavailable)); // expected-note{{explicitly made unavailable}}
109 return new C(); // expected-error{{call to unavailable function 'operator new[]'}}
  /external/smack/src/org/jivesoftware/smack/
Connection.java.orig 479 * Closes the connection by setting presence to unavailable then closing the connection to
490 disconnect(new Presence(Presence.Type.unavailable));
494 * Closes the connection. A custom unavailable presence is sent to the server, followed
    [all...]
Connection.java 479 * Closes the connection by setting presence to unavailable then closing the connection to
490 disconnect(new Presence(Presence.Type.unavailable));
494 * Closes the connection. A custom unavailable presence is sent to the server, followed
    [all...]
BOSHConnection.java 479 * Closes the connection by setting presence to unavailable and closing the
668 shutdown(new Presence(Presence.Type.unavailable));
XMPPConnection.java 396 * Closes the connection by setting presence to unavailable then closing the stream to
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 305 * This method logs you out from this gateway by sending an unavailable presence
309 Presence presence = new Presence(Presence.Type.unavailable);
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 534 Presence leavePresence = new Presence(Presence.Type.unavailable);
654 * it will return a "Service Unavailable" error to the user (error code 503).
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 310 /// string describing why the entity is unavailable.
337 // Make sure that this declaration has not been marked 'unavailable'.
405 if (UnavailableAttr *Unavailable = dyn_cast<UnavailableAttr>(*A)) {
407 *Message = Unavailable->getMessage();
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 286 presence = new Presence(Presence.Type.unavailable);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css     [all...]
  /external/libffi/
configure     [all...]

Completed in 800 milliseconds

12