HomeSort by relevance Sort by last modified time
    Searched refs:report (Results 576 - 600 of 1835) sorted by null

<<21222324252627282930>>

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IElement.java 9 package com.vladium.emma.report.html.doc;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
NormalizedFileNames.java 12 package org.jacoco.report.internal;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
InputStreamSourceFileLocatorTest.java 12 package org.jacoco.report;
JavaNamesTest.java 12 package org.jacoco.report;
MemoryMultiReportOutput.java 12 package org.jacoco.report;
32 * In-memory report output for test purposes.
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
RuleTest.java 12 package org.jacoco.report.check;
BundleCheckerTest.java 12 package org.jacoco.report.check;
32 import org.jacoco.report.ILanguageNames;
33 import org.jacoco.report.JavaNames;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
ClassPageTest.java 12 package org.jacoco.report.internal.html.page;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
SortIndexTest.java 12 package org.jacoco.report.internal.html.table;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
XMLSupport.java 12 package org.jacoco.report.internal.xml;
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
MacroExpander.cpp 98 mDiagnostics->report(Diagnostics::UNEXPECTED_TOKEN, token->location,
110 mDiagnostics->report(Diagnostics::UNEXPECTED_TOKEN, token->location,
305 mDiagnostics->report(Diagnostics::MACRO_UNTERMINATED_INVOCATION,
355 mDiagnostics->report(id, identifier.location, identifier.text);
  /external/webrtc/talk/app/webrtc/
statscollector.h 51 // Conversion function to convert adapter type to report string which are more
91 // Prepare a local or remote SSRC report for the given ssrc. Used internally
115 // Helper method for creating IceCandidate report. |is_local| indicates
120 // Adds a report for this certificate and every certificate in its chain, and
121 // returns the leaf certificate's report.
141 StatsReport* report);
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 141 void Device::sendReport(uint8_t* report, size_t reportSize) {
146 memcpy(&ev.u.input.data, report, reportSize);
207 std::unique_ptr<uint8_t[]> report = getData(env, rawReport, size); local
210 d->sendReport(report.get(), size);
  /frameworks/base/services/core/java/com/android/server/am/
StrictModeViolationDialog.java 72 res.getText(com.android.internal.R.string.report),
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidTree.h 27 // HID report parser output tree node
80 // Tree node that corresponds to an input, output or feature report
83 HidReportNode(std::shared_ptr<HidTreeNode> parent, const HidReport &report);
91 // reset usage of node and set underlying report to collapsed
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java 264 static FusionDictionary getDictionary(final String filename, final boolean report) {
266 if (report) {
276 if (report) {
289 if (report) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
grammar.py 34 tables using a subclass). The report() method prints a readable
113 def report(self): member in class:Grammar
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
grammar.py 34 tables using a subclass). The report() method prints a readable
113 def report(self): member in class:Grammar
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 34 tables using a subclass). The report() method prints a readable
113 def report(self): member in class:Grammar
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 34 tables using a subclass). The report() method prints a readable
113 def report(self): member in class:Grammar
  /system/extras/simpleperf/runtest/
runtest.conf 44 <report option="--sort comm,symbol"/>
199 <report option="--comms RUN_COMM1"/>
  /system/extras/simpleperf/scripts/
report.py 18 """Simpleperf gui reporter: provide gui interface for simpleperf report command.
20 There are two ways to use gui reporter. One way is to pass it a report file
21 generated by simpleperf report command, and reporter will display it. The
23 simpleperf report command. The reporter will call `simpleperf report` to
24 generate report file, and display it.
72 """Representing one item in report, may contain a CallTree."""
87 """Representing report for one event attr."""
96 # Parse common report context
132 # Each report item can have different column depths
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/config/
README.md 5 - **no_bug_report_on_fail** - The default behavior of telephony tests is to capture a bug report after each failed test. In situations where this is overly time consuming or otherwise not desirable, defining this key (the value is unused) will bypass the process of collecting a bug report.
  /cts/suite/cts/utils/
get_csv_report.py 183 # even if report does not have test, put empty dict
208 for report in reportTests[test]:
210 if 'summary' in report:
211 summaryValues = report['summary'].values()
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 77 * it will report various statistics about the parser, such as information
82 protected boolean report; field in class:Antlr3Mojo
99 * If set to true, then then the generated parser will compute and report on
135 * If this parameter is set to true, then ANTLR will report all sorts of things
278 log.debug("ANTLR: report : " + report);
307 log.error("The attempt to create the ANTLR build tool failed, see exception report for details");
319 tool.setReport(report);

Completed in 566 milliseconds

<<21222324252627282930>>