HomeSort by relevance Sort by last modified time
    Searched full:unavailable (Results 526 - 550 of 1170) sorted by null

<<21222324252627282930>>

  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 87 * use and def lists are unavailable.
866 * use and def lists are unavailable.
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 129 "compression/decompression unavailable\n");
152 "unavailable\n");
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 169 retval = "Temporarily Unavailable";
258 retval = "Service unavailable";
  /external/smack/src/org/jivesoftware/smack/
BOSHConnection.java 479 * Closes the connection by setting presence to unavailable and closing the
668 shutdown(new Presence(Presence.Type.unavailable));
  /frameworks/av/include/private/media/
AudioTrackShared.h 61 volatile uint32_t mUnderrunFrames; // server increments for each unavailable but desired frame
426 // Return the total number of frames which AudioFlinger desired but were unavailable,
  /frameworks/base/core/java/android/net/
NetworkStats.java 45 /** {@link #iface} value when interface details unavailable. */
47 /** {@link #uid} value when UID details unavailable. */
  /frameworks/base/docs/html/google/gcm/
helper.jd 136 <li> <code>onRecoverableError(Context context, String errorId)</code>: Called when the device tries to register or unregister, but the GCM servers are unavailable. The GCM library will retry the operation using exponential backup, unless this method is overridden and returns false. This method is optional and should be overridden only if you want to display the message to the user or cancel the retry attempts.
180 <li>Sends the message with a maximum of 5 retry attempts (in case the GCM servers are unavailable), and stores the response on result. </li>
  /frameworks/base/docs/html/guide/components/
loaders.jd 254 data unavailable.
348 making its data unavailable. This callback lets you find out when the data is
  /frameworks/base/docs/html/guide/topics/data/
data-storage.jd 236 <p class="caution"><strong>Caution:</strong> External storage can become unavailable if the user mounts the
391 unavailable. If you'd like to access both possible locations while also supporting Android
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 352 if (ImapConstants.UNAVAILABLE.equals(responseCode)) {
569 if (ImapConstants.UNAVAILABLE.equals(responseCode)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 507 * Removes all the unavailable attributes after a conversion, both on the
557 // Also remove the unavailable attributes (not layout attributes) on the
  /external/chromium_org/native_client_sdk/doc_generated/community/security-contest/
contest-faq.html 29 <li><a class="reference internal" href="#my-team-has-accepted-the-terms-and-conditions-except-for-one-person-who-is-unavailable-whose-email-was-misspelled-etc-what-can-i-do" id="id14">My team has accepted the Terms and Conditions except for one person who is unavailable / whose email was misspelled / etc. What can I do?</a></li>
159 </section><section id="my-team-has-accepted-the-terms-and-conditions-except-for-one-person-who-is-unavailable-whose-email-was-misspelled-etc-what-can-i-do">
160 <h2 id="my-team-has-accepted-the-terms-and-conditions-except-for-one-person-who-is-unavailable-whose-email-was-misspelled-etc-what-can-i-do">My team has accepted the Terms and Conditions except for one person who is unavailable / whose email was misspelled / etc. What can I do?</h2>
    [all...]
  /external/clang/docs/
AttributeReference.rst 127 unavailable
247 int isdigit(int c) __attribute__((enable_if(c <= -1 || c > 255, "chosen when 'c' is out of range"))) __attribute__((unavailable("'c' must have the value of an unsigned char or EOF")));
324 callee is unavailable or if the callee has the ``noinline`` attribute.
651 useful when combined with the ``unavailable`` attribute:
655 void honeypot(...) __attribute__((overloadable, unavailable)); // calling me is an error
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 568 /// the given declaration (e.g., preferring 'unavailable' to
574 /// deprecated, or is unavailable.
586 /// \brief Determine whether this declaration is marked 'unavailable'.
588 /// \param Message If non-NULL and the declaration is unavailable,
590 /// was made unavailable (which may be empty).
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 332 // Cannot use a module if it is unavailable.
415 // If a header corresponds to an unavailable module, don't report
    [all...]
  /external/clang/include/clang/Basic/
Attr.td 412 BoolArgument<"unavailable">, StringArgument<"message">];
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 156 // If either of the 128-bit integer types are unavailable to name lookup,
248 /// make the relevant declaration unavailable instead of erroring, do
264 // If the function is already unavailable, it's not an error.
    [all...]
  /bionic/libc/bionic/
getentropy_linux.c 130 * of the chroot-unavailable fd-using /proc mechanism --
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java 369 Log.e(LOG_TAG, "MediaPlayer unavailable.");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 73 private final static String RESPONSE_UNAVAILABLE = "UNAVAILABLE";
  /device/asus/fugu/libaudio/
AudioOutput.cpp 529 ALOGW("pcm device unavailable - reinitialize timestamp");
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ProfileSyncService.java 186 * Returns NONE if the state is unavailable, or decryption passphrase/password is not required.
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.cc 313 // unavailable because /proc/uptime could not be read, do nothing.
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 139 // If version information is unavailable, returns "invalid."
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.h 91 // Return value is an empty scoped_ptr if the device info is unavailable.

Completed in 1344 milliseconds

<<21222324252627282930>>