HomeSort by relevance Sort by last modified time
    Searched refs:Reporter (Results 226 - 250 of 463) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/main/java/org/testng/
Reporter.java 20 * The reporter keeps a combined output of strings (in m_output) and also
23 * Reporter maintains a mapping of each test result with a list of integers.
30 public class Reporter {
  /frameworks/base/core/java/android/app/
DexLoadReporter.java 36 * A dex load reporter which will notify package manager of any dex file loaded
45 /*package*/ class DexLoadReporter implements BaseDexClassLoader.Reporter {
68 * Register an application data directory with the reporter.
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc     [all...]
  /external/skia/tests/
PathOpsTigerTest.cpp 12 static void tiger8(skiatest::Reporter* reporter, const char* filename) {
89 testSimplify(reporter, path, filename);
93 static void tiger8a(skiatest::Reporter* reporter, const char* filename) {
132 testSimplify(reporter, path, filename);
135 static void tiger8a_x(skiatest::Reporter* reporter, uint64_t testlines) {
175 testSimplify(reporter, path, "tiger");
180 static void tiger8a_h_1(skiatest::Reporter* reporter, const char* )
    [all...]
ClipperTest.cpp 14 static void test_hairclipping(skiatest::Reporter* reporter) {
42 REPORTER_ASSERT(reporter, 0xFFFFFFFF != c);
44 REPORTER_ASSERT(reporter, 0xFFFFFFFF == c);
68 static void test_intersectline(skiatest::Reporter* reporter) {
97 REPORTER_ASSERT(reporter, !valid);
121 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
140 REPORTER_ASSERT(reporter, valid &&
146 DEF_TEST(Clipper, reporter) {
    [all...]
DynamicHashTest.cpp 36 #define ASSERT(x) REPORTER_ASSERT(reporter, x)
38 DEF_TEST(DynamicHash_growth, reporter) {
66 DEF_TEST(DynamicHash_add, reporter) {
78 DEF_TEST(DynamicHash_lookup, reporter) {
113 DEF_TEST(DynamicHash_remove, reporter) {
139 template<typename T> static void TestIter(skiatest::Reporter* reporter) {
187 DEF_TEST(DynamicHash_iterator, reporter) {
188 TestIter<Hash::Iter>(reporter);
189 TestIter<Hash::ConstIter>(reporter);
    [all...]
FontNamesTest.cpp 112 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) {
118 REPORTER_ASSERT_MESSAGE(reporter,
123 REPORTER_ASSERT_MESSAGE(reporter,
133 REPORTER_ASSERT_MESSAGE(reporter, nameIndex == test[i].nameCount,
136 REPORTER_ASSERT_MESSAGE(reporter, !iter.next(record),
142 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) {
186 REPORTER_ASSERT_MESSAGE(reporter,
198 REPORTER_ASSERT_MESSAGE(reporter,
    [all...]
GpuDrawPathTest.cpp 28 static void test_drawPathEmpty(skiatest::Reporter*, SkCanvas* canvas) {
65 static void test_drawSameRectOvals(skiatest::Reporter*, SkCanvas* canvas) {
79 DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(GpuDrawPath, reporter, ctxInfo) {
89 test_func(reporter, surface->getCanvas());
94 DEF_GPUTEST(GrPathKeys, reporter, /*factory*/) {
117 REPORTER_ASSERT(reporter, !isVolatile);
118 REPORTER_ASSERT(reporter, key1.isValid());
120 REPORTER_ASSERT(reporter, !isVolatile);
121 REPORTER_ASSERT(reporter, key1.isValid());
122 REPORTER_ASSERT(reporter, key1 != key2)
    [all...]
PathOpsCubicLineIntersectionTest.cpp 27 static void testFail(skiatest::Reporter* reporter, int iIndex) {
40 REPORTER_ASSERT(reporter, 0);
44 REPORTER_ASSERT(reporter, 0);
49 REPORTER_ASSERT(reporter, roots == 0);
127 static void testOne(skiatest::Reporter* reporter, int iIndex) {
140 REPORTER_ASSERT(reporter, 0);
144 REPORTER_ASSERT(reporter, 0);
158 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2))
    [all...]
ProxyConversionTest.cpp 19 skiatest::Reporter* reporter,
37 skiatest::Reporter* reporter,
57 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(WrappedProxyConversionTest, reporter, ctxInfo) {
68 sk_sp<GrSurfaceProxy> sProxy(make_wrapped_FBO0(provider, reporter, desc));
72 REPORTER_ASSERT(reporter, rtProxy);
73 REPORTER_ASSERT(reporter, !rtProxy->asTextureProxy());
74 REPORTER_ASSERT(reporter, rtProxy->asRenderTargetProxy() == rtProxy);
80 reporter, desc
    [all...]
RectangleTextureTest.cpp 21 static void test_basic_draw_as_src(skiatest::Reporter* reporter, GrContext* context,
40 test_read_pixels(reporter, rtContext.get(), expectedPixelValues,
45 static void test_clear(skiatest::Reporter* reporter, GrSurfaceContext* rectContext) {
85 test_read_pixels(reporter, rtc, expectedPixels.get(), "RectangleTexture-clear");
89 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(RectangleTexture, reporter, ctxInfo) {
139 ERRORF(reporter, "Error creating proxy for rectangle texture.");
144 test_basic_draw_as_src(reporter, context, rectProxy, refPixels);
147 test_copy_from_surface(reporter, context, rectProxy.get(), refPixels
    [all...]
SkSLErrorTest.cpp 14 static void test_failure(skiatest::Reporter* r, const char* src, const char* error) {
34 static void test_success(skiatest::Reporter* r, const char* src) {
SkSLGLSLTest.cpp 14 static void test(skiatest::Reporter* r, const char* src, const SkSL::Program::Settings& settings,
36 static void test(skiatest::Reporter* r, const char* src, const GrShaderCaps& caps,
TDPQueueTest.cpp 14 static void simple_test(skiatest::Reporter* reporter) {
16 REPORTER_ASSERT(reporter, 0 == heap.count());
19 REPORTER_ASSERT(reporter, 1 == heap.count());
20 REPORTER_ASSERT(reporter, 0 == heap.peek());
22 REPORTER_ASSERT(reporter, 0 == heap.count());
26 REPORTER_ASSERT(reporter, 2 == heap.count());
27 REPORTER_ASSERT(reporter, 0 == heap.peek());
29 REPORTER_ASSERT(reporter, 1 == heap.count());
30 REPORTER_ASSERT(reporter, 1 == heap.peek())
    [all...]
VkClearTests.cpp 50 void basic_clear_test(skiatest::Reporter* reporter, GrContext* context, GrPixelConfig config) {
71 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
81 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
93 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
101 void sub_clear_test(skiatest::Reporter* reporter, GrContext* context, GrPixelConfig config) {
127 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get(),
142 REPORTER_ASSERT(reporter, !does_full_buffer_contain_correct_color(buffer.get(),
152 REPORTER_ASSERT(reporter, does_full_buffer_contain_correct_color(buffer.get()
    [all...]
GifTest.cpp 54 static void test_gif_data_no_colormap(skiatest::Reporter* r,
67 static void test_gif_data(skiatest::Reporter* r, void* data, size_t size) {
86 static void test_gif_data_dims(skiatest::Reporter* r, void* data, size_t size, int width,
95 static void test_interlaced_gif_data(skiatest::Reporter* r,
127 static void test_gif_data_short(skiatest::Reporter* r,
151 DEF_TEST(Gif, reporter) {
153 test_gif_data(reporter, static_cast<void *>(gGIFData), sizeof(gGIFData));
154 test_interlaced_gif_data(reporter, static_cast<void *>(gInterlacedGIF),
161 test_gif_data(reporter, static_cast<void *>(badData), sizeof(gGIFData));
166 test_gif_data(reporter, static_cast<void *>(badData), sizeof(gGIFData))
    [all...]
MatrixTest.cpp 29 static bool are_equal(skiatest::Reporter* reporter,
45 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
48 REPORTER_ASSERT(reporter, foundZeroSignDiff);
59 REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI);
62 REPORTER_ASSERT(reporter, foundNaN);
74 static void assert9(skiatest::Reporter* reporter, const SkMatrix& m,
80 REPORTER_ASSERT(reporter, buffer[0] == a);
81 REPORTER_ASSERT(reporter, buffer[1] == b)
    [all...]
ResourceCacheTest.cpp 34 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ResourceCacheCache, reporter, ctxInfo) {
78 REPORTER_ASSERT(reporter, curCacheSize <= maxCacheSize);
93 DEF_GPUTEST_FOR_CONTEXTS(ResourceCacheStencilBuffers, &is_rendering_and_not_angle_es3, reporter,
115 REPORTER_ASSERT(reporter,
126 REPORTER_ASSERT(reporter,
143 REPORTER_ASSERT(reporter,
164 REPORTER_ASSERT(reporter,
175 REPORTER_ASSERT(reporter,
193 REPORTER_ASSERT(reporter,
203 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ResourceCacheWrappedResources, reporter, ctxInfo)
    [all...]
GrPorterDuffTest.cpp 23 static void test_color_unknown_with_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
24 static void test_color_unknown_no_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
25 static void test_color_opaque_with_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
26 static void test_color_opaque_no_coverage(skiatest::Reporter* reporter, const GrCaps& caps);
27 static void test_lcd_coverage(skiatest::Reporter* reporter, const GrCaps& caps)
    [all...]
CodecPartialTest.cpp 37 static void compare_bitmaps(skiatest::Reporter* r, const SkBitmap& bm1, const SkBitmap& bm2) {
49 static void test_partial(skiatest::Reporter* r, const char* name, size_t minBytes = 0) {
294 static void test_interleaved(skiatest::Reporter* r, const char* name) {
PathOpsConicIntersectionTest.cpp 298 static void oneOff(skiatest::Reporter* reporter, const ConicPts& conic1, const ConicPts& conic2,
319 REPORTER_ASSERT(reporter, !coin || intersections.used() == 2);
328 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt));
329 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt));
330 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
332 reporter->bumpTestCount();
335 static void oneOff(skiatest::Reporter* reporter, int outer, int inner) {
338 oneOff(reporter, c1, c2, false)
    [all...]
SpecialImageTest.cpp 55 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter,
59 REPORTER_ASSERT(reporter, offset == subset.left());
60 REPORTER_ASSERT(reporter, offset == subset.top());
61 REPORTER_ASSERT(reporter, kSmallerSize == subset.width());
62 REPORTER_ASSERT(reporter, kSmallerSize == subset.height());
66 REPORTER_ASSERT(reporter, isGPUBacked == img->isTextureBacked());
73 REPORTER_ASSERT(reporter, proxy);
80 REPORTER_ASSERT(reporter, img->getROPixels(&bitmap));
82 REPORTER_ASSERT(reporter, kSmallerSize == bitmap.width())
    [all...]
  /external/testng/src/main/java/org/testng/internal/
TestResult.java 9 import org.testng.Reporter;
231 List<String> output = Reporter.getOutput(this);
  /external/testng/src/test/java/test/reports/
ReportTest.java 6 import org.testng.Reporter;
133 List<String> output = Reporter.getOutput(tr);
  /frameworks/base/cmds/incidentd/
Android.mk 23 src/Reporter.cpp \

Completed in 322 milliseconds

1 2 3 4 5 6 7 8 91011>>