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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_tempbuf.h 78 * may be less than that requested if the memory is unavailable;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 174 "file is unavailable"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 135 self.stream.writeln("Unavailable resources: %s" % ", ".join(requested))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_robotparser.py 257 self.skipTest('%s is unavailable' % url)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 174 "file is unavailable"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 135 self.stream.writeln("Unavailable resources: %s" % ", ".join(requested))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_robotparser.py 257 self.skipTest('%s is unavailable' % url)
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc 238 << "' is unavailable. Fall back to the default.";
243 << "' is unavailable. Fall back to the default.";
249 << "' is unavailable. Fall back to the default.";
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc 102 const char STR_UNAVAILABLE[] = "unavailable";
243 { NS_STANZA, "recipient-unavailable" };
254 { NS_STANZA, "service-unavailable" };
  /external/wpa_supplicant_8/src/ap/
dfs.c 357 /* At least one channel unavailable */
641 /* Check if any of configured channels is unavailable */
644 wpa_printf(MSG_DEBUG, "DFS %d chans unavailable - choose other channel: %s",
  /frameworks/opt/telephony/src/java/android/telephony/
SmsMessage.java 505 * form or null if unavailable
514 * unavailable.
544 * an email gateway. Returns null if message body unavailable.
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 328 * form or null if unavailable
339 * unavailable.
370 * an email gateway. Returns null if message body unavailable.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 244 * not supported or unavailable.
246 * @return null if SIM is not yet ready or unavailable
496 * bit is set or EF_CSP data is unavailable, return false otherwise.
  /external/clang/include/clang/Basic/
AttrDocs.td 152 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")));
278 useful when combined with the ``unavailable`` attribute:
282 void honeypot(...) __attribute__((overloadable, unavailable)); // calling me is an error
465 unavailable
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h 449 * Where that is unavailable, falls back to the <i>short localized GMT format</i> ("O").</td>
455 * Where that is unavailable, falls back to the <i>long localized GMT format</i> ("OOOO").</td>
495 * Where that is unavailable, falls back to the <i>generic location format</i> ("VVVV"),
502 * Where that is unavailable, falls back to <i>generic location format</i> ("VVVV").
509 * Where that is unavailable, the special short time zone ID <i>unk</i> (Unknown Zone) is used.<br>
523 * Where that is unavailable, the localized exemplar city name for the special zone <i>Etc/Unknown</i> is used
530 * Where that is unavailable, falls back to the <i>long localized GMT format</i> ("OOOO";
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_neon_intr.c 84 * Reference substitution process for samples unavailable for prediction
210 /* If left is Unavailable, copy the last bottom-left value */
322 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above */
334 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
384 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above */
394 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
    [all...]
  /external/smack/src/org/jivesoftware/smack/
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...]
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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 120 * Returns "" if unavailable.
139 * Returns null if unavailable.
156 * Returns 2 if unavailable.
  /packages/apps/Browser/res/values-en-rGB/
strings.xml 318 <string name="download_no_sdcard_dlg_title" product="nosdcard" msgid="56777245081568508">"USB storage unavailable"</string>
322 <string name="download_sdcard_busy_dlg_title" product="nosdcard" msgid="8081445664689818973">"USB storage unavailable"</string>
323 <string name="download_sdcard_busy_dlg_title" product="default" msgid="6877712666046917741">"SD card unavailable"</string>
    [all...]
  /packages/apps/Browser/res/values-en-rIN/
strings.xml 318 <string name="download_no_sdcard_dlg_title" product="nosdcard" msgid="56777245081568508">"USB storage unavailable"</string>
322 <string name="download_sdcard_busy_dlg_title" product="nosdcard" msgid="8081445664689818973">"USB storage unavailable"</string>
323 <string name="download_sdcard_busy_dlg_title" product="default" msgid="6877712666046917741">"SD card unavailable"</string>
    [all...]
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConnectivityConstraintTest.java 78 * is connected to WiFi. This will fail if a wifi connection is unavailable.
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 188 // No profile should be available if low and high are unavailable.
  /external/apache-http/src/org/apache/http/
HttpStatus.java 172 /** <tt>503 Service Unavailable</tt> (HTTP/1.0 - RFC 1945) */
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 158 vi.getRelease() : VersionInfo.UNAVAILABLE;

Completed in 1214 milliseconds

<<11121314151617181920>>