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

1 2 3 4 5 6 78 91011>>

  /external/libhevc/common/
ihevc_intra_pred_filters.c 96 * Reference substitution process for samples unavailable for prediction
331 /* If left is Unavailable, copy the last bottom-left value */
337 /* If top-left is Unavailable, copy the last left value */
340 /* If top is Unavailable, copy the last top-left value */
345 /* If to right is Unavailable, copy the last top value */
426 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above */
438 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
535 /* Replicate the bottom-left and subsequent unavailable pixels with the 1st available pixel above */
545 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
    [all...]
  /external/chromium_org/content/browser/gpu/
compositor_util.cc 62 "Accelerated 2D canvas is unavailable: either disabled at the command"
72 " and hardware acceleration will be unavailable.",
289 status = "unavailable";
  /external/kernel-headers/original/uapi/scsi/fc/
fc_fs.h 307 FC_RJT_P_UNAV_T = 0x03, /* port unavailable, temporary */
308 FC_RJT_P_UNAV = 0x04, /* port unavailable, permanent */
329 FC_RJT_FAB_UNAV = 0x1a, /* fabric unavailable */
  /external/lldb/examples/summaries/cocoa/
NSDate.py 237 return 'Summary Unavailable'
253 return 'Summary Unavailable'
262 return 'Summary Unavailable'
  /frameworks/base/location/java/android/location/
Geocoder.java 120 * @throws IOException if the network is unavailable or any other
166 * @throws IOException if the network is unavailable or any other
220 * @throws IOException if the network is unavailable or any other
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEngineSettingsFragment.java 213 final ArrayList<String> unavailable = mVoiceDataDetails.getStringArrayListExtra( local
216 if (unavailable != null && unavailable.size() > 0) {
  /cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java 79 /** Assert that bogus effects are unavailable */
  /external/apache-http/src/org/apache/http/
HttpException.java 68 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
MethodNotSupportedException.java 62 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
ProtocolException.java 67 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
  /external/apache-http/src/org/apache/http/auth/
AuthenticationException.java 67 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
InvalidCredentialsException.java 66 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
MalformedChallengeException.java 68 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
  /external/apache-http/src/org/apache/http/client/
CircularRedirectException.java 65 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
RedirectException.java 67 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
  /external/apache-http/src/org/apache/http/cookie/
MalformedCookieException.java 69 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngineException.java 64 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
UnsupportedDigestAlgorithmException.java 66 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 55 * <code>null</code> if unavailable.
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.cc 137 // unavailable on the current system. If so, return NULL to signal that
  /external/chromium_org/chrome/browser/sync_file_system/
sync_process_runner.cc 26 // Default delay when remote service is temporarily unavailable.
  /external/chromium_org/components/webdata/common/
web_data_service_base.h 80 // the database is not loaded or otherwise unavailable. Must be called on
  /external/chromium_org/google_apis/gcm/engine/
unregistration_request.h 45 SERVICE_UNAVAILABLE, // Unregistration service unavailable.
  /external/chromium_org/google_apis/
google_api_keys.h 55 // unavailable.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 23 return 'MAP Unavailable';

Completed in 828 milliseconds

1 2 3 4 5 6 78 91011>>