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

<<11121314151617181920>>

  /external/clang/test/SemaObjC/
method-undefined-warn-1.m 6 - (int) int_meth; // expected-note {{method definition for 'int_meth' not found}}
7 + (int) cls_meth; // expected-note {{method definition for 'cls_meth' not found}}
8 + (void) cls_meth1 : (int) arg1; // expected-note {{method definition for 'cls_meth1:' not found}}
20 - (int) int_meth; // expected-note {{method definition for 'int_meth' not found}}
21 + (int) cls_meth; // expected-note {{method definition for 'cls_meth' not found}}
22 + (void) cls_meth1 : (int) arg1; // expected-note {{method definition for 'cls_meth1:' not found}}
special-dep-unavail-warning.m 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
30 @class C; // expected-note 5 {{forward declaration of class here}}
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 4 const T& min(const T&, const T&); // expected-note{{candidate template ignored: deduced conflicting types for parameter 'T' ('int' vs. 'long')}}
11 R *dyn_cast(const T&); // expected-note{{candidate template ignored: couldn't infer template argument 'R'}}
18 void get(const T&); // expected-note{{candidate template ignored: invalid explicitly-specified argument for template parameter 'I'}}
20 void get(const T&); // expected-note{{candidate template ignored: invalid explicitly-specified argument for 1st template parameter}}
27 typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution failure [with T = int *]}}
35 const T& min(const T&, const T&); // expected-note{{candidate template ignored: deduced conflicting types for parameter 'T' ('int' vs. 'long')}}
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java 30 * retrieve or modify a specific note.
112 * Create a new note using the title and body provided. If the note is
113 * successfully created return the new rowId for that note, otherwise return
116 * @param title the title of the note
117 * @param body the body of the note
129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
151 * Return a Cursor positioned at the note that matches the given rowId
153 * @param rowId id of note to retriev
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java 30 * retrieve or modify a specific note.
112 * Create a new note using the title and body provided. If the note is
113 * successfully created return the new rowId for that note, otherwise return
116 * @param title the title of the note
117 * @param body the body of the note
129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
151 * Return a Cursor positioned at the note that matches the given rowId
153 * @param rowId id of note to retriev
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java 30 * retrieve or modify a specific note.
112 * Create a new note using the title and body provided. If the note is
113 * successfully created return the new rowId for that note, otherwise return
116 * @param title the title of the note
117 * @param body the body of the note
129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
151 * Return a Cursor positioned at the note that matches the given rowId
153 * @param rowId id of note to retriev
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java 30 * retrieve or modify a specific note.
112 * Create a new note using the title and body provided. If the note is
113 * successfully created return the new rowId for that note, otherwise return
116 * @param title the title of the note
117 * @param body the body of the note
129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
151 * Return a Cursor positioned at the note that matches the given rowId
153 * @param rowId id of note to retriev
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java 30 * retrieve or modify a specific note.
112 * Create a new note using the title and body provided. If the note is
113 * successfully created return the new rowId for that note, otherwise return
116 * @param title the title of the note
117 * @param body the body of the note
129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
151 * Return a Cursor positioned at the note that matches the given rowId
153 * @param rowId id of note to retriev
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java 30 * retrieve or modify a specific note.
112 * Create a new note using the title and body provided. If the note is
113 * successfully created return the new rowId for that note, otherwise return
116 * @param title the title of the note
117 * @param body the body of the note
129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
151 * Return a Cursor positioned at the note that matches the given rowId
153 * @param rowId id of note to retriev
    [all...]
  /external/clang/test/Analysis/
default-diagnostic-visitors.c 8 int *password; // expected-note {{Variable 'password' declared without an initial value}}
9 if (password == 0) { // expected-warning {{The left operand of '==' is a garbage value}} // expected-note {{The left operand of '==' is a garbage value}}
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp 6 class C {}; // expected-note {{candidate}}
10 expected-note {{candidate}}
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 4 int x = 3; // expected-note{{'x' declared here}}
11 int x = 3; // expected-note{{'x' declared here}}
  /external/clang/test/CXX/class/class.static/class.static.data/
p4.cpp 13 static const int i = 0; // expected-note{{previous definition is here}}
18 static const int i = 0; // expected-note{{previous definition is here}}
  /external/clang/test/CXX/class.derived/class.member.lookup/
p9.cpp 13 using ClsA::g; // expected-note{{member found by ambiguous name lookup}}
19 using ClsA::g; // expected-note{{member found by ambiguous name lookup}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 8 int i; // expected-note 2{{here}}
21 constexpr struct C { C(); } ni2; // expected-error {{cannot have non-literal type 'const struct C'}} expected-note 3{{has no constexpr constructors}}
24 constexpr int nc1 = i; // expected-error {{constexpr variable 'nc1' must be initialized by a constant expression}} expected-note {{read of non-const variable 'i' is not allowed in a constant expression}}
26 int &f(); // expected-note {{declared here}}
27 constexpr int &nc3 = f(); // expected-error {{constexpr variable 'nc3' must be initialized by a constant expression}} expected-note {{non-constexpr function 'f' cannot be used in a constant expression}}
28 constexpr int nc4(i); // expected-error {{constexpr variable 'nc4' must be initialized by a constant expression}} expected-note {{read of non-const variable 'i' is not allowed in a constant expression}}
30 int &f(); // expected-note {{here}}
31 constexpr int &nc6(f()); // expected-error {{constexpr variable 'nc6' must be initialized by a constant expression}} expected-note {{non-constexpr function 'f'}}
  /external/clang/test/CXX/dcl.dcl/
p4-0x.cpp 12 constexpr operator int() { return 1; } // expected-note {{candidate}}
13 constexpr operator long() { return 0; } // expected-note {{candidate}}
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17.cpp 4 ctor(); // expected-note{{implicitly declared private here}}
8 ~dtor(); // expected-note 3 {{implicitly declared private here}}
  /external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp 8 label1: // expected-note{{previous definition is here}}
23 default:; // expected-note{{previous case defined here}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 3 template <int> int f(int); // expected-note 2{{candidate}}
4 template <signed char> int f(int); // expected-note 2{{candidate}}
  /external/clang/test/CXX/temp/temp.param/
p1.cpp 9 class T = A, // expected-note{{previous default template argument defined here}}
11 class X0 {}; // expected-note{{template is declared here}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p4.cpp 3 template<typename T> void f0(T); // expected-note{{here}}
10 void f1(); // expected-note{{here}}
12 static T value; // expected-note{{here}}
19 template<> void f0(long); // expected-note{{previous template specialization is here}}
22 template<> void X0<long>::f1(); // expected-note{{previous template specialization is here}}
25 template<> struct X0<long>::Inner; // expected-note{{previous template specialization is here}}
28 template<> long X0<long>::value; // expected-note{{previous template specialization is here}}
31 template<> struct X0<double>; // expected-note{{previous template specialization is here}}
p5.cpp 4 template<class T> class Y { // expected-note{{explicit instantiation refers here}}
11 // FIXME: This example from the standard is wrong; note posted to CWG reflector
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p1.cpp 23 ScopedEnum2<void*> se2; // expected-note {{here}}
34 ScopedEnum1<double>::E e2 = decltype(e2)::e; // expected-note {{in instantiation of enumeration 'ScopedEnum::ScopedEnum1<double>::E' requested here}}
53 return E::e; // expected-note {{here}}
55 int test2 = g<int>(); // expected-note {{here}}
67 UnscopedEnum1<int> ue1; // expected-note {{here}}
74 UnscopedEnum2<void*> ue2; // expected-note {{here}}
91 int test1 = f<int>(); // expected-note {{here}}
100 int test2 = g<int>(); // expected-note {{here}}
  /external/clang/test/Modules/
method_pool.m 7 // in other file: // expected-note{{using}}
12 // in other file: expected-note{{also found}}
  /external/clang/test/PCH/
cxx-trailing-return.cpp 7 typedef auto f() -> int; // expected-note {{here}}
8 typedef int g(); // expected-note {{here}}

Completed in 592 milliseconds

<<11121314151617181920>>