Home
last modified time | relevance | path

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

12345678910>>...48

/external/chromium_org/chrome/installer/mac/
Dkeystone_install.sh80 note() { function
119 note "g_temp_dir = ${g_temp_dir}"
352 note "g_os_version = ${g_os_version}"
393 note "g_ksadmin_version = ${g_ksadmin_version}"
523 note "marking failed patch update"
538 note "tag = ${tag}"
539 note "tag_key = ${tag_key}"
545 note "read_tag = ${read_tag}"
547 note "couldn't mark failed patch update"
579 note "chmod_mode = ${chmod_mode}"
[all …]
/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/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/chromium_org/third_party/icu/source/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/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/SemaObjC/
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 …]
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 …x = (id) auditedCreateString(); // expected-error {{requires a bridged cast}} expected-note {{use …
48 …ng() : (void*) 0); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel…
49 …edCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel…
50 …edCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel…
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 …]
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 …]
Dweak-receiver-warn.m12 …pected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value …
13 …pected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value …
14 …pected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value …
16 …pected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value …
17 …pected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value …
18 …pected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value …
26 @property __weak Test* weak_prop; // expected-note {{property declared here}}
27 @property (weak, atomic) id weak_atomic_prop; // expected-note {{property declared here}}
28 - (__weak id) P; // expected-note {{method 'P' declared here}}
39 …pected-warning {{weak property may be unpredictably set to nil}} expected-note {{assign the value …
[all …]
Darc-repeated-weak.mm23 use(a.weakProp); // expected-note{{also accessed here}}
28 use(a.weakProp); // expected-note{{also accessed here}}
56 a.weakProp = get(); // expected-note{{also accessed here}}
67 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
72 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
77 use(a.implicitProp); // expected-note{{also accessed here}}
82 use(Test.weakProp); // expected-note{{also accessed here}}
93 use(a->weakIvar); // expected-note{{also accessed here}}
99 use(a); // expected-note{{also accessed here}}
104 use([a weakProp]); // expected-note{{also accessed here}}
[all …]
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}}
Darc-property.m11 @property (strong) id myString; // expected-note {{property declared here}}
13 @property (retain) id myString2; // expected-note {{property declared here}}
17 @property __weak id myString5; // expected-note {{property declared here}}
21 @synthesize myString; // expected-note {{property synthesized here}}
23 @synthesize myString2 = myString2; // expected-note {{property synthesized here}}
27 @synthesize myString5 = StrongIvar5; // expected-note {{property synthesized here}}
38 @property(weak) id x; // expected-note {{property declared here}}
39 @property(weak) id y; // expected-note {{property declared here}}
44 @synthesize x; // expected-note {{property synthesized here}}
45 @synthesize y; // expected-note {{property synthesized here}}
Dproperty-deprecated-warning.m8 …oduced=2.0,deprecated=3.0))); // expected-note {{property 'ptarget' is declared deprecated here}} …
17 …oduced=2.0,deprecated=3.0))); // expected-note {{property 'target' is declared deprecated here}} e…
25 …tribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note 2 {{method 'dep_tar…
26 … // expected-note 4 {{property 'dep_target' is declared deprecated here}} \
27 … // expected-note 2 {{method 'setDep_target:' declared here}}
58 …os,introduced=2.0,deprecated=3.0))); // expected-note {{method 'isEnabled' declared here}} expecte…
60 …introduced=2.0,deprecated=3.0))); // expected-note {{method 'setNewDelegate:' declared here}} expe…
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}}
/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/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
18 bool x; // expected-note{{field of illegal type 'bool' declared here}}
25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
27 image2d_t imageField; // expected-note{{field of illegal type 'image2d_t' declared here}}
32 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
34 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
39 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
41 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
46 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
51 int* ptrField; // expected-note 3 {{field of illegal pointer type 'int *' declared here}}
[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 …]
/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 …x = (id) auditedCreateString(); // expected-error {{requires a bridged cast}} expected-note {{use …
48 …ng() : (void*) 0); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel…
49 …edCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel…
50 …edCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRel…
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/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
83 .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()
/external/chromium_org/tools/clang/plugins/tests/
Dbase_refcounted.txt5 ./base_refcounted.h:44:7: note: [chromium-style] 'PublicRefCountedDtorInHeader' inherits from 'base…
11 ./base_refcounted.h:55:7: note: [chromium-style] 'PublicRefCountedThreadSafeDtorInHeader' inherits …
20 ./base_refcounted.h:107:7: note: [chromium-style] 'DerivedProtectedToPublicInHeader' inherits from …
23 ./base_refcounted.h:81:7: note: [chromium-style] 'ProtectedRefCountedVirtualDtorInHeader' inherits …
29 ./base_refcounted.h:116:7: note: [chromium-style] 'ImplicitDerivedProtectedToPublicInHeader' inheri…
32 ./base_refcounted.h:81:7: note: [chromium-style] 'ProtectedRefCountedVirtualDtorInHeader' inherits …
38 ./base_refcounted.h:147:7: note: [chromium-style] 'ImplementsAPublicInterface' inherits from 'base:…
41 ./base_refcounted.h:139:3: note: [chromium-style] Public destructor declared here
44 ./base_refcounted.h:146:7: note: [chromium-style] 'ImplementsAPublicInterface' inherits from 'APubl…
50 ./base_refcounted.h:166:7: note: [chromium-style] 'ImplementsAnImplicitInterface' inherits from 'ba…
[all …]
/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>>...48