/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()
|
D | development.md | 8 …-j static_sdk_tools dist DIST_DIR=$OUTPUT_DIRECTORY BUILD_HOST_static=1`. Note, in addition to aap…
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 51 … Note: Self-time of Layer… 56 … Note: These can be nested as per rows 60 … Note: If the called function specifies a 100 … t3: t_m_w:E|T1 Note: funcR4 will be vis… 121 …, Note: Self-time of Layer… 126 … Note: Tracepoints are needed for the 144 … t8: t_m_w:B|T1|HIDL::IPreparedModelCallback::notify::serv Note: the HIDL trace row… 151 …VER, Note: the SampleDriver::… 155 … Note: the "t_m_w" output of 165 … Note: the next row in this table gives more [all …]
|
/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/link/ |
D | NoDefaultResourceRemover.cpp | 84 diag->Note(DiagMessage() << " did you forget to remove all definitions?"); in Consume() 87 diag->Note(DiagMessage(config_value->value->GetSource()) << "defined here"); in Consume()
|
D | ProductFilter.cpp | 41 diag->Note( in SelectProductToKeep() 61 diag->Note( in SelectProductToKeep()
|
D | ResourceExcluder.cpp | 53 context->GetDiagnostics()->Note( in RemoveIfExcluded()
|
/frameworks/base/tools/aapt2/optimize/ |
D | ResourceDeduper.cpp | 79 context_->GetDiagnostics()->Note( in VisitConfig() 83 context_->GetDiagnostics()->Note( in VisitConfig()
|
D | MultiApkGenerator.cpp | 142 context_->GetDiagnostics()->Note(DiagMessage(artifact.name) << "skipping artifact"); in FromBaseApk() 172 diag->Note(DiagMessage() << "Generating split: " << out); in FromBaseApk() 178 diag->Note(DiagMessage() << "Writing output: " << out); in FromBaseApk()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceUser.hal | 47 * Note: The client's use of this function does not affect the hidl 66 * Note: Clients must call submitRequestList() serially if they opt 131 * Note: deleteStream() must only be called within a beginConfigure() and an 142 * Note: createStream() must only be called within a beginConfigure() and an 167 * Note: This method will not block and instead will fail with 185 * Note: It is legal to call this method outside of
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/ |
D | README.md | 88 Note that packages written prior to the 2.2.0 release of Protocol 110 **Note for Mac users** 126 **Note for cross-compiling** 149 **Note for Solaris users** 159 **Note for HP C++ Tru64 users** 167 **Note for AIX users**
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 115 # Note when any processes of a uid have started running 117 # Note when all processes of a uid have stopped. 119 # Note when the state of a uid has become active. 121 # Note when the state of a uid has become idle (background check enforced). 123 # Note when a service is being forcibly stopped because its app went idle.
|
/frameworks/base/tools/aapt2/io/ |
D | Util.cpp | 33 context->GetDiagnostics()->Note(DiagMessage() << "writing " << out_path << " to archive"); in CopyInputStreamToArchive() 66 context->GetDiagnostics()->Note(DiagMessage() << "writing " << out_path << " to archive"); in CopyProtoToArchive()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Compile.cpp | 360 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling XML"); in CompileXml() 460 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling PNG"); in CompilePng() 511 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "9-patch: " in CompilePng() 530 context->GetDiagnostics()->Note(DiagMessage(path_data.source) in CompilePng() 552 context->GetDiagnostics()->Note(DiagMessage(path_data.source) in CompilePng() 568 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling file"); in CompileFile()
|
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 386 diag->Note(DiagMessage() << "forcing image to gray (max deviation = " in analyze_image() 466 diag->Note(DiagMessage() << "writing image: w = " << info->width in writePng() 489 diag->Note(DiagMessage() << "has " << paletteEntries << " colors" in writePng() 494 diag->Note(DiagMessage() in writePng() 498 diag->Note(DiagMessage() in writePng() 502 diag->Note(DiagMessage() << "is opaque RGB, using PNG_COLOR_TYPE_RGB"); in writePng() 505 diag->Note(DiagMessage() in writePng() 540 diag->Note(DiagMessage() << "adding 9-patch info.."); in writePng() 617 diag->Note(DiagMessage() << "image written: w = " << width in writePng()
|
/frameworks/base/tools/aapt2/test/ |
D | Common.cpp | 27 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
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 161 # Note that you can specify absolute paths here, but also relative paths, which 206 # Note that setting this tag to YES also means that rational rose comments are 289 # Note: For files without extension you can use no_extension as a placeholder. 291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 309 # Note: This feature currently applies only to Markdown headings. 386 # Note that this feature does not work in combination with 434 # Note: This will also disable the warnings about undocumented members that are 577 # name. If set to NO, the members will appear in declaration order. Note that 587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief [all …]
|
D | Doxyfile | 106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 161 # Note that you can specify absolute paths here, but also relative paths, which 206 # Note that setting this tag to YES also means that rational rose comments are 289 # Note: For files without extension you can use no_extension as a placeholder. 291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 309 # Note: This feature currently applies only to Markdown headings. 386 # Note that this feature does not work in combination with 434 # Note: This will also disable the warnings about undocumented members that are 577 # name. If set to NO, the members will appear in declaration order. Note that 587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief [all …]
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 161 # Note that you can specify absolute paths here, but also relative paths, which 206 # Note that setting this tag to YES also means that rational rose comments are 289 # Note: For files without extension you can use no_extension as a placeholder. 291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 377 # Note that this feature does not work in combination with 425 # Note: This will also disable the warnings about undocumented members that are 568 # name. If set to NO, the members will appear in declaration order. Note that 578 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief 580 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting [all …]
|
/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/base/packages/SettingsProvider/ |
D | Android.bp | 20 // Note we statically link several classes to do some unit tests. It's not accessible otherwise
|