/third_party/boost/libs/gil/doc/ |
D | reference.dox | 2 /// \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/ |
D | groups | 2 /// @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/ |
D | gen_archrast.py | 169 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/ |
D | CheckTags.java | 45 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
|
D | CheckAPI.java | 100 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/ |
D | main_test.function | 61 * \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().
|
D | host_test.function | 4 * \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/ |
D | abi_check.py | 67 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/ |
D | ModuleWriter.java | 55 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/ |
D | doc.jam | 81 # 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/ |
D | rules-ng-ng.txt | 50 <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/ |
D | events.proto | 40 ///@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/ |
D | crashpad_tp_1995.patch | 217 //! \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/ |
D | dummy.py | 21 def brief(): member in DummyLink
|
D | vlan.py | 66 def brief(self): member in VLANLink
|
/third_party/libnl/python/netlink/route/ |
D | tc.py | 199 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/ |
D | htb.py | 39 def brief(self): member in HTBQdisc 120 def brief(self): member in HTBClass
|
/third_party/glib/ |
D | README.rationale | 2 giving a brief rationale of each decision, plus a link to further discussion.
|
/third_party/boost/libs/convert/ |
D | todo.txt | 9 * The reference section could be much improved by adding brief Doxygen comments to
|
/third_party/googletest/googletest/test/ |
D | googletest-env-var-test_.cc | 91 cout << GTEST_FLAG(brief); in PrintFlag()
|
/third_party/ninja/doc/ |
D | README.md | 2 building it. Here's a brief overview of how it works.
|
/third_party/flatbuffers/tests/ |
D | monster_test.fbs | 20 /// \brief color Green 23 /// \brief color Blue (1u << 3)
|
/third_party/ltp/testcases/kernel/controllers/ |
D | testplan.txt | 10 A brief description of all the testcases is given in the corresponding
|
/third_party/boost/tools/inspect/doc/ |
D | inspect.qbk | 57 -brief 88 [ [[^-brief]]
|
/third_party/boost/libs/timer/test/ |
D | Jamfile.v2 | 35 run /boost/tools/inspect//inspect/<variant>release : $(parent) -text -brief : : <test-info>always_s…
|