HomeSort by relevance Sort by last modified time
    Searched full:report (Results 1151 - 1175 of 7456) sorted by null

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 48 * ... some hardware can't report disconnection
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_config.h 34 /* Status byte for guest to report progress, and synchronize features. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h 83 it as the reported kind, or DK_IGNORED to not report it at
137 /* Maximum number of errors to report. */
152 /* Client hook to report an internal error. */
222 report a diagnostic. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 79 /* Extension defined as by report VC 10+ defines error-numbers. */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_ibm.h 136 /* #pragma report(disable,CPPC1500029)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_ibm.h 136 /* #pragma report(disable,CPPC1500029)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_ibm.h 136 /* #pragma report(disable,CPPC1500029)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_ibm.h 136 /* #pragma report(disable,CPPC1500029)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_ibm.h 136 /* #pragma report(disable,CPPC1500029)
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3.pom 319 <artifactId>maven-surefire-report-plugin</artifactId>
353 <report>changes-report</report>
  /system/bt/stack/avdt/
avdt_msg.c 103 AVDT_LEN_DELAY_RPT_MIN /* delay report */
116 AVDT_LEN_DELAY_RPT_MAX /* delay report */
129 AVDT_ERR_SERVICE /* delay report ?? */
154 avdt_msg_bld_delay_rpt /* delay report */
171 avdt_msg_bld_none /* delay report */
188 avdt_msg_prs_delay_rpt /* delay report */
205 avdt_msg_prs_none /* delay report */
222 AVDT_SCB_MSG_DELAY_RPT_CMD_EVT /* delay report */
239 AVDT_SCB_MSG_DELAY_RPT_RSP_EVT /* delay report */
256 0 /* delay report */
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 748 * Report the start of DTD declarations, if any.
783 * Report the end of DTD declarations.
801 * Report the beginning of an entity in content.
835 * Report the end of an entity.
854 * Report the start of a CDATA section.
876 * Report the end of a CDATA section.
894 * Report an XML comment anywhere in the document.
923 * Report an element type declaration.
949 * Report an attribute type declaration.
983 * Report an internal entity declaration
    [all...]
  /external/bison/data/xslt/
xml2xhtml.xsl 4 xml2html.xsl - transform Bison XML Report into XHTML.
42 <xsl:value-of select="bison-xml-report/filename"/>
43 <xsl:text> - GNU Bison XML Automaton Report</xsl:text>
87 <xsl:apply-templates select="bison-xml-report"/>
91 GNU Bison <xsl:value-of select="/bison-xml-report/@version"/></a>
92 XML Automaton Report.<br />
100 <xsl:template match="bison-xml-report">
101 <h1>GNU Bison XML Automaton Report</h1>
260 <xsl:variable name="conflict-report">
263 <xsl:if test="string-length($conflict-report) != 0"
    [all...]
  /external/bison/po/
bison.pot 10 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
150 " -W, --warnings[=CATEGORY] report the warnings falling in CATEGORY\n"
177 " -r, --report=THINGS also produce details on the automaton\n"
178 " --report-file=FILE write report to FILE\n"
179 " -v, --verbose same as `--report=state'\n"
183 " -x, --xml[=FILE] also output an XML report of the automaton\n"
210 " `none' disable the report\n"
224 msgid "Report bugs to <%s>.\n"
242 msgid "Report translation bugs to <http://translationproject.org/team/>.\n
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 24 * This is populated during the generation of the report,
40 /** Generate the report. */
45 System.out.println("JDiff: generating HTML report into the file '" + fullReportFileName + reportFileExt + "' and the subdirectory '" + fullReportFileName + "'");
80 writeHTMLTitle("Android API Differences Report");
100 writeText(" <H1 class=\"pagecontenth1\">API&nbsp;Differences&nbsp;Report</H1>");
113 writeText("<p>The differences described in this report are based a comparison of the APIs ");
119 writeText("<p>To navigate the report, use the \"Select a Diffs Index\" and \"Filter the Index\" ");
120 writeText("controls on the left. The report uses text formatting to indicate <em>interface names</em>, ");
172 // The file for the statistical report.
181 * Write the HTML report.
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
FrequencyVerification.java 80 // This sensor didn't report its maxDelay.
83 Log.w(LOG_TAG, "This sensor (" + sensor.getName() + ") didn't report its maxDelay."
  /cts/tests/tests/security/src/android/security/cts/
PackageSignatureTest.java 86 // APK for an activity that collects information printed in the CTS report header
111 // devicesetup is the APK CTS loads to collect information needed in the final report
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 91 * Set the bug report for the current test failure. GZip it to save space.
96 // Only one bug report can be stored at a time and they are gzipped to
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 66 * @param observer {@code null-ok;} parse observer to report to, if any
118 * @param observer {@code null-ok;} parse observer to report to, if any
  /dalvik/libdex/
CmdUtils.cpp 36 * If "quiet" is set, don't report common errors.
106 * If "quiet" is set, don't report common errors.
  /development/testrunner/
am_instrument_parser.py 131 "block" would be either a "test started" status report, or a "test
132 finished" status report.
  /external/bison/src/
getargs.h 76 | --report. |
79 enum report enum
  /external/clang/lib/Basic/
Version.cpp 140 // The version string we report in __VERSION__ is just a compacted version of
141 // the one we report on the command line.
  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 96 Diags.Report(clang::diag::err_fe_unable_to_open_output) << Filename
192 Diags.Report(Loc, DiagID);
  /external/cmockery/cmockery_0_1_2/
compile 28 # This file is maintained in Automake, please report
48 Report bugs to <bug-automake@gnu.org>.

Completed in 804 milliseconds

<<41424344454647484950>>