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

<<21222324252627282930>>

  /external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java 59 "Please report this as a defect with an example of how to reproduce it.", declaringClass, methodName);
64 "Please report this as a defect with an example of how to reproduce it.", declaringClass, methodName);
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Log4jLoggerFactory.java 48 Util.report(part1);
49 Util.report(part2);
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
Util.java 75 static final public void report(String msg, Throwable t) { method in class:Util
81 static final public void report(String msg) { method in class:Util
  /external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/
JCLLoggerFactory.java 52 Util.report(part1);
53 Util.report(part2);
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 90 "android.bluetooth.input.profile.action.REPORT";
190 public static final String EXTRA_REPORT = "android.bluetooth.BluetoothInputDevice.extra.REPORT";
590 * @param reportType Report type
591 * @param reportId Report ID
592 * @param bufferSize Report receiving buffer size
617 * @param reportType Report type
618 * @param report Report receiving buffer size
623 public boolean setReport(BluetoothDevice device, byte reportType, String report) {
624 if (VDBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report)
    [all...]
  /frameworks/base/docs/html/distribute/analyze/
understand-user-value.jd 89 information and overlay it on any other report.
101 value over time. To get the most out of this report, it?s important to start with a clear
106 Once you?ve defined the value, you can access the report to measure certain variables such as
109 this report to get a clear view of when they make a purchase and how much they are spending in
141 Language report shows how a specific segment performed. This lets you compare
147 <img src="{@docRoot}distribute/analyze/images/language-report.png">
169 To use segments, click <strong>Add Segment</strong> above the report on any
181 For example, for a report across all sessions in a date range you may choose
  /frameworks/base/docs/html/sdk/api_diff/20/changes/
changes-summary.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
10 Android API Differences Report
74 <h1>Android&nbsp;API&nbsp;Differences&nbsp;Report</h1>
75 <p>This report details the changes in the core Android framework API between two <a
78 The report also includes general statistics that characterize the extent and type of the differences.</p>
79 <p>This report is based a comparison of the Android API specifications
84 <p>To navigate the report, use the "Select a Diffs Index" and "Filter the Index"
85 controls on the left. The report uses text formatting to indicate <em>interface names</em>,
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/
changes.html 8 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
11 Support&nbsp;Library&nbsp;API&nbsp;Differences&nbsp;Report
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.1/changes/
changes-summary.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
10 Support&nbsp;Library&nbsp;API&nbsp;Differences&nbsp;Report
74 <h1>Support&nbsp;Library&nbsp;API&nbsp;Differences&nbsp;Report</h1>
75 <p>This report details the changes in the Android Support Library API between two versions.
77 The report also includes general statistics that characterize the extent and type of the differences.</p>
78 <p>This report is based a comparison of the Support Library API specifications
83 <p>To navigate the report, use the "Select a Diffs Index" and "Filter the Index"
84 controls on the left. The report uses text formatting to indicate <em>interface names</em>,
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.1/
changes.html 8 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
11 Support&nbsp;Library&nbsp;API&nbsp;Differences&nbsp;Report
  /frameworks/base/docs/html/sdk/support_api_diff/23/
changes.html 8 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
11 Support&nbsp;Library&nbsp;API&nbsp;Differences&nbsp;Report
  /frameworks/base/packages/Keyguard/test/SampleTrustAgent/res/layout/
sample_trust_agent_settings.xml 46 android:text="Report unlock attempts" />
52 android:text="Report device locked or unlocked" />
  /frameworks/base/services/core/java/com/android/server/hdmi/
DevicePowerStatusAction.java 36 // State in which the action is waiting for <Report Power Status>.
92 // Got no response from TV. Report status 'unknown'.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
ISOCharsetEncoderTest.java 84 encoder.onMalformedInput(CodingErrorAction.REPORT);
85 encoder.onUnmappableCharacter(CodingErrorAction.REPORT);
  /libcore/luni/src/test/java/libcore/java/util/
ResourceLeakageDetector.java 22 * had their {@link #checkForLeaks()} method called then while they will report all the leakages
23 * detected they may report the leakages caused by the code being tested by another detector.
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.pom 189 <!-- generate the changes report from changes.xml and link to JIRA -->
201 <report>changes-report</report>
202 <report>jira-report</report>
208 <!-- generate a code coverage report -->
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2.1/
httpcomponents-core-4.2.1.pom 297 <report>dependencies</report>
298 <report>project-team</report>
299 <report>issue-tracking</report>
300 <report>scm</report>
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.pom 189 <!-- generate the changes report from changes.xml and link to JIRA -->
201 <report>changes-report</report>
202 <report>jira-report</report>
208 <!-- generate a code coverage report -->
  /system/core/logd/
LogBufferElement.h 29 // to report some utilities defined here and there.
55 #define EXPIRE_RATELIMIT 10 // maximum rate in seconds to report expiration
  /external/libogg/src/
bitwise.c 506 void report(char *in){ function
520 if(bytes!=compsize)report("wrong number of bytes!\n");
523 report("wrote incorrect value!\n");
529 report("out of data!\n");
531 report("looked at incorrect value!\n");
534 report("looked at single bit incorrect value!\n");
537 report("read incorrect single bit value!\n");
540 report("read incorrect value!\n");
543 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n");
555 if(bytes!=compsize)report("wrong number of bytes!\n")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 46 # make a report, placing output in /tmp
95 See also `--coverdir', `--file', `--no-report' below.
101 -r, --report Generate a report from a counts file; do not execute
108 -R, --no-report Do not generate the coverage report files.
110 -C, --coverdir=<dir> Directory where the report files. The coverage
111 report for <package>.<module> is written to file
116 (Can only be used with --count or --report.)
667 "report", "no-report", "summary"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 46 # make a report, placing output in /tmp
95 See also `--coverdir', `--file', `--no-report' below.
101 -r, --report Generate a report from a counts file; do not execute
108 -R, --no-report Do not generate the coverage report files.
110 -C, --coverdir=<dir> Directory where the report files. The coverage
111 report for <package>.<module> is written to file
116 (Can only be used with --count or --report.)
667 "report", "no-report", "summary"
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 86 BugReport *Report = new BugReport(*BT_open, Msg, N);
87 Report->addRange(SR);
88 C.emitReport(Report);
203 BugReport *report = new BugReport(*BT_pthreadOnce, os.str(), N); local
204 report->addRange(CE->getArg(0)->getSourceRange());
205 C.emitReport(report);
227 // Generates an error report, indicating that the function whose name is given
244 BugReport *report = new BugReport(*BT_mallocZero, os.str(), N); local
246 report->addRange(arg->getSourceRange());
247 bugreporter::trackNullOrUndefValue(N, arg, *report);
    [all...]
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 11 // report coverage information using the profiling instrumentation and code
47 /// \brief The report command.
48 Report
80 int report(int argc, const char **argv,
365 case Report:
366 return report(argc, argv, commandLineParser);
467 int CodeCoverageTool::report(int argc, const char **argv, function in class:CodeCoverageTool
477 CoverageReport Report(ViewOpts, std::move(Coverage));
479 Report.renderFileReports(llvm::outs());
481 Report.renderFunctionReports(SourceFiles, llvm::outs())
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 49 // so it can easily report that something was expected to be one of a few types
227 // TODO(edisonn): report/warning/assert?
244 // TODO(edisonn): report/warning/assert?
336 // TODO(edisonn): report parse issue with numbers like "24asdasd123"
436 // TODO(edisonn): report/warning/assert?
526 // TODO(edisonn): report/warn/assert?
547 // TODO(edisonn): report/warn/assert.
562 // TODO(edisonn): report/warn/assert.
583 // TODO(edisonn): report/warn/assert.
607 // TODO(edisonn): report/warn/assert
    [all...]

Completed in 326 milliseconds

<<21222324252627282930>>