HomeSort by relevance Sort by last modified time
    Searched full:unavailable (Results 251 - 275 of 1171) sorted by null

<<11121314151617181920>>

  /external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java 125 * the room occupants will receive a Presence packet of type 'unavailable' with the reason for
186 * the room occupants will receive a Presence packet of type 'unavailable' with the reason for
433 * nickname is sent as part of the unavailable presence.
484 * nickname is sent as part of the unavailable presence.
561 * the room occupants will receive a Presence packet of type 'unavailable' with the reason for
MUCOwner.java 171 * nickname is sent as part of the unavailable presence.
222 * nickname is sent as part of the unavailable presence.
  /external/chromium_org/chrome/browser/resources/local_discovery/
local_discovery.js 369 $('cloud-devices-unavailable').hidden = false;
443 $('cloud-devices-unavailable').hidden = true;
499 $('cloud-devices-unavailable').hidden = true;
  /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[]'}}
  /frameworks/base/core/java/android/net/
NetworkInfo.java 47 * <tr><td><code>UNAVAILABLE</code></td><td><code>DISCONNECTED</code></td></tr>
143 mIsAvailable = false; // until we're told otherwise, assume unavailable
261 * Indicates whether network connectivity is possible. A network is unavailable
  /frameworks/base/docs/html/training/tv/start/
hardware.jd 67 hardware features being unavailable. This section discusses what hardware features are typically
126 demonstrates how to declare that your app does not require hardware features which are unavailable
146 <strong>Caution:</strong> Declaring an unavailable hardware feature as required by setting its
  /frameworks/base/keystore/java/android/security/
KeyChain.java 249 * certificate, or null if unavailable.
251 * certificate, or -1 if unavailable.
253 * unavailable.
  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 152 * Returned paths may be {@code null} if a storage device is unavailable.
212 * {@code null} if a storage device is unavailable.
272 * if a storage device is unavailable.
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 51 public static final long UNAVAILABLE = -1L;
403 return UNAVAILABLE;
409 return UNAVAILABLE;
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 320 return "Unavailable";
341 return "Unavailable";
345 return "Unavailable";
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermodule_unittest.cc 329 "<presence type=\"unavailable\">"
353 presence_input.AddAttr(QN_TYPE, "unavailable");
368 "<cli:presence type=\"unavailable\" xmlns:cli=\"jabber:client\">"
376 "<presence type=\"unavailable\">"
511 "type='unavailable'>"
523 "to=\"david@my-server/test\" type=\"unavailable\" "
  /frameworks/base/docs/html/google/gcm/
http.jd 168 the server is temporarily unavailable (for example, because of timeouts). Sender
216 documented in the above table, plus &quot;Unavailable&quot; (meaning GCM servers
237 <li>If it is <code>Unavailable</code>, you could retry to send it in another
272 </strong>Plain-text requests will never return <code>Unavailable</code> as the
397 <code>error</code> field of a JSON object in the results array is <code>Unavailable</code>.
449 { "error": "Unavailable" },
  /external/chromium_org/chrome/common/mac/
cfbundle_blocker.mm 65 // Contextual menu manager plug-ins are unavailable to 64-bit processes.
73 // circumstances, and are entirely unavailable to 64-bit processes.
  /external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c 95 * to a bad font file), this function will mark the sbit as `unavailable'
374 * tag `unavailable' bitmaps in the array. We should never try
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_s3tc.c 119 "compression/decompression unavailable");
141 "unavailable");
  /external/freetype/src/cache/
ftcsbits.c 95 * to a bad font file), this function will mark the sbit as `unavailable'
374 * tag `unavailable' bitmaps in the array. We should never try
  /external/lldb/examples/summaries/cocoa/
NSSet.py 231 return 'Summary Unavailable'
258 return 'Summary Unavailable'
  /external/mesa3d/src/mesa/main/
texcompress_s3tc.c 119 "compression/decompression unavailable");
141 "unavailable");
  /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);
  /frameworks/base/services/core/java/com/android/server/
CommonTimeManagementService.java 153 "Common time services will be unavailable.");
190 "Service is unavailable");
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactory.java 129 * @throws XPathFactoryConfigurationException If the specified object model is unavailable.
161 * @throws XPathFactoryConfigurationException If the specified object model is unavailable.
  /packages/apps/Music/res/values-en-rGB/
strings.xml 81 <string name="sdcard_busy_title" msgid="1162763571147174655">"SD card unavailable"</string>
82 <string name="sdcard_busy_title_nosdcard" msgid="3319125156566499501">"USB storage unavailable"</string>
  /packages/apps/Music/res/values-en-rIN/
strings.xml 81 <string name="sdcard_busy_title" msgid="1162763571147174655">"SD card unavailable"</string>
82 <string name="sdcard_busy_title_nosdcard" msgid="3319125156566499501">"USB storage unavailable"</string>
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 134 // Test obtainStyledAttributes(AttributeSet, int[]) with unavailable resource id.
  /dalvik/libdex/
CmdUtils.cpp 146 "NOTE: /tmp and /sdcard unavailable for temp files\n");

Completed in 981 milliseconds

<<11121314151617181920>>