Home
last modified time | relevance | path

Searched refs:coverage (Results 1 – 14 of 14) sorted by relevance

/frameworks/minikin/libs/minikin/
DCmapCoverage.cpp39 static void addRange(vector<uint32_t> &coverage, uint32_t start, uint32_t end) { in addRange() argument
43 if (coverage.empty() || coverage.back() < start) { in addRange()
44 coverage.push_back(start); in addRange()
45 coverage.push_back(end); in addRange()
47 coverage.back() = end; in addRange()
52 static bool getCoverageFormat4(vector<uint32_t>& coverage, const uint8_t* data, size_t size) { in getCoverageFormat4() argument
71 addRange(coverage, start, end + 1); in getCoverageFormat4()
75 addRange(coverage, j, j + 1); in getCoverageFormat4()
89 addRange(coverage, j, j + 1); in getCoverageFormat4()
98 static bool getCoverageFormat12(vector<uint32_t>& coverage, const uint8_t* data, size_t size) { in getCoverageFormat12() argument
[all …]
DFontCollection.cpp57 const SparseBitSet* coverage = family->getCoverage(); in FontCollection() local
58 mMaxChar = max(mMaxChar, coverage->length()); in FontCollection()
59 lastChar.push_back(coverage->nextSetBit(0)); in FontCollection()
/frameworks/minikin/include/minikin/
DCmapCoverage.h26 static bool getCoverage(SparseBitSet &coverage, const uint8_t* cmap_data, size_t cmap_size);
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd593 Runs an EMMA code coverage analysis and writes the output to
594 <code>/data//coverage.ec</code> on the device. To override the file location, use the
598 application, which you can generate with the <code>coverage</code> target.
606 Overrides the default location of the EMMA coverage file on the device. Specify this
/frameworks/base/docs/html/tools/building/
Dbuilding-cmdline-ant.jd339 This is used to run tests with code coverage enabled.</dd>
347 test project with code coverage enabled (with the <code>emma</code>
380 runs the tests with code coverage enabled.</dd>
/frameworks/base/docs/html/tools/help/
Dmonkey.jd146 coverage of all activities within your package.</td>
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.1.jd252 <li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
Dandroid-2.0.jd241 <li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
Dandroid-1.6.jd172 (code coverage).</li>
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd234 <!-- todo: add ndk coverage -->
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd478 receive either due to overlap between coverage of different APKs or future changes you might make to
489 receives the APK with the highest version code when there is an overlap in coverage between two
/frameworks/base/docs/html/training/multiple-apks/
Dmultiple.jd316 <p>Since it’s okay for coverage to overlap, we can describe the area covered by each APK like
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd1117 and tested like test applications, including code coverage information.</li>
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd563 <li>Broadened <code>arm_neon.h</code> support in x86 and x86_64, attaining coverage of ~93% of