Searched refs:coverage (Results 1 – 14 of 14) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | CmapCoverage.cpp | 39 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 …]
|
D | FontCollection.cpp | 57 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/ |
D | CmapCoverage.h | 26 static bool getCoverage(SparseBitSet &coverage, const uint8_t* cmap_data, size_t cmap_size);
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_otheride.jd | 593 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/ |
D | building-cmdline-ant.jd | 339 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/ |
D | monkey.jd | 146 coverage of all activities within your package.</td>
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.1.jd | 252 <li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
|
D | android-2.0.jd | 241 <li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
|
D | android-1.6.jd | 172 (code coverage).</li>
|
/frameworks/base/docs/html/tools/debugging/ |
D | systrace.jd | 234 <!-- todo: add ndk coverage -->
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 478 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/ |
D | multiple.jd | 316 <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/ |
D | tools-notes.jd | 1117 and tested like test applications, including code coverage information.</li>
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 563 <li>Broadened <code>arm_neon.h</code> support in x86 and x86_64, attaining coverage of ~93% of
|