Home
last modified time | relevance | path

Searched refs:Reporter (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/external/skia/tests/
DPathOpsExtendedTest.h19 void (*fun)(skiatest::Reporter*, const char* filename);
24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths()
36 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
38 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
40 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
42 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
46 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
47 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
49 extern bool testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path,
[all …]
DTest.h31 class Reporter : SkNoncopyable {
33 virtual ~Reporter() {} in ~Reporter()
58 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext()
66 Reporter* fReporter;
69 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
86 void run(skiatest::Reporter* r, const GrContextOptions& options) const { in run()
115 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
125 void RunWithGPUTestContexts(GrContextTestFn*, GrContextTypeFilterFn*, Reporter*,
178 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
180 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
[all …]
DSkStrikeCacheTest.cpp13 DEF_TEST(SkStrikeCache_CachePurge, Reporter) { in DEF_TEST() argument
30 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() == 0); in DEF_TEST()
37 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() > 0); in DEF_TEST()
42 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() == 0); in DEF_TEST()
48 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() == 0); in DEF_TEST()
50 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() == 0); in DEF_TEST()
DPathOpsSimplifyTest.cpp11 static void testLine1(skiatest::Reporter* reporter, const char* filename) { in testLine1()
20 static void testLine1x(skiatest::Reporter* reporter, const char* filename) { in testLine1x()
58 static void testLine2(skiatest::Reporter* reporter, const char* filename) { in testLine2()
65 static void testLine2x(skiatest::Reporter* reporter, const char* filename) { in testLine2x()
73 static void testLine3(skiatest::Reporter* reporter, const char* filename) { in testLine3()
80 static void testLine3x(skiatest::Reporter* reporter, const char* filename) { in testLine3x()
88 static void testLine3a(skiatest::Reporter* reporter, const char* filename) { in testLine3a()
95 static void testLine3ax(skiatest::Reporter* reporter, const char* filename) { in testLine3ax()
103 static void testLine3b(skiatest::Reporter* reporter, const char* filename) { in testLine3b()
110 static void testLine3bx(skiatest::Reporter* reporter, const char* filename) { in testLine3bx()
[all …]
DGradientTest.cpp24 static void test_big_grad(skiatest::Reporter* reporter) { in test_big_grad()
52 void gradCheck(skiatest::Reporter* reporter, const sk_sp<SkShader>& shader, in gradCheck()
73 static void none_gradproc(skiatest::Reporter* reporter, const GradRec&, const GradRec&) { in none_gradproc()
78 static void color_gradproc(skiatest::Reporter* reporter, const GradRec& rec, const GradRec&) { in color_gradproc()
89 static void linear_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in linear_gradproc()
99 static void radial_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in radial_gradproc()
111 static void sweep_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in sweep_gradproc()
122 static void conical_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in conical_gradproc()
140 static void TestConstantGradient(skiatest::Reporter*) { in TestConstantGradient() argument
161 typedef void (*GradProc)(skiatest::Reporter* reporter, const GradRec&, const GradRec&);
[all …]
DVkHardwareBufferTest.cpp47 virtual bool init(skiatest::Reporter* reporter) = 0;
52 virtual sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter,
54 virtual sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter,
58 virtual bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) = 0;
59 virtual bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle,
100 bool init(skiatest::Reporter* reporter) override;
102 sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter,
104 sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter,
108 bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) override;
109 bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle,
[all …]
/external/skqp/tests/
DPathOpsExtendedTest.h19 void (*fun)(skiatest::Reporter*, const char* filename);
24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths()
36 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
38 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
40 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
42 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
46 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
47 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
49 extern bool testSimplifyFail(skiatest::Reporter* reporter, const SkPath& path,
[all …]
DTest.h31 class Reporter : SkNoncopyable {
33 virtual ~Reporter() {} in ~Reporter()
70 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext()
78 Reporter* fReporter;
81 typedef void (*TestProc)(skiatest::Reporter*, const GrContextOptions&);
98 void run(skiatest::Reporter* r, const GrContextOptions& options) const { in run()
127 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&);
135 void RunWithGPUTestContexts(GrContextTestFn*, GrContextTypeFilterFn*, Reporter*,
180 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
182 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
[all …]
DPathOpsSimplifyTest.cpp11 static void testLine1(skiatest::Reporter* reporter, const char* filename) { in testLine1()
20 static void testLine1x(skiatest::Reporter* reporter, const char* filename) { in testLine1x()
58 static void testLine2(skiatest::Reporter* reporter, const char* filename) { in testLine2()
65 static void testLine2x(skiatest::Reporter* reporter, const char* filename) { in testLine2x()
73 static void testLine3(skiatest::Reporter* reporter, const char* filename) { in testLine3()
80 static void testLine3x(skiatest::Reporter* reporter, const char* filename) { in testLine3x()
88 static void testLine3a(skiatest::Reporter* reporter, const char* filename) { in testLine3a()
95 static void testLine3ax(skiatest::Reporter* reporter, const char* filename) { in testLine3ax()
103 static void testLine3b(skiatest::Reporter* reporter, const char* filename) { in testLine3b()
110 static void testLine3bx(skiatest::Reporter* reporter, const char* filename) { in testLine3bx()
[all …]
DVkHardwareBufferTest.cpp46 virtual bool init(skiatest::Reporter* reporter) = 0;
51 virtual sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter,
53 virtual sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter,
57 virtual bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) = 0;
58 virtual bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle,
98 bool init(skiatest::Reporter* reporter) override;
100 sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter,
102 sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter,
106 bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) override;
107 bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle,
[all …]
DGradientTest.cpp21 static void test_big_grad(skiatest::Reporter* reporter) { in test_big_grad()
50 void gradCheck(skiatest::Reporter* reporter, const sk_sp<SkShader>& shader, in gradCheck()
71 static void none_gradproc(skiatest::Reporter* reporter, const GradRec&, const GradRec&) { in none_gradproc()
76 static void color_gradproc(skiatest::Reporter* reporter, const GradRec& rec, const GradRec&) { in color_gradproc()
87 static void linear_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in linear_gradproc()
97 static void radial_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in radial_gradproc()
109 static void sweep_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in sweep_gradproc()
120 static void conical_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in conical_gradproc()
138 static void TestConstantGradient(skiatest::Reporter*) { in TestConstantGradient() argument
159 typedef void (*GradProc)(skiatest::Reporter* reporter, const GradRec&, const GradRec&);
[all …]
DPointTest.cpp13 static void test_casts(skiatest::Reporter* reporter) { in test_casts()
25 static void test_Normalize(skiatest::Reporter* reporter, in test_Normalize()
36 static void test_normalize_cannormalize_consistent(skiatest::Reporter* reporter) { in test_normalize_cannormalize_consistent()
56 static void test_length(skiatest::Reporter* reporter, SkScalar x, SkScalar y, in test_length()
77 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { in get_value()
88 static float force_as_float(skiatest::Reporter* reporter, float value) { in force_as_float()
103 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow()
126 static void test_underflow(skiatest::Reporter* reporter) { in test_underflow()
/external/grpc-grpc/test/cpp/qps/
Dreport.h37 class Reporter {
40 Reporter(const string& name) : name_(name) {} in Reporter() function
42 virtual ~Reporter() {} in ~Reporter()
75 class CompositeReporter : public Reporter {
77 CompositeReporter() : Reporter("CompositeReporter") {} in CompositeReporter()
80 void add(std::unique_ptr<Reporter> reporter);
91 std::vector<std::unique_ptr<Reporter> > reporters_;
95 class GprLogReporter : public Reporter {
97 GprLogReporter(const string& name) : Reporter(name) {} in GprLogReporter()
113 class JsonReporter : public Reporter {
[all …]
Dbenchmark_config.cc63 static std::shared_ptr<Reporter> InitBenchmarkReporters() { in InitBenchmarkReporters()
67 std::unique_ptr<Reporter>(new GprLogReporter("LogReporter"))); in InitBenchmarkReporters()
70 composite_reporter->add(std::unique_ptr<Reporter>( in InitBenchmarkReporters()
79 composite_reporter->add(std::unique_ptr<Reporter>(new RpcReporter( in InitBenchmarkReporters()
84 return std::shared_ptr<Reporter>(composite_reporter); in InitBenchmarkReporters()
87 std::shared_ptr<Reporter> GetReporter() { in GetReporter()
88 static std::shared_ptr<Reporter> reporter(InitBenchmarkReporters()); in GetReporter()
/external/testng/src/test/java/test/simple/
DIncludedExcludedSampleTest.java3 import org.testng.Reporter;
14 Reporter.log("beforeSuite"); in beforeSuite()
19 Reporter.log("beforeTest"); in beforeTest()
24 Reporter.log("beforeTestClass"); in beforeTestClass()
29 Reporter.log("beforeTestMethod"); in beforeTestMethod()
34 Reporter.log("Child.test1"); in test1()
39 Reporter.log("Child.test2"); in test2()
44 Reporter.log("Child.test3"); in test3()
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllSymbolsAction.h28 SymbolReporter *Reporter,
36 SymbolReporter *const Reporter;
46 SymbolReporter *Reporter,
48 : Reporter(Reporter), RegexHeaderMap(RegexHeaderMap) {} in Reporter() function
51 return std::make_unique<FindAllSymbolsAction>(Reporter, RegexHeaderMap); in create()
55 SymbolReporter *const Reporter;
DFindAllSymbolsAction.cpp19 SymbolReporter *Reporter, in FindAllSymbolsAction() argument
21 : Reporter(Reporter), Collector(RegexHeaderMap), Handler(&Collector), in FindAllSymbolsAction()
22 Matcher(Reporter, &Collector) { in FindAllSymbolsAction()
31 Reporter, &Compiler.getSourceManager(), &Collector)); in CreateASTConsumer()
DFindAllSymbols.h36 explicit FindAllSymbols(SymbolReporter *Reporter,
38 : Reporter(Reporter), Collector(Collector) {} in Reporter() function
53 SymbolReporter *const Reporter; variable
/external/mockito/src/test/java/org/mockito/internal/exceptions/
DReporterTest.java29 …throw Reporter.tooLittleActualInvocations(new org.mockito.internal.reporting.Discrepancy(1, 2), ne… in should_let_passing_null_last_actual_stack_trace()
34 throw Reporter.methodDoesNotAcceptParameter("invocationListeners", "null vararg array"); in should_throw_correct_exception_for_null_invocation_listener()
40 …throw Reporter.noMoreInteractionsWanted(invocation_with_bogus_default_answer, Collections.<Verific… in can_use_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted()
46 throw Reporter.noMoreInteractionsWantedInOrder(invocation_with_bogus_default_answer); in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted_in_order()
52 …throw Reporter.invalidArgumentPositionRangeAtInvocationTime(invocation_with_bogus_default_answer, … in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_invalid_argument_position()
58 …throw Reporter.wrongTypeOfArgumentToReturn(invocation_with_bogus_default_answer, "", String.class,… in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_wrong_argument_to_return()
65 …throw Reporter.delegatedMethodDoesNotExistOnDelegate(dumb_invocation.getMethod(), mock_with_bogus_… in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_delegate_method_dont_exists()
72 …throw Reporter.delegatedMethodHasWrongReturnType(dumb_invocation.getMethod(), dumb_invocation.getM… in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_delegate_method_has_wrong_return_type()
78 …throw Reporter.cannotInjectDependency(someField(), mock_with_bogus_default_answer, new Exception()… in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_injection_failure()
/external/testng/src/test/java/test/
DReporterApiTest.java3 import org.testng.Reporter;
15 Reporter.log("foo"); in testApi()
16 Reporter.log("foo", false); in testApi()
17 Reporter.log("foo", 2); in testApi()
18 Reporter.log("foo", 2, false); in testApi()
/external/google-breakpad/src/common/mac/
Dmacho_reader.h78 class Reporter {
81 explicit Reporter(const string &filename) : filename_(filename) { } in Reporter() function
83 virtual ~Reporter() { } in ~Reporter()
104 explicit FatReader(Reporter *reporter) : reporter_(reporter) { } in FatReader()
142 Reporter *reporter_;
240 class Reporter {
243 explicit Reporter(const string &filename) : filename_(filename) { } in Reporter() function
244 virtual ~Reporter() { } in ~Reporter()
365 explicit Reader(Reporter *reporter) in Reader()
432 Reporter *reporter_;
/external/llvm-project/clang-tools-extra/clang-move/
DMove.h119 DeclarationReporter *const Reporter);
197 DeclarationReporter *const Reporter; variable
205 DeclarationReporter *const Reporter) in ClangMoveAction() argument
206 : MoveTool(Context, Reporter) { in ClangMoveAction()
224 DeclarationReporter *const Reporter = nullptr)
225 : Context(Context), Reporter(Reporter) {} in Context()
228 return std::make_unique<ClangMoveAction>(Context, Reporter); in create()
234 DeclarationReporter *const Reporter; variable
/external/testng/src/test/java/test/tmp/
DTestNGBug.java3 import org.testng.Reporter;
14 Reporter.log("Child.test1"); in test1()
19 Reporter.log("Child.test2"); in test2()
24 Reporter.log("Child.test3"); in test3()
/external/testng/src/test/java/test/reports/
DEmailableReportDriver.java4 import org.testng.Reporter;
24 Reporter.log("Preparing to fail"); in doFailureWithLog()
29 Reporter.log("step 1"); in doExpectedExceptionSansLog()
30 Reporter.log("step 2"); in doExpectedExceptionSansLog()
/external/mockito/src/main/java/org/mockito/internal/util/
DMockCreationValidator.java7 import static org.mockito.internal.exceptions.Reporter.cannotMockClass;
8 import static org.mockito.internal.exceptions.Reporter.extraInterfacesCannotContainMockedType;
9 import static org.mockito.internal.exceptions.Reporter.mockedTypeIsInconsistentWithDelegatedInstanc…
10 import static org.mockito.internal.exceptions.Reporter.mockedTypeIsInconsistentWithSpiedInstanceTyp…
11 import static org.mockito.internal.exceptions.Reporter.usingConstructorWithFancySerializable;

12345678910>>...24