/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.1/ |
gradle-0.9.1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.3/ |
gradle-0.9.3-sources.jar | |
/cts/hostsidetests/sample/src/android/sample/cts/ |
SampleHostResultTest.java | 97 * The workload is repeated several times and the report is populated with the result. 135 // Get the report for this test and add the results to record. 136 HostReportLog report = new HostReportLog(mDevice.getSerialNumber(), mAbi.getName(), local 138 report.printArray("Times", result, ResultType.LOWER_BETTER, ResultUnit.MS); 139 report.printValue("Min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS); 140 report.printValue("Max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS); 141 // Every report must have a summary, 142 report.printSummary("Average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS); 143 // Send the report to Tradefed. 144 report.deliverReportToHost() [all...] |
/external/google-breakpad/src/client/windows/sender/ |
crash_report_sender.h | 34 // crash reports via HTTP(S). A crash report is formatted as a multipart POST 55 RESULT_REJECTED, // Successfully sent the crash report, but the 56 // server rejected it; don't resend this report. 57 RESULT_SUCCEEDED, // The server accepted the crash report. 58 RESULT_THROTTLED // No attempt was made to send the crash report, because 65 // If checkpoint_file is non-empty, breakpad will persist crash report 86 // If report_code is non-NULL and the report is sent successfully (that is, 88 // report will be returned in report_code. 99 // Called when a new report has been sent, to update the checkpoint state. 111 // The last date on which we sent a report, expressed as YYYYMMDD [all...] |
/external/libcxx/test/libcxx/test/ |
format.py | 109 report = libcxx.util.makeReport(cmd, out, err, rc) 110 report += "Compilation failed unexpectedly!" 111 return lit.Test.FAIL, report 126 report = libcxx.util.makeReport(cmd, out, err, rc) 127 report = "Compiled With: %s\n%s" % (compile_cmd, report) 128 report += "Compiled test failed unexpectedly!" 129 return lit.Test.FAIL, report 152 report = libcxx.util.makeReport(cmd, out, err, rc) 154 report + 'Expected compilation to fail!\n' [all...] |
/external/linux-tools-perf/src/tools/perf/Documentation/ |
perf-kvm.txt | 13 {top|record|report|diff|buildid-list} 15 | --guestvmlinux=<path>] {top|record|report|diff|buildid-list|stat} 16 'perf kvm stat [record|report|live] [<options>] 32 'perf kvm report' to display the performance counter profile information 40 for use by perf report. 44 Especially, perf 'kvm stat record/report' generates a statistical analysis 51 'perf kvm stat report' reports statistical data which includes events 55 record + report but with statistical data updated live at a given display 88 STAT REPORT OPTIONS 140 linkperf:perf-top[1], linkperf:perf-record[1], linkperf:perf-report[1] [all...] |
perf-lock.txt | 11 'perf lock' {record|report|script|info} 23 'perf lock report' reports statistical data. 45 REPORT OPTIONS
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/ |
httpclient-4.3.2.pom | 130 <report>javadoc</report>
143 <report>dependencies</report>
144 <report>dependency-info</report>
145 <report>summary</report>
157 <artifactId>maven-surefire-report-plugin</artifactId>
158 <version>${hc.surefire-report.version}</version> [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/ |
httpcore-4.3.1.pom | 110 <report>javadoc</report> 123 <report>dependencies</report> 124 <report>dependency-info</report> 125 <report>summary</report> 137 <artifactId>maven-surefire-report-plugin</artifactId> 138 <version>${hc.surefire-report.version}</version [all...] |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/ |
httpmime-4.3.2.pom | 113 <report>javadoc</report>
126 <report>dependencies</report>
127 <report>dependency-info</report>
128 <report>summary</report>
140 <artifactId>maven-surefire-report-plugin</artifactId>
141 <version>${hc.surefire-report.version}</version> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
hidpi.h | 293 * IN PCHAR Report, 311 * IN PCHAR Report, 334 PCHAR Report, 365 PCHAR Report, 402 PCHAR Report, 414 PCHAR Report, 427 PCHAR Report, 441 PCHAR Report, 466 PCHAR Report, 507 * IN OUT PCHAR Report, [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ReportExporter.java | 38 * Background task to generate a report and save it to external storage. 59 TestResultsReport report = new TestResultsReport(mContext, mAdapter); local 60 contents = report.getContents().getBytes(); 62 LOG.log(Level.WARNING, "Couldn't create test results report", e); 77 LOG.log(Level.WARNING, "I/O exception writing report to storage.", e); 85 LOG.log(Level.WARNING, "I/O exception closing report.", e);
|
/cts/suite/audio_quality/executable/src/ |
main.cpp | 25 #include "Report.h" 30 // For flushing report and log before exiting 39 Report::Finalize(); 40 // create zip file after log and report files are closed. 89 fprintf(stderr, "cannot prepare report dir"); 108 if (Report::Instance(dirName.string()) == NULL) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCAtSyncChecker.cpp | 50 BugReport *report = local 52 bugreporter::trackNullOrUndefValue(N, Ex, *report); 53 C.emitReport(report); 74 BugReport *report = local 76 bugreporter::trackNullOrUndefValue(N, Ex, *report); 78 C.emitReport(report);
|
UndefResultChecker.cpp | 44 // Do not report assignments of uninitialized values inside swap functions. 87 BugReport *report = new BugReport(*BT, OS.str(), N); local 89 report->addRange(Ex->getSourceRange()); 90 bugreporter::trackNullOrUndefValue(N, Ex, *report); 93 bugreporter::trackNullOrUndefValue(N, B, *report); 95 C.emitReport(report);
|
/external/icu/icu4c/source/samples/legacy/ |
Makefile | 44 .PHONY: all clean distclean check report 63 # Make report: creates a 'report file' with both source and sample run 64 report: $(TARGET).report 66 $(TARGET).report: check $(TARGET).cpp
|
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagRelocations.inc | 25 "relocation type `%0' is not supported for symbol `%1'\nPlease report to " 27 "relocation type `%0' is not supported for symbol `%1'\nPlease report to " 35 "encounter unsupported relocation type `%0'\nPlease report to %1", 36 "encounter unsupported relocation type `%0'\nPlease report to %1") 70 "Please report to %1", 72 "Please report to %1")
|
/cts/tools/signature-tools/templates/ |
ApiOverviewPage.st | 6 Android API Differences Report 15 <h2>Android API Differences Report</h2> 21 <p>The differences described in this report are based a comparison of the APIs
|
/external/clang/lib/ARCMigrate/ |
FileRemapper.cpp | 69 return report("Error opening file: " + infoFile, Diag); 78 return report("Invalid file data: '" + lines[idx+1] + "' not a number", 86 return report("File does not exist: " + fromFilename, Diag); 92 return report("File does not exist: " + toFilename, Diag); 98 return report("File was modified: " + fromFilename, Diag); 114 return report("Could not create directory: " + outputDir, Diag); 127 return report(EC.message(), Diag); 149 return report("Could not create file: " + tempPath.str(), Diag); 175 return report(StringRef("File does not exist: ") + origFE->getName(), 181 return report(EC.message(), Diag) 253 bool FileRemapper::report(const Twine &err, DiagnosticsEngine &Diag) { function in class:FileRemapper [all...] |
/external/libcap-ng/libcap-ng-0.7/utils/ |
filecap.8 | 7 \fBfilecap\fP is a program that prints out a report of programs with file based capabilities. If a file is not in the report or there is no report at all, no capabilities were found. For expedience, the default is to check only the directories in the PATH environmental variable. If the \-a command line option is given, then all directories will be checked. If a directory is passed, it will recursively check that directory. If a path to a file is given, it will only check that file. If the path to the file includes capabilities, then they are written to the file.
|
/external/llvm/tools/llvm-cov/ |
CoverageReport.h | 1 //===- CoverageReport.h - Code coverage report ---------------------------===// 10 // This class implements rendering of a code coverage report. 22 /// \brief Displays the code coverage report.
|
/external/llvm/utils/lit/utils/ |
check-coverage | 44 # Finally, generate the report. 45 (cd tests && python -m coverage report) 47 # Generate the HTML report, if requested.
|
/frameworks/base/packages/Shell/res/values/ |
strings.xml | 21 <string name="bugreport_finished_title">Bug report captured</string> 24 <string name="bugreport_finished_text" product="watch">Swipe left to share your bug report</string> 26 <string name="bugreport_finished_text" product="default">Touch to share your bug report</string>
|
/frameworks/base/packages/Shell/res/values-en-rAU/ |
strings.xml | 20 <string name="bugreport_finished_title" msgid="2293711546892863898">"Bug report captured"</string> 21 <string name="bugreport_finished_text" product="watch" msgid="8389172248433597683">"Swipe left to share your bug report"</string> 22 <string name="bugreport_finished_text" product="default" msgid="3559904746859400732">"Touch to share your bug report"</string>
|
/frameworks/base/packages/Shell/res/values-en-rGB/ |
strings.xml | 20 <string name="bugreport_finished_title" msgid="2293711546892863898">"Bug report captured"</string> 21 <string name="bugreport_finished_text" product="watch" msgid="8389172248433597683">"Swipe left to share your bug report"</string> 22 <string name="bugreport_finished_text" product="default" msgid="3559904746859400732">"Touch to share your bug report"</string>
|