HomeSort by relevance Sort by last modified time
    Searched refs:Reporter (Results 176 - 200 of 712) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skqp/tests/
StreamBufferTest.cpp 19 static void test_get_data_at_position(skiatest::Reporter* r, SkStreamBuffer* buffer, size_t position,
29 static void test_buffer_from_beginning(skiatest::Reporter* r, std::unique_ptr<SkStream> stream,
50 static void test_flushing(skiatest::Reporter* r, std::unique_ptr<SkStream> stream, size_t length,
TemplatesTest.cpp 12 static void test_automalloc_realloc(skiatest::Reporter* reporter) {
17 REPORTER_ASSERT(reporter, array[0] == 1);
23 REPORTER_ASSERT(reporter, array[0] == 1);
27 REPORTER_ASSERT(reporter, array[0] == 1);
31 REPORTER_ASSERT(reporter, array[0] == 1);
43 REPORTER_ASSERT(reporter, array[i] == 10 - i);
47 REPORTER_ASSERT(reporter, array[i] == 10 - i);
51 REPORTER_ASSERT(reporter, array[0] = 10);
59 REPORTER_ASSERT(reporter, array[0] == 1)
    [all...]
SkResourceCacheTest.cpp 32 static void check_data(skiatest::Reporter* reporter, const SkCachedData* data,
34 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt);
35 REPORTER_ASSERT(reporter, data->testing_only_isInCache() == (kInCache == cacheState));
37 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked));
40 static void test_mipmapcache(skiatest::Reporter* reporter, SkResourceCache* cache) {
51 REPORTER_ASSERT(reporter, nullptr == mipmap);
54 REPORTER_ASSERT(reporter, mipmap);
59 REPORTER_ASSERT(reporter, mm)
    [all...]
CTest.cpp 15 static void shader_test(skiatest::Reporter* reporter) {
33 REPORTER_ASSERT(reporter, shader != nullptr);
39 REPORTER_ASSERT(reporter, shader != nullptr);
46 REPORTER_ASSERT(reporter, shader != nullptr);
55 static void test_c(skiatest::Reporter* reporter) {
70 REPORTER_ASSERT(reporter, 0xFF000000 == pixel[0]);
74 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
79 REPORTER_ASSERT(reporter, 0x80404040 == pixel[0])
    [all...]
CachedDataTest.cpp 22 static void check_data(skiatest::Reporter* reporter, SkCachedData* data,
24 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt);
25 REPORTER_ASSERT(reporter, data->testing_only_isInCache() == (kInCache == cacheState));
26 REPORTER_ASSERT(reporter, data->testing_only_isLocked() == (lockedState == kLocked));
41 static SkCachedData* test_locking(skiatest::Reporter* reporter,
47 check_data(reporter, data, 1, kNotInCache, kLocked);
50 check_data(reporter, data, 2, kNotInCache, kLocked);
52 check_data(reporter, data, 1, kNotInCache, kLocked)
    [all...]
CachedDecodingPixelRefTest.cpp 36 TestImageGenerator(TestType type, skiatest::Reporter* reporter,
38 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) {
83 skiatest::Reporter* const fReporter;
InfRectTest.cpp 21 static void test_center(skiatest::Reporter* reporter) {
30 REPORTER_ASSERT(reporter,
32 REPORTER_ASSERT(reporter,
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
45 REPORTER_ASSERT(reporter, ((r.top() + r.bottom()) >> 1) == cy);
49 static void check_invalid(skiatest::Reporter* reporter,
53 REPORTER_ASSERT(reporter, !rect.isFinite());
58 DEF_TEST(InfRect, reporter) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
check.py 13 from docutils.utils import Reporter
19 class SilentReporter(Reporter):
24 Reporter.__init__(self, source, report_level, halt_level, stream,
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
146 reporter.messages.append((-1, 'Could not finish the parsing.',
149 return reporter.messages
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
check.py 13 from docutils.utils import Reporter
19 class SilentReporter(Reporter):
24 Reporter.__init__(self, source, report_level, halt_level, stream,
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
146 reporter.messages.append((-1, 'Could not finish the parsing.',
149 return reporter.messages
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py 13 from docutils.utils import Reporter
19 class SilentReporter(Reporter):
24 Reporter.__init__(self, source, report_level, halt_level, stream,
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
146 reporter.messages.append((-1, 'Could not finish the parsing.',
149 return reporter.messages
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py 13 from docutils.utils import Reporter
19 class SilentReporter(Reporter):
24 Reporter.__init__(self, source, report_level, halt_level, stream,
133 reporter = SilentReporter(source_path,
141 document = nodes.document(settings, reporter, source=source_path)
146 reporter.messages.append((-1, 'Could not finish the parsing.',
149 return reporter.messages
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 573 // A reporter class, which CallFrameInfo uses to report errors
575 class Reporter;
579 // REPORTER is an error reporter the parser should use to report
641 ByteReader *reader, Handler *handler, Reporter *reporter,
644 reader_(reader), handler_(handler), reporter_(reporter),
    [all...]
  /external/skia/tests/
SkResourceCacheTest.cpp 32 static void check_data(skiatest::Reporter* reporter, const SkCachedData* data,
34 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt);
35 REPORTER_ASSERT(reporter, data->testing_only_isInCache() == (kInCache == cacheState));
37 REPORTER_ASSERT(reporter, isLocked == (lockedState == kLocked));
40 static void test_mipmapcache(skiatest::Reporter* reporter, SkResourceCache* cache) {
51 REPORTER_ASSERT(reporter, nullptr == mipmap);
54 REPORTER_ASSERT(reporter, mipmap);
59 REPORTER_ASSERT(reporter, mm)
    [all...]
CTest.cpp 15 static void shader_test(skiatest::Reporter* reporter) {
33 REPORTER_ASSERT(reporter, shader != nullptr);
39 REPORTER_ASSERT(reporter, shader != nullptr);
46 REPORTER_ASSERT(reporter, shader != nullptr);
55 static void test_c(skiatest::Reporter* reporter) {
70 REPORTER_ASSERT(reporter, 0xFF000000 == pixel[0]);
74 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
79 REPORTER_ASSERT(reporter, 0x80404040 == pixel[0])
    [all...]
CachedDataTest.cpp 22 static void check_data(skiatest::Reporter* reporter, SkCachedData* data,
24 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt);
25 REPORTER_ASSERT(reporter, data->testing_only_isInCache() == (kInCache == cacheState));
26 REPORTER_ASSERT(reporter, data->testing_only_isLocked() == (lockedState == kLocked));
41 static SkCachedData* test_locking(skiatest::Reporter* reporter,
47 check_data(reporter, data, 1, kNotInCache, kLocked);
50 check_data(reporter, data, 2, kNotInCache, kLocked);
52 check_data(reporter, data, 1, kNotInCache, kLocked)
    [all...]
CachedDecodingPixelRefTest.cpp 36 TestImageGenerator(TestType type, skiatest::Reporter* reporter,
38 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) {
83 skiatest::Reporter* const fReporter;
InfRectTest.cpp 21 static void test_center(skiatest::Reporter* reporter) {
30 REPORTER_ASSERT(reporter,
32 REPORTER_ASSERT(reporter,
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
45 REPORTER_ASSERT(reporter, ((r.top() + r.bottom()) >> 1) == cy);
49 static void check_invalid(skiatest::Reporter* reporter,
53 REPORTER_ASSERT(reporter, !rect.isFinite());
58 DEF_TEST(InfRect, reporter) {
    [all...]
ParametricStageTest.cpp 13 static void check_error(skiatest::Reporter* r, float limit, SkColorSpaceTransferFn fn) {
44 static void check_error(skiatest::Reporter* r, float limit, float gamma) {
PinnedImageTest.cpp 39 static void basic_test(skiatest::Reporter* reporter, GrContext* context) {
57 REPORTER_ASSERT(reporter, surface_is_expected_color(gpuSurface.get(), ii, SK_ColorRED));
62 REPORTER_ASSERT(reporter, surface_is_expected_color(gpuSurface.get(), ii, SK_ColorGREEN));
70 REPORTER_ASSERT(reporter, surface_is_expected_color(gpuSurface.get(), ii, SK_ColorGREEN));
75 REPORTER_ASSERT(reporter, surface_is_expected_color(gpuSurface.get(), ii, SK_ColorGREEN));
83 REPORTER_ASSERT(reporter, surface_is_expected_color(gpuSurface.get(), ii, SK_ColorBLUE));
88 static void cleanup_test(skiatest::Reporter* reporter) {
127 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(PinnedImageTest, reporter, ctxInfo)
    [all...]
PixelRefTest.cpp 18 static void test_dont_leak_install(skiatest::Reporter* reporter) {
27 REPORTER_ASSERT(reporter, true == success);
29 REPORTER_ASSERT(reporter, 0 == release_counter);
34 REPORTER_ASSERT(reporter, true == success);
36 REPORTER_ASSERT(reporter, 0 == release_counter);
41 REPORTER_ASSERT(reporter, false == success);
43 REPORTER_ASSERT(reporter, 0 == release_counter);
46 static void test_install(skiatest::Reporter* reporter) {
    [all...]
RectTest.cpp 27 static void test_stroke_width_clipping(skiatest::Reporter* reporter) {
43 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
48 REPORTER_ASSERT(reporter, has_green_pixels(bm));
51 static void test_skbug4406(skiatest::Reporter* reporter) {
72 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
86 REPORTER_ASSERT(reporter, has_green_pixels(bm));
89 DEF_TEST(Rect, reporter) {
90 test_stroke_width_clipping(reporter);
    [all...]
RoundRectTest.cpp 13 static void test_tricky_radii(skiatest::Reporter* reporter) {
32 REPORTER_ASSERT(reporter, (double) rr.radii(SkRRect::kUpperRight_Corner).fY +
38 static void test_empty_crbug_458524(skiatest::Reporter* reporter) {
48 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == other.getType());
53 static void test_empty(skiatest::Reporter* reporter) {
73 REPORTER_ASSERT(reporter, !r.isEmpty());
74 REPORTER_ASSERT(reporter, r.rect() == oooRects[i].makeSorted())
    [all...]
UnicodeTest.cpp 26 static void test_uvs(skiatest::Reporter* reporter) {
36 REPORTER_ASSERT(reporter, uvs0 == uvs1);
44 static void test_textencodings(skiatest::Reporter* reporter) {
72 REPORTER_ASSERT(reporter, (int)len8 == count8);
73 REPORTER_ASSERT(reporter, (int)len8 == count16);
74 REPORTER_ASSERT(reporter, (int)len8 == count32);
76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t)));
77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t)))
    [all...]
  /frameworks/base/cmds/incidentd/src/
IncidentService.cpp 23 #include "Reporter.h"
158 sp<Reporter> reporter = new Reporter(); local
167 reporter->batch.add(request);
179 Reporter::run_report_status_t reportStatus = reporter->runReport(&reportByteSize);
181 if (reportStatus == Reporter::REPORT_NEEDS_DROPBOX) {
188 if (Reporter::upload_backlog() == Reporter::REPORT_NEEDS_DROPBOX)
    [all...]
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
ReplaceIcuTags.java 18 import com.google.currysrc.api.process.Reporter;
35 protected boolean visitTagElement(Reporter reporter, ASTRewrite rewrite, TagElement tag) {

Completed in 322 milliseconds

1 2 3 4 5 6 78 91011>>