HomeSort by relevance Sort by last modified time
    Searched full:introduced (Results 1 - 25 of 1119) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
attr-availability.c 7 void f0() __attribute__((availability(macosx,introduced=10.2,deprecated=10.4,obsoleted=10.6)));
9 void f1() __attribute__((availability(macosx,deprecated=10.4,introduced=10.2,obsoleted=10.6)));
11 void f2() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6)));
13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}}
15 void f4() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable)));
17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
19 void f6() __attribute__((availability(macosx,unavailable,introduced=10.5))); // expected-warning{{'unavailable' availability overrides all other availability information}}
23 gorf __attribute__((availability(macosx,introduced=8.5, message = 10.0))), // expected-error {{expected string literal}
    [all...]
  /external/clang/test/Sema/
attr-availability-macosx.c 3 void f0(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.6)));
4 void f1(int) __attribute__((availability(macosx,introduced=10.5)));
5 void f2(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.5)));
6 void f3(int) __attribute__((availability(macosx,introduced=10.6)));
7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=3.0))); // expected-note{{explicitly marked unavailable}}
8 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(macosx,unavailable))); // expected-note{{function has been explicitly marked unavailable here}}
22 foo __attribute__((availability(macosx,introduced=8.0,deprecated=9.0)))
26 bar __attribute__((availability(macosx,introduced=8.0,deprecated=9.0))) = foo
29 enum __attribute__((availability(macosx,introduced=8.0,deprecated=9.0)))
    [all...]
attr-availability-ios.c 3 void f0(int) __attribute__((availability(ios,introduced=2.0,deprecated=2.1)));
4 void f1(int) __attribute__((availability(ios,introduced=2.1)));
5 void f2(int) __attribute__((availability(ios,introduced=2.0,deprecated=3.0)));
6 void f3(int) __attribute__((availability(ios,introduced=3.0)));
7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailable}}
9 void f5(int) __attribute__((availability(ios,introduced=2.0))) __attribute__((availability(ios,deprecated=3.0)));
11 void f6(int) __attribute__((availability(ios,introduced=2.0)));
attr-availability.c 3 void f0() __attribute__((availability(macosx,introduced=10.4,deprecated=10.2))); // expected-warning{{feature cannot be deprecated in Mac OS X version 10.2 before it was introduced in version 10.4; attribute ignored}}
5 void f2() __attribute__((availability(ios,introduced=2.1,deprecated=2.1)));
7 void f3() __attribute__((availability(otheros,introduced=2.2))); // expected-warning{{unknown platform 'otheros' in availability macro}}
11 ATSFontGetName(const char *oName) __attribute__((availability(macosx,introduced=8.0,deprecated=9.0, message="use CTFontCopyFullName")));
14 ATSFontGetPostScriptName(int flags) __attribute__((availability(macosx,introduced=8.0,obsoleted=9.0, message="use ATSFontGetFullPostScriptName"))); // expected-note {{function has been explicitly marked unavailable here}}
  /frameworks/support/v13/java/android/support/v13/app/
package.html 3 Support classes to access some of the android.app package features introduced after API level 13 in a backwards compatible fashion.
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
package.html 3 Support classes to access some of the android.view.accessibility package features introduced after API level 4 in a backwards compatible fashion.
  /external/webkit/Source/JavaScriptCore/API/
WebKitAvailability.h 124 * Used on functions introduced in WebKit 1.0
131 * Used on functions introduced in WebKit 1.0,
151 * Used on declarations introduced in WebKit 1.1
164 * Used on declarations introduced in WebKit 1.1,
176 * Used on declarations introduced in WebKit 1.0,
204 * Used on declarations introduced in WebKit 1.2
217 * Used on declarations introduced in WebKit 1.2,
229 * Used on declarations introduced in WebKit 1.0,
241 * Used on declarations introduced in WebKit 1.1,
269 * Used on declarations introduced in WebKit 1.3
    [all...]
  /development/samples/AndroidBeamDemo/
_index.html 1 <p>Android Beam Demo shows how to use the Android Beam feature introduced in API level 14. This
  /development/samples/BackupRestore/
_index.html 5 introduced in Android 2.2.</p>
  /external/webkit/Source/WebCore/dom/
DOMCoreException.idl 56 // Introduced in DOM Level 2:
58 // Introduced in DOM Level 2:
60 // Introduced in DOM Level 2:
62 // Introduced in DOM Level 2:
64 // Introduced in DOM Level 2:
66 // Introduced in DOM Level 3:
68 // Introduced in DOM Level 3:
70 // Introduced as an XHR extension:
72 // Introduced in HTML5:
ExceptionCode.h 42 // Introduced in DOM Level 2:
49 // Introduced in DOM Level 3:
56 // Others introduced in HTML5:
62 // Introduced in File API:
  /external/oprofile/module/
op_cache.h 25 /* 2.4.0 introduced __cacheline_aligned */
40 /* 2.4.10 introduced ___cacheline_aligned_in_smp */
compat22.h 98 /* 2.2.18 introduced module_init */
99 /* Not sure what version aliases were introduced in, but certainly in 2.91.66. */
108 /* 2.2.18 introduced vmalloc_32 */
124 /* 2.2.18 introduced the rtc lock */
139 /* 2.2.21 introduced cpuid_edx */
  /development/samples/SpellChecker/SampleSpellCheckerService/
_index.html 3 APIs introduced in Android 4.0 (API level 14).</p>
  /external/clang/test/SemaObjC/
attr-availability.m 3 - (void)method __attribute__((availability(macosx,introduced=10.1,deprecated=10.2)));
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
onload-completion-test-expected.txt 1 This test verifies that at the time a body onload function is called that the subresources of this page (in particular the image) are already loaded. The page verifies that the image has the expected dimensions at the time of the onload event, and prints its result based on that. This is a regression test for a bug introduced by the patch for bug 3652.
  /external/clang/test/CodeGen/
attr-availability.c 14 void f3() __attribute__((availability(macosx,introduced=10.5)));
20 void f0() __attribute__((availability(macosx,introduced=10.5)));
25 void f1() __attribute__((availability(macosx,introduced=10.6)));
  /external/clang/test/Preprocessor/
macro_fn.c 7 #define zero_dot(...) 0 /* expected-warning {{variadic macros were introduced in C99}} */
8 #define one_dot(x, ...) 0 /* expected-warning {{variadic macros were introduced in C99}} */
34 #define e(...) __VA_ARGS__ /* expected-warning {{variadic macros were introduced in C99}} */
  /development/samples/SpellChecker/HelloSpellChecker/
_index.html 4 APIs introduced in Android 4.0 (API level 14).</p>
  /external/clang/test/Misc/
diag-line-wrapping.cpp 9 // newlines introduced to manually format a section of the diagnostic text.
  /external/clang/test/CodeGenObjC/
attr-availability.m 8 __attribute__((availability(macosx,introduced=10.5)))
18 __attribute__((availability(macosx,introduced=10.6)))
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalStart.java 31 * {@code non-null;} register spec representing the local variable introduced
53 * variable introduced by this instance
78 * Gets the register spec representing the local variable introduced
  /dalvik/dx/src/com/android/dx/dex/code/
LocalStart.java 31 * {@code non-null;} register spec representing the local variable introduced
53 * variable introduced by this instance
78 * Gets the register spec representing the local variable introduced
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalStart.java 31 * {@code non-null;} register spec representing the local variable introduced
53 * variable introduced by this instance
78 * Gets the register spec representing the local variable introduced
  /development/samples/ToyVpn/
_index.html 1 <p>ToyVPN is a sample application that shows how to build a VPN client using the <a href="../../../reference/android/net/VpnService.html">VpnService</a> class introduced in API level 14.</p>

Completed in 6106 milliseconds

1 2 3 4 5 6 7 8 91011>>