HomeSort by relevance Sort by last modified time
    Searched full:note (Results 426 - 450 of 18033) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmcheck.a 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libbsd-compat.a 4 ELF?4( U??]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!H'H,H*5rrE p ? __dummy__
libg.a 4 ELF?4( U??]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!H'H,H*5rrE p ? __dummy__
libmcheck.a 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/
crtbegin.o 
crtend.o 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
crtn.o 
libbsd-compat.a 4 ELF?4( U??]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!H'H,H*5rrE p ? __dummy__
libg.a 4 ELF?4( U??]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!H'H,H*5rrE p ? __dummy__
libmcheck.a 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libbsd-compat.a 4 ELF?4( U??]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!H'H,H*5rrE p ? __dummy__
libg.a 4 ELF?4( U??]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack@!H'H,H*5rrE p ? __dummy__
libmcheck.a 
  /prebuilts/tools/linux-x86/sdl/libs/
lib64SDLmain.a 6 ELF>?@@ GCC: (Ubuntu 4.4.3-4ubuntu5) 4.4.3.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack (…)
libSDLmain.a 6 ELF?4( GCC: (Ubuntu 4.4.3-4ubuntu5) 4.4.3.symtab.strtab.shstrtab.text.data.bss.comment.note.GNU-stack4! (…)
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 40 * This class tests the content provider for the Note Pad sample application.
59 new NoteInfo("Note0", "This is note 0"),
60 new NoteInfo("Note1", "This is note 1"),
61 new NoteInfo("Note2", "This is note 2"),
62 new NoteInfo("Note3", "This is note 3"),
63 new NoteInfo("Note4", "This is note 4"),
64 new NoteInfo("Note5", "This is note 5"),
65 new NoteInfo("Note6", "This is note 6"),
66 new NoteInfo("Note7", "This is note 7"),
67 new NoteInfo("Note8", "This is note 8")
620 NoteInfo note = new NoteInfo( local
796 String note; field in class:NotePadProviderTest.NoteInfo
    [all...]
  /external/clang/test/ASTMerge/
class-template.cpp 6 // CHECK: class-template2.cpp:7:15: note: declared here with type 'long'
9 // CHECK: class-template2.cpp:10:10: note: template parameter declared here
12 // CHECK: class-template2.cpp:16:23: note: declared here with type 'int'
15 // CHECK: class-template2.cpp:19:10: note: template parameter declared here
18 // CHECK: class-template1.cpp:24:19: note: declared here with type 'X0<float> *'
21 // CHECK: class-template1.cpp:33:7: note: field 'member' has type 'int' here
22 // CHECK: class-template2.cpp:34:9: note: field 'member' has type 'float' here
  /external/clang/test/Sema/
transparent-union.c 9 void f(TU); // expected-note{{passing argument to parameter here}}
34 void fvp(TU); // expected-note{{previous declaration is here}}
37 void fsp(TU); // expected-note{{previous declaration is here}}
40 void fi(TU); // expected-note{{previous declaration is here}}
43 void fvpp(TU); // expected-note{{previous declaration is here}}
53 aligned_struct4 s4; // expected-note{{alignment of first field}}
58 char c; // expected-note{{size of first field is 8 bits}}
  /external/clang/test/SemaCXX/
aggregate-initialization.cpp 5 // Note that due to a (likely) standard bug, this is technically an aggregate,
7 struct NonAggr1 { // expected-note 2 {{candidate constructor}}
8 NonAggr1(int, int) { } // expected-note {{candidate constructor}}
14 struct NonAggr2 : public Base { // expected-note 3 {{candidate constructor}}
18 class NonAggr3 { // expected-note 3 {{candidate constructor}}
22 struct NonAggr4 { // expected-note 3 {{candidate constructor}}
52 A(const A&) = delete; // expected-note 2 {{function has been explicitly marked deleted here}}
  /external/clang/test/SemaObjC/
warn-superclass-method-mismatch.m 4 -(void) method_r: (char)ch : (float*)f1 : (int*) x; // expected-note {{previous declaration is here}}
10 -(void) method: (int*) x; // expected-note {{previous declaration is here}}
11 -(void) method1: (Base*) x; // expected-note {{previous declaration is here}}
12 -(void) method2: (Sub*) x; // expected-note{{passing argument to parameter 'x' here}}
13 + method3: (int)x1 : (Base *)x2 : (float)x3; // expected-note {{previous declaration is here}}
15 - method5: (int) x : (double) d; // expected-note {{previous declaration is here}}
16 - method6: (int) x : (float) d; // expected-note {{previous declaration is here}}
category-1.m 7 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous definition is here}}
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 'MultipleCat_P'}}
99 @class I; // expected-note {{forward declaration}
    [all...]
  /external/clang/test/SemaTemplate/
constructor-template.cpp 2 struct X0 { // expected-note{{candidate}}
3 X0(int); // expected-note{{candidate}}
4 template<typename T> X0(T); // expected-note {{candidate}}
5 template<typename T, typename U> X0(T*, U*); // expected-note {{candidate}}
8 template<typename T> X0() : f0(T::foo) {} // expected-note {{candidate}}
55 X2(); // expected-note{{candidate constructor}}
56 X2(X2&); // expected-note {{candidate constructor}}
instantiate-field.cpp 23 (void)xf->x; // expected-note{{in instantiation of template class 'X<float>' requested here}}
27 (void)xf->x; // expected-note{{in instantiation of template class 'X<int (int)>' requested here}}
43 ((Model*)0)->~Model(); // expected-note{{in instantiation of}}
56 {((Model*)0)->~Model(); } // expected-note{{in instantiation of}}
64 instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // expected-note{{in instantiation of}}
87 class D; // expected-note{{declared here}}
91 A<int> ai; // expected-note{{in instantiation of}}
  /external/oprofile/module/ia64/
op_syscalls.c 90 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/clang/test/CXX/except/except.spec/
p5-virtual.cpp 48 virtual void g1() throw(); // expected-note {{overridden virtual function is here}}
49 virtual void g2() throw(int); // expected-note {{overridden virtual function is here}}
50 virtual void g3() throw(A); // expected-note {{overridden virtual function is here}}
51 virtual void g4() throw(B1); // expected-note {{overridden virtual function is here}}
52 virtual void g5() throw(A); // expected-note {{overridden virtual function is here}}
54 virtual void g6() noexcept; // expected-note {{overridden virtual function is here}}
55 virtual void g7() noexcept; // expected-note {{overridden virtual function is here}}
57 virtual void g8() noexcept; // expected-note {{overridden virtual function is here}}
58 virtual void g9() throw(); // expected-note {{overridden virtual function is here}}
59 virtual void g10() throw(int); // expected-note {{overridden virtual function is here}
    [all...]

Completed in 6912 milliseconds

<<11121314151617181920>>