Searched refs:note (Results 1 - 25 of 155) sorted by relevance

1234567

/external/llvm/test/MC/ELF/
H A Dsection.s5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"",@progbits
10 // CHECK: ('sh_name', 0x00000038) # '.note.GNU-stack'
11 // CHECK: ('sh_name', 0x0000008f) # '.note.GNU-stack2'
12 // CHECK: ('sh_name', 0x000000a0) # '.note.GNU-'
13 // CHECK: ('sh_name', 0x00000084) # '-.note.GNU'
70 .section .note.test,"",@note
[all...]
H A Dcall-abs.s16 .section .note.GNU-stack,"",@progbits
/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c139 void opd_handle_mapping(struct op_note const * note) argument
146 proc = opd_get_proc(note->pid, note->tgid);
149 verbprintf(vmisc, "Told about mapping for non-existent process %u.\n", note->pid);
150 proc = opd_new_proc(note->pid, note->tgid);
153 hash = note->hash;
166 image = opd_get_image(name, proc->name, 0, note->pid, note->tgid);
168 opd_add_mapping(proc, image, note
[all...]
H A Dopd_proc.h74 * @param note note to handle
82 void opd_handle_fork(struct op_note const * note);
95 * @param note note to handle
103 void opd_handle_exit(struct op_note const * note);
H A Dopd_proc.c238 void opd_handle_fork(struct op_note const * note) argument
244 verbprintf(vmisc, "DO_FORK: from %d, %d to %ld, %ld\n", note->pid, note->tgid,
245 note->addr, note->len);
247 old = opd_get_proc(note->pid, note->tgid);
257 if (opd_get_proc(note->addr, note->len))
261 proc = opd_new_proc(note
317 opd_handle_exit(struct op_note const * note) argument
[all...]
H A Dinit.c72 fprintf(stderr, "Failed to open note device. Possibly you have passed incorrect\n"
75 perror("Failed to open note device");
117 * @param nbuf note buffer area
118 * @param nsize size of note buffer
132 /* it's always OK to read the note device */
159 * @param nbuf note buffer
160 * @param nsize size of note buffer
215 struct op_note const * note; local
218 note = &opd_buf[i];
222 switch (note
[all...]
H A Dopd_mapping.h52 * @param note mapping notification
58 void opd_handle_mapping(struct op_note const * note);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzWindow.h29 - (void)appDidHide:(NSNotification*)note;
30 - (void)appWillUnhide:(NSNotification*)note;
31 - (void)appDidUnhide:(NSNotification*)note;
/external/oprofile/module/ia64/
H A Dop_syscalls.c90 struct op_note note; local
96 note.pid = current->pid;
97 note.tgid = op_get_tgid();
98 note.addr = addr;
99 note.len = len;
100 note.offset = offset;
101 note.type = is_execve ? OP_EXEC : OP_MAP;
102 note.hash = hash_path(file);
103 if (note.hash == -1)
105 oprof_put_note(&note);
238 struct op_note note; local
291 struct op_note note; local
302 struct op_note note; local
[all...]
/external/oprofile/module/x86/
H A Dop_syscalls.c50 struct op_note note; local
56 note.pid = current->pid;
57 note.tgid = op_get_tgid();
58 note.addr = addr;
59 note.len = len;
60 note.offset = offset;
61 note.type = is_execve ? OP_EXEC : OP_MAP;
62 note.hash = hash_path(file);
63 if (note.hash == -1)
65 /* holding note loc
210 struct op_note note; local
281 struct op_note note; local
293 struct op_note note; local
[all...]
/external/clang/test/SemaCXX/
H A Dexplicit.cpp43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \
47 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y' for 1st argument}} \
48 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \
49 expected-note {{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided}} \
50 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y' for 1st argument}} \
51 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \
52 expected-note {{candidat
[all...]
H A Dcast-conversion.cpp11 struct B { // expected-note 3 {{candidate constructor (the implicit copy constructor) not viable}} \
12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
13 B(A); // expected-note 3 {{candidate constructor not viable}}
41 template <int> float* &f0(); // expected-note{{candidate}}
42 template <unsigned> float* &f0(); // expected-note{{candidate}}
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp3.cpp6 class C {}; // expected-note {{candidate}}
10 expected-note {{candidate}}
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon9674
65 EAS_I8 duration; /* default note duration */
H A Deas_imelodydata.h54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
66 EAS_U8 note; /* MIDI note number */ member in struct:__anon9661
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon9664
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon9724
65 EAS_I8 duration; /* default note duration */
H A Deas_imelodydata.h54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
66 EAS_U8 note; /* MIDI note number */ member in struct:__anon9711
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon9714
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon9776
65 EAS_I8 duration; /* default note duration */
H A Deas_tcdata.h51 EAS_I32 length; /* length of current note */
55 EAS_I8 note; /* current note */ member in struct:__anon9779
56 EAS_I8 repeatCount; /* note repeat counter */
H A Deas_imelodydata.h54 EAS_I32 tickBase; /* basline length of 32nd note in 256th of a msec */
55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */
56 EAS_I32 restTicks; /* ticks to rest after current note */
67 EAS_U8 note; /* MIDI note number */ member in struct:__anon9759
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
71 EAS_U8 note; /* MIDI note number */ member in struct:__anon9766
/external/clang/test/Sema/
H A Dincomplete-decl.c3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
28 expected-note {{forward declaration of 'struct bar'}}
/external/clang/test/Parser/
H A Dcxx-casting.cpp37 template <class T> class A {}; // expected-note 2{{here}}
54 expected-note {{to match this '['}}
56 expected-note {{to match this '['}}
61 test1::A LC:B> c; // expected-error {{cannot refer to class template 'A' without a template argument list}} expected-error 2{{}} expected-note{{}}
62 (void)static_cast LC:c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}}
63 test1::A<:C B> d; // expected-error {{cannot refer to class template 'A' without a template argument list}} expected-error 2{{}} expected-note{{}}
64 (void)static_cast<:C c>(&x); // expected-error {{expected '<' after 'static_cast'}} expected-error 2{{}} expected-note{{}}
71 // This note comes from "::D[:F> A5;"
72 template <class T> class D {}; // expected-note{{template is declared here}}
91 // expected-note {{t
[all...]

Completed in 317 milliseconds

1234567