OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unavailable
(Results
26 - 50
of
1444
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
attr-availability.c
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}}
access-spec-attrs.cpp
4
public __attribute__((
unavailable
)): // expected-error {{access specifier can only have annotation attributes}}
/external/clang/test/SemaObjC/
method-attributes.m
20
- (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((
unavailable
));
21
- (int) foo3: (int)arg1 __attribute__((deprecated)) __attribute__((
unavailable
)) __attribute__((ns_consumes_self));
34
- (int) foo3: (int)arg1 __attribute__((deprecated)) __attribute__((
unavailable
)) __attribute__((ns_consumes_self)) {return 0; }
68
- (id) method3: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((
unavailable
));
69
- (id) method4: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((
unavailable
));
82
- (id) method3: (int)arg1 __attribute__((deprecated)) __attribute__((
unavailable
)) {
85
- (id) method4: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((
unavailable
)) {
attr-availability.m
24
- (void)overridden5 __attribute__((availability(macosx,
unavailable
)));
26
- (void)unavailableMethod __attribute__((
unavailable
));
38
- (void)overridden6 __attribute__((availability(macosx,
unavailable
))); // expected-warning{{overriding method cannot be
unavailable
on OS X when its overridden method is available}}
199
#define
UNAVAILABLE
__attribute__((
unavailable
("not available")))
202
enum MyEnum : int { // expected-note {{'MyEnum' has been explicitly marked
unavailable
here}}
203
MyEnum_Blah
UNAVAILABLE
, // expected-note {{'MyEnum_Blah' has been explicitly marked
unavailable
here}}
204
}
UNAVAILABLE
;
[
all
...]
arc-unavailable-for-weakref.m
17
ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}} \
31
weak1 = strong1; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}}
33
__weak id weak2 = strong1; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}}
34
return (__weak id)strong1; // expected-error {{cast of weak-
unavailable
object of type 'NOWEAK *' to a __weak object of type '__weak id'}} \
44
weak1 = strong1; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}}
46
__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}}
47
return (__weak id<P>)strong1; // expected-error {{cast of weak-
unavailable
object of type 'NOWEAK<P,P1> *' to a __weak object of type '__weak id<P>'}} \
multiple-method-names.m
9
- (void)foo:(int)i __attribute__((
unavailable
));
/external/clang/test/SemaObjCXX/
arc-unavailable-for-weakref.mm
17
ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}} \
31
weak1 = strong1; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}}
33
__weak id weak2 = strong1; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}}
34
return (__weak id)strong1; // expected-error {{cast of weak-
unavailable
object of type 'NOWEAK *' to a __weak object of type '__weak id'}} \
44
weak1 = strong1; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}}
46
__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-
unavailable
object to a __weak object}}
47
return (__weak id<P, P1>)strong1; // expected-error {{cast of weak-
unavailable
object of type 'NOWEAK<P,P1> *' to a __weak object of type '__weak id<P,P1>'}} \
arc-system-header.mm
7
a->data.a_b.b = 0; // expected-error{{'a_b' is
unavailable
in ARC}}
/external/clang/test/ARCMT/
atautorelease-check.m
4
#define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((
unavailable
("not available in automatic reference counting mode")))
51
@interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked
unavailable
here}}
72
NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is
unavailable
}}
77
chunkPool = [[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
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is
unavailable
}} \
113
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is
unavailable
}} \
125
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is
unavailable
}} \
136
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePool' is
unavailable
}} \
[
all
...]
/external/clang/test/Modules/
auto-import-unavailable.cpp
2
// RUN: not %clang_cc1 -x c++ -Rmodule-build -DMISSING_HEADER -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/auto-import-
unavailable
%s 2>&1 | FileCheck %s --check-prefix=MISSING-HEADER
3
// RUN: %clang_cc1 -x c++ -Rmodule-build -DNONREQUIRED_MISSING_HEADER -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/auto-import-
unavailable
%s 2>&1 | FileCheck %s --check-prefix=NONREQUIRED-MISSING-HEADER
4
// RUN: not %clang_cc1 -x c++ -Rmodule-build -DMISSING_REQUIREMENT -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/auto-import-
unavailable
%s 2>&1 | FileCheck %s --check-prefix=MISSING-REQUIREMENT
10
//
unavailable
and we issue an error.
13
// MISSING-HEADER-DAG: auto-import-
unavailable
.cpp:[[@LINE+1]]:10: note: submodule of top-level module 'missing_header' implicitly imported here
29
// NONREQUIRED-MISSING-HEADER: auto-import-
unavailable
.cpp:[[@LINE+2]]:10: remark: building module 'nonrequired_missing_header'
30
// NONREQUIRED-MISSING-HEADER: auto-import-
unavailable
.cpp:[[@LINE+1]]:10: remark: finished building module 'nonrequired_missing_header'
38
// If the header is
unavailable
due to a missing requirement, an error
42
// MISSING-REQUIREMENT: auto-import-
unavailable
.cpp:[[@LINE+1]]:10: note: submodule of top-level module 'missing_requirement' implicitly imported here
/libcore/ojluni/src/main/java/sun/nio/ch/
IOStatus.java
36
static final int
UNAVAILABLE
= -2; // Nothing available (non-blocking)
51
// return IOStatus.normalize(n); // Converts
UNAVAILABLE
to zero
59
if (n ==
UNAVAILABLE
)
65
return (n >=
UNAVAILABLE
);
69
if (n ==
UNAVAILABLE
)
75
return (n >=
UNAVAILABLE
);
/external/clang/test/Index/
annotate-comments-availability-attrs.cpp
14
__attribute__((availability(ios,
unavailable
, message="not for iOS")));
16
// CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-3]]" column="6"><Name>attr_availability_1</Name><USR>c:@F@attr_availability_1#</USR><Declaration>void attr_availability_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Availability distribution="iOS"><DeprecationSummary>not for iOS</DeprecationSummary><
Unavailable
/></Availability><Availability distribution="OS X"><IntroducedInVersion>8.0</IntroducedInVersion><DeprecatedInVersion>9.0</DeprecatedInVersion><RemovedAfterVersion>10.0</RemovedAfterVersion><DeprecationSummary>use availability_test in <foo.h></DeprecationSummary></Availability></Function>]
35
void attr_unavailable_1() __attribute__((
unavailable
));
37
// CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_unavailable_1</Name><USR>c:@F@attr_unavailable_1#</USR><Declaration>void attr_unavailable_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><
Unavailable
/></Function>]
40
void attr_unavailable_2() __attribute__((
unavailable
("message 2 <foo.h>")));
42
// CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments-availability-attrs.cpp" line="[[@LINE-2]]" column="6"><Name>attr_unavailable_2</Name><USR>c:@F@attr_unavailable_2#</USR><Declaration>void attr_unavailable_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><
Unavailable
>message 2 <foo.h></
Unavailable
></Function>]
annotate-tokens.c
36
__attribute__((
unavailable
)) Int __attribute__((
unavailable
)) test() __attribute__((
unavailable
));
170
// CHECK: Keyword: "__attribute__" [36:1 - 36:14] FunctionDecl=test:36:63 (
unavailable
) (always
unavailable
: "")
171
// CHECK: Punctuation: "(" [36:14 - 36:15] FunctionDecl=test:36:63 (
unavailable
) (always
unavailable
: "")
172
// CHECK: Punctuation: "(" [36:15 - 36:16] FunctionDecl=test:36:63 (
unavailable
) (always
unavailable
: "")
173
// CHECK: Identifier: "
unavailable
" [36:16 - 36:27] UnexposedAttr
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResult.java
62
public static RenameResult
unavailable
() {
method in class:RenameResult
91
* Marks this result as
unavailable
93
* @param
unavailable
whether this result was
unavailable
97
public RenameResult setUnavailable(boolean
unavailable
) {
98
mUnavailable =
unavailable
;
136
* Returns whether this result represents an
unavailable
renaming operation
/external/clang/test/Sema/
attr-availability-watchos.c
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
}}
11
void f8(int) __attribute__((availability(ios,introduced=2.0,obsoleted=10.0))); // expected-note {{explicitly marked
unavailable
}}
18
f4(0); // expected-error {{f4' is
unavailable
: obsoleted in watchOS 2.0}}
22
f8(0); // expected-error {{'f8' is
unavailable
: obsoleted in watchOS 3.0}}
30
void f4_watchos(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(watchos,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked
unavailable
}}
43
f4_watchos(0); // expected-error{{'f4_watchos' is
unavailable
: obsoleted in watchOS 3.0}}
/libcore/ojluni/src/main/java/java/lang/
TypeNotPresentException.java
55
* @param typeName the fully qualified name of the
unavailable
type
57
* load the named type, or <tt>null</tt> if
unavailable
or inapplicable
65
* Returns the fully qualified name of the
unavailable
type.
67
* @return the fully qualified name of the
unavailable
type
/external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/other/all/
expresso_15788030_results.json.bz2
falco_15762068_results.json.bz2
leon_15769039_results.json.bz2
peppy_15764089_results.json.bz2
squawks_15778848_results.json.bz2
tricky_15726150_results.json.bz2
panther_15705391_results.json.bz2
wolf_15767514_results.json.bz2
gnawty_15796319_results.json.bz2
Completed in 270 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>