Home
last modified time | relevance | path

Searched refs:getPreferences (Results 1 – 14 of 14) sorted by relevance

/external/junit/src/main/java/junit/runner/
DBaseTestRunner.java46 protected static Properties getPreferences() { in getPreferences() method in BaseTestRunner
59 getPreferences().store(fos, ""); in savePreferences()
66 getPreferences().put(key, value); in setPreference()
233 setPreferences(new Properties(getPreferences())); in readPreferences()
234 getPreferences().load(is); in readPreferences()
247 return getPreferences().getProperty(key); in getPreference()
/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp26 m_preferences.shouldRedirectStdOut = m_reporter->getPreferences().shouldRedirectStdOut; in addReporter()
29 ReporterPreferences ListeningReporter::getPreferences() const { in getPreferences() function in Catch::ListeningReporter
Dcatch_reporter_compact.h25 ReporterPreferences getPreferences() const override;
Dcatch_reporter_listening.h28 ReporterPreferences getPreferences() const override;
Dcatch_reporter_bases.hpp40 ReporterPreferences getPreferences() const override { in getPreferences() function
156 ReporterPreferences getPreferences() const override { in getPreferences() function
Dcatch_reporter_tap.hpp32 ReporterPreferences getPreferences() const override { in getPreferences() function
Dcatch_reporter_compact.cpp247 ReporterPreferences CompactReporter::getPreferences() const { in getPreferences() function in Catch::CompactReporter
/external/libbackup/src/com/google/android/libraries/backup/shadow/
DSharedPreferencesBackupHelperSimulator.java78 public Map<String, Map<String, ?>> getPreferences() { in getPreferences() method in SharedPreferencesBackupHelperSimulator.SharedPreferencesBackupData
115 ((SharedPreferencesBackupData) data).getPreferences(); in restore()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp32 ReporterPreferences getPreferences() const override { in getPreferences() function
Dcatch.hpp5016 virtual ReporterPreferences getPreferences() const = 0;
5097 ReporterPreferences getPreferences() const override { in getPreferences() function
5212 ReporterPreferences getPreferences() const override { in getPreferences() function
5471 ReporterPreferences getPreferences() const override;
8883 ReporterPreferences getPreferences() const override;
10306 …ccessfulResults( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReport…
10561 if (m_reporter->getPreferences().shouldRedirectStdOut) { in runCurrentTest()
13275 ReporterPreferences CompactReporter::getPreferences() const { in getPreferences() function in Catch::CompactReporter
14199 m_preferences.shouldRedirectStdOut = m_reporter->getPreferences().shouldRedirectStdOut; in addReporter()
14202 ReporterPreferences ListeningReporter::getPreferences() const { in getPreferences() function in Catch::ListeningReporter
/external/catch2/include/internal/
Dcatch_run_context.cpp76 …ccessfulResults( m_config->includeSuccessfulResults() || m_reporter->getPreferences().shouldReport…
332 if (m_reporter->getPreferences().shouldRedirectStdOut) { in runCurrentTest()
Dcatch_interfaces_reporter.h178 virtual ReporterPreferences getPreferences() const = 0;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityTest.java548 SharedPreferences preferences = activity.getPreferences(Context.MODE_PRIVATE); in shouldGiveSharedPreferences()
551 … assertThat(activity.getPreferences(Context.MODE_PRIVATE).getString("foo", null)).isEqualTo("bar"); in shouldGiveSharedPreferences()
/external/bcc/tests/cc/
Dcatch.hpp5244 virtual ReporterPreferences getPreferences() const = 0;
6079 if( m_reporter->getPreferences().shouldRedirectStdOut ) { in runCurrentTest()
7588 virtual ReporterPreferences getPreferences() const;
7614 ReporterPreferences LegacyReporterAdapter::getPreferences() const { in getPreferences() function in Catch::LegacyReporterAdapter
8404 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences() function in Catch::MultipleReporters
8405 return m_reporters[0]->getPreferences(); in getPreferences()
8538 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences() function
8644 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences() function
9921 virtual ReporterPreferences getPreferences() const { in getPreferences() function