Home
last modified time | relevance | path

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

12345678910>>...12

/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/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/srtp/doc/
Dcrypto_kernel.txt14 @brief A generic cipher type enables cipher agility, that is, the
24 * @brief Allocates a cipher of a particular type.
32 * @brief Initialized a cipher to use a particular key. May
41 * @brief Sets the initialization vector of a given cipher.
49 * @brief Encrypts a buffer with a given cipher.
57 * @brief Sets a buffer to the keystream generated by the cipher.
64 * @brief Deallocates a cipher.
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckAPI.java98 public abstract String get(int typ, boolean brief); in get() argument
99 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail); in write() argument
115 public String get(int typ, boolean brief) { in get() argument
117 String[] vals = brief ? shortNames[typ] : names[typ]; in get()
162 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write() argument
164 if (brief) { in write()
522 public String get(int typ, boolean brief) { in get() argument
523 return a.get(typ, brief); in get()
526 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write() argument
527 a.write(w, brief, html, detail); in write()
[all …]
DCheckTags.java43 boolean brief; field in CheckTags
121 boolean show = !brief || last.reportError; in output()
126 if (isShort || (brief && error)) { in output()
187 this.brief = true; in CheckTags()
326 doDocs(cdoc.fields(), "Fields", !brief); in doDoc() local
327 doDocs(cdoc.constructors(), "Constructors", !brief); in doDoc() local
328 doDocs(cdoc.methods(), "Methods", !brief); in doDoc() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DModuleWriter.java53 public void writeHeader(String define, String[] includeFiles, String brief) in writeHeader() argument
81 if (brief != null) { in writeHeader()
82 output.print(brief); in writeHeader()
/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 …]
Dih264_intra_pred_luma_16x16_a9q.s25 @* @brief
65 @* @brief
146 @* @brief
224 @* @brief
348 @* @brief
Dih264_mem_fns_neon.s25 @ * @brief
48 @* @brief
/external/opencv3/doc/py_tutorials/py_feature2d/py_brief/
Dpy_brief.markdown62 brief = cv2.DescriptorExtractor_create("BRIEF")
68 kp, des = brief.compute(img, kp)
70 print brief.getInt('bytes')
73 The function brief.getInt('bytes') gives the \f$n_d\f$ size used in bytes. By default it is 32. Nex…
/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/opencv3/doc/tutorials/introduction/documenting_opencv/
Ddocumentation_tutorial.markdown123 /** @brief Calculates the exponent of every array element.
145 - command `brief` denotes following paragraph is a brief description
146 @verbatim @brief @endverbatim
200 @brief ...
202 \brief ...
234 @brief brief description paragraph
235 brief continues
349 - __brief__ - paragraph with brief entity description
468 /** @brief Example function
555 - Add brief description of your idea and tutorial goals.
/external/opencv3/doc/tutorials/introduction/transition_guide/
Dtransition_guide.markdown176 BriefDescriptorExtractor brief(32);
180 brief.compute(gray, query_kpts, query_desc); //Compute brief descriptors at each keypoint location
185 Ptr<BriefDescriptorExtractor> brief = BriefDescriptorExtractor::create(32);
189 brief->compute(gray, query_kpts, query_desc); //Compute brief descriptors at each keypoint location
/external/iproute2/ip/
Dip.c35 int brief; variable
261 ++brief; in main()
/external/mesa3d/src/gallium/drivers/radeon/
DR600IntrinsicsOpenCL.td1 //===-- R600Intrinsics.td - TODO: Add brief description -------===//
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrSIMD.td11 /// \brief WebAssembly SIMD operand code-gen constructs.

12345678910>>...12