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

1 2 34 5 6 7 8 91011>>

  /external/clang/include/clang/Basic/
Module.h 253 /// evaluate the availability of this feature.
256 /// availability of this feature.
DiagnosticParseKinds.td 640 // Availability attribute
650 "%0 is not an availability stage; use 'introduced', 'deprecated', or "
653 "redundant %0 availability change; only the last specified change will " "be used">;
655 "'unavailable' availability overrides all other availability information">;
    [all...]
Attr.td 151 def Availability : InheritableAttr {
152 let Spellings = ["availability"];
  /external/libnl-headers/netlink/
object-api.h 129 * // to mark its availability.
133 * // At any time you may use this mask to check for the availability
  /external/libvpx/vpx/
vpx_decoder.h 237 * the availability of decoded image data.
277 * the availability of partially decoded image data. The
  /development/tools/emulator/system/camera/
media_codecs.xml 31 There's a simple and a complex syntax to declare the availability of a
  /device/asus/grouper/
media_codecs.xml 31 There's a simple and a complex syntax to declare the availability of a
  /device/moto/wingray/
media_codecs.xml 31 There's a simple and a complex syntax to declare the availability of a
  /device/samsung/crespo/
media_codecs.xml 31 There's a simple and a complex syntax to declare the availability of a
  /device/samsung/tuna/
media_codecs.xml 31 There's a simple and a complex syntax to declare the availability of a
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.h 129 ConfigAvailability availability);
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 26 int cake() __attribute__((availability(macosx, unavailable, message = "is a lie"_x))); // expected-error {{user-defined suffix cannot be used here}}
  /external/e2fsprogs/misc/
blkid.8.in 159 .SH AVAILABILITY
e2image.8.in 135 .SH AVAILABILITY
  /external/libgsm/man/
gsm_option.3 68 The availability of this option depends on the hardware used;
  /external/llvm/lib/CodeGen/
RegisterClassInfo.h 124 /// availability.
  /frameworks/base/docs/html/guide/topics/manifest/
uses-library-element.jd 36 the availability of the application on Google Play:
  /frameworks/base/docs/html/tools/testing/
what_to_test.jd 43 configuration, such as a change in the availability of a keyboard or a change in system
  /frameworks/base/docs/html/training/camera/
videobasics.jd 66 camera to download your application. It's then your responsibility to check for the availability
  /frameworks/base/docs/html/training/tv/
unsupported-features-tv.jd 73 paths based on availability of those features.</li>
  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 318 int availability = intent.getIntExtra(Events.AVAILABILITY, -1); local
319 if (availability != -1) {
320 mAvailability = availability;
  /packages/apps/Phone/src/com/android/phone/
NetworkQueryService.java 37 * availability.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
allocator.h 186 // the availability of the infrastructure described in N2983: we should
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
allocator.h 186 // the availability of the infrastructure described in N2983: we should
  /external/clang/lib/AST/
DeclBase.cpp 285 /// \brief Determine the availability of the given declaration based on
288 /// When it returns an availability result other than \c AR_Available,
391 if (AvailabilityAttr *Availability = dyn_cast<AvailabilityAttr>(*A)) {
392 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability,
442 if (AvailabilityAttr *Availability = dyn_cast<AvailabilityAttr>(*A)) {
443 if (CheckAvailability(getASTContext(), Availability, 0)
    [all...]

Completed in 1705 milliseconds

1 2 34 5 6 7 8 91011>>