Home
last modified time | relevance | path

Searched refs:brief (Results 1 – 13 of 13) sorted by relevance

/frameworks/wilhelm/doc/
DDoxyfile66 # include brief member descriptions after the members that are listed in
73 # the brief description of a member or function before the detailed description.
75 # brief descriptions will be completely suppressed.
79 # This tag implements a quasi-intelligent brief description abbreviator
81 # in this list, if found as the leading text of the brief description, will be
83 # used as the annotated text. Otherwise, the brief description is used as-is.
92 # Doxygen will generate a detailed section even if there is only a brief
136 # comment as the brief description. If set to NO, the JavaDoc
138 # (thus requiring an explicit @brief command for a brief description.)
144 # comment as the brief description. If set to NO, the comments
[all …]
/frameworks/native/docs/
DDoxyfile80 # include brief member descriptions after the members that are listed in
87 # the brief description of a member or function before the detailed description.
89 # brief descriptions will be completely suppressed.
93 # This tag implements a quasi-intelligent brief description abbreviator
95 # in this list, if found as the leading text of the brief description, will be
97 # used as the annotated text. Otherwise, the brief description is used as-is.
116 # Doxygen will generate a detailed section even if there is only a brief
162 # comment as the brief description. If set to NO, the JavaDoc
164 # (thus requiring an explicit @brief command for a brief description.)
170 # comment as the brief description. If set to NO, the comments
[all …]
/frameworks/av/media/libaaudio/
DDoxyfile88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
99 # brief descriptions will be completely suppressed.
104 # This tag implements a quasi-intelligent brief description abbreviator that is
106 # as the leading text of the brief description, will be stripped from the text
108 # text. Otherwise, the brief description is used as-is. If left blank, the
116 # doxygen will generate a detailed section even if there is only a brief
166 # first line (until the first dot) of a Javadoc-style comment as the brief
168 # style comments (thus requiring an explicit @brief command for a brief
175 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
DDoxyfile.orig88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
99 # brief descriptions will be completely suppressed.
104 # This tag implements a quasi-intelligent brief description abbreviator that is
106 # as the leading text of the brief description, will be stripped from the text
108 # text. Otherwise, the brief description is used as-is. If left blank, the
116 # doxygen will generate a detailed section even if there is only a brief
166 # first line (until the first dot) of a Javadoc-style comment as the brief
168 # style comments (thus requiring an explicit @brief command for a brief
175 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
/frameworks/av/media/codec2/docs/
Ddoxygen.config96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
107 # brief descriptions will be completely suppressed.
112 # This tag implements a quasi-intelligent brief description abbreviator that is
114 # as the leading text of the brief description, will be stripped from the text
116 # text. Otherwise, the brief description is used as-is. If left blank, the
134 # doxygen will generate a detailed section even if there is only a brief
184 # first line (until the first dot) of a Javadoc-style comment as the brief
186 # style comments (thus requiring an explicit @brief command for a brief
193 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
/frameworks/base/media/native/midi/include/
DDoxyfile.orig96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
107 # brief descriptions will be completely suppressed.
112 # This tag implements a quasi-intelligent brief description abbreviator that is
114 # as the leading text of the brief description, will be stripped from the text
116 # text. Otherwise, the brief description is used as-is. If left blank, the
134 # doxygen will generate a detailed section even if there is only a brief
184 # first line (until the first dot) of a Javadoc-style comment as the brief
186 # style comments (thus requiring an explicit @brief command for a brief
193 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
DDoxyfile96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
107 # brief descriptions will be completely suppressed.
112 # This tag implements a quasi-intelligent brief description abbreviator that is
114 # as the leading text of the brief description, will be stripped from the text
116 # text. Otherwise, the brief description is used as-is. If left blank, the
134 # doxygen will generate a detailed section even if there is only a brief
184 # first line (until the first dot) of a Javadoc-style comment as the brief
186 # style comments (thus requiring an explicit @brief command for a brief
193 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
/frameworks/compile/libbcc/
DREADME.rst139 Here is the brief description of each sections:
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java12331 String[] args, boolean brief, PrintWriter categoryPw, boolean asProto) { in dumpApplicationMemoryUsage() argument
12406 dumpApplicationMemoryUsage(fd, opts, innerArgs, brief, procs); in dumpApplicationMemoryUsage()
12408 dumpApplicationMemoryUsage(fd, pw, prefix, opts, innerArgs, brief, procs, categoryPw); in dumpApplicationMemoryUsage()
12413 MemoryUsageDumpOptions opts, String[] innerArgs, boolean brief, in dumpApplicationMemoryUsage() argument
12456 if (opts.dumpDetails || (!brief && !opts.oomOnly)) { in dumpApplicationMemoryUsage()
12477 … if (!brief && !opts.oomOnly && (procs.size() == 1 || opts.isCheckinRequest || opts.packages)) { in dumpApplicationMemoryUsage()
12532 if (opts.dumpDetails || (!brief && !opts.oomOnly)) { in dumpApplicationMemoryUsage()
12667 if (!brief && !opts.oomOnly) { in dumpApplicationMemoryUsage()
12765 if (!brief && !opts.oomOnly && !opts.isCompact) { in dumpApplicationMemoryUsage()
12775 if (!brief && !opts.oomOnly) { in dumpApplicationMemoryUsage()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStackSupervisor.java2214 String prefix, String label, boolean complete, boolean brief, boolean client, in dumpHistoryList() argument
2229 final boolean full = !brief && (complete || !r.isInHistory()); in dumpHistoryList()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4846 boolean brief = false; in handleShellCommandListInputMethods()
4858 brief = true; in handleShellCommandListInputMethods()
4880 if (brief) { in handleShellCommandListInputMethods()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java983 boolean brief, boolean components) { in printResolveInfo() argument
984 if (brief || components) { in printResolveInfo()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt473 <one line to give the library's name and a brief idea of what it does.>