Searched refs:Reporter (Results 276 - 300 of 343) sorted by relevance

<<11121314

/external/skia/tests/
H A DSHA1Test.cpp36 static void sha1_test(const SHA1Test& test, skiatest::Reporter* reporter) {
H A DPictureTest.cpp479 static void test_gatherpixelrefs(skiatest::Reporter* reporter) {
584 static void test_gatherpixelrefsandrects(skiatest::Reporter* reporter) {
712 static void test_gpu_veto(skiatest::Reporter* reporter) {
785 static void test_gpu_picture_optimization(skiatest::Reporter* reporter,
962 void check_save_state(skiatest::Reporter* reporter, SkPicture* picture,
1003 static void check_balance(skiatest::Reporter* reporter, SkPicture* picture) {
1103 static void test_unbalanced_save_restores(skiatest::Reporter* reporter) {
1232 skiatest::Reporter* fReporter;
1246 static void test_bitmap_with_encoded_data(skiatest::Reporter* reporter) {
1281 static void test_clone_empty(skiatest::Reporter* reporte
[all...]
H A DBBoxHierarchyTest.cpp75 static void run_queries(skiatest::Reporter* reporter, SkRandom& rand, DataRect rects[],
86 skiatest::Reporter* reporter) {
H A DClipperTest.cpp14 static void test_hairclipping(skiatest::Reporter* reporter) {
68 static void test_intersectline(skiatest::Reporter* reporter) {
H A DFontNamesTest.cpp112 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) {
142 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) {
H A DPackBitsTest.cpp23 static void test_pack16(skiatest::Reporter* reporter) {
73 static void test_pack8(skiatest::Reporter* reporter) {
H A DPathOpsCubicLineIntersectionTest.cpp27 static void testFail(skiatest::Reporter* reporter, int iIndex) {
119 static void testOne(skiatest::Reporter* reporter, int iIndex) {
H A Dskia_test.cpp53 Test* next(Reporter* r) {
68 class DebugfReporter : public Reporter {
H A DPathOpsSkpClipTest.cpp311 void init(int dirNo, skiatest::Reporter* reporter) {
318 skiatest::Reporter* fReporter;
323 TestRunner(skiatest::Reporter* reporter, int threadCount)
332 skiatest::Reporter* fReporter;
772 skiatest::Reporter* reporter = state->fReporter;
849 static void encodeFound(skiatest::Reporter* reporter, TestState& state) {
978 static bool buildTests(skiatest::Reporter* reporter, int firstDirNo, int lastDirNo, SkTDArray<TestResult>* tests,
H A DLListTest.cpp32 skiatest::Reporter* reporter,
49 static void TestTInternalLList(skiatest::Reporter* reporter) {
122 static void TestTLList(skiatest::Reporter* reporter) {
/external/stlport/test/unit/cppunit/
H A Dfile_reporter.h28 class FileReporter : public CPPUNIT_NS::Reporter {
/external/chromium_org/third_party/skia/tests/
H A DBBoxHierarchyTest.cpp75 static void run_queries(skiatest::Reporter* reporter, SkRandom& rand, DataRect rects[],
86 skiatest::Reporter* reporter) {
H A DClipperTest.cpp14 static void test_hairclipping(skiatest::Reporter* reporter) {
68 static void test_intersectline(skiatest::Reporter* reporter) {
H A DDynamicHashTest.cpp139 template<typename T> static void TestIter(skiatest::Reporter* reporter) {
192 static void TestResetOrRewind(skiatest::Reporter* reporter, bool testReset) {
H A DFontNamesTest.cpp112 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) {
142 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) {
H A DGpuLayerCacheTest.cpp27 static void create_layers(skiatest::Reporter* reporter,
58 static void lock_layer(skiatest::Reporter* reporter,
H A DPackBitsTest.cpp23 static void test_pack16(skiatest::Reporter* reporter) {
73 static void test_pack8(skiatest::Reporter* reporter) {
H A DPathOpsCubicLineIntersectionTest.cpp27 static void testFail(skiatest::Reporter* reporter, int iIndex) {
119 static void testOne(skiatest::Reporter* reporter, int iIndex) {
H A DLListTest.cpp32 skiatest::Reporter* reporter,
49 static void TestTInternalLList(skiatest::Reporter* reporter) {
122 static void TestTLList(skiatest::Reporter* reporter) {
H A DGpuColorFilterTest.cpp35 static void test_getConstantColorComponents(skiatest::Reporter* reporter, GrContext* grContext) {
H A DMetaDataTest.cpp11 static void test_ptrs(skiatest::Reporter* reporter) {
H A DPathOpsQuadLineIntersectionTest.cpp79 static void testOneOffs(skiatest::Reporter* reporter) {
H A DPathOpsQuadLineIntersectionThreadedTest.cpp41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad,
H A DPictureTest.cpp477 static void test_gatherpixelrefs(skiatest::Reporter* reporter) {
587 static void test_analysis(skiatest::Reporter* reporter, bool useNewPath) {
619 static void test_gatherpixelrefsandrects(skiatest::Reporter* reporter) {
748 static void test_gpu_veto(skiatest::Reporter* reporter,
862 static void test_gpu_picture_optimization(skiatest::Reporter* reporter,
1075 static void test_has_text(skiatest::Reporter* reporter, bool useNewPath) {
1191 void check_save_state(skiatest::Reporter* reporter, SkPicture* picture,
1235 static void check_balance(skiatest::Reporter* reporter, SkPicture* picture) {
1335 static void test_unbalanced_save_restores(skiatest::Reporter* reporter) {
1465 skiatest::Reporter* fReporte
[all...]
/external/clang/tools/scan-view/
H A DScanView.py15 import Reporter namespace
105 except Reporter.ReportFailure,e:
324 bug = Reporter.BugReport(title, description, files)
760 import Reporter namespace
762 reporters = Reporter.getReporters()

Completed in 6703 milliseconds

<<11121314