HomeSort by relevance Sort by last modified time
    Searched refs:brief (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/clang/bindings/python/tests/cindex/
test_comment.py 24 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/libnl/python/netlink/route/links/
dummy.py 21 def brief(): member in class:DummyLink
vlan.py 66 def brief(self): member in class:VLANLink
  /external/libavc/common/arm/
ih264_arm_memory_barrier.s 25 @* @brief
ih264_intra_pred_luma_4x4_a9q.s 25 @* @brief
61 @* @brief
134 @* @brief
216 @* @brief
355 @* @brief
437 @* @brief
517 @* @brief
599 @* @brief
681 @* @brief
762 @* @brief
    [all...]
ih264_intra_pred_luma_8x8_a9q.s 25 @* @brief
66 @* @brief
151 @* @brief
224 @* @brief
304 @* @brief
415 @* @brief
508 @* @brief
599 @* @brief
719 @* @brief
837 @* @brief
    [all...]
  /external/libmpeg2/common/arm/
icv_sad_a9.s 25 @* @brief
42 @* @brief computes distortion (SAD) between 2 8x4 blocks
icv_variance_a9.s 25 @* @brief
42 @* @brief computes variance of a 8x4 block
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 45 boolean brief; field in class:CheckTags
123 boolean show = !brief || last.reportError;
124 // boolean nomsg = show && brief && error;
128 if (isShort || (brief && error)) {
129 msg = null; // nuke error messages if we're brief, just report headers and totals
172 } else if (option.equals("-brief")) {
188 } else if (opt.equals("-brief")) {
189 this.brief = true;
328 doDocs(cdoc.fields(), "Fields", !brief); local
329 doDocs(cdoc.constructors(), "Constructors", !brief); local
330 doDocs(cdoc.methods(), "Methods", !brief); local
    [all...]
CheckAPI.java 100 public abstract String get(int typ, boolean brief);
101 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail);
117 public String get(int typ, boolean brief) {
119 String[] vals = brief ? shortNames[typ] : names[typ];
164 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) {
166 if (brief) {
524 public String get(int typ, boolean brief) {
525 return a.get(typ, brief);
528 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) {
529 a.write(w, brief, html, detail)
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ModuleWriter.java 55 public void writeHeader(String define, String[] includeFiles, String brief)
83 if (brief != null) {
84 output.print(brief);
  /external/tensorflow/tensorflow/tools/docs/
pretty_docs.py 222 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)
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo5/
libgo5.go 32 // SawSIGIO returns whether we saw a SIGIO within a brief pause.
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo5/
libgo5.go 32 // SawSIGIO returns whether we saw a SIGIO within a brief pause.
  /external/eigen/lapack/
dsecnd_NONE.f 0 *> \brief \b DSECND returns nothing
second_NONE.f 0 *> \brief \b SECOND returns nothing
clacgv.f 0 *> \brief \b CLACGV
cladiv.f 0 *> \brief \b CLADIV
dladiv.f 0 *> \brief \b DLADIV
dlapy2.f 0 *> \brief \b DLAPY2
dlapy3.f 0 *> \brief \b DLAPY3
sladiv.f 0 *> \brief \b SLADIV
slapy2.f 0 *> \brief \b SLAPY2
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 32 // SawSIGIO returns whether we saw a SIGIO within a brief pause.
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 32 // SawSIGIO returns whether we saw a SIGIO within a brief pause.

Completed in 889 milliseconds

1 2 3 4 5 6 7