/external/clang/test/SemaObjC/ |
D | special-dep-unavail-warning.m | 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… argument 10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… argument 12 …ttribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly mark… argument 14 - (void)FuzzyMeth1 __attribute__((unavailable)); argument 18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… argument 22 - (void) unavailMeth2 __attribute__((unavailable)); argument 23 …ttribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly mark… argument 25 - (void)FuzzyMeth __attribute__((unavailable)); argument 34 …[c unavailMeth]; // expected-warning {{'unavailMeth' maybe unavailable because receiver type is un… 36 …[c unavailMeth1]; // expected-warning {{'unavailMeth1' maybe unavailable because receiver type is … [all …]
|
D | arc-system-header.m | 1 // silly workaround expected-note {{marked unavailable here}} 5 // another silly workaround expected-note {{marked unavailable here}} 10 …cp = test0(op); // expected-error {{'test0' is unavailable: converts between Objective-C and C poi… 11 …cp = *test1(&op); // expected-error {{'test1' is unavailable: converts between Objective-C and C p… 14 // workaround expected-note {{marked unavailable here}} 16 …p->field = 0; // expected-error {{'field' is unavailable: this system declaration uses an unsuppor… 19 // workaround expected-note {{marked unavailable here}} 21 …p->field1 = 0; // expected-error {{'field1' is unavailable: this system declaration uses an unsupp… 25 // workaround expected-note {{marked unavailable here}} 27 …p->field = 0; // expected-error {{'field' is unavailable: this system field has retaining ownershi… [all …]
|
D | protocol-attribute.m | 3 __attribute ((unavailable)) 4 @protocol FwProto; // expected-note{{marked unavailable}} 6 Class <FwProto> cFw = 0; // expected-error {{'FwProto' is unavailable}} 36 @protocol FwProto @end // expected-note{{marked unavailable}} 38 @interface MyClass2 <FwProto> // expected-error {{'FwProto' is unavailable}} 41 __attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked u… 43 id <XProto> idX = 0; // expected-error {{'XProto' is unavailable}}
|
D | class-unavail-warning.m | 4 __attribute__((unavailable("not available"))) 5 @interface MyClass { // expected-note 5 {{declaration has been explicitly marked unavailable here}} 17 [MyClass new]; // expected-error {{'MyClass' is unavailable: not available}} 18 [MyClass self]; // expected-error {{'MyClass' is unavailable: not available}} 19 [MyClass addObject:((void *)0)]; // expected-error {{'MyClass' is unavailable: not available}} 21 MyClass *foo = [MyClass new]; // expected-error 2 {{'MyClass' is unavailable: not available}}
|
D | arc-unavailable-for-weakref.m | 17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o… 30 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 32 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak… 33 …return (__weak id)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK *' … 42 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 44 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w… 45 …return (__weak id<P>)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK<…
|
D | no-warning-unavail-unimp.m | 5 @property (getter=getVal) int val __attribute__((unavailable)); 6 - Method __attribute__((unavailable)); argument 7 + CMethod __attribute__((unavailable)); argument
|
D | method-attributes.m | 18 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)); argument
|
/external/clang/test/SemaObjCXX/ |
D | arc-unavailable-for-weakref.mm | 17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o… 30 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 32 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak… 33 …return (__weak id)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK *' … 42 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 44 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w… 45 …return (__weak id<P, P1>)strong1; // expected-error {{cast of weak-unavailable object of type 'NOW…
|
D | arc-system-header.mm | 7 …a->data.a_b.b = 0; // expected-error{{'a_b' is unavailable: this system field has retaining owners… 10 // expected-note{{declaration has been explicitly marked unavailable here}}
|
D | overload.mm | 118 void foo(A*) __attribute__((unavailable)); // expected-note {{explicitly made unavailable}} 121 foo(b); // expected-error {{call to unavailable function 'foo'}}
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 4 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic re… 51 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}} 72 …Pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} 77 …nkPool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailable}} 87 NSAutoreleasePool * pool; // expected-error {{'NSAutoreleasePool' is unavailable}} 94 … pool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailable}} 100 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \ 113 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \ 125 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \ 136 …ol = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is unavailable}} \
|
D | Common.h | 2 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic re…
|
/external/clang/test/Parser/ |
D | attr-availability.c | 15 void f4() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable))); 17 …ibute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // ex… 19 void f6() __attribute__((availability(macosx,unavailable,introduced=10.5))); // expected-warning{{w…
|
/external/svox/pico/src/com/svox/pico/ |
D | EngineSettings.java | 52 …ArrayList<String> unavailable = data.getStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE… in onActivityResult() local 67 for (int i = 0; i < unavailable.size(); i++){ in onActivityResult() 68 final String unavailableLang = unavailable.get(i); in onActivityResult()
|
D | CheckVoiceData.java | 65 ArrayList<String> unavailable = new ArrayList<String>(); in onCreate() local 89 unavailable.add(supportedLanguages[i]); in onCreate() 108 … returnData.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable); in onCreate()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 137 SourceLocation unavailable, in AttributeList() argument 142 Invalid(false), IsAvailability(true), UnavailableLoc(unavailable), in AttributeList() 463 SourceLocation unavailable, 470 unavailable, 587 SourceLocation unavailable, 591 introduced, deprecated, obsoleted, unavailable,
|
/external/clang/test/PCH/Inputs/ |
D | chain-macro-override1.h | 1 void f() __attribute__((unavailable));
|
/external/valgrind/main/memcheck/tests/ |
D | file_locking.stderr.exp | 4 fcntl: Resource temporarily unavailable
|
/external/clang/test/Index/ |
D | complete-exprs.c | 4 int f(int) __attribute__((unavailable));
|
/external/e2fsprogs/debian/ |
D | e2fsprogs.preinst | 9 This package requires features of dpkg unavailable in this version.
|
/external/clang/test/SemaCXX/ |
D | attr-unavailable.cpp | 24 #define FOO __attribute__((unavailable("not available - replaced")))
|
/external/clang/test/Sema/ |
D | attr-availability-macosx.c | 8 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(macosx,unavailable))); /…
|
/external/llvm/test/CodeGen/ARM/ |
D | arguments.ll | 13 ; test that allocating the double to r2/r3 makes r1 unavailable on gnueabi.
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
D | README | 5 using gcc (version unavailable, sorry) with the -O flag, and run on a
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-4.cpp | 104 …void *operator new[](__SIZE_TYPE__) __attribute__((unavailable)); // expected-note{{explicitly mad…
|