HomeSort by relevance Sort by last modified time
    Searched refs:note (Results 26 - 50 of 1242) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
call-abs.s 16 .section .note.GNU-stack,"",@progbits
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 49 expected-note {{prefix with the address-of operator to silence this warning}}
51 expected-note {{prefix with the address-of operator to silence this warning}}
53 expected-note {{prefix with the address-of operator to silence this warning}}
55 expected-note {{prefix with the address-of operator to silence this warning}}
57 expected-note {{prefix with the address-of operator to silence this warning}} \
58 expected-note {{suffix with parentheses to turn this into a function call}}
60 expected-note {{prefix with the address-of operator to silence this warning}}
138 // expected-note@-2 {{prefix with the address-of operator to silence this warning}}
constexpr-printing.cpp 7 constexpr S() : n(extract(*this)), m(0) {} // expected-note {{in call to 'extract(s1)'}}
12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of object outside its lifetime is not allowed in a constant expression}}
16 constexpr S s1; // expected-error {{constant expression}} expected-note {{in call to 'S()'}}
36 return *e; // expected-note {{read of non-constexpr variable 'u2'}}
38 U u2(0); // expected-note {{here}}
41 expected-note {{in call to 'test_printing(12, 3.976200e+01, 3+4i, 1.290000e+01+3.600000e+00i, &u2.T::arr[4], u2.another.arr[2], {5, 1, 2, 3}, {{{}}, {{}}, &u1.T::arr[2]})'}}
51 constexpr int get(const int *p) { return *p; } // expected-note {{read of dereferenced one-past-the-end pointer}}
52 constexpr int passLargeArray(V v) { return get(v.arr+256); } // expected-note {{in call to 'get(&v.arr[256])'}}
53 static_assert(passLargeArray(v) == 0, ""); // expected-error {{constant expression}} expected-note {{in call to 'passLargeArray({{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...}})'}}
62 constexpr int badness(Union u) { return u.a + u.b; } // expected-note {{read of member 'a' of union with active member 'b'}
    [all...]
for-range-dereference.cpp 14 Data *end() = delete; //expected-note {{'end' has been explicitly marked deleted here}}
19 int* begin(DeletedADLBegin) = delete; //expected-note {{candidate function has been explicitly deleted}} \
20 expected-note 5 {{candidate function not viable: no known conversion}}
26 Data *end(); // expected-note 2 {{declared private here}}
30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
63 expected-note {{when looking up 'end' function for range expression of type 'DeletedEnd'}}
79 expected-note {{when looking up 'begin' function for range expression of type 'DeletedADLBegin'}}
88 // expected-note@4 {{selected 'begin' function with iterator type 'Data *'}}
  /frameworks/base/tools/aapt2/
Logger.cpp 57 std::ostream& Logger::note() { function in class:aapt::Logger
58 return sLog->out << "note: ";
61 std::ostream& Logger::note(const Source& source) { function in class:aapt::Logger
62 return sLog->err << source << ": note: ";
65 std::ostream& Logger::note(const SourceLine& source) { function in class:aapt::Logger
66 return sLog->err << source << ": note: ";
89 std::ostream& SourceLogger::note() { function in class:aapt::SourceLogger
90 return Logger::note(mSource);
93 std::ostream& SourceLogger::note(size_t line) { function in class:aapt::SourceLogger
94 return Logger::note(SourceLine{ mSource.path, line })
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java 69 Cursor note = mDbHelper.fetchNote(mRowId); local
70 startManagingCursor(note);
71 mTitleText.setText(note.getString(
72 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_TITLE)));
73 mBodyText.setText(note.getString(
74 note.getColumnIndexOrThrow(NotesDbAdapter.KEY_BODY)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seqmid.h 364 * \brief set note event
367 * \param key note key
374 (ev)->data.note.channel = (ch),\
375 (ev)->data.note.note = (key),\
376 (ev)->data.note.velocity = (vel),\
377 (ev)->data.note.duration = (dur))
380 * \brief set note-on event
383 * \param key note key
389 (ev)->data.note.channel = (ch),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seqmid.h 364 * \brief set note event
367 * \param key note key
374 (ev)->data.note.channel = (ch),\
375 (ev)->data.note.note = (key),\
376 (ev)->data.note.velocity = (vel),\
377 (ev)->data.note.duration = (dur))
380 * \brief set note-on event
383 * \param key note key
389 (ev)->data.note.channel = (ch),
    [all...]
  /bionic/libc/arch-common/bionic/
crtend.S 44 .section .note.GNU-stack,"",%progbits
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 56 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:__anon18530
65 EAS_I8 duration; /* default note duration */
eas_imelodydata.h 54 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:__anon18517
eas_otadata.h 62 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:__anon18520
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 56 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:__anon18580
65 EAS_I8 duration; /* default note duration */
eas_imelodydata.h 54 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:__anon18567
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 56 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:__anon18632
65 EAS_I8 duration; /* default note duration */
eas_tcdata.h 51 EAS_I32 length; /* length of current note */
55 EAS_I8 note; /* current note */ member in struct:__anon18635
56 EAS_I8 repeatCount; /* note repeat counter */
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupNoteDialogFragment.java 32 private static final String BUNDLE_KEY_NOTE = "NoteDialogFragment.Note";
45 public static AccountSetupNoteDialogFragment newInstance(String note) {
48 b.putString(BUNDLE_KEY_NOTE, note);
56 final String note = getArguments().getString(BUNDLE_KEY_NOTE); local
63 .setMessage(note)
  /external/clang/test/Sema/
parentheses.cpp 8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
9 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \
17 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \
25 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
44 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
52 // expected-note {{place parentheses around comparison expression to evaluate it first}
    [all...]
incomplete-decl.c 3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
28 expected-note {{forward declaration of 'struct bar'}}
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 102 String note; local
104 note = "ACTION_UP";
106 note = "ACTION_DOWN";
110 System.out.println(":Sending Key (" + note + "): "
114 System.out.println(":Sending Key (" + note + "): "
  /external/llvm/test/MC/ARM/
eh-directive-personalityindex-diagnostics.s 29 @ CHECK: note: .cantunwind was specified here
45 @ CHECK: note: .handlerdata was specified here
61 @ CHECK: note: .personality was specified here
64 @ CHECK: note: .personalityindex was specified here
80 @ CHECK: note: .personalityindex was specified here
83 @ CHECK: note: .personalityindex was specified here
  /external/clang/test/CXX/temp/temp.spec/
p5.cpp 4 template void f(int); // expected-note{{previous explicit instantiation}}
19 template struct X0<int>; // expected-note{{previous explicit instantiation}} \
20 expected-note{{requested here}}
23 template void X0<float>::f(float); // expected-note{{previous explicit instantiation}}
26 template union X0<float>::Inner; // expected-note{{previous explicit instantiation}}
29 template float X0<float>::value; // expected-note{{previous explicit instantiation}}
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.c 246 "Parsing Pentax maker note v%d...", (int)n->version);
251 "Parsing Casio maker note v2...");
258 "Parsing Pentax maker note v1...");
339 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
341 if (!note) return 0;
342 if (note->count <= n) return 0;
343 return note->entries[n].tag;
349 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
351 if (!note) return NULL;
352 if (note->count <= n) return NULL
359 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
369 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; local
    [all...]
  /external/libunwind/src/ia64/
setjmp.S 50 .section .note.GNU-stack,"",@progbits
  /external/llvm/utils/llvm-build/llvmbuild/
util.py 8 note = lambda message: _write_message('note', message) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']

Completed in 767 milliseconds

12 3 4 5 6 7 8 91011>>