/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
ZipMultiReportOutputTest.java | 12 package org.jacoco.report;
|
/external/jacoco/org.jacoco.report.test/src/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/csv/ |
DelimitedWriterTest.java | 12 package org.jacoco.report.csv;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/html/ |
HTMLFormatterTest.java | 12 package org.jacoco.report.html; 23 import org.jacoco.report.ILanguageNames; 24 import org.jacoco.report.MemoryMultiReportOutput; 25 import org.jacoco.report.ReportStructureTestDriver;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/ |
ReportOutputFolderTest.java | 12 package org.jacoco.report.internal; 19 import org.jacoco.report.MemoryMultiReportOutput;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
ReportPageTest.java | 12 package org.jacoco.report.internal.html.page; 20 import org.jacoco.report.internal.ReportOutputFolder; 21 import org.jacoco.report.internal.html.HTMLElement; 22 import org.jacoco.report.internal.html.HTMLSupport; 71 rootpage = new TestReportPage("Report", "el_report", null); 101 assertEquals(".resources/report.css", support.findStr(doc, 105 assertEquals("Report", support.findStr(doc, 107 assertEquals("Report.html", support.findStr(doc,
|
SessionsPageTest.java | 12 package org.jacoco.report.internal.html.page; 24 import org.jacoco.report.internal.html.HTMLElement; 25 import org.jacoco.report.internal.html.index.ElementIndex;
|
SourceHighlighterTest.java | 12 package org.jacoco.report.internal.html.page; 23 import org.jacoco.report.internal.html.HTMLDocument; 24 import org.jacoco.report.internal.html.HTMLElement; 25 import org.jacoco.report.internal.html.HTMLSupport; 26 import org.jacoco.report.internal.html.resources.Styles;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
TableTest.java | 12 package org.jacoco.report.internal.html.table; 28 import org.jacoco.report.MemoryMultiReportOutput; 29 import org.jacoco.report.internal.ReportOutputFolder; 30 import org.jacoco.report.internal.html.HTMLDocument; 31 import org.jacoco.report.internal.html.HTMLElement; 32 import org.jacoco.report.internal.html.HTMLSupport; 33 import org.jacoco.report.internal.html.resources.Resources;
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/xml/ |
XMLFormatterTest.java | 12 package org.jacoco.report.xml; 25 import org.jacoco.report.IReportVisitor; 26 import org.jacoco.report.MemoryOutput; 27 import org.jacoco.report.ReportStructureTestDriver; 28 import org.jacoco.report.internal.xml.XMLSupport; 72 assertPathMatches("session-1", "/report/sessioninfo[1]/@id"); 73 assertPathMatches("12345", "/report/sessioninfo[1]/@start"); 74 assertPathMatches("67890", "/report/sessioninfo[1]/@dump"); 75 assertPathMatches("session-2", "/report/sessioninfo[2]/@id"); 76 assertPathMatches("session-3", "/report/sessioninfo[3]/@id") [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_query.c | 96 uint32_t report; member in struct:nv30_query 120 q->report = 1; 124 q->report = 1; 131 q->report = 2 + (q->type - NV30_QUERY_ZCULL_0); 159 PUSH_DATA (push, (q->report << 24) | q->qo[0]->hw->start); 166 PUSH_DATA (push, q->report); 187 PUSH_DATA (push, (q->report << 24) | q->qo[1]->hw->start);
|
/external/mockito/src/org/mockito/internal/configuration/injection/ |
PropertyAndSetterInjection.java | 73 FieldInitializationReport report = initializeInjectMocksField(injectMocksField, injectMocksFieldOwner); local 77 Class<?> fieldClass = report.fieldClass(); 78 Object fieldInstanceNeedingInjection = report.fieldInstance(); 87 FieldInitializationReport report = null; local 89 report = new FieldInitializer(fieldOwner, field).initialize(); 97 return report; // never null
|
/external/rmi4utils/rmihidtool/ |
main.cpp | 111 void interactive(RMIDevice * device, unsigned char *report) 148 memset(report, 0, 256); 149 rc = device->Read(addr, report, len); 151 fprintf(stderr, "Failed to read report: %d\n", rc); 152 print_buffer(report, len); 161 memset(report, 0, 256); 164 report[index++] = strtol(token, NULL, 0); 168 if (device->Write(addr, report, len) < 0) { 169 fprintf(stderr, "Failed to Write Report\n"); 176 report, &bytes) 206 unsigned char report[256]; local [all...] |
/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/ |
InstrumentationReporter.java | 36 ArrayList<Report> mPendingReports; 50 ArrayList<Report> reports; 74 final Report rep = reports.get(i); 98 final class Report { 105 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, 117 if (DEBUG) Slog.d(TAG, "Report status to " + watcher 120 report(new Report(REPORT_TYPE_STATUS, watcher, name, resultCode, results)); method 125 if (DEBUG) Slog.d(TAG, "Report finished to " + watcher 128 report(new Report(REPORT_TYPE_FINISHED, watcher, name, resultCode, results)) method 131 private void report(Report report) { method in class:InstrumentationReporter [all...] |
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
MultiLayoutVerificationTest.java | 55 ScopedErrorReport report = exception.getScopedErrorReport(); local 56 assertNotNull(report); 57 File file = new File(report.getFilePath()); 59 assertEquals(1, report.getLocations().size()); 60 Location location = report.getLocations().get(0); 111 ScopedErrorReport report = exception.getScopedErrorReport(); local 112 assertNotNull(report); 113 File file = new File(report.getFilePath()); 115 assertEquals(result.error, 1, report.getLocations().size()); 116 Location location = report.getLocations().get(0) 164 ScopedErrorReport report = exception.getScopedErrorReport(); local 216 ScopedErrorReport report = exception.getScopedErrorReport(); local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
filecmp.py | 89 x.report() -> prints a report on the differences between dir1 and dir2 91 x.report_partial_closure() -> prints report on differences between dir1 192 def report(self): # Print a report on the differences between a and b member in class:dircmp 218 self.report() 221 sd.report() 223 def report_full_closure(self): # Report on self and subdirs recursively 224 self.report() 293 dd.report() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
filecmp.py | 89 x.report() -> prints a report on the differences between dir1 and dir2 91 x.report_partial_closure() -> prints report on differences between dir1 192 def report(self): # Print a report on the differences between a and b member in class:dircmp 218 self.report() 221 sd.report() 223 def report_full_closure(self): # Report on self and subdirs recursively 224 self.report() 293 dd.report() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
filecmp.py | 89 x.report() -> prints a report on the differences between dir1 and dir2 91 x.report_partial_closure() -> prints report on differences between dir1 192 def report(self): # Print a report on the differences between a and b member in class:dircmp 218 self.report() 221 sd.report() 223 def report_full_closure(self): # Report on self and subdirs recursively 224 self.report() 293 dd.report() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
filecmp.py | 89 x.report() -> prints a report on the differences between dir1 and dir2 91 x.report_partial_closure() -> prints report on differences between dir1 192 def report(self): # Print a report on the differences between a and b member in class:dircmp 218 self.report() 221 sd.report() 223 def report_full_closure(self): # Report on self and subdirs recursively 224 self.report() 293 dd.report() [all...] |
/system/extras/simpleperf/runtest/ |
runtest.py | 22 2. Run simpleperf report command to parse perf.data, generate perf.report. 23 4. Parse perf.report and see if it matches expectation. 214 elif test_item.tag == 'report': 290 def report(self, record_file, report_file, additional_options=[]): member in class:Runner 292 'report'] + additional_options + ['-i', 330 """Check if perf.report matches expectation in Configuration.""" 381 # Each report item can have different column depths. 510 host_runner.report('perf.data', 'perf.report', [all...] |
/external/emma/lib/ |
emma_ant.jar | |
/prebuilts/devtools/tools/lib/ |
emma_ant.jar | |
/cts/tests/filesystem/src/android/filesystem/cts/ |
FileUtil.java | 266 * @param report 271 public static void doRandomReadTest(Context context, String dirName, ReportLog report, 307 report.addValues("read_throughput", mbps, ResultType.HIGHER_BETTER, ResultUnit.MBPS); 309 report.addValues("read_amount", rdAmount, ResultType.NEUTRAL, ResultUnit.BYTE); 312 report.setSummary("read_throughput_average", stat.mAverage, ResultType.HIGHER_BETTER, 320 * @param report 325 public static void doRandomWriteTest(Context context, String dirName, ReportLog report, 359 report.addValues("write_throughput", mbps, ResultType.HIGHER_BETTER, ResultUnit.MBPS); 360 report.addValues("write_amount", wrAmount, ResultType.NEUTRAL, ResultUnit.BYTE); 363 report.setSummary("write_throughput_average", stat.mAverage, ResultType.HIGHER_BETTER 387 DeviceReportLog report = new DeviceReportLog(reportName, streamName); local 409 DeviceReportLog report = new DeviceReportLog(reportName, String.format("%s_average", local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListActivity.java | 135 TestResultsReport report = new TestResultsReport(this, mAdapter); local 137 intent.putExtra(ReportViewerActivity.EXTRA_REPORT_CONTENTS, report.getContents()); 141 Log.e(TAG, "Couldn't copy test results report", e);
|