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

<<2122232425262728

  /external/chromium_org/base/
base_switches.cc 15 const char kEnableCrashReporter[] = "enable-crash-reporter";
60 "enable-crash-reporter-for-testing";
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
DomDistillerFeedbackReporter.java 28 public static void setExternalFeedbackReporter(ExternalFeedbackReporter reporter) {
29 sExternalFeedbackReporter = reporter;
  /external/chromium_org/third_party/skia/tests/
DrawTextTest.cpp 62 DEF_TEST(DrawText, reporter) {
101 REPORTER_ASSERT(reporter,
FontHostStreamTest.cpp 66 DEF_TEST(FontHostStream, reporter) {
105 REPORTER_ASSERT(reporter,
PremulAlphaRoundTripTest.cpp 67 DEF_GPUTEST(PremulAlphaRoundTrip, reporter, factory) {
124 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]);
  /external/mockito/src/org/mockito/internal/handler/
MockHandlerImpl.java 7 import org.mockito.exceptions.Reporter;
124 new Reporter().stubPassedToVerify(); // this throws an exception
  /external/skia/tests/
DrawTextTest.cpp 62 DEF_TEST(DrawText, reporter) {
101 REPORTER_ASSERT(reporter,
FontHostStreamTest.cpp 66 DEF_TEST(FontHostStream, reporter) {
105 REPORTER_ASSERT(reporter,
PremulAlphaRoundTripTest.cpp 67 DEF_GPUTEST(PremulAlphaRoundTrip, reporter, factory) {
124 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]);
  /external/stlport/test/unit/cppunit/
file_reporter.h 26 // CppUnit mini file(stream) reporter
28 class FileReporter : public CPPUNIT_NS::Reporter {
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 26 // CppUnit mini file(stream) reporter
28 class FileReporter : public CPPUNIT_NS::Reporter {
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 26 // CppUnit mini file(stream) reporter
28 class FileReporter : public CPPUNIT_NS::Reporter {
  /external/chromium_org/base/mac/
os_crash_dumps.cc 29 // Apple Crash Reporter handles. See ux_exception() in xnu's
  /external/chromium_org/components/domain_reliability/
service.h 35 // given upload reporter string.
  /external/chromium_org/third_party/polymer/platform/
build.log 18 karma-crbot-reporter: 0.0.4
  /external/chromium_org/testing/gtest/include/gtest/
gtest-test-part.h 157 // current test part result reporter. Besides checking if fatal failures were
158 // reported, it only delegates the reporting to the former result reporter.
159 // The original result reporter is restored in the destructor.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py 8 from coverage.report import Reporter
15 class XmlReporter(Reporter):
16 """A reporter for writing Cobertura-style XML coverage results."""
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-test-part.h 154 // current test part result reporter. Besides checking if fatal failures were
155 // reported, it only delegates the reporting to the former result reporter.
156 // The original result reporter is restored in the destructor.
  /external/gtest/include/gtest/
gtest-test-part.h 157 // current test part result reporter. Besides checking if fatal failures were
158 // reported, it only delegates the reporting to the former result reporter.
159 // The original result reporter is restored in the destructor.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 154 // current test part result reporter. Besides checking if fatal failures were
155 // reported, it only delegates the reporting to the former result reporter.
156 // The original result reporter is restored in the destructor.
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 154 // current test part result reporter. Besides checking if fatal failures were
155 // reported, it only delegates the reporting to the former result reporter.
156 // The original result reporter is restored in the destructor.
  /external/mockito/src/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java 8 import org.mockito.exceptions.Reporter;
93 new Reporter().fieldInitialisationThrewException(field, realCause);
95 new Reporter().cannotInitializeForInjectMocksAnnotation(field.getName(), e);
  /external/objenesis/tck/src/org/objenesis/tck/
TextReporter.java 36 * @see Reporter
38 public class TextReporter implements Reporter {
99 // HT: in case the same reporter is reused, I'm guessing that it will
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 157 // current test part result reporter. Besides checking if fatal failures were
158 // reported, it only delegates the reporting to the former result reporter.
159 // The original result reporter is restored in the destructor.
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 157 // current test part result reporter. Besides checking if fatal failures were
158 // reported, it only delegates the reporting to the former result reporter.
159 // The original result reporter is restored in the destructor.

Completed in 446 milliseconds

<<2122232425262728