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

<<11121314151617181920>>

  /external/curl/docs/libcurl/opts/
CURLOPT_SSL_VERIFYSTATUS.3 44 .SH AVAILABILITY
CURLOPT_TCP_KEEPALIVE.3 58 .SH AVAILABILITY
CURLOPT_TCP_KEEPIDLE.3 56 .SH AVAILABILITY
CURLOPT_TCP_KEEPINTVL.3 54 .SH AVAILABILITY
CURLOPT_TFTP_BLKSIZE.3 43 .SH AVAILABILITY
CURLOPT_TIMECONDITION.3 46 .SH AVAILABILITY
CURLOPT_TLSAUTH_PASSWORD.3 41 .SH AVAILABILITY
CURLOPT_TLSAUTH_TYPE.3 46 .SH AVAILABILITY
CURLOPT_TLSAUTH_USERNAME.3 41 .SH AVAILABILITY
CURLOPT_TRANSFERTEXT.3 46 .SH AVAILABILITY
CURLOPT_TRANSFER_ENCODING.3 49 .SH AVAILABILITY
CURLOPT_USERAGENT.3 50 .SH AVAILABILITY
CURLOPT_VERBOSE.3 58 .SH AVAILABILITY
CURLOPT_XOAUTH2_BEARER.3 43 .SH AVAILABILITY
  /external/e2fsprogs/misc/
uuidgen.1.in 58 .SH AVAILABILITY
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
Contacts.java 137 * Key defining the VoLTE call availability.
146 * Key defining the VoLTE call availability timestamp.
182 * Key defining the Video call availability.
191 * Key defining the Video call availability timestamp.
  /external/tpm2/
PCR_Extend.c 44 // availability
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionProviderClient.java 67 * Called when a change in the availability of {@link ActivityRecognitionProvider} is detected.
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsConnectionStateListener.java 24 * availability of the local device during IMS registered.
ImsEcbmStateListener.java 35 * availability of the local device during IMS registered.
  /packages/services/Telephony/src/com/android/phone/
INetworkQueryService.aidl 24 * availability queries instead of making direct calls to the Phone layer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 121 availability RN 7 ;// input variable label
134 M_ARG Availability, 4
145 M_LDR availability, Availability ;// Arg availability loaded from stack to reg
151 AND availability, availability,#(OMX_VC_UPPER + OMX_VC_LEFT)
152 CMP availability, #(OMX_VC_UPPER + OMX_VC_LEFT) ;// if(availability & (#OMX_VC_UPPER | #OMX_VC_LEFT))
222 CMP availability, #OMX_VC_UPPER ;// if(availability & #OMX_VC_UPPER
    [all...]
  /frameworks/base/docs/html/guide/practices/
compatibility.jd 10 <li><a href="#how">Controlling Your App's Availability to Devices</a>
17 <li><a href="#filtering">Controlling Your App's Availability for Business Reasons</a></li>
83 <h2 id="how">Controlling Your App's Availability to Devices</h2>
88 so you may need to control your app's availability to devices based on your app's required
97 If necessary, however, you can restrict your app's availability to devices through Google Play
108 <p>In order for you to manage your app?s availability based on device features,
155 use to control the availability of your app to users through Google Play Store, see the
161 availability of a device feature. For example, if your app requests permission to access to {@link
268 <h2 id="filtering">Controlling Your App's Availability for Business Reasons</h2>
270 <p>In addition to restricting your app's availability based on device characteristics
    [all...]
  /external/libavc/common/
ih264_luma_intra_pred_filters.c 120 * availability of neighbouring pixels(Not used in this function)
170 * availability of neighbouring pixels(Not used in this function)
221 * availability of neighbouring pixels
235 UWORD8 u1_useleft; /* availability of left predictors (only for DC) */
236 UWORD8 u1_usetop; /* availability of top predictors (only for DC) */
294 * availability of neighbouring pixels(Not used in this function)
362 * availability of neighbouring pixels(Not used in this function)
435 * availability of neighbouring pixels(Not used in this function)
511 * availability of neighbouring pixels(Not used in this function)
586 * availability of neighbouring pixels(Not used in this function
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 723 AVCNeighborAvailability availability; local
744 availability.left = TRUE;
745 availability.top = TRUE;
747 { /* check availability up */
748 availability.top = video->intraAvailB ;
751 { /* check availability left */
752 availability.left = video->intraAvailA ;
754 availability.top_right = BlkTopRight[blkidx];
756 if (availability.top_right == 2)
758 availability.top_right = video->intraAvailB
    [all...]

Completed in 921 milliseconds

<<11121314151617181920>>