/external/llvm/test/tools/llvm-cov/Inputs/ |
report.covmapping | 4 report.cpp *
|
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/ |
org.jacoco.report-0.7.1.201405082137-sources.jar | |
org.jacoco.report-0.7.1.201405082137.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/ |
org.jacoco.report-0.7.3.201501221555-sources.jar | |
org.jacoco.report-0.7.3.201501221555.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.4.201502262128/ |
org.jacoco.report-0.7.4.201502262128-sources.jar | |
org.jacoco.report-0.7.4.201502262128.jar | |
/external/chromium-trace/trace-viewer/third_party/webapp2/ |
Makefile | 3 coverage report -m
|
/external/libxml2/test/schematron/ |
zvon9.sct | 4 <report test="parent::BBB and not(@id)">Attribute id is missing</report> 5 <report test="not(parent::BBB) and @id">Attribute id is used in wrong context</report>
|
zvon1.sct | 5 <report test="BBB">BBB element is present.</report> 7 <report test="@name">AAA contains attribute name.</report> 12 <report test="BBB">BBB element is present.</report> 13 <report test="@name">AAA contains attribute name.</report>
|
zvon2.sct | 4 <report test="contains(.,'@')">Text in element 6 </report>
|
zvon12.sct | 4 <report test="string-length(@bbb) < 2">There is not enough letters in the abbreviation</report> 5 <report test="string-length(@bbb) > 3">There is too much letters in the abbreviation</report>
|
zvon8.sct | 4 <report test="count(//BBB) = count(//AAA)">O.K.</report> 6 <report test="count(//BBB) < count(//AAA)">Some BBB are missing</report>
|
zvon5.sct | 5 <report test="normalize-space(.) = ''">[1]An element CCC does not contain any text</report> 7 <report test="not(*)">[1]An element CCC does not contain any child element</report>
|
zvon15.sct | 4 <report test="@*[not(name()='id')]">Attribute 7 </report>
|
zvon3.sct | 5 <report test="@name">attribute name is present</report>
|
zvon4.sct | 7 <report test="name()='AAA'">Root element is AAA</report>
|
/external/valgrind/drd/tests/ |
pth_cond_race3.vgtest | 3 vgopts: --report-signal-unlocked=no
|
/external/doclava/test/doclava/ |
ApiCheckTest.java | 23 import com.google.doclava.apicheck.ApiCheck.Report; 43 Report report = apiCheck.checkApi(args); local 44 assertEquals(report.errors().size(), 0); 50 Report report = apiCheck.checkApi(args); local 51 assertEquals(1, report.errors().size()); 52 assertEquals(Errors.CHANGED_TYPE, report.errors().iterator().next().error()); 58 Report report = apiCheck.checkApi(args) local 72 Report report = apiCheck.checkApi(args); local 85 Report report = apiCheck.checkApi(args); local 93 Report report = apiCheck.checkApi(args); local 101 Report report = apiCheck.checkApi(args); local 109 Report report = apiCheck.checkApi(args); local 116 Report report = apiCheck.checkApi(args); local 123 Report report = apiCheck.checkApi(args); local 131 Report report = apiCheck.checkApi(args); local 139 Report report = apiCheck.checkApi(args); local 147 Report report = apiCheck.checkApi(args); local 155 Report report = apiCheck.checkApi(args); local 163 Report report = apiCheck.checkApi(args); local 171 Report report = apiCheck.checkApi(args); local 179 Report report = apiCheck.checkApi(args); local 187 Report report = apiCheck.checkApi(args); local 195 Report report = apiCheck.checkApi(args); local 203 Report report = apiCheck.checkApi(args); local 211 Report report = apiCheck.checkApi(args); local 219 Report report = apiCheck.checkApi(args); local 227 Report report = apiCheck.checkApi(args); local 235 Report report = apiCheck.checkApi(args); local 243 Report report = apiCheck.checkApi(args); local 251 Report report = apiCheck.checkApi(args); local 259 Report report = apiCheck.checkApi(args); local 267 Report report = apiCheck.checkApi(args); local 275 Report report = apiCheck.checkApi(args); local 283 Report report = apiCheck.checkApi(args); local 291 Report report = apiCheck.checkApi(args); local 298 Report report = apiCheck.checkApi(args); local 306 Report report = apiCheck.checkApi(args); local 314 Report report = apiCheck.checkApi(args); local 322 Report report = apiCheck.checkApi(args); local 330 Report report = apiCheck.checkApi(args); local 338 Report report = apiCheck.checkApi(args); local 346 Report report = apiCheck.checkApi(args); local 354 Report report = apiCheck.checkApi(args); local 362 Report report = apiCheck.checkApi(args); local 370 Report report = apiCheck.checkApi(args); local 378 Report report = apiCheck.checkApi(args); local 386 Report report = apiCheck.checkApi(args); local 394 Report report = apiCheck.checkApi(args); local 402 Report report = apiCheck.checkApi(args); local 410 Report report = apiCheck.checkApi(args); local 418 Report report = apiCheck.checkApi(args); local [all...] |
/cts/ |
CtsCoverage.mk | 34 cts-test-coverage-report := $(coverage_out)/test-coverage.html 35 cts-verifier-coverage-report := $(coverage_out)/verifier-coverage.html 36 cts-combined-coverage-report := $(coverage_out)/combined-coverage.html 41 $(cts-test-coverage-report): PRIVATE_TEST_CASES_APKS := $(cts_coverage_test_cases_dependencies) 42 $(cts-test-coverage-report): PRIVATE_CTS_API_COVERAGE_EXE := $(cts_api_coverage_exe) 43 $(cts-test-coverage-report): PRIVATE_DEXDEPS_EXE := $(dexdeps_exe) 44 $(cts-test-coverage-report): PRIVATE_API_XML_DESC := $(api_xml_description) 45 $(cts-test-coverage-report) : $(cts_coverage_test_cases_dependencies) $(cts_api_coverage_dependencies) | $(ACP) 46 $(call generate-coverage-report,"CTS Tests API Coverage Report",\ [all...] |
/cts/suite/audio_quality/lib/src/ |
Report.cpp | 20 #include "Report.h" 24 Report* Report::mInstance = NULL; 26 Report* Report::Instance(const char* dirName) 29 mInstance = new Report(); 34 void Report::Finalize() 41 Report::Report() 46 Report::~Report( 58 android::String8 report; local [all...] |
/external/llvm/test/tools/llvm-cov/ |
report.cpp | 1 // RUN: llvm-cov report %S/Inputs/report.covmapping -instr-profile %S/Inputs/report.profdata -filename-equivalence 2>&1 | FileCheck %s 2 // RUN: llvm-cov report %S/Inputs/report.covmapping -instr-profile %S/Inputs/report.profdata -filename-equivalence report.cpp 2>&1 | FileCheck -check-prefix=FILT-NEXT %s 6 // CHECK-NEXT: report.cpp 5 2 60.00% 4 75.00% 10 // FILT: File 'report.cpp':
|
/external/llvm/utils/lit/tests/ |
.coveragerc | 10 [report]
|
/external/pdfium/fpdfsdk/src/javascript/ |
report.cpp | 12 #include "../../include/javascript/report.h" 14 /* ---------------------- report ---------------------- */ 27 IMPLEMENT_JS_CLASS(CJS_Report, Report) 29 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) 34 Report::~Report() 39 FX_BOOL Report::writeText(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError) 45 FX_BOOL Report::save(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError)
|
/external/icu/icu4j/ |
build.properties | 5 api.report.version = 55 6 api.report.prev.version = 54
|