/external/skia/tests/ |
PathOpsSimplifyQuadThreadedTest.cpp | 76 static void PathOpsSimplifyQuadsThreadedTest(skiatest::Reporter* reporter) 78 int threadCount = initializeTests(reporter, "testQuads"); 79 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 88 if (!reporter->allowExtendedTest()) goto finish;
|
PathOpsSimplifyQuadralateralsThreadedTest.cpp | 78 static void PathOpsSimplifyQuadralateralsThreadedTest(skiatest::Reporter* reporter) { 79 int threadCount = initializeTests(reporter, "testQuadralaterals"); 80 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 88 if (!reporter->allowExtendedTest()) goto finish;
|
PathOpsSimplifyTrianglesThreadedTest.cpp | 75 static void PathOpsSimplifyTrianglesThreadedTest(skiatest::Reporter* reporter) { 76 int threadCount = initializeTests(reporter, "testTriangles"); 77 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 96 if (!reporter->allowExtendedTest()) goto finish;
|
MatrixTest.cpp | 37 static bool are_equal(skiatest::Reporter* reporter, 54 REPORTER_ASSERT(reporter, aVal == bVal && aValI == aValI); 57 REPORTER_ASSERT(reporter, foundZeroSignDiff); 68 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI); 71 REPORTER_ASSERT(reporter, foundNaN); 74 REPORTER_ASSERT(reporter, false); 86 static void test_matrix_recttorect(skiatest::Reporter* reporter) { 93 REPORTER_ASSERT(reporter, SkMatrix::kIdentity_Mask == matrix.getType()) [all...] |
BitmapCopyTest.cpp | 22 static void report_opaqueness(skiatest::Reporter* reporter, const SkBitmap& src, 28 reporter->reportFailed(str); 36 static void test_isOpaque(skiatest::Reporter* reporter, 42 REPORTER_ASSERT(reporter, srcPremul.copyTo(&dst, dstConfig)); 43 REPORTER_ASSERT(reporter, dst.config() == dstConfig); 45 report_opaqueness(reporter, srcPremul, dst); 49 REPORTER_ASSERT(reporter, srcOpaque.copyTo(&dst, dstConfig)); 50 REPORTER_ASSERT(reporter, dst.config() == dstConfig) [all...] |
ReadPixelsTest.cpp | 167 static bool checkRead(skiatest::Reporter* reporter, 200 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul)); 206 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == pixel); 254 static void ReadPixelsTest(skiatest::Reporter* reporter, GrContextFactory* factory) { 378 REPORTER_ASSERT(reporter, success == expectSuccess); 380 REPORTER_ASSERT(reporter, idBefore == idAfter); 383 checkRead(reporter, bmp, srcRect.fLeft, srcRect.fTop, 388 REPORTER_ASSERT(reporter, bmp.isNull()) [all...] |
GLProgramsTest.cpp | 229 static void GLProgramsTest(skiatest::Reporter* reporter, GrContextFactory* factory) { 241 REPORTER_ASSERT(reporter, gpu->programUnitTest(maxStages));
|
ImageFilterTest.cpp | 87 static void Test(skiatest::Reporter* reporter) { 92 REPORTER_ASSERT(reporter, NULL == quarterBrightness->getInput(0)); 99 REPORTER_ASSERT(reporter, NULL != halfBrightness->getInput(0)); 106 REPORTER_ASSERT(reporter, true == gray->asColorFilter(NULL)); 114 REPORTER_ASSERT(reporter, false == grayWithCrop->asColorFilter(NULL)); 155 REPORTER_ASSERT(reporter,
|
PathOpsSimplifyRectThreadedTest.cpp | 189 static void PathOpsSimplifyRectsThreadedTest(skiatest::Reporter* reporter) 191 int threadCount = initializeTests(reporter, "testLine"); 192 PathOpsThreadedTestRunner testRunner(reporter, threadCount); 200 if (!reporter->allowExtendedTest()) goto finish;
|
WArrayTest.cpp | 136 TestWData(skiatest::Reporter* reporter, 145 REPORTER_ASSERT(reporter, RunTest()); 177 DEF_TEST(WArray, reporter) { 178 TestWData(reporter, data1, SK_ARRAY_COUNT(data1), NULL, 0, expected1); 179 TestWData(reporter, data2, SK_ARRAY_COUNT(data2), NULL, 0, expected2); 180 TestWData(reporter, data3, SK_ARRAY_COUNT(data3), NULL, 0, expected3); 181 TestWData(reporter, data4, SK_ARRAY_COUNT(data4), NULL, 0, expected4); 182 TestWData(reporter, data5, SK_ARRAY_COUNT(data5), NULL, 0, expected5); 183 TestWData(reporter, data6, SK_ARRAY_COUNT(data6), NULL, 0, expected6) [all...] |
WritePixelsTest.cpp | 223 static bool checkWrite(skiatest::Reporter* reporter, 255 REPORTER_ASSERT(reporter, check = checkPixel(bmpPMColor, canvasPixel, mul)); 262 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor)); 272 REPORTER_ASSERT(reporter, check = (pad[px] == static_cast<char>(DEV_PAD))); 361 static void WritePixelsTest(skiatest::Reporter* reporter, GrContextFactory* factory) { 454 REPORTER_ASSERT(reporter, setupBitmap(&bmp, config8888, rect.width(), rect.height(), SkToBool(tightBmp))); 458 REPORTER_ASSERT(reporter, checkWrite(reporter, &canvas, bmp, rect.fLeft, rect.fTop, config8888)) [all...] |
PathOpsCubicReduceOrderTest.cpp | 61 static void PathOpsReduceOrderCubicTest(skiatest::Reporter* reporter) { 113 REPORTER_ASSERT(reporter, 0); 123 REPORTER_ASSERT(reporter, 0); 132 REPORTER_ASSERT(reporter, 0); 141 REPORTER_ASSERT(reporter, 0); 150 REPORTER_ASSERT(reporter, 0); 160 REPORTER_ASSERT(reporter, 0); 169 REPORTER_ASSERT(reporter, 0); 179 REPORTER_ASSERT(reporter, 0) [all...] |
Sk64Test.cpp | 17 static void bool_table_test(skiatest::Reporter* reporter, 20 REPORTER_ASSERT(reporter, a.isZero() != a.nonZero()); 22 REPORTER_ASSERT(reporter, !a.isZero() == !table.zero); 23 REPORTER_ASSERT(reporter, !a.isPos() == !table.pos); 24 REPORTER_ASSERT(reporter, !a.isNeg() == !table.neg); 25 REPORTER_ASSERT(reporter, a.getSign() == table.sign); 35 DEF_TEST(Sk64Test, reporter) { 52 REPORTER_ASSERT(reporter, a == b); 53 REPORTER_ASSERT(reporter, a == c) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
html.py | 9 from coverage.report import Reporter 29 class HtmlReporter(Reporter):
|
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/ |
lint-22.2.0.jar | |
/external/clang/tools/scan-view/ |
ScanView.py | 15 import Reporter 66 # be enabled. Also the radar reporter needs to be fixed to report 86 def __init__(self, report, reporter, parameters, server): 90 self.reporter = reporter 100 self.status = self.reporter.fileReport(self.report, self.parameters) 105 except Reporter.ReportFailure,e: 284 reporterIndex = self.get_scalar_field('reporter') 304 # Get the reporter and parameters. 305 reporter = self.server.reporters[reporterIndex [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
leveldb_main.cc | 36 class CorruptionReporter : public log::Reader::Reporter { 54 CorruptionReporter reporter; local 55 log::Reader reader(file, &reporter, true, 0);
|
log_test.cc | 91 class ReportCollector : public Reader::Reporter {
|
repair.cc | 163 struct LogReporter : public log::Reader::Reporter { 185 LogReporter reporter; local 186 reporter.env = env_; 187 reporter.info_log = options_.info_log; 188 reporter.lognum = log; 193 log::Reader reader(lfile, &reporter, false/*do not checksum*/, 205 reporter.Corruption(
|
db_impl.cc | 365 struct LogReporter : public log::Reader::Reporter { 390 LogReporter reporter; local 391 reporter.env = env_; 392 reporter.info_log = options_.info_log; 393 reporter.fname = fname.c_str(); 394 reporter.status = (options_.paranoid_checks ? &status : NULL); 399 log::Reader reader(file, &reporter, true/*checksum*/, 412 reporter.Corruption( [all...] |
/external/objenesis/tck/src/org/objenesis/tck/ |
TextReporter.java | 36 * @see Reporter 38 public class TextReporter implements Reporter { 99 // HT: in case the same reporter is reused, I'm guessing that it will
|
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 1619 reporter, stats); local [all...] |
/external/mockito/src/org/mockito/exceptions/ |
Reporter.java | 39 * Reporter can be injected and therefore is easily testable. 44 public class Reporter { [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | [all...] |
/frameworks/base/core/java/android/os/ |
StrictMode.java | [all...] |