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

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h33 MsgHandler note(unsigned int pID);
66 inline mcld::MsgHandler mcld::note(unsigned int pID) function in class:mcld
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp103 note(diag::note_has_no_symtab) << pInput.name()
H A DELFObjectReader.cpp286 note(diag::note_has_no_symtab) << pInput.name()
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css794 dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug
800 dl.note
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1330 String note = contentValues.getAsString(Note.NOTE);
1331 if (note == null) {
1332 note = "";
1334 if (note.length() > 0) {
1340 noteBuilder.append(note);
H A DVCardEntry.java1122 public NoteData(String note) { argument
1123 mNote = note;
1161 return "note: " + mNote;
1970 private void addNote(final String note) { argument
1974 mNoteList.add(new NoteData(note));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java644 Notification.Builder note = new Notification.Builder(mContext)
661 noMan.notify(HIDDEN_NOTIFICATION_ID, note.build());

Completed in 686 milliseconds