HomeSort by relevance Sort by last modified time
    Searched full:availability (Results 101 - 125 of 400) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/include/clang/Basic/
DiagnosticGroups.td 27 def Availability : DiagGroup<"availability">;
  /packages/apps/Calendar/res/layout-sw600dp/
edit_event_1.xml 407 android:id="@+id/availability"
408 android:entries="@array/availability"
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 223 * name and availability pairs like "feature1:sdk:true;feature2:sdk:false;feature3:other:true;".
  /external/clang/docs/
LanguageExtensions.html 34 <li><a href="#availability">Availability attribute</a></li>
658 <h2 id="availability">Availability attribute</h2
661 <p>Clang introduces the <code>availability</code> attribute, which can
666 void f(void) __attribute__((availability(macosx,introduced=10.4,deprecated=10.6,obsoleted=10.7)));
669 <p>The availability attribute states that <code>f</code> was introduced in Mac OS X 10.4, deprecated in Mac OS X 10.6, and obsoleted in Mac OS X 10.7. This information is used by Clang to determine when it is safe to use <code>f</code>: for example, if Clang is instructed to compile code for Mac OS X 10.5, a call to <code>f()</code> succeeds. If Clang is instructed to compile code for Mac OS X 10.6, the call succeeds but Clang emits a warning specifying that the function is deprecated. Finally, if Clang is instructed to compile code for Mac OS X 10.7, the call fails because <code>f()</code> is no longer available.</p>
690 <p>Multiple availability attributes can be placed on a declaration, which may correspond to different platforms. Only the availability attribute with the platform corresponding to the target platform will be used; any others will be ignored. If no availability attribute specifies availability for the current target platform, the availability attributes are (…)
    [all...]
  /external/e2fsprogs/misc/
badblocks.8.in 224 .SH AVAILABILITY
chattr.1.in 168 .SH AVAILABILITY
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 155 // availability of the platformLayer().
  /external/webkit/Tools/WebKitLauncher/
main.m 33 // The BSD-level system headers do not have availability macros, so we redeclare the
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSm.c 727 /* set SSID(s) and BSS type according to 802.11d status, and country availability */
806 /* update scan cycle number and scan intervals according to 802.11d status and country availability */
822 * \brief Updates the scan intervals and cycle number according to 802.11d status, country availability and WSC PB mode
824 * Updates the scan intervals and cycle number according to 802.11d status, country availability and WSC PB mode.
    [all...]
  /packages/apps/Calendar/res/values-af/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-am/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-ar/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-be/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-bg/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-ca/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-cs/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-da/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-de/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-el/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-en-rGB/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-es/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-es-rUS/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-et/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-fa/
arrays.xml 154 <string-array name="availability">
  /packages/apps/Calendar/res/values-fi/
arrays.xml 154 <string-array name="availability">

Completed in 734 milliseconds

1 2 3 45 6 7 8 91011>>