HomeSort by relevance Sort by last modified time
    Searched full:coverage (Results 276 - 300 of 1099) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/lcov/bin/
genhtml 52 # "good coverage" background
60 # 2008-07-14 / Tom Zoerner: added --function-coverage command line option;
62 # 2008-08-13 / Peter Oberparleiter: modified function coverage
74 our $title = "LCOV - code coverage report";
76 our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
79 # Specify coverage rate limits (in %) for classifying file entries
84 # For line coverage
88 # For function coverage
207 our $func_coverage = 1; # If set, generate function coverage statistics
307 "function-coverage" => \$func_coverage
    [all...]
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 147 * <b>To generate EMMA code coverage:</b>
148 * -e coverage true
149 * Note: this requires an emma instrumented build. By default, the code coverage results file
150 * will be saved in a /data/<app>/coverage.ec file, unless overridden by coverageFile flag (see
153 * <b> To specify EMMA code coverage results file path:</b>
257 * identifies the path to the generated code coverage file.
284 // Default file name for code coverage
285 private static final String DEFAULT_COVERAGE_FILE_NAME = "coverage.ec";
332 mCoverage = getBooleanArgument(arguments, "coverage");
598 // use reflection to call emma dump coverage method, to avoi
    [all...]
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
AndroidJUnitRunner.java 116 * <b>To generate EMMA code coverage:</b>
117 * -e coverage true
118 * Note: this requires an emma instrumented build. By default, the code coverage results file
119 * will be saved in a /data/<app>/coverage.ec file, unless overridden by coverageFile flag (see
122 * <b> To specify EMMA code coverage results file path:</b>
135 private static final String ARGUMENT_COVERAGE = "coverage";
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-gcov.1 133 gcov \- coverage testing tool
152 \&\fBgcov\fR is a test coverage program. Use it in concert with \s-1GCC\s0
175 Software developers also use coverage testing in concert with
177 Testsuites can verify that a program works as expected; a coverage
203 compatible with any other profiling or test coverage mechanism.
368 the coverage information of the source file they correspond to.
412 special \s-1GCC\s0 options: \fB\-fprofile\-arcs \-ftest\-coverage\fR.
429 \& $ gcc \-fprofile\-arcs \-ftest\-coverage tmp.c
600 \&\fB\-fprofile\-arcs \-ftest\-coverage\fR. Aside from that, you can use any
640 particular inlineable function, they will also both contain coverage
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-gcov.1 133 gcov \- coverage testing tool
152 \&\fBgcov\fR is a test coverage program. Use it in concert with \s-1GCC\s0
175 Software developers also use coverage testing in concert with
177 Testsuites can verify that a program works as expected; a coverage
203 compatible with any other profiling or test coverage mechanism.
368 the coverage information of the source file they correspond to.
412 special \s-1GCC\s0 options: \fB\-fprofile\-arcs \-ftest\-coverage\fR.
429 \& $ gcc \-fprofile\-arcs \-ftest\-coverage tmp.c
600 \&\fB\-fprofile\-arcs \-ftest\-coverage\fR. Aside from that, you can use any
640 particular inlineable function, they will also both contain coverage
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-gcov.1 133 gcov \- coverage testing tool
152 \&\fBgcov\fR is a test coverage program. Use it in concert with \s-1GCC\s0
175 Software developers also use coverage testing in concert with
177 Testsuites can verify that a program works as expected; a coverage
203 compatible with any other profiling or test coverage mechanism.
368 the coverage information of the source file they correspond to.
412 special \s-1GCC\s0 options: \fB\-fprofile\-arcs \-ftest\-coverage\fR.
429 \& $ gcc \-fprofile\-arcs \-ftest\-coverage tmp.c
600 \&\fB\-fprofile\-arcs \-ftest\-coverage\fR. Aside from that, you can use any
640 particular inlineable function, they will also both contain coverage
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-gcov.1 133 gcov \- coverage testing tool
152 \&\fBgcov\fR is a test coverage program. Use it in concert with \s-1GCC\s0
175 Software developers also use coverage testing in concert with
177 Testsuites can verify that a program works as expected; a coverage
203 compatible with any other profiling or test coverage mechanism.
368 the coverage information of the source file they correspond to.
412 special \s-1GCC\s0 options: \fB\-fprofile\-arcs \-ftest\-coverage\fR.
429 \& $ gcc \-fprofile\-arcs \-ftest\-coverage tmp.c
600 \&\fB\-fprofile\-arcs \-ftest\-coverage\fR. Aside from that, you can use any
640 particular inlineable function, they will also both contain coverage
    [all...]
  /cts/tools/cts-api-coverage/
Android.mk 26 LOCAL_MODULE := cts-api-coverage
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DexDepsXmlHandler.java 27 * {@link DefaultHander} that parses the output of dexdeps and adds the coverage information to
HtmlReport.java 60 InputStream xsl = CtsApiCoverage.class.getResourceAsStream("/api-coverage.xsl");
  /external/chromium/build/
common.croc 68 # We don't run the V8 test suite, so we don't care about V8 coverage.
  /external/chromium_org/build/
common.croc 68 # We don't run the V8 test suite, so we don't care about V8 coverage.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
ppapi_ppp_instance.cc 74 // Only called for full-frame plugins. For coverage see:
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 137 const CoverageTable* coverage(const SharedBuffer& buffer) const { return validateOffset<CoverageTable>(buffer, coverageOffset); } function in struct:WebCore::OpenType::SubstitutionSubTable
163 const CoverageTable* coverage = substitution->coverage(buffer); local
164 if (!coverage)
174 switch (coverage->coverageFormat) {
175 case 1: { // Coverage Format 1 (e.g., MS Gothic)
176 const Coverage1Table* coverage1 = validatePtr<Coverage1Table>(buffer, coverage);
186 case 2: { // Coverage Format 2 (e.g., Adobe Kozuka Gothic)
187 const Coverage2Table* coverage2 = validatePtr<Coverage2Table>(buffer, coverage);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
bytecode.py 1 """Bytecode manipulation for coverage.py"""
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.h 112 /* Provide better code coverage */
  /external/chromium_org/third_party/icu/source/test/testdata/
testnorm.txt 12 # Normalization test data, for improving code coverage.
  /external/chromium_org/third_party/lcov/contrib/galaxy/
README 35 ./genflat.pl kernel.info kernel2.info > coverage.dat
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
README 35 ./genflat.pl kernel.info kernel2.info > coverage.dat
  /external/chromium_org/third_party/skia/src/core/
SkAntiRun.h 15 /** Sparse array of run-length-encoded alpha (supersampling coverage) values.
SkDeviceProfile.h 82 * that applies the gamma/contrast settings to linear coverage values.
  /external/chromium_org/tools/code_coverage/
croc_test.py 57 """Test updating coverage when empty."""
68 """Test updating coverage when no lines are instrumented."""
91 """Test updating coverage when no lines are covered."""
104 """Test updating coverage when lines are covered."""
166 """Tests for croc.Coverage."""
199 # Empty coverage object
200 self.cov = croc.Coverage()
202 # Coverage object with minimal setup
203 self.cov_minimal = croc.Coverage()
  /external/chromium_org/v8/include/
v8-testing.h 52 * stress coverage.
  /external/clang/test/CodeGenObjCXX/
mangle.mm 62 // The other tests here are just for coverage.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 21 * @coverage gef.draw2d

Completed in 958 milliseconds

<<11121314151617181920>>