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

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h33 MsgHandler note(unsigned int pID);
61 inline mcld::MsgHandler mcld::note(unsigned int pID) { function in class:mcld
/frameworks/base/tools/aapt2/link/
H A DProductFilter.cpp39 diag->note(DiagMessage(previouslySelectedConfigValue->value->getSource())
56 diag->note(DiagMessage(previouslyDefaultConfigValue->value->getSource())
H A DLink.cpp160 context->getDiagnostics()->note(DiagMessage() << "writing " << outPath << " to archive");
192 context->getDiagnostics()->note(msg);
335 mContext->getDiagnostics()->note(DiagMessage() << "linking " << srcPath);
398 mContext->getDiagnostics()->note(DiagMessage(versionedFileDesc.source)
535 mContext->getDiagnostics()->note(DiagMessage(path) << "loading include path");
859 mContext->getDiagnostics()->note(DiagMessage() << "merging static library " << input);
919 mContext->getDiagnostics()->note(DiagMessage() << "merging resource table "
948 mContext->getDiagnostics()->note(DiagMessage() << "merging compiled file "
999 mContext->getDiagnostics()->note(DiagMessage() << "merging archive " << input);
1123 mContext->getDiagnostics()->note(
[all...]
H A DTableMerger.cpp184 mContext->getDiagnostics()->note(DiagMessage(src)
235 mContext->getDiagnostics()->note(DiagMessage(dstValue->value->getSource())
/frameworks/base/tools/aapt2/
H A DDiagnostics.h85 virtual void note(const DiagMessage& message) { function in struct:aapt::IDiagnostics
112 tag = "note";
H A DResourceParser.cpp865 mDiag->note(DiagMessage(existingSymbol.symbol.getSource())
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp98 note(diag::note_has_no_symtab) << pInput.name() << pInput.path()
H A DELFObjectReader.cpp281 note(diag::note_has_no_symtab) << pInput.name() << pInput.path()
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp364 diag->note(DiagMessage()
443 diag->note(DiagMessage()
466 diag->note(DiagMessage()
472 diag->note(DiagMessage() << "is opaque gray, using PNG_COLOR_TYPE_GRAY");
475 diag->note(DiagMessage() << "is gray + alpha, using PNG_COLOR_TYPE_GRAY_ALPHA");
478 diag->note(DiagMessage() << "is opaque RGB, using PNG_COLOR_TYPE_RGB");
481 diag->note(DiagMessage() << "is RGB + alpha, using PNG_COLOR_TYPE_RGB_ALPHA");
512 diag->note(DiagMessage() << "adding 9-patch info..");
588 diag->note(DiagMessage()
H A DCompile.cpp526 context.getDiagnostics()->note(DiagMessage(pathData.source) << "processing");
/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.java1123 public NoteData(String note) { argument
1124 mNote = note;
1162 return "note: " + mNote;
1972 private void addNote(final String note) { argument
1976 mNoteList.add(new NoteData(note));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java848 Notification.Builder note = new Notification.Builder(mContext)
862 overrideNotificationAppName(mContext, note);
866 noMan.notify(R.id.notification_hidden, note.build());
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css948 /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
955 dl.note
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java3716 final VolumeRecord note = mRecords.valueAt(i);
3717 note.dump(pw);

Completed in 2177 milliseconds