| /external/harfbuzz_ng/src/ |
| hb-ot-layout-gsubgpos-private.hh | 220 typedef const Coverage &return_t; 223 static return_t default_return_value (void) { return Null(Coverage); } 636 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local 637 return (data+coverage).intersects (glyphs); 664 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local 665 (data+coverage).add_coverage (glyphs) 690 const OffsetTo<Coverage> &coverage = (const OffsetTo<Coverage>&)value; local 1306 coverage; \/* Offset to Coverage table--from member in struct:OT::ContextFormat1 1398 coverage; \/* Offset to Coverage table--from member in struct:OT::ContextFormat2 1496 coverage[VAR]; \/* Array of offsets to Coverage member in struct:OT::ContextFormat3 1866 coverage; \/* Offset to Coverage table--from member in struct:OT::ChainContextFormat1 1978 coverage; \/* Offset to Coverage table--from member in struct:OT::ChainContextFormat2 [all...] |
| hb-ot-layout-gpos-table.hh | 391 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */ 438 (this+coverage).add_coverage (c->input); 441 inline const Coverage &get_coverage (void) const 443 return this+coverage; 450 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); 462 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values)); 467 OffsetTo<Coverage> 468 coverage; /* Offset to Coverage table--from member in struct:OT::SinglePosFormat1 474 * the Coverage table * 517 coverage; \/* Offset to Coverage table--from member in struct:OT::SinglePosFormat2 702 coverage; \/* Offset to Coverage table--from member in struct:OT::PairPosFormat1 793 coverage; \/* Offset to Coverage table--from member in struct:OT::PairPosFormat2 978 coverage; \/* Offset to Coverage table--from member in struct:OT::CursivePosFormat1 1467 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); local [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
| lp_rast_debug.c | 6 int coverage; member in struct:tile 120 tile->coverage++; 242 tile->coverage = 0; 306 ((float)tile.overdraw + tile.coverage)/(float)tile.coverage); 355 total += tile.coverage; 358 if (tile.coverage == 64*64) 360 else if (tile.coverage) { 361 int bit = tile.coverage/(64.0*64.0)*10;
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_rast_debug.c | 6 int coverage; member in struct:tile 120 tile->coverage++; 242 tile->coverage = 0; 306 ((float)tile.overdraw + tile.coverage)/(float)tile.coverage); 355 total += tile.coverage; 358 if (tile.coverage == 64*64) 360 else if (tile.coverage) { 361 int bit = tile.coverage/(64.0*64.0)*10;
|
| /external/chromium_org/third_party/icu/source/common/ |
| servloc.h | 186 * <p>Coverage may be either of the values VISIBLE or INVISIBLE. 203 * Coverage value indicating that the factory makes 210 * Coverage value indicating that the factory does not make 226 LocaleKeyFactory(int32_t coverage); 231 LocaleKeyFactory(int32_t coverage, const UnicodeString& name); 247 * on the coverage rule for this factory. 310 int32_t coverage); 315 int32_t coverage); 329 * on the coverage rule for this factory. 487 * registerObject(Object, Locale, int32_t kind, int coverage) [all...] |
| servls.cpp | 117 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) 119 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage); 143 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage, UErrorCode& status) 145 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage);
|
| /external/freetype/src/autofit/ |
| hbshim.c | 42 * 1. For each coverage, collect lookup IDs in a set. Note that an 43 * auto-hinter `coverage' is represented by one `feature', and a 58 /* load coverage tags */ 59 #undef COVERAGE 60 #define COVERAGE( name, NAME, description, \ 72 /* define mapping between coverage tags and AF_Coverage */ 73 #undef COVERAGE 74 #define COVERAGE( name, NAME, description, \ 133 coverage_tags = coverages[style_class->coverage]; 147 style_class->coverage == AF_COVERAGE_DEFAULT [all...] |
| aftypes.h | 376 * For the auto-hinter, a `coverage' represents all glyphs of an OpenType 394 #undef COVERAGE 395 #define COVERAGE( name, NAME, description, \ 444 AF_Coverage coverage; member in struct:AF_StyleClassRec_ 540 coverage ) \ 548 coverage \ 622 ac->coverage = coverage_; \
|
| /external/icu/icu4c/source/common/ |
| servloc.h | 186 * <p>Coverage may be either of the values VISIBLE or INVISIBLE. 203 * Coverage value indicating that the factory makes 210 * Coverage value indicating that the factory does not make 226 LocaleKeyFactory(int32_t coverage); 231 LocaleKeyFactory(int32_t coverage, const UnicodeString& name); 247 * on the coverage rule for this factory. 310 int32_t coverage); 315 int32_t coverage); 329 * on the coverage rule for this factory. 487 * registerObject(Object, Locale, int32_t kind, int coverage) [all...] |
| servls.cpp | 117 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) 119 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage); 143 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage, UErrorCode& status) 145 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage);
|
| /external/icu/icu4c/source/layout/ |
| MorphTables2.cpp | 168 le_uint32 coverage = SWAPL(subtableHeader->coverage); local 170 // should check coverage more carefully... 171 if (((coverage & scfIgnoreVt2) || !(coverage & scfVertical2)) && (subtableFeatures & flag) != 0) { 182 switch (SWAPL(coverage) & scfTypeMask2)
|
| /external/chromium_org/third_party/skia/experimental/Intersection/ |
| SkAntiEdge.cpp | 131 uint16_t coverage; 134 coverage = partial - 1; // walker is to the right of edge 150 coverage = ~((fX + x) >> 1); // avg of fx, fx+dx 158 coverage = ((fY + y) >> 1); 163 coverage = coverage * partial >> 16; 187 coverage = triangle >> 15; 201 coverage = partial - 1 - triangle; 206 return coverage; 224 uint16_t coverage; local [all...] |
| /external/skia/experimental/Intersection/ |
| SkAntiEdge.cpp | 131 uint16_t coverage; 134 coverage = partial - 1; // walker is to the right of edge 150 coverage = ~((fX + x) >> 1); // avg of fx, fx+dx 158 coverage = ((fY + y) >> 1); 163 coverage = coverage * partial >> 16; 187 coverage = triangle >> 15; 201 coverage = partial - 1 - triangle; 206 return coverage; 224 uint16_t coverage; local [all...] |
| /external/emma/core/java12/com/vladium/emma/report/ |
| ReportDataModel.java | 90 // check metadata and coverage data consistency: 99 final boolean [][] coverage = data != null ? data.m_coverage : null; 103 final ClassItem classItem = srcView ? new ClassItem (srcfileItem, cls, coverage) : new ClassItem (packageItem, cls, coverage);
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| codeunit.py | 1 """Code unit (module) handling for Coverage.""" 5 from coverage.backward import open_source, string_class, StringIO 6 from coverage.misc import CoverageException
|
| execfile.py | 5 from coverage.backward import exec_code_object, open_source 6 from coverage.misc import NoSource, ExceptionDuringRun 123 # so that the coverage.py code doesn't appear in the final printed
|
| misc.py | 1 """Miscellaneous stuff for Coverage.""" 4 from coverage.backward import md5, sorted # pylint: disable=W0622 5 from coverage.backward import string_class, to_bytes 122 """An exception specific to Coverage."""
|
| /external/elfutils/0.153/config/ |
| eu.am | 43 COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage $(no_mudflap.os),\
|
| /external/chromium_org/third_party/freetype/src/smooth/ |
| ftgrays.c | 48 /* coverage of the outline on each pixel cell. */ 57 /* compared to Raph's. Coverage information is stored in a very */ 69 /* - A perfect anti-aliaser, i.e., it computes the _exact_ coverage on */ 1223 unsigned char coverage = spans->coverage; local 1263 int coverage; local [all...] |
| /external/freetype/src/smooth/ |
| ftgrays.c | 48 /* coverage of the outline on each pixel cell. */ 57 /* compared to Raph's. Coverage information is stored in a very */ 69 /* - A perfect anti-aliaser, i.e., it computes the _exact_ coverage on */ 1246 unsigned char coverage = spans->coverage; local 1286 int coverage; local [all...] |
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/ |
| ftgrays.c | 48 /* coverage of the outline on each pixel cell. */ 57 /* compared to Raph's. Coverage information is stored in a very */ 69 /* - A perfect anti-aliaser, i.e., it computes the _exact_ coverage on */ 1235 unsigned char coverage = spans->coverage; local 1275 int coverage; local [all...] |
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-ot-layout-gpos-table.hh | 391 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */ 438 (this+coverage).add_coverage (c->input); 441 inline const Coverage &get_coverage (void) const 443 return this+coverage; 450 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); 462 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values)); 467 OffsetTo<Coverage> 468 coverage; /* Offset to Coverage table--from member in struct:OT::SinglePosFormat1 474 * the Coverage table * 517 coverage; \/* Offset to Coverage table--from member in struct:OT::SinglePosFormat2 702 coverage; \/* Offset to Coverage table--from member in struct:OT::PairPosFormat1 793 coverage; \/* Offset to Coverage table--from member in struct:OT::PairPosFormat2 978 coverage; \/* Offset to Coverage table--from member in struct:OT::CursivePosFormat1 1467 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); local [all...] |
| /build/core/ |
| host_java_library.mk | 47 $(full_classes_emma_jar): PRIVATE_EMMA_COVERAGE_FILE := $(intermediates.COMMON)/coverage.em
|
| /external/chromium_org/remoting/tools/ |
| run_webapp_unittest.py | 40 test_page_params['coverage'] = 'true' 54 # JavaScript files using XHR and instrument them for code coverage. 72 '--coverage', help='run the test with code coverage', action='store_true') 87 command_line = BuildCommandLine(args.chrome_path, args.module, args.coverage)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_hotshot.py | 118 coverage = hotshot._hotshot.coverage 122 self.assertRaises(RuntimeError, coverage, test_support.TESTFN) 125 self.assertRaises(RuntimeError, coverage, test_support.TESTFN)
|