Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/external/elfutils/backends/
Dppc_reloc.def31 RELOC_TYPE (ADDR16, REL|EXEC|DYN) /* note 1 */
32 RELOC_TYPE (ADDR16_LO, REL|EXEC|DYN) /* note 1 */
33 RELOC_TYPE (ADDR16_HI, REL|EXEC|DYN) /* note 1 */
34 RELOC_TYPE (ADDR16_HA, REL|EXEC|DYN) /* note 1 */
35 RELOC_TYPE (ADDR14, REL|EXEC|DYN) /* note 1 */
36 RELOC_TYPE (ADDR14_BRTAKEN, REL|EXEC|DYN) /* note 1 */
37 RELOC_TYPE (ADDR14_BRNTAKEN, REL|EXEC|DYN) /* note 1 */
38 RELOC_TYPE (REL24, REL|EXEC|DYN) /* note 1 */
39 RELOC_TYPE (REL14, REL|EXEC|DYN) /* note 1 */
40 RELOC_TYPE (REL14_BRTAKEN, REL|EXEC|DYN) /* note 1 */
[all …]
Dppc64_reloc.def31 RELOC_TYPE (ADDR16, REL) /* note 1 */
32 RELOC_TYPE (ADDR16_LO, REL) /* note 1 */
33 RELOC_TYPE (ADDR16_HI, REL) /* note 1 */
34 RELOC_TYPE (ADDR16_HA, REL) /* note 1 */
35 RELOC_TYPE (ADDR14, REL) /* note 1 */
36 RELOC_TYPE (ADDR14_BRTAKEN, REL) /* note 1 */
37 RELOC_TYPE (ADDR14_BRNTAKEN, REL) /* note 1 */
62 RELOC_TYPE (ADDR30, REL) /* note 1 */
64 RELOC_TYPE (ADDR16_HIGHER, REL) /* note 1 */
65 RELOC_TYPE (ADDR16_HIGHERA, REL) /* note 1 */
[all …]
/external/clang/test/Analysis/
Dretain-release-path-notes.m45 …id leaked = [[NSObject alloc] init]; // expected-warning{{leak}} expected-note{{Method returns an …
46 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…
50 …CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to functio…
51 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…
55 …id leaked = [foo methodWithValue]; // expected-warning{{leak}} expected-note{{Method returns an Ob…
56 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +1 retain cou…
57 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +2 retain cou…
58 …[leaked release]; // expected-note{{Reference count decremented. The object now has a +1 retain co…
59 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…
63 …id leaked = foo.propertyValue; // expected-warning{{leak}} expected-note{{Property returns an Obje…
[all …]
Dretain-release-path-notes-gc.m41 …CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to functio…
42 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…
46 …CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to functio…
47 …CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +2 retain co…
48 …CFMakeCollectable(leaked); // expected-note{{In GC mode a call to 'CFMakeCollectable' decrements a…
49 …NSMakeCollectable(leaked); // expected-note{{In GC mode a call to 'NSMakeCollectable' decrements a…
50 …CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +1 retain co…
51 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…
55 …id object = [[NSObject alloc] init]; // expected-note{{Method returns an Objective-C object with a…
56 [object retain]; // expected-note{{In GC mode the 'retain' message has no effect}}
[all …]
/external/clang/test/SemaObjC/
Darc-unbridged-cast.m42 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
43 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
44 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
45 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
47 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
48 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
49 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
50 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
87 …ter type 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{…
100 …ter type 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{…
[all …]
Dundef-protocol-methods-1.m4 - (void) P1proto; // expected-note {{method 'P1proto' declared here}}
5 + (void) ClsP1Proto; // expected-note {{method 'ClsP1Proto' declared here}}
9 - (void) P2proto; // expected-note {{method 'P2proto' declared here}}
10 + (void) ClsP2Proto; // expected-note {{method 'ClsP2Proto' declared here}}
14 - (void) P3proto; // expected-note {{method 'P3proto' declared here}}
15 + (void) ClsP3Proto; // expected-note {{method 'ClsP3Proto' declared here}}
20 - (void) meth; // expected-note {{method 'meth' declared here}}
21 - (void) meth : (int) arg1; // expected-note {{method 'meth:' declared here}}
22 + (void) cls_meth : (int) arg1; // expected-note {{method 'cls_meth:' declared here}}
25 @interface INTF <PROTO> // expected-note 3 {{required for direct or indirect protocol 'PROTO'}} \
[all …]
Dscope-check.m9 @try { // expected-note {{jump bypasses initialization of @try block}}
11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}}
15 } @finally {// expected-note {{jump bypasses initialization of @finally block}}
22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}}
25 } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}}
27 } @finally { // expected-note {{jump bypasses initialization of @finally block}}
32 @try { // expected-note 2 {{jump bypasses initialization of @try block}}
44 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}}
52 @synchronized // expected-note {{jump bypasses initialization of @synchronized block}}
83 } @catch (...) { // expected-note {{jump bypasses initialization of @catch block}}
[all …]
Darc-cf.m16 …xpected-error {{requires a bridged cast}} expected-note {{__bridge to convert directly}} expected-
17 …xpected-error {{requires a bridged cast}} expected-note {{__bridge to convert directly}} expected-
25 …xpected-error {{requires a bridged cast}} expected-note {{__bridge to convert directly}} expected-
43 …xpected-error {{requires a bridged cast}} expected-note {{__bridge to convert directly}} expected-
44 …xpected-error {{requires a bridged cast}} expected-note {{__bridge to convert directly}} expected-
Dcheck-dup-objc-decls-1.m3 @interface Foo // expected-note {{previous definition is here}}
8 @class Bar; // expected-note {{previous definition is here}}
16 typedef int OBJECT; // expected-note {{previous definition is here}}
21 typedef int Gorf; // expected-note {{previous definition is here}}
23 …ted-error {{redefinition of 'Gorf' as different kind of symbol}} expected-note {{previous definiti…
32 @interface A<P> @end // expected-note {{previous definition is here}}
35 @protocol PP<P> @end // expected-note {{previous definition is here}}
38 @interface A(Cat)<P> @end // expected-note {{previous definition is here}}
43 NSString * TestBaz; // expected-note {{previous definition is here}}
Dwarn-strict-selector-match.m4 -(int) method; // expected-note {{using}}
8 -(float) method; // expected-note {{also found}}
16 - (void)setWindow:(Object *)wdw; // expected-note {{using}}
20 - (void)setWindow:(Class1 *)window; // expected-note {{also found}}
32 - (id)initWithData:(Object *)data; // expected-note {{using}} \
33 // expected-note {{passing argument to parameter 'data' here}}
37 - (id)initWithData:(int)data; // expected-note {{also found}}
41 - (id)initWithData:(id<MyObject, MyCoding>)data; // expected-note {{also found}}
Darc-non-pod-memaccess.m25 // expected-note{{explicitly cast the pointer to silence this warning}}
27 // expected-note{{explicitly cast the pointer to silence this warning}}
29 // expected-note{{explicitly cast the pointer to silence this warning}}
33 // expected-note{{explicitly cast the pointer to silence this warning}}
35 // expected-note{{explicitly cast the pointer to silence this warning}}
37 // expected-note{{explicitly cast the pointer to silence this warning}}
41 // expected-note{{explicitly cast the pointer to silence this warning}}
43 // expected-note{{explicitly cast the pointer to silence this warning}}
45 // expected-note{{explicitly cast the pointer to silence this warning}}
49 // expected-note{{explicitly cast the pointer to silence this warning}}
[all …]
Dcategory-1.m7 …// expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definiti…
16 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
19 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
20 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}}
34 @class MyClass2; // expected-note{{forward declaration of class here}}
47 @interface XCRemoteComputerManager(x) // expected-note {{previous definition is here}}
56 @implementation XCRemoteComputerManager(x) // expected-note {{previous definition is here}}
65 -(void) im0; // expected-note {{method 'im0' declared here}}
68 @interface MultipleCat_I @end // expected-note {{required for direct or indirect protocol 'Multiple…
99 @class I; // expected-note {{forward declaration}}
Dmethod-lookup-3.m10 @property Abstract *x; // expected-note {{using}}
14 @property Abstract *y; // expected-note {{using}}
18 @property Abstract *z; // expected-note {{using}}
22 -(void) x; // expected-note {{also found}}
23 -(void) y; // expected-note {{also found}}
24 -(void) z; // expected-note {{also found}}
69 @interface Test4A - (struct test4a) test4; @end //expected-note{{using}}
70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}}
/external/oprofile/module/ia64/
Dop_syscalls.c90 struct op_note note; in oprof_output_map() local
96 note.pid = current->pid; in oprof_output_map()
97 note.tgid = op_get_tgid(); in oprof_output_map()
98 note.addr = addr; in oprof_output_map()
99 note.len = len; in oprof_output_map()
100 note.offset = offset; in oprof_output_map()
101 note.type = is_execve ? OP_EXEC : OP_MAP; in oprof_output_map()
102 note.hash = hash_path(file); in oprof_output_map()
103 if (note.hash == -1) in oprof_output_map()
105 oprof_put_note(&note); in oprof_output_map()
[all …]
/external/icu4c/test/testdata/
Dra.txt11 * @note Comments for tag named ra
17 * @note {0} represents the position of OSNAME and {1} represents the position of job name
23 * @note This resource is for test2
31 * @note This resource is for TestTable
37 * @note This resource is for test3
43 * @note This resource is for test4
49 * @note This resource is for test5
55 * @note This resource is for test6
62 * @note This resource is for Tag name: Array
68 * @note This resource is un-named string
[all …]
/external/clang/test/SemaObjCXX/
Darc-unbridged-cast.mm42 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
43 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
44 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
45 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
47 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
48 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
49 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
50 …; // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{…
87 …ter type 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{…
100 …ter type 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{…
[all …]
/external/oprofile/module/x86/
Dop_syscalls.c50 struct op_note note; in oprof_output_map() local
56 note.pid = current->pid; in oprof_output_map()
57 note.tgid = op_get_tgid(); in oprof_output_map()
58 note.addr = addr; in oprof_output_map()
59 note.len = len; in oprof_output_map()
60 note.offset = offset; in oprof_output_map()
61 note.type = is_execve ? OP_EXEC : OP_MAP; in oprof_output_map()
62 note.hash = hash_path(file); in oprof_output_map()
63 if (note.hash == -1) in oprof_output_map()
66 __oprof_put_note(&note); in oprof_output_map()
[all …]
/external/oprofile/daemon/liblegacy/
Dopd_mapping.c139 void opd_handle_mapping(struct op_note const * note) in opd_handle_mapping() argument
146 proc = opd_get_proc(note->pid, note->tgid); in opd_handle_mapping()
149 verbprintf(vmisc, "Told about mapping for non-existent process %u.\n", note->pid); in opd_handle_mapping()
150 proc = opd_new_proc(note->pid, note->tgid); in opd_handle_mapping()
153 hash = note->hash; in opd_handle_mapping()
166 image = opd_get_image(name, proc->name, 0, note->pid, note->tgid); in opd_handle_mapping()
168 opd_add_mapping(proc, image, note->addr, note->offset, in opd_handle_mapping()
169 note->addr + note->len); in opd_handle_mapping()
Dopd_proc.c238 void opd_handle_fork(struct op_note const * note) in opd_handle_fork() argument
244 verbprintf(vmisc, "DO_FORK: from %d, %d to %ld, %ld\n", note->pid, note->tgid, in opd_handle_fork()
245 note->addr, note->len); in opd_handle_fork()
247 old = opd_get_proc(note->pid, note->tgid); in opd_handle_fork()
257 if (opd_get_proc(note->addr, note->len)) in opd_handle_fork()
261 proc = opd_new_proc(note->addr, note->len); in opd_handle_fork()
278 map->image->kernel, note->addr, note->len); in opd_handle_fork()
317 void opd_handle_exit(struct op_note const * note) in opd_handle_exit() argument
321 verbprintf(vmisc, "DO_EXIT: process %d\n", note->pid); in opd_handle_exit()
323 proc = opd_get_proc(note->pid, note->tgid); in opd_handle_exit()
[all …]
Dinit.c215 struct op_note const * note; in opd_do_notes() local
218 note = &opd_buf[i]; in opd_do_notes()
222 switch (note->type) { in opd_do_notes()
225 if (note->type == OP_EXEC) in opd_do_notes()
226 opd_handle_exec(note->pid, note->tgid); in opd_do_notes()
227 opd_handle_mapping(note); in opd_do_notes()
231 opd_handle_fork(note); in opd_do_notes()
239 opd_handle_exit(note); in opd_do_notes()
243 fprintf(stderr, "Received unknown notification type %u\n", note->type); in opd_do_notes()
/external/llvm/test/MC/ELF/
Dsection.s5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"",@progbits
70 .section .note.test,"",@note
/external/clang/test/SemaCXX/
Dwarn-func-as-bool.cpp22 expected-note {{prefix with the address-of operator to silence this warning}} in bar()
24 expected-note {{prefix with the address-of operator to silence this warning}} in bar()
26 expected-note {{prefix with the address-of operator to silence this warning}} in bar()
28 expected-note {{prefix with the address-of operator to silence this warning}} in bar()
30 expected-note {{prefix with the address-of operator to silence this warning}} \ in bar()
31 expected-note {{suffix with parentheses to turn this into a function call}} in bar()
33 expected-note {{prefix with the address-of operator to silence this warning}} in bar()
Dconstexpr-printing.cpp41 expected-note {{in call to 'test_printing(12, 3.976200e+01, 3+4i, 1.290000e+01+3.600000e+00i, &u2.T…
64 expected-note {{in call to 'badness({.b = 76})'}}
75 expected-note {{in call to 'MemPtr(&MemPtrTest::n, &MemPtrTest::f, mpt.n)'}}
81 expected-error {{}} expected-note {{"test\000\\\"\t\a\b\234"}}
83 expected-error {{}} expected-note {{u8"test\000\\\"\t\a\b\234"}}
85 expected-error {{}} expected-note {{u"test\000\\\"\t\a\b\234\u1234"}}
87 expected-error {{}} expected-note {{U"test\000\\\"\t\a\b\234\u1234\U0010FFFF"}}
89 expected-error {{}} expected-note {{L"test\000\\\"\t\a\b\234\x1234\xFFFFFFFF"}}
/external/clang/test/ASTMerge/
Dinterface.m6 // CHECK: interface1.m:16:7: note: declared here with type 'int'
8 // CHECK: interface1.m:21:17: note: inherits from superclass 'I2' here
9 // CHECK: interface2.m:21:17: note: inherits from superclass 'I1' here
11 // CHECK: interface1.m:34:1: note: class method 'foo' also declared here
13 // CHECK: interface1.m:40:17: note: declared here with type 'int'
15 // CHECK: interface1.m:46:1: note: class method 'bar:' also declared here
17 // CHECK: interface1.m:58:19: note: declared here with type 'float'
19 // CHECK: interface1.m:100:17: note: inherits from superclass 'I12' here
20 // CHECK: interface2.m:99:17: note: inherits from superclass 'I11' here
/external/clang/test/ARCMT/
Datautorelease-check.m52 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}}
102 // expected-note {{scope begins here}}
106 int x = 0; // expected-note {{declared here}}
108 [pool release]; // expected-note {{scope ends here}}
115 // expected-note {{scope begins here}}
117 struct S { int x; }; // expected-note {{declared here}}
119 [pool release]; // expected-note {{scope ends here}}
127 // expected-note {{scope begins here}}
129 enum { Bar }; // expected-note {{declared here}}
131 [pool release]; // expected-note {{scope ends here}}
[all …]

12345678910>>...32