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

<<2122232425262728

  /packages/apps/Camera2/src/com/android/camera/data/
FixedFirstDataAdapter.java 180 public void onDataUpdated(final UpdateReporter reporter) {
184 return (dataID != 0) && reporter.isDataRemoved(dataID - 1);
189 return (dataID != 0) && reporter.isDataUpdated(dataID - 1);
  /external/chromium_org/third_party/leveldatabase/src/db/
repair.cc 163 struct LogReporter : public log::Reader::Reporter {
185 LogReporter reporter; local
186 reporter.env = env_;
187 reporter.info_log = options_.info_log;
188 reporter.lognum = log;
193 log::Reader reader(lfile, &reporter, false/*do not checksum*/,
205 reporter.Corruption(
leveldb_main.cc 36 class CorruptionReporter : public log::Reader::Reporter {
54 CorruptionReporter reporter; local
55 log::Reader reader(file, &reporter, true, 0);
  /external/chromium_org/testing/gtest/include/gtest/
gtest-spi.h 60 // The c'tor sets this object as the test part result reporter used
62 // results. This reporter will only catch failures generated in the current
70 // The d'tor restores the previous test part result reporter.
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-spi.h 60 // The c'tor sets this object as the test part result reporter used
62 // results. This reporter will only catch failures generated in the current
70 // The d'tor restores the previous test part result reporter.
  /external/chromium_org/third_party/skia/tests/
BlendTest.cpp 27 static void test(skiatest::Reporter* r, int maxDiff, Blend algorithm,
39 static void test_alpha(skiatest::Reporter* r, uint8_t alpha, int maxDiff, Blend algorithm) {
50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) {
PathOpsCubicLineIntersectionIdeas.cpp 136 DEF_TEST(PathOpsCubicLineRoots, reporter) {
269 DEF_TEST(PathOpsCubicLineFailures, reporter) {
278 DEF_TEST(PathOpsCubicLineOneFailure, reporter) {
  /external/gtest/include/gtest/
gtest-spi.h 60 // The c'tor sets this object as the test part result reporter used
62 // results. This reporter will only catch failures generated in the current
70 // The d'tor restores the previous test part result reporter.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 60 // The c'tor sets this object as the test part result reporter used
62 // results. This reporter will only catch failures generated in the current
70 // The d'tor restores the previous test part result reporter.
  /external/mesa3d/src/gtest/include/gtest/
gtest-spi.h 60 // The c'tor sets this object as the test part result reporter used
62 // results. This reporter will only catch failures generated in the current
70 // The d'tor restores the previous test part result reporter.
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 60 // The c'tor sets this object as the test part result reporter used
62 // results. This reporter will only catch failures generated in the current
70 // The d'tor restores the previous test part result reporter.
  /external/skia/tests/
BlendTest.cpp 27 static void test(skiatest::Reporter* r, int maxDiff, Blend algorithm,
39 static void test_alpha(skiatest::Reporter* r, uint8_t alpha, int maxDiff, Blend algorithm) {
50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 60 // The c'tor sets this object as the test part result reporter used
62 // results. This reporter will only catch failures generated in the current
70 // The d'tor restores the previous test part result reporter.
  /external/chromium_org/chrome/browser/
chrome_browser_main_android.cc 33 // TODO(jcivelli): we should not initialize the crash-reporter when it was not
  /external/chromium_org/chrome/browser/extensions/
extension_error_reporter.h 30 // Initializes the error reporter. Must be called before any other methods
  /external/clang/www/analyzer/
filing_bugs.html 48 reports to Apple's <a href="http://bugreporter.apple.com">Bug Reporter</a> web
  /external/objenesis/tck/src/org/objenesis/tck/
Reporter.java 34 public interface Reporter {
  /external/chromium_org/remoting/base/
breakpad_win.cc 39 // reporter is different for x86-32 and x86-64: the message sizes
74 // Note that the crash reporter should be initialized before calling this
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 564 reporter = SummaryReporter(
567 reporter.report(morfs, outfile=file, config=self.config)
584 reporter = AnnotateReporter(self, self.config.ignore_errors)
585 reporter.report(morfs, config=self.config, directory=directory)
598 reporter = HtmlReporter(self, self.config.ignore_errors)
599 reporter.report(morfs, config=self.config)
625 reporter = XmlReporter(self, self.config.ignore_errors)
626 reporter.report(morfs, outfile=outfile, config=self.config)
  /external/mockito/src/org/mockito/
MockitoAnnotations.java 10 import org.mockito.exceptions.Reporter;
139 new Reporter().moreThanOneAnnotationNotAllowed(field.getName());
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 129 // Dont show feedback option if there is no reporter.
377 // Reporter not configured. Return.
380 // Additional checks to ensure the reporter is on system image, and reporter is
438 // Dont show feedback option if there is no reporter.
  /external/chromium_org/testing/gtest/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/third_party/mesa/src/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/gtest/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/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 460 // This is the default global test part result reporter used in UnitTestImpl.
476 // This is the default per thread test part result reporter used in
483 // delegates to the current global test part result reporter of *unit_test_.
505 // TestPartResult to the global test result reporter, which registers the
508 // Returns the global test part result reporter.
511 // Sets the global test part result reporter.
513 TestPartResultReporterInterface* reporter);
515 // Returns the test part result reporter for the current thread.
518 // Sets the test part result reporter for the current thread.
520 TestPartResultReporterInterface* reporter);
    [all...]

Completed in 1020 milliseconds

<<2122232425262728