/frameworks/base/tools/aapt2/ |
D | Diagnostics.h | 71 enum class Level { Note, Warn, Error }; enumerator 85 virtual void Note(const DiagMessage& message) { in Note() function 87 Log(Level::Note, actual); in Note() 111 case Level::Note: in Log()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardJapanizationTests.java | 20 import android.provider.ContactsContract.CommonDataKinds.Note; 407 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 408 .put(Note.NOTE, "note1"); in testNoteDoCoMo() 409 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 410 .put(Note.NOTE, "note2"); in testNoteDoCoMo() 411 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 412 .put(Note.NOTE, "note3"); in testNoteDoCoMo()
|
D | VCardImporterTests.java | 23 import android.provider.ContactsContract.CommonDataKinds.Note; 689 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testComplicatedCase() 690 .put(Note.NOTE, "The following note is the example from RFC 2045."); in testComplicatedCase() 691 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testComplicatedCase() 692 .put(Note.NOTE, in testComplicatedCase() 888 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testV21Japanese2_Type_Generic_Utf8() 889 .put(Note.NOTE, "\u30E1\u30E2"); in testV21Japanese2_Type_Generic_Utf8() 1067 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testTolerateInvalidCommentLikeLineV21() 1068 .put(Note.NOTE, "This is an (sharp ->#<- sharp) example. " in testTolerateInvalidCommentLikeLineV21()
|
/frameworks/base/tools/aapt2/optimize/ |
D | ResourceDeduper.cpp | 76 context_->GetDiagnostics()->Note( in VisitConfig() 80 context_->GetDiagnostics()->Note( in VisitConfig()
|
/frameworks/base/tools/aapt2/io/ |
D | Util.cpp | 27 context->GetDiagnostics()->Note(DiagMessage() << "writing " << out_path << " to archive"); in CopyInputStreamToArchive() 52 context->GetDiagnostics()->Note(DiagMessage() << "writing " << out_path << " to archive"); in CopyProtoToArchive()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 118 # Note when any processes of a uid have started running 120 # Note when all processes of a uid have stopped. 122 # Note when the state of a uid has become active. 124 # Note when the state of a uid has become idle (background check enforced). 126 # Note when a service is being forcibly stopped because its app went idle.
|
/frameworks/base/tools/aapt2/link/ |
D | ProductFilter.cpp | 40 diag->Note( in SelectProductToKeep() 60 diag->Note( in SelectProductToKeep()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Compile.cpp | 390 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling XML"); in CompileXml() 470 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling PNG"); in CompilePng() 521 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "9-patch: " in CompilePng() 540 context->GetDiagnostics()->Note(DiagMessage(path_data.source) in CompilePng() 562 context->GetDiagnostics()->Note(DiagMessage(path_data.source) in CompilePng() 579 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling file"); in CompileFile() 721 context.GetDiagnostics()->Note(DiagMessage(path_data.source) << "processing"); in Compile()
|
D | Link.cpp | 235 context_->GetDiagnostics()->Note(DiagMessage() << "rewriting " << name << " (" << *id in FindByName() 262 context->GetDiagnostics()->Note(DiagMessage(path) << "writing to archive (keep_raw_values=" in FlattenXml() 460 context_->GetDiagnostics()->Note(DiagMessage() << "linking " << src.path); in LinkAndVersionXmlFile() 582 context_->GetDiagnostics()->Note(DiagMessage(doc->file.source) in Flatten() 699 context_->GetDiagnostics()->Note(DiagMessage(path) << "loading include path"); in LoadSymbolsFromIncludePaths() 1069 context_->GetDiagnostics()->Note(DiagMessage() << "merging static library " << input); in MergeStaticLibrary() 1128 context_->GetDiagnostics()->Note(DiagMessage() << "merging resource table " in MergeResourceTable() 1155 context_->GetDiagnostics()->Note(DiagMessage() << "merging '" << file_desc->name in MergeCompiledFile() 1208 context_->GetDiagnostics()->Note(DiagMessage() << "merging archive " << input); in MergeArchive() 1468 context_->GetDiagnostics()->Note(DiagMessage() in Run() [all …]
|
D | Optimize.cpp | 125 context_->GetDiagnostics()->Note(DiagMessage() << "Optimizing APK..."); in Run() 156 context_->GetDiagnostics()->Note( in Run()
|
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 385 diag->Note(DiagMessage() << "forcing image to gray (max deviation = " in analyze_image() 465 diag->Note(DiagMessage() << "writing image: w = " << info->width in writePng() 488 diag->Note(DiagMessage() << "has " << paletteEntries << " colors" in writePng() 493 diag->Note(DiagMessage() in writePng() 497 diag->Note(DiagMessage() in writePng() 501 diag->Note(DiagMessage() << "is opaque RGB, using PNG_COLOR_TYPE_RGB"); in writePng() 504 diag->Note(DiagMessage() in writePng() 539 diag->Note(DiagMessage() << "adding 9-patch info.."); in writePng() 616 diag->Note(DiagMessage() << "image written: w = " << width in writePng()
|
/frameworks/base/tools/aapt2/test/ |
D | Common.cpp | 25 case Level::Note: in Log()
|
/frameworks/compile/slang/ |
D | slang_diagnostic_buffer.cpp | 49 case clang::DiagnosticsEngine::Note: { in HandleDiagnostic()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDFileFormat.h | 39 Note, enumerator
|
D | DiagnosticEngine.h | 44 Note, enumerator
|
/frameworks/multidex/library/ |
D | README | 6 Note that multidexing will allow to go over the dex index limit.
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 62 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note); in note()
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 12 Note that screen is all white.
|
/frameworks/base/tests/utils/SleepUtils/ |
D | README | 19 Note: for the function to work properly, "-w" parameter is required
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 98 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 143 # Note that you can specify absolute paths here, but also relative paths, which 188 # Note that setting this tag to YES also means that rational rose comments are 268 # Note For files without extension you can use no_extension as a placeholder. 270 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 349 # Note that this feature does not work in combination with 397 # Note: This will also disable the warnings about undocumented members that are 533 # name. If set to NO the members will appear in declaration order. Note that 543 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief 545 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting [all …]
|
D | Doxyfile | 98 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 143 # Note that you can specify absolute paths here, but also relative paths, which 188 # Note that setting this tag to YES also means that rational rose comments are 268 # Note For files without extension you can use no_extension as a placeholder. 270 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 349 # Note that this feature does not work in combination with 397 # Note: This will also disable the warnings about undocumented members that are 533 # name. If set to NO the members will appear in declaration order. Note that 543 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief 545 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFDynObjFileFormat.cpp | 30 LDFileFormat::Note, in initObjectFormat()
|
D | ELFExecFileFormat.cpp | 31 LDFileFormat::Note, in initObjectFormat()
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 5 Note: as used here, "short transfer count" means the return value for
|
/frameworks/native/docs/ |
D | Doxyfile | 26 # identify the project. Note that if you do not use Doxywizard you need 88 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 139 # path to strip. Note that you specify absolute paths here, but also 250 # is PHP), and .f files as C (default is Fortran), use: inc=Fortran f=C. Note 350 # performance by keeping more symbols in memory. Note that the value works on 517 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 518 # Note: This option applies only to the class list, not to the 742 # Note that relative paths are relative to the directory from which doxygen is 755 # certain files from those directories. Note that the wildcards are matched 841 # Note: To get rid of all source code in the generated output, make sure also [all …]
|