HomeSort by relevance Sort by last modified time
    Searched full:reporter (Results 401 - 425 of 699) sorted by null

<<11121314151617181920>>

  /external/mockito/src/org/mockito/internal/configuration/
SpyAnnotationEngine.java 9 import org.mockito.exceptions.Reporter;
56 new Reporter().cannotInitializeForSpyAnnotation(field.getName(), e);
81 new Reporter().unsupportedCombinationOfAnnotations(annotation.getSimpleName(), annotation.getClass().getSimpleName());
  /external/mockito/src/org/mockito/internal/stubbing/answers/
ReturnsArgumentAt.java 7 import org.mockito.exceptions.Reporter;
66 new Reporter().invalidArgumentRangeAtIdentityAnswerCreationTime();
77 new Reporter().invalidArgumentPositionRangeAtInvocationTime(invocation,
  /external/skia/tests/
ReadWriteAlphaTest.cpp 18 DEF_GPUTEST(ReadWriteAlpha, reporter, factory) {
81 REPORTER_ASSERT(reporter, match);
108 REPORTER_ASSERT(reporter, match);
PathOpsOpCubicThreadedTest.cpp 69 DEF_TEST(PathOpsOpCubicsThreaded, reporter) {
70 int threadCount = initializeTests(reporter, "cubicOp");
71 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
80 if (!reporter->allowExtendedTest()) goto finish;
PathOpsOpRectThreadedTest.cpp 76 DEF_TEST(PathOpsRectsThreaded, reporter) {
77 int threadCount = initializeTests(reporter, "testOp");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
87 if (!reporter->allowExtendedTest()) goto finish;
PathOpsSimplifyDegenerateThreadedTest.cpp 70 DEF_TEST(PathOpsSimplifyDegeneratesThreaded, reporter) {
71 int threadCount = initializeTests(reporter, "testDegenerates");
72 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
87 if (!reporter->allowExtendedTest()) goto finish;
PathOpsSimplifyQuadThreadedTest.cpp 76 DEF_TEST(PathOpsSimplifyQuadsThreaded, reporter) {
77 int threadCount = initializeTests(reporter, "testQuads");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
87 if (!reporter->allowExtendedTest()) goto finish;
PathOpsSimplifyQuadralateralsThreadedTest.cpp 78 DEF_TEST(PathOpsSimplifyQuadralateralsThreaded, reporter) {
79 int threadCount = initializeTests(reporter, "testQuadralaterals");
80 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
88 if (!reporter->allowExtendedTest()) goto finish;
PathOpsSimplifyTrianglesThreadedTest.cpp 75 DEF_TEST(PathOpsSimplifyTrianglesThreaded, reporter) {
76 int threadCount = initializeTests(reporter, "testTriangles");
77 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
96 if (!reporter->allowExtendedTest()) goto finish;
RecordTestUtils.h 23 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, unsigned index) {
  /external/chromium_org/chrome/browser/domain_reliability/
service_factory.h 20 // the hardcoded upload reporter string "chrome".
  /external/chromium_org/third_party/skia/dm/
DMCpuGMTask.h 21 Reporter*,
DMGpuGMTask.h 21 Reporter*,
  /external/chromium_org/third_party/skia/tests/
PathOpsOpCubicThreadedTest.cpp 69 DEF_TEST(PathOpsOpCubicsThreaded, reporter) {
70 int threadCount = initializeTests(reporter, "cubicOp");
71 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
80 if (!reporter->allowExtendedTest()) goto finish;
PathOpsOpRectThreadedTest.cpp 76 DEF_TEST(PathOpsRectsThreaded, reporter) {
77 int threadCount = initializeTests(reporter, "testOp");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
87 if (!reporter->allowExtendedTest()) goto finish;
PathOpsSimplifyDegenerateThreadedTest.cpp 70 DEF_TEST(PathOpsSimplifyDegeneratesThreaded, reporter) {
71 int threadCount = initializeTests(reporter, "testDegenerates");
72 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
87 if (!reporter->allowExtendedTest()) goto finish;
PathOpsSimplifyQuadThreadedTest.cpp 76 DEF_TEST(PathOpsSimplifyQuadsThreaded, reporter) {
77 int threadCount = initializeTests(reporter, "testQuads");
78 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
87 if (!reporter->allowExtendedTest()) goto finish;
PathOpsSimplifyQuadralateralsThreadedTest.cpp 78 DEF_TEST(PathOpsSimplifyQuadralateralsThreaded, reporter) {
79 int threadCount = initializeTests(reporter, "testQuadralaterals");
80 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
88 if (!reporter->allowExtendedTest()) goto finish;
PathOpsSimplifyTrianglesThreadedTest.cpp 75 DEF_TEST(PathOpsSimplifyTrianglesThreaded, reporter) {
76 int threadCount = initializeTests(reporter, "testTriangles");
77 PathOpsThreadedTestRunner testRunner(reporter, threadCount);
96 if (!reporter->allowExtendedTest()) goto finish;
RecordTestUtils.h 23 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, unsigned index) {
  /external/clang/tools/scan-view/
ScanView.py 15 import Reporter
66 # be enabled. Also the radar reporter needs to be fixed to report
86 def __init__(self, report, reporter, parameters, server):
90 self.reporter = reporter
100 self.status = self.reporter.fileReport(self.report, self.parameters)
105 except Reporter.ReportFailure,e:
284 reporterIndex = self.get_scalar_field('reporter')
304 # Get the reporter and parameters.
305 reporter = self.server.reporters[reporterIndex
    [all...]
  /external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 9 import org.mockito.exceptions.Reporter;
96 new Reporter().reportNoSubMatchersFound(additionalMatcherName);
104 new Reporter().incorrectUseOfAdditionalMatchers(additionalMatcherName, count, lastMatchers);
115 new Reporter().misplacedArgumentMatcher(lastMatchers);
  /external/skia/dm/
DMCpuGMTask.h 21 Reporter*,
DMGpuGMTask.h 21 Reporter*,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LogProblemReporter.java 22 * A very simple problem reporter.

Completed in 127 milliseconds

<<11121314151617181920>>