/external/skia/tests/ |
D | PathOpsExtendedTest.h | 16 namespace skiatest { class Reporter; } variable 20 void (*fun)(skiatest::Reporter*, const char* filename); 25 extern int comparePaths(skiatest::Reporter* reporter, const char* filename, 28 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths() 37 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, 39 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, 41 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, 43 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, 47 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename); 48 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path, [all …]
|
D | Test.h | 59 class Reporter : SkNoncopyable { 61 virtual ~Reporter() {} in ~Reporter() 100 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) { in ReporterContext() 103 ReporterContext(Reporter* reporter, const std::string& message) : fReporter(reporter) { in ReporterContext() 111 Reporter* fReporter; 114 using CPUTestProc = void (*)(Reporter*); 115 using GaneshTestProc = void (*)(Reporter*, const GrContextOptions&); 117 using GraphiteTestProc = void (*)(Reporter*, const graphite::TestOptions&); 168 void cpu(skiatest::Reporter* r) const { in cpu() 175 void ganesh(skiatest::Reporter* r, const GrContextOptions& options) const { in ganesh() [all …]
|
D | SkStrikeCacheTest.cpp | 23 DEF_TEST(SkStrikeCache_CachePurge, Reporter) { in DEF_TEST() argument 40 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() == 0); in DEF_TEST() 47 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() > 0); in DEF_TEST() 52 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() == 0); in DEF_TEST() 58 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() == 0); in DEF_TEST() 60 REPORTER_ASSERT(Reporter, cache.getTotalMemoryUsed() == 0); in DEF_TEST()
|
D | PathOpsSimplifyTest.cpp | 24 static void testDegenerates(skiatest::Reporter* reporter, const char* filename) { in testDegenerates() 55 static void testLine1(skiatest::Reporter* reporter, const char* filename) { in testLine1() 64 static void testLine1x(skiatest::Reporter* reporter, const char* filename) { in testLine1x() 102 static void testLine2(skiatest::Reporter* reporter, const char* filename) { in testLine2() 109 static void testLine2x(skiatest::Reporter* reporter, const char* filename) { in testLine2x() 117 static void testLine3(skiatest::Reporter* reporter, const char* filename) { in testLine3() 124 static void testLine3x(skiatest::Reporter* reporter, const char* filename) { in testLine3x() 132 static void testLine3a(skiatest::Reporter* reporter, const char* filename) { in testLine3a() 139 static void testLine3ax(skiatest::Reporter* reporter, const char* filename) { in testLine3ax() 147 static void testLine3b(skiatest::Reporter* reporter, const char* filename) { in testLine3b() [all …]
|
D | FontScanner.h | 14 void FontScanner_VariableFont(skiatest::Reporter* reporter, SkFontScanner* scanner); 15 void FontScanner_NamedInstances1(skiatest::Reporter* reporter, SkFontScanner* scanner); 16 void FontScanner_NamedInstances2(skiatest::Reporter* reporter, SkFontScanner* scanner); 17 void FontScanner_FontCollection(skiatest::Reporter* reporter, SkFontScanner* scanner);
|
D | GradientTest.cpp | 61 static void test_big_grad(skiatest::Reporter* reporter) { in test_big_grad() 89 void gradCheck(skiatest::Reporter* reporter, in gradCheck() 114 static void none_gradproc(skiatest::Reporter* reporter, const GradRec&, const GradRec&) { in none_gradproc() 119 static void color_gradproc(skiatest::Reporter* reporter, const GradRec& rec, const GradRec&) { in color_gradproc() 124 static void linear_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in linear_gradproc() 134 static void radial_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in radial_gradproc() 146 static void sweep_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in sweep_gradproc() 157 static void conical_gradproc(skiatest::Reporter* reporter, const GradRec& buildRec, in conical_gradproc() 174 static void linear_gradproc_matrix(skiatest::Reporter* reporter, const GradRec& buildRec, in linear_gradproc_matrix() 195 static void TestConstantGradient(skiatest::Reporter*) { in TestConstantGradient() argument [all …]
|
D | VkHardwareBufferTest.cpp | 59 virtual bool init(skiatest::Reporter* reporter) = 0; 66 virtual sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter, 68 virtual sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter, 72 virtual bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) = 0; 73 virtual bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle, 116 bool init(skiatest::Reporter* reporter) override; 118 sk_sp<SkImage> importHardwareBufferForRead(skiatest::Reporter* reporter, 120 sk_sp<SkSurface> importHardwareBufferForWrite(skiatest::Reporter* reporter, 124 bool flushSurfaceAndSignalSemaphore(skiatest::Reporter* reporter, sk_sp<SkSurface>) override; 125 bool importAndWaitOnSemaphore(skiatest::Reporter* reporter, int fdHandle, [all …]
|
D | TestUtils.h | 29 namespace skiatest { class Reporter; } variable 36 void TestReadPixels(skiatest::Reporter*, 44 void TestWritePixels(skiatest::Reporter*, 52 void TestCopyFromSurface(skiatest::Reporter*, 98 void CheckSingleThreadedProxyRefs(skiatest::Reporter* reporter,
|
D | RRectInPathTest.cpp | 27 static SkRRect path_contains_rrect(skiatest::Reporter* reporter, const SkPath& path, in path_contains_rrect() 56 static SkRRect inner_path_contains_rrect(skiatest::Reporter* reporter, const SkRRect& in, in inner_path_contains_rrect() 75 static void path_contains_rrect_check(skiatest::Reporter* reporter, const SkRRect& in, in path_contains_rrect_check() 84 static void path_contains_rrect_nocheck(skiatest::Reporter* reporter, const SkRRect& in, in path_contains_rrect_nocheck() 92 static void path_contains_rrect_check(skiatest::Reporter* reporter, const SkRect& r, in path_contains_rrect_check() 106 static void force_path_contains_rrect(skiatest::Reporter* reporter, SkPath& path, in force_path_contains_rrect() 115 static void test_undetected_paths(skiatest::Reporter* reporter) { in test_undetected_paths() 181 static void test_tricky_radii(skiatest::Reporter* reporter) { in test_tricky_radii() 208 static void test_empty_crbug_458524(skiatest::Reporter* reporter) { in test_empty_crbug_458524() 226 static void test_inset(skiatest::Reporter* reporter) { in test_inset() [all …]
|
D | CanvasTest.cpp | 75 skiatest::Reporter* r; 163 static void test_restriction(skiatest::Reporter* reporter, SkCanvas* canvas) { in test_restriction() 270 using CanvasTest = void (*)(SkCanvas*, skiatest::Reporter*); 273 [](SkCanvas* c, skiatest::Reporter* r) { in __anona5c16dad0302() 276 [](SkCanvas* c, skiatest::Reporter* r) { in __anona5c16dad0402() 279 [](SkCanvas* c, skiatest::Reporter* r) { in __anona5c16dad0502() 282 [](SkCanvas* c, skiatest::Reporter* r) { in __anona5c16dad0602() 285 [](SkCanvas* c, skiatest::Reporter* r) { in __anona5c16dad0702() 288 [](SkCanvas* c, skiatest::Reporter* r) { in __anona5c16dad0802() 291 [](SkCanvas* c, skiatest::Reporter* r) { in __anona5c16dad0902() [all …]
|
D | PointTest.cpp | 21 static void test_casts(skiatest::Reporter* reporter) { in test_casts() 33 static void test_Normalize(skiatest::Reporter* reporter, in test_Normalize() 44 static void test_normalize_cannormalize_consistent(skiatest::Reporter* reporter) { in test_normalize_cannormalize_consistent() 64 static void test_length(skiatest::Reporter* reporter, SkScalar x, SkScalar y, in test_length() 85 template <typename T> T get_value(skiatest::Reporter* reporter, T value) { in get_value() 96 static float force_as_float(skiatest::Reporter* reporter, float value) { in force_as_float() 111 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow()
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | LoggerFactory.java | 46 import org.slf4j.helpers.Reporter; 152 Reporter.error("A service provider failed to instantiate:\n" + e.getMessage()); in safelyInstantiate() 201 Reporter.warn("No SLF4J providers were found."); in bind() 202 Reporter.warn("Defaulting to no-operation (NOP) logger implementation"); in bind() 203 Reporter.warn("See " + NO_PROVIDERS_URL + " for further details."); in bind() 222 Reporter.info(message); in loadExplicitlySpecified() 229 Reporter.error(message, e); in loadExplicitlySpecified() 233 Reporter.error(message, e); in loadExplicitlySpecified() 242 …Reporter.warn("Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier."); in reportIgnoredStaticLoggerBinders() 245 Reporter.warn("Ignoring binding found at [" + path + "]"); in reportIgnoredStaticLoggerBinders() [all …]
|
/external/apache-xml/test/java/src/org/apache/qetest/ |
D | QetestFactory.java | 116 public static Reporter newReporter(Properties options) in newReporter() 118 Reporter reporter = null; in newReporter() 122 reporter = new Reporter(null); in newReporter() 135 String r = options.getProperty(Reporter.OPT_LOGGERS); in newReporter() 140 options.put(Reporter.OPT_LOGGERS, in newReporter() 146 options.put(Reporter.OPT_LOGGERS, in newReporter() 147 r + Reporter.LOGGER_SEPARATOR in newReporter() 160 String r = options.getProperty(Reporter.OPT_LOGGERS); in newReporter() 164 options.put(Reporter.OPT_LOGGERS, in newReporter() 169 options.put(Reporter.OPT_LOGGERS, in newReporter() [all …]
|
D | FileBasedTest.java | 90 + " -" + Reporter.OPT_LOGGERS in usage() 94 + " -" + Reporter.OPT_LOGGINGLEVEL in usage() 96 + " -" + Reporter.OPT_DEBUG in usage() 455 temp = props.getProperty(Reporter.OPT_LOGGERS); in initializeFromProperties() 457 testProps.put(Reporter.OPT_LOGGERS, temp); in initializeFromProperties() 464 String dbg = props.getProperty(Reporter.OPT_DEBUG); in initializeFromProperties() 470 testProps.put(Reporter.OPT_DEBUG, "true"); in initializeFromProperties() 473 String pLog = props.getProperty(Reporter.OPT_PERFLOGGING); in initializeFromProperties() 479 testProps.put(Reporter.OPT_PERFLOGGING, "true"); in initializeFromProperties() 482 temp = props.getProperty(Reporter.OPT_LOGGINGLEVEL); in initializeFromProperties() [all …]
|
/external/grpc-grpc/test/cpp/qps/ |
D | report.h | 36 class Reporter { 39 explicit Reporter(const string& name) : name_(name) {} in Reporter() function 41 virtual ~Reporter() {} in ~Reporter() 74 class CompositeReporter : public Reporter { 76 CompositeReporter() : Reporter("CompositeReporter") {} in CompositeReporter() 79 void add(std::unique_ptr<Reporter> reporter); 90 std::vector<std::unique_ptr<Reporter> > reporters_; 94 class GprLogReporter : public Reporter { 96 explicit GprLogReporter(const string& name) : Reporter(name) {} in GprLogReporter() 109 class JsonReporter : public Reporter { [all …]
|
D | benchmark_config.cc | 60 static std::shared_ptr<Reporter> InitBenchmarkReporters() { in InitBenchmarkReporters() 64 std::unique_ptr<Reporter>(new GprLogReporter("LogReporter"))); in InitBenchmarkReporters() 67 composite_reporter->add(std::unique_ptr<Reporter>(new JsonReporter( in InitBenchmarkReporters() 76 composite_reporter->add(std::unique_ptr<Reporter>(new RpcReporter( in InitBenchmarkReporters() 82 return std::shared_ptr<Reporter>(composite_reporter); in InitBenchmarkReporters() 85 std::shared_ptr<Reporter> GetReporter() { in GetReporter() 86 static std::shared_ptr<Reporter> reporter(InitBenchmarkReporters()); in GetReporter()
|
/external/testng/src/test/java/test/simple/ |
D | IncludedExcludedSampleTest.java | 3 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/go-cmp/cmp/testdata/ |
D | diffs | 257 <<< TestDiff/Reporter/PanicStringer 262 >>> TestDiff/Reporter/PanicStringer 263 <<< TestDiff/Reporter/PanicError 268 >>> TestDiff/Reporter/PanicError 269 <<< TestDiff/Reporter/AmbiguousType 274 >>> TestDiff/Reporter/AmbiguousType 275 <<< TestDiff/Reporter/AmbiguousPointer 280 >>> TestDiff/Reporter/AmbiguousPointer 281 <<< TestDiff/Reporter/AmbiguousPointerStruct 286 >>> TestDiff/Reporter/AmbiguousPointerStruct [all …]
|
/external/testng/src/test/java/test/ |
D | ReporterApiTest.java | 3 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/mockito/src/test/java/org/mockito/internal/exceptions/ |
D | ReporterTest.java | 31 throw Reporter.tooFewActualInvocations( in should_let_passing_null_last_actual_stack_trace() 45 throw Reporter.methodDoesNotAcceptParameter( in should_throw_correct_exception_for_null_invocation_listener() 63 throw Reporter.noMoreInteractionsWanted( in can_use_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted() 83 throw Reporter.noMoreInteractionsWantedInOrder( in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted_in_order() 102 throw Reporter.invalidArgumentPositionRangeAtInvocationTime( in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_invalid_argument_position() 122 throw Reporter.wrongTypeOfArgumentToReturn( in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_wrong_argument_to_return() 144 throw Reporter.delegatedMethodDoesNotExistOnDelegate( in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_delegate_method_dont_exists() 166 throw Reporter.delegatedMethodHasWrongReturnType( in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_delegate_method_has_wrong_return_type() 188 throw Reporter.cannotInjectDependency( in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_injection_failure()
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.h | 77 class Reporter { 80 explicit Reporter(const string& filename) : filename_(filename) { } in Reporter() function 82 virtual ~Reporter() { } in ~Reporter() 103 explicit FatReader(Reporter* reporter) : reporter_(reporter) { } in FatReader() 141 Reporter* reporter_; 239 class Reporter { 242 explicit Reporter(const string& filename) : filename_(filename) { } in Reporter() function 243 virtual ~Reporter() { } in ~Reporter() 364 explicit Reader(Reporter* reporter) in Reader() 431 Reporter* reporter_;
|
/external/apache-xml/test/java/src/org/apache/qetest/xsl/ |
D | LoggingEntityResolver.java | 31 import org.apache.qetest.Reporter; 55 public LoggingEntityResolver(Reporter r) in LoggingEntityResolver() 61 private Reporter reporter; 68 public void setReporter(Reporter r) in setReporter() 79 public Reporter getReporter() in getReporter() 135 private int level = Reporter.DEFAULT_LOGGINGLEVEL;
|
/external/testng/src/test/java/test/tmp/ |
D | TestNGBug.java | 3 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/ |
D | EmailableReportDriver.java | 4 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/ |
D | MockCreationValidator.java | 7 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;
|