Home
last modified time | relevance | path

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

12345678910>>...19

/external/clang/test/Index/
Dcomment-objc-decls.m13 * \brief This is a protocol definition
18 * \brief MethodMyProto method
25 * \brief PropertyMyProto - This is protocol's property.
29 * \brief ClassMethodMyProto
39 * \brief NSObject is the root class.
43 * \brief IvarNSObject
52 * \brief MyClass - primary class.
57 * \brief IvarMyClass - IvarMyClass of values.
62 * \brief MethodMyClass is instance method.
67 * \brief ClassMethodMyClass is class method.
[all …]
Dcomplete-documentation-properties.m9 \brief This is ReadonlyProperty
14 \brief This is GeneralProperty
19 \brief This is PropertyInPrimaryClass
31 \brief This is Record
38 \brief This is PropertyInClassExtension
57 // CHECK-CC1: {TypedText ReadonlyGetter}{{.*}}(brief comment: This is ReadonlyProperty)
60 // CHECK-CC2: {TypedText GetterInClassExtension}{{.*}}(brief comment: This is PropertyInClassExtens…
63 // CHECK-CC3: {TypedText PropertyInPrimaryClass}{{.*}}(brief comment: This is PropertyInPrimaryClas…
66 // CHECK-CC4: {TypedText Record}{{.*}}(brief comment: This is Record)
69 // CHECK-CC5: {TypedText setThisRecord:}{Placeholder (id)}{{.*}}(brief comment: This is Record)
[all …]
Dannotate-comments-typedef.m20 // CHECK: TypedefDecl=MyEnum:[[@LINE-1]]:3 (Definition) FullCommentAsHTML=[<p class="para-brief"> D…
30 ….*}} BriefComment=[Documentation for E] FullCommentAsHTML=[<p class="para-brief"> Documentation fo…
31 // CHECK: TypedefDecl=E_T:[[@LINE-2]]:16 (Definition) FullCommentAsHTML=[<p class="para-brief"> Doc…
38 // CHECK: TypedefDecl=Foo:[[@LINE-1]]:11 (Definition) FullCommentAsHTML=[<p class="para-brief"> Com…
39 …{{.*}} BriefComment=[Comment about Foo] FullCommentAsHTML=[<p class="para-brief"> Comment about Fo…
48 …oo1T:[[@LINE-2]]:21 (Definition) {{.*}} FullCommentAsHTML=[<p class="para-brief"> About Foo1T </p>…
Dannotate-comments-property-accessor.m13 \brief This is ReadonlyProperty
19 \brief This is GeneralProperty
26 \brief This is PropertyInPrimaryClass
38 \brief This is Record
46 \brief This is PropertyInClassExtension
Dheaderfile-comment-to-html.m36 \brief This is Sensor on the Device.
52 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]
58 \brief Test that headerfile can come after brief.
65 …e\n@end</Declaration><Abstract><Para> Test that headerfile can come after brief. </Para></Abstr…
70 // CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]
72 // CHECK-NEXT: (CXComment_Text Text=[ Test that headerfile can come after brief.] HasTrai…
Doverriding-method-comments.mm60 /// \brief Does something.
66 /// \brief Does something.
72 /// \brief Does something.
93 /// \brief Does something.
103 /// \brief Does something.
113 /// \brief Documentation
/external/clang/test/Sema/
Dwarn-documentation.m5 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
6 /// \brief\author Aaa
8 // expected-warning@+2 {{empty paragraph passed to '\brief' command}}
10 * \brief\author Aaa
22 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
23 /// \brief\author Aaa
26 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
27 /// \brief\author Aaa
31 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
32 /// \brief\author Aaa
[all …]
/external/flatbuffers/docs/source/
Dgroups2 /// @brief FlatBuffers API for C++
5 /// @brief FlatBuffers API for C#
8 /// @brief FlatBuffers API for Go
11 /// @brief FlatBuffers API for Java
14 /// @brief FlatBuffers API for JavaScript
17 /// @brief FlatBuffers API for PHP
20 /// @brief FlatBuffers API for Python
/external/clang/bindings/python/tests/cindex/
Dtest_comment.py24 brief = test1.brief_comment
26 assert brief == """Aaa."""
30 brief = test2.brief_comment
32 assert brief == """Bbb. x"""
36 brief = f.brief_comment
38 assert brief is None
/external/clang/include/clang/AST/
DOperationKinds.def230 /// \brief Converting between two Objective-C object types, which
235 /// \brief A conversion of a floating point real to a floating point
241 /// \brief Converts a floating point complex to floating point real
247 /// \brief Converts a floating point complex to bool by comparing
251 /// \brief Converts between different floating point complex types.
255 /// \brief Converts from a floating complex to an integral complex.
259 /// \brief Converts from an integral real to an integral complex
265 /// \brief Converts an integral complex to an integral real of the
270 /// \brief Converts an integral complex to bool by comparing against
274 /// \brief Converts between different integral complex types.
[all …]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckAPI.java100 public abstract String get(int typ, boolean brief); in get() argument
101 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail); in write() argument
117 public String get(int typ, boolean brief) { in get() argument
119 String[] vals = brief ? shortNames[typ] : names[typ]; in get()
164 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write() argument
166 if (brief) { in write()
524 public String get(int typ, boolean brief) { in get() argument
525 return a.get(typ, brief); in get()
528 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write() argument
529 a.write(w, brief, html, detail); in write()
[all …]
DCheckTags.java45 boolean brief; field in CheckTags
123 boolean show = !brief || last.reportError; in output()
128 if (isShort || (brief && error)) { in output()
189 this.brief = true; in CheckTags()
328 doDocs(cdoc.fields(), "Fields", !brief); in doDoc() local
329 doDocs(cdoc.constructors(), "Constructors", !brief); in doDoc() local
330 doDocs(cdoc.methods(), "Methods", !brief); in doDoc() local
/external/tensorflow/tensorflow/tools/docs/
Dpretty_docs.py222 if item.doc.brief:
223 parts.append(': ' + item.doc.brief)
234 if item.doc.brief:
235 parts.append(': ' + item.doc.brief)
246 if item.doc.brief:
247 parts.append(': ' + item.doc.brief)
Dparser_test.py161 tf_inspect.getdoc(TestClass).split('\n')[0], page_info.doc.brief)
214 page_info.doc.brief)
256 tf_inspect.getdoc(test_function).split('\n')[0], page_info.doc.brief)
296 page_info.doc.brief)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/templates/
Dar_eventhandlerfile_h.template25 * @brief Event handler interface. auto-generated file
79 /// @brief Flush buffer to file.
109 /// @brief Write event and its payload to the memory buffer.
130 /// @brief Handle ${name} event
142 /// @brief Everything written to buffer this point is the header.
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DModuleWriter.java55 public void writeHeader(String define, String[] includeFiles, String brief) in writeHeader() argument
83 if (brief != null) { in writeHeader()
84 output.print(brief); in writeHeader()
/external/clang/test/CodeCompletion/
Ddocumentation.m19 // RUN: %clang_cc1 -fsyntax-only -code-completion-brief-comments -code-completion-at=%s:15:8 %s -o …
23 // RUN: %clang_cc1 -fsyntax-only -code-completion-brief-comments -code-completion-at=%s:16:9 %s -o …
/external/libavc/common/arm/
Dih264_intra_pred_luma_4x4_a9q.s25 @* @brief
61 @* @brief
134 @* @brief
216 @* @brief
355 @* @brief
437 @* @brief
517 @* @brief
599 @* @brief
681 @* @brief
762 @* @brief
Dih264_intra_pred_luma_8x8_a9q.s25 @* @brief
66 @* @brief
151 @* @brief
224 @* @brief
304 @* @brief
415 @* @brief
508 @* @brief
599 @* @brief
719 @* @brief
837 @* @brief
[all …]
/external/eigen/unsupported/doc/
DOverview.dox1 /// \brief Namespace containing all symbols from the %Eigen library.
26 /// \internal \brief Namespace containing low-level routines from the %Eigen library.
/external/libmpeg2/common/arm/
Dicv_sad_a9.s25 @* @brief
42 @* @brief computes distortion (SAD) between 2 8x4 blocks
Dicv_variance_a9.s25 @* @brief
42 @* @brief computes variance of a 8x4 block
/external/clang/docs/
DLibFormat.rst45 /// \brief Returns a format style complying with the LLVM coding standards:
49 /// \brief Returns a format style complying with Google's C++ style guide:
/external/libnl/python/netlink/route/
Dtc.py199 def brief(self, title, nodev=False, noparent=False): member in Tc
327 buf = fmt.format(self.brief('qdisc', nodev, noparent))
455 buf = fmt.format(self.brief('class', nodev, noparent))
530 buf = fmt.format(self.brief('classifier', nodev, noparent))
/external/clang/include/clang/Frontend/
DCodeGenOptions.def68 /// \brief FP_CONTRACT mode (on/off/fast).
70 /// \brief Embed Bitcode mode (off/all/bitcode/marker).
113 /// \brief Method of Objective-C dispatch to use.
120 /// \brief Choose profile instrumenation kind or no instrumentation.
122 /// \brief Choose profile kind for PGO use compilation.

12345678910>>...19