Searched refs:Reporter (Results 151 - 175 of 343) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DTSetTest.cpp14 static void TestTSet_basic(skiatest::Reporter* reporter) {
46 static void TestTSet_advanced(skiatest::Reporter* reporter) {
99 static void TestTSet_merge(skiatest::Reporter* reporter) {
H A DInfRectTest.cpp21 static void test_center(skiatest::Reporter* reporter) {
49 static void check_invalid(skiatest::Reporter* reporter,
H A DNameAllocatorTest.cpp20 NameLeakTest(skiatest::Reporter* reporter)
122 skiatest::Reporter* fReporter;
H A DUnicodeTest.cpp26 static void test_uvs(skiatest::Reporter* reporter) {
44 static void test_textencodings(skiatest::Reporter* reporter) {
/external/chromium_org/third_party/skia/dm/
H A DDMPDFTask.cpp24 Reporter* reporter,
33 PDFTask::PDFTask(Reporter* reporter,
H A DDM.cpp75 DM::Reporter* reporter,
106 DM::Reporter* reporter,
133 DM::Reporter* reporter,
221 DM::Reporter reporter;
H A DDMGpuGMTask.cpp11 Reporter* reporter,
/external/chromium_org/third_party/skia/tests/
H A DBitmapTest.cpp12 static void test_allocpixels(skiatest::Reporter* reporter) {
48 static void test_bigwidth(skiatest::Reporter* reporter) {
H A DInfRectTest.cpp21 static void test_center(skiatest::Reporter* reporter) {
49 static void check_invalid(skiatest::Reporter* reporter,
H A DNameAllocatorTest.cpp20 NameLeakTest(skiatest::Reporter* reporter)
122 skiatest::Reporter* fReporter;
H A DUnicodeTest.cpp26 static void test_uvs(skiatest::Reporter* reporter) {
44 static void test_textencodings(skiatest::Reporter* reporter) {
H A DPDFPrimitivesTest.cpp72 static void CheckObjectOutput(skiatest::Reporter* reporter, SkPDFObject* obj,
113 static void SimpleCheckObjectOutput(skiatest::Reporter* reporter,
120 static void TestPDFStream(skiatest::Reporter* reporter) {
169 static void TestCatalog(skiatest::Reporter* reporter) {
195 static void TestObjectRef(skiatest::Reporter* reporter) {
214 static void TestSubstitute(skiatest::Reporter* reporter) {
251 static void TestImage(skiatest::Reporter* reporter, const SkBitmap& bitmap,
272 static void TestUncompressed(skiatest::Reporter* reporter) {
286 static void TestFlateDecode(skiatest::Reporter* reporter) {
304 static void TestDCTDecode(skiatest::Reporter* reporte
[all...]
H A DClipCacheTest.cpp44 static void test_clip_bounds(skiatest::Reporter* reporter, GrContext* context) {
103 static void check_state(skiatest::Reporter* reporter,
117 static void check_empty_state(skiatest::Reporter* reporter,
133 static void test_cache(skiatest::Reporter* reporter, GrContext* context) {
H A DErrorTest.cpp14 skiatest::Reporter *fReporter;
H A DFlatDataTest.cpp42 static void testCreate(skiatest::Reporter* reporter, const T& obj) {
H A DGeometryTest.cpp15 static void testChopCubic(skiatest::Reporter* reporter) {
H A DGpuDrawPathTest.cpp21 static void test_drawPathEmpty(skiatest::Reporter*, SkCanvas* canvas) {
H A DImageIsOpaqueTest.cpp17 static void check_isopaque(skiatest::Reporter* reporter, SkSurface* surface, bool expectedOpaque) {
H A DMatrix44Test.cpp30 template <typename T> void assert16(skiatest::Reporter* reporter, const T data[],
78 static void test_constructor(skiatest::Reporter* reporter) {
109 static void test_translate(skiatest::Reporter* reporter) {
137 static void test_scale(skiatest::Reporter* reporter) {
189 static void test_map2(skiatest::Reporter* reporter, const SkMatrix44& mat) {
207 static void test_map2(skiatest::Reporter* reporter) {
216 static void test_gettype(skiatest::Reporter* reporter) {
251 static void test_common_angles(skiatest::Reporter* reporter) {
263 static void test_concat(skiatest::Reporter* reporter) {
304 static void test_determinant(skiatest::Reporter* reporte
[all...]
H A DParsePathTest.cpp11 static void test_to_from(skiatest::Reporter* reporter, const SkPath& path) {
H A DQuickRejectTest.cpp52 static void test_drawBitmap(skiatest::Reporter* reporter) {
/external/mockito/src/org/mockito/internal/configuration/
H A DDefaultAnnotationEngine.java11 import org.mockito.exceptions.Reporter;
83 new Reporter().moreThanOneAnnotationNotAllowed(field.getName());
/external/mockito/src/org/mockito/internal/handler/
H A DMockHandlerImpl.java7 import org.mockito.exceptions.Reporter;
124 new Reporter().stubPassedToVerify(); // this throws an exception
/external/mockito/src/org/mockito/internal/invocation/
H A DInvocationImpl.java8 import org.mockito.exceptions.Reporter;
106 new Reporter().cannotCallRealMethodOnInterface();
/external/objenesis/tck/src/org/objenesis/tck/
H A DTCK.java32 * implementations, reporting the results to a {@link Reporter}.
45 * Reporter reporter = new TextReporter(System.out, System.err);
51 * @see Reporter
87 public void runTests(Reporter reporter) {
110 private void runTest(Reporter reporter, Class candidate, Objenesis objenesis,

Completed in 3826 milliseconds

1234567891011>>