Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/boost/libs/gil/doc/
Dreference.dox2 /// \brief Various basic concepts
5 /// \brief N-dimensional point
8 /// \brief Concepts for points
12 /// \brief Models for points
16 /// \brief Algorithms and Utility Functions for points
19 …/// \brief The color space and the layout define the set, ordering and interpretation of channels …
36 /// \brief Channel is the building block of pixel
39 /// \brief Concepts for channels
43 …/// \brief Channel models. Although not required by the ChannelConcept, all GIL-provided channels …
47 /// \brief Channel algorithms, metafunctions and utility functions
[all …]
/third_party/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 TypeScript
20 /// @brief FlatBuffers API for PHP
23 /// @brief FlatBuffers API for Python
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_archrast.py169 brief = []
179 brief.append(match.group(1).strip())
188 brief.append(match.group(2).strip())
206 'desc': ' '.join(brief)
213 brief = []
235 'desc': ' '.join(brief)
242 brief = []
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
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
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 …]
/third_party/mbedtls/tests/suites/
Dmain_test.function61 * \brief Evaluates an expression/macro into its literal integer value.
94 * \brief Checks if the dependency i.e. the compile flag is set.
122 * \brief Function pointer type for test function wrappers.
138 * \brief Table of test function wrappers. Used by dispatch_test().
150 * \brief Dispatches test functions based on function index.
193 * \brief Checks if test function is supported in this build-time
231 * \brief Program main. Invokes platform specific execute_tests().
Dhost_test.function4 * \brief Verifies that string is in string parameter format i.e. "<str>"
28 * \brief Verifies that string is an integer. Also gives the converted
84 * \brief Usage string.
102 * \brief Read a line from the passed file pointer.
151 * \brief Splits string delimited by ':'. Ignores '\:'.
224 * \brief Converts parameters into test function consumable parameters.
319 * \brief Tests snprintf implementation with test input.
361 * \brief Tests snprintf implementation.
375 /** \brief Write the description of the test case to the outcome CSV file.
421 /** \brief Write the result of the test case to the outcome CSV file.
[all …]
/third_party/mbedtls/scripts/
Dabi_check.py67 self.brief = configuration.brief
261 if self.brief:
283 if self.brief:
300 if not (self.keep_all_reports or self.brief):
432 brief=abi_args.brief, unknown
/third_party/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()
/third_party/boost/tools/build/src/util/
Ddoc.jam81 # Extracts the brief comment from a complete comment. The brief comment is the
84 local rule brief-comment (
93 local brief = $(m[1]) ;
97 brief += $(m[1]) ;
99 return $(brief:J="") ;
112 $(module-name).brief = [ brief-comment $(docs) ] ;
131 $(module-name).copy-brief = [ brief-comment $(copyright) ] ;
153 $(module-name).$(name).brief = [ brief-comment $(docs) ] ;
240 $(module-name).$(name).brief = [ brief-comment $(docs) ] ;
407 # Generate brief documentation for all the known items in the section for a
[all …]
/third_party/mesa3d/src/freedreno/registers/
Drules-ng-ng.txt50 <brief> and <doc> are tags that can appear inside any other tag, and document
51 whatever it defines. <brief> is supposed to be a short one-line description
55 There should be at most one <doc> and at most one <brief> tag for any parent.
283 <brief>The chipset of the card</brief>
285 <brief>RIVA TNT</brief>
288 <brief>RIVA TNT2</brief>
291 <brief>GeForce 256</brief>
294 <brief>G80: GeForce 8800 GTX, Tesla *870, ...</brief>
297 <brief>G84: GeForce 8600 GT, ...</brief>
300 <brief>G200: GeForce 260 GTX, Tesla C1060, ...</brief>
[all …]
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto40 ///@brief Used as a helper event to indicate end of frame. Does not guarantee to capture end of fra…
47 ///@brief Synchronization event.
53 ///@brief Invalidate hot tiles (i.e. tile cache)
59 ///@brief Invalidate and discard hot tiles within pixel region
65 ///@brief Flush tiles out to memory that is typically owned by driver (e.g. Flush RT cache)
/third_party/cef/patch/patches/
Dcrashpad_tp_1995.patch217 //! \brief The result code from UploadReport().
219 //! \brief The crash report was uploaded successfully.
227 //! \brief Processes a single pending report from the database.
236 //! \brief Attempts to upload a crash report.
248 //! \brief Calls ProcessPendingReports() in response to ReportPending() having
/third_party/libnl/python/netlink/route/links/
Ddummy.py21 def brief(): member in DummyLink
Dvlan.py66 def brief(self): member in VLANLink
/third_party/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))
/third_party/libnl/python/netlink/route/qdisc/
Dhtb.py39 def brief(self): member in HTBQdisc
120 def brief(self): member in HTBClass
/third_party/glib/
DREADME.rationale2 giving a brief rationale of each decision, plus a link to further discussion.
/third_party/boost/libs/convert/
Dtodo.txt9 * The reference section could be much improved by adding brief Doxygen comments to
/third_party/googletest/googletest/test/
Dgoogletest-env-var-test_.cc91 cout << GTEST_FLAG(brief); in PrintFlag()
/third_party/ninja/doc/
DREADME.md2 building it. Here's a brief overview of how it works.
/third_party/flatbuffers/tests/
Dmonster_test.fbs20 /// \brief color Green
23 /// \brief color Blue (1u << 3)
/third_party/ltp/testcases/kernel/controllers/
Dtestplan.txt10 A brief description of all the testcases is given in the corresponding
/third_party/boost/tools/inspect/doc/
Dinspect.qbk57 -brief
88 [ [[^-brief]]
/third_party/boost/libs/timer/test/
DJamfile.v235 run /boost/tools/inspect//inspect/<variant>release : $(parent) -text -brief : : <test-info>always_s…

12345678910>>...16