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

<<2122232425262728

  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 461 // This is the default global test part result reporter used in UnitTestImpl.
477 // This is the default per thread test part result reporter used in
484 // delegates to the current global test part result reporter of *unit_test_.
506 // TestPartResult to the global test result reporter, which registers the
509 // Returns the global test part result reporter.
512 // Sets the global test part result reporter.
514 TestPartResultReporterInterface* reporter);
516 // Returns the test part result reporter for the current thread.
519 // Sets the test part result reporter for the current thread.
521 TestPartResultReporterInterface* reporter);
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 700 // This is the default global test part result reporter used in UnitTestImpl.
716 // This is the default per thread test part result reporter used in
723 // delegates to the current global test part result reporter of *unit_test_.
745 // TestPartResult to the global test result reporter, which registers the
748 // Returns the global test part result reporter.
751 // Sets the global test part result reporter.
753 TestPartResultReporterInterface* reporter);
755 // Returns the test part result reporter for the current thread.
758 // Sets the test part result reporter for the current thread.
760 TestPartResultReporterInterface* reporter);
    [all...]
  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 136 DEF_TEST(PathOpsCubicLineRoots, reporter) {
269 DEF_TEST(PathOpsCubicLineFailures, reporter) {
278 DEF_TEST(PathOpsCubicLineOneFailure, reporter) {
GLProgramsTest.cpp 228 DEF_GPUTEST(GLPrograms, reporter, factory) {
240 REPORTER_ASSERT(reporter, gpu->programUnitTest(maxStages));
MatrixClipCollapseTest.cpp 662 static void test_collapse(skiatest::Reporter* reporter) {
700 REPORTER_ASSERT(reporter, expected.count() == actual.count());
710 REPORTER_ASSERT(reporter, expected[i] == actual[i]);
726 DEF_TEST(MatrixClipCollapse, reporter) {
727 test_collapse(reporter);
PathOpsAngleTest.cpp 34 DEF_TEST(PathOpsAngleFindCrossEpsilon, reporter) {
68 DEF_TEST(PathOpsAngleFindQuadEpsilon, reporter) {
96 REPORTER_ASSERT(reporter, i.used() > 0);
172 DEF_TEST(PathOpsAngleFindSlop, reporter) {
248 DEF_TEST(PathOpsAngleCircle, reporter) {
401 DEF_TEST(PathOpsAngleAfter, reporter) {
JpegTest.cpp 420 DEF_TEST(Jpeg, reporter) {
428 REPORTER_ASSERT(reporter, imageDecodeSuccess);
429 REPORTER_ASSERT(reporter, bm8888.width() == goodJpegImageWidth);
430 REPORTER_ASSERT(reporter, bm8888.height() == goodJpegImageHeight);
431 REPORTER_ASSERT(reporter, !(bm8888.empty()));
435 REPORTER_ASSERT(reporter, bm8888.getColor(7, 9) == 0xffffffff);
436 REPORTER_ASSERT(reporter, bm8888.getColor(28, 3) == 0xff000000);
437 REPORTER_ASSERT(reporter, bm8888.getColor(27, 34) == 0xffffffff);
438 REPORTER_ASSERT(reporter, bm8888.getColor(71, 18) == 0xff000000);
441 REPORTER_ASSERT(reporter, bm8888.getColor(127, 127) == SK_ColorWHITE)
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 472 // This is the default global test part result reporter used in UnitTestImpl.
488 // This is the default per thread test part result reporter used in
495 // delegates to the current global test part result reporter of *unit_test_.
517 // TestPartResult to the global test result reporter, which registers the
520 // Returns the global test part result reporter.
523 // Sets the global test part result reporter.
525 TestPartResultReporterInterface* reporter);
527 // Returns the test part result reporter for the current thread.
530 // Sets the test part result reporter for the current thread.
532 TestPartResultReporterInterface* reporter);
    [all...]
  /external/chromium_org/chrome/browser/resources/
crashes.js 100 // Don't need locking with this call because the system crash reporter
  /external/chromium_org/components/breakpad/tools/
crash_service.h 55 // --reporter=<string>
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 1 //===--- PlistReporter.cpp - ARC Migrate Tool Plist Reporter ----*- C++ -*-===//
  /external/objenesis/tck/test/org/objenesis/tck/
ObjenesisTest.java 42 public static class JUnitReporter implements Reporter {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
results_reporter.ipp 47 // ************** result reporter implementation ************** //
  /external/chromium_org/components/breakpad/app/
breakpad_mac.mm 170 // Controlled by the user. The crash reporter may be enabled by
210 // the system's Crash Reporter. This allows the system to notify the user
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 228 DEF_GPUTEST(GLPrograms, reporter, factory) {
240 REPORTER_ASSERT(reporter, gpu->programUnitTest(maxStages));
MatrixClipCollapseTest.cpp 662 static void test_collapse(skiatest::Reporter* reporter) {
700 REPORTER_ASSERT(reporter, expected.count() == actual.count());
710 REPORTER_ASSERT(reporter, expected[i] == actual[i]);
726 DEF_TEST(MatrixClipCollapse, reporter) {
727 test_collapse(reporter);
PathOpsAngleTest.cpp 34 DEF_TEST(PathOpsAngleFindCrossEpsilon, reporter) {
68 DEF_TEST(PathOpsAngleFindQuadEpsilon, reporter) {
96 REPORTER_ASSERT(reporter, i.used() > 0);
172 DEF_TEST(PathOpsAngleFindSlop, reporter) {
248 DEF_TEST(PathOpsAngleCircle, reporter) {
401 DEF_TEST(PathOpsAngleAfter, reporter) {
JpegTest.cpp 420 DEF_TEST(Jpeg, reporter) {
428 REPORTER_ASSERT(reporter, imageDecodeSuccess);
429 REPORTER_ASSERT(reporter, bm8888.width() == goodJpegImageWidth);
430 REPORTER_ASSERT(reporter, bm8888.height() == goodJpegImageHeight);
431 REPORTER_ASSERT(reporter, !(bm8888.empty()));
435 REPORTER_ASSERT(reporter, bm8888.getColor(7, 9) == 0xffffffff);
436 REPORTER_ASSERT(reporter, bm8888.getColor(28, 3) == 0xff000000);
437 REPORTER_ASSERT(reporter, bm8888.getColor(27, 34) == 0xffffffff);
438 REPORTER_ASSERT(reporter, bm8888.getColor(71, 18) == 0xff000000);
441 REPORTER_ASSERT(reporter, bm8888.getColor(127, 127) == SK_ColorWHITE)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 623 * @param reporter a Reporter to send errors to.
625 public void execute(final Context context, final ProblemReporter reporter) {
633 if (null != reporter)
634 reporter.report(e);
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /external/jdiff/src/jdiff/
Options.java 132 * @param reporter a DocErrorReporter for generating error messages
137 DocErrorReporter reporter) {
138 final DocErrorReporter errOut = reporter;
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 

Completed in 272 milliseconds

<<2122232425262728