Home
last modified time | relevance | path

Searched refs:Note (Results 1 – 25 of 139) sorted by relevance

123456

/frameworks/base/tools/aapt2/
DDiagnostics.h71 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()
Ddevelopment.md8 …-j static_sdk_tools dist DIST_DIR=$OUTPUT_DIRECTORY BUILD_HOST_static=1`. Note, in addition to aap…
/frameworks/ml/nn/tools/systrace_parser/
Dcontract-between-code-and-parser.txt51Note: Self-time of Layer…
56Note: These can be nested as per rows
60Note: If the called function specifies a
100 … t3: t_m_w:E|T1 Note: funcR4 will be vis…
121 …, Note: Self-time of Layer…
126Note: 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::…
155Note: the "t_m_w" output of
165Note: the next row in this table gives more
[all …]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java20 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()
DVCardImporterTests.java23 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/
DNoDefaultResourceRemover.cpp84 diag->Note(DiagMessage() << " did you forget to remove all definitions?"); in Consume()
87 diag->Note(DiagMessage(config_value->value->GetSource()) << "defined here"); in Consume()
DProductFilter.cpp41 diag->Note( in SelectProductToKeep()
61 diag->Note( in SelectProductToKeep()
DResourceExcluder.cpp53 context->GetDiagnostics()->Note( in RemoveIfExcluded()
/frameworks/base/tools/aapt2/optimize/
DResourceDeduper.cpp79 context_->GetDiagnostics()->Note( in VisitConfig()
83 context_->GetDiagnostics()->Note( in VisitConfig()
DMultiApkGenerator.cpp142 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/
DICameraDeviceUser.hal47 * 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/
DREADME.md88 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/
DEventLogTags.logtags115 # 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/
DUtil.cpp33 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/
DCompile.cpp360 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/
DPng.cpp386 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/
DCommon.cpp27 case Level::Note: in Log()
/frameworks/compile/slang/
Dslang_diagnostic_buffer.cpp49 case clang::DiagnosticsEngine::Note: { in HandleDiagnostic()
/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h39 Note, enumerator
/frameworks/base/media/native/midi/include/
DDoxyfile.orig106 # 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 …]
DDoxyfile106 # 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/
Ddoxygen.config106 # 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/
DREADME6 Note that multidexing will allow to go over the dex index limit.
/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h62 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note); in note()
/frameworks/base/packages/SettingsProvider/
DAndroid.bp20 // Note we statically link several classes to do some unit tests. It's not accessible otherwise

123456