HomeSort by relevance Sort by last modified time
    Searched full:coverage (Results 176 - 200 of 1084) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditorProvider.java 19 * @coverage core.model.property.editor
StringComboPropertyEditor.java 20 * @coverage core.model.property.editor
TextControlActionsManager.java 22 * @coverage core.model.property.editor
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImplMac.java 25 * @coverage core.model.property.editor
PropertyEditorPresentation.java 22 * @coverage core.model.property.editor
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/
Pair.java 19 * @coverage core.util
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ClassMap.java 20 * @coverage core.util
  /external/icu4c/common/
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/iptables/
COMMIT_NOTES 7 include total discussion coverage or when the bug report is external to
  /external/llvm/include/llvm/Support/
GCOV.h 1 //===-- llvm/Support/GCOV.h - LLVM coverage tool ----------------*- C++ -*-===//
10 // This header provides the interface to read and write coverage files that
157 /// GCOVFile - Collects coverage information for one pair of coverage file
  /external/robolectric/.idea/runConfigurations/
AllTests.xml 3 <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
  /external/skia/include/core/
SkTileGridPicture.h 29 /** Pixel coverage overlap between adjacent tiles */
  /external/skia/src/gpu/gl/
GrGLProgram.h 69 * and coverage attributes can be global state. This struct is read and updated by
125 * GrGpuGL object to bind the textures required by the GrGLEffects. The color and coverage
175 // Helper for setData(). Makes GL calls to specify the initial coverage when there is not
177 void setCoverage(const GrDrawState&, GrColor coverage, SharedGLState*);
  /external/skia/tools/
generate_fir_coeff.py 31 #We have a bunch of smudged samples which represent the average coverage of a range.
70 coverage = withinStdDevRange(current_std_dev_left, current_std_dev_right)
71 coeffs.append(coverage * target_sum)
72 coeffs_rounded.append(int(round(coverage * target_sum)))
  /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)
  /prebuilts/python/linux-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)
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 61 // note: no attempt is made to execute the existing hook, so its coverage
86 // FR SF978671: fault all classes that we might need to do coverage
105 public static void r (final boolean [][] coverage, final String classVMName, final long stamp)
126 cdata.addClass (coverage, classVMName, stamp);
142 * Public API for forcing coverage data dump.
237 // load app props, create coverage data, and register an exit hook for it:
244 log.info ("collecting runtime coverage data ...");
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 325 /* compute coverage for each pixel in span */
330 GLfloat coverage; local
334 /* compute partial coverage */
335 coverage = 1.0F - (dist2 - rmin2) * cscale;
338 /* full coverage */
339 coverage = 1.0F;
344 /* zero coverage - fragment outside the radius */
345 coverage = 0.0;
348 span.array->coverage[ix - xmin] = coverage;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 325 /* compute coverage for each pixel in span */
330 GLfloat coverage; local
334 /* compute partial coverage */
335 coverage = 1.0F - (dist2 - rmin2) * cscale;
338 /* full coverage */
339 coverage = 1.0F;
344 /* zero coverage - fragment outside the radius */
345 coverage = 0.0;
348 span.array->coverage[ix - xmin] = coverage;
    [all...]
  /external/chromium_org/build/android/gyp/
emma_instr.py 17 - copy: Called when EMMA coverage is not enabled. This allows us to make
19 Also removes any stale coverage files.
45 option_parser.add_option('--coverage-file',
46 help='File to create with coverage metadata.')
69 Also removes any old coverage/sources file.
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkiaWin.cpp 93 // on the system to have a Firefox-like coverage.
101 L"wenquanyi zen hei", // Partial CJK Ext. A coverage but more widely known to Chinese users.
104 L"han nom a", // Complete CJK Ext. A coverage.
105 L"code2000" // Complete CJK Ext. A coverage.
144 // warrant an additional (real coverage) check with fontCotainsCharacter.
  /external/chromium_org/third_party/lcov/contrib/galaxy/
posterize.pl 36 my $Title = "Linux Kernel Coverage";
240 (Low Coverage) 1 15 Lo_Color key % blue
241 (Medium Coverage) 1 17 Med_Color key % blue
242 (Hi Coverage) 1 19 Hi_Color key % blue
243 (No Coverage) 1 21 None_Color key % blue
  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 71 // value of coverage that is used. In other words it is the coverage that is
76 // Compute the coverage for the rect's width
78 "\tfloat coverage = scaleW*clamp((%s.z-abs(%s.x))/spanW, 0.0, 1.0);\n", fsRectName,
80 // Compute the coverage for the rect's height and merge with the width
82 "\tcoverage = coverage*scaleH*clamp((%s.w-abs(%s.y))/spanH, 0.0, 1.0);\n",
87 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("coverage")).c_str());
127 * The output of this effect is a modulation of the input color and coverage
197 // value of coverage that is used. In other words it is the coverage that i
    [all...]
  /external/skia/src/gpu/
GrAARectRenderer.cpp 71 // value of coverage that is used. In other words it is the coverage that is
76 // Compute the coverage for the rect's width
78 "\tfloat coverage = scaleW*clamp((%s.z-abs(%s.x))/spanW, 0.0, 1.0);\n", fsRectName,
80 // Compute the coverage for the rect's height and merge with the width
82 "\tcoverage = coverage*scaleH*clamp((%s.w-abs(%s.y))/spanH, 0.0, 1.0);\n",
87 (GrGLSLExpr4(inputColor) * GrGLSLExpr1("coverage")).c_str());
127 * The output of this effect is a modulation of the input color and coverage
197 // value of coverage that is used. In other words it is the coverage that i
    [all...]
  /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...]

Completed in 978 milliseconds

1 2 3 4 5 6 78 91011>>