Searched defs:explanation (Results 1 - 16 of 16) sorted by relevance

/external/proguard/src/proguard/gui/
H A DFilterDialog.java70 String explanation)
119 // Create the panel with the explanation.
120 JTextArea explanationTextArea = new JTextArea(explanation, 3, 0);
69 FilterDialog(JFrame owner, String explanation) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar ... planner.IPlanner planner } org/eclipse/equinox/internal/p2/director/Explanation$1.class Explanation.java package org. ...
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h93 // Returns true iff the listener is interested in an explanation of
95 // this information to avoid generating the explanation when no one
118 // should generate an explanation like "which points to ...".
152 // A match result listener that ignores the explanation.
161 // A match result listener that forwards the explanation to a given
173 // A match result listener that stores the explanation in a string.
178 // Returns the explanation heard so far.
564 // If the explanation is not empty, prints it to the ostream.
565 inline void PrintIfNotEmpty(const internal::string& explanation, argument
567 if (explanation !
568 *os << ", " << explanation; local
2367 const internal::string explanation = inner_listener.str(); local
2369 *listener << "whose first field is a value " << explanation; local
[all...]
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1400 // If only the first match has an explanation, only this explanation should
1407 // If only the second match has an explanation, only this explanation should
2200 // matcher doesn't give an explanation, so only the first matcher's
2201 // explanation is printed.
2211 // matcher doesn't given an explanation.
2228 // explain. Since it doesn't given an explanation, nothing is
2385 // matcher doesn't give an explanation, so only the first matcher's
2386 // explanation i
3098 const string explanation = Explain(DoubleNear(2.1, 1e-10), 2.1 + 1.2e-10); local
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc1400 // If only the first match has an explanation, only this explanation should
1407 // If only the second match has an explanation, only this explanation should
2200 // matcher doesn't give an explanation, so only the first matcher's
2201 // explanation is printed.
2211 // matcher doesn't given an explanation.
2228 // explain. Since it doesn't given an explanation, nothing is
2385 // matcher doesn't give an explanation, so only the first matcher's
2386 // explanation i
3096 const string explanation = Explain(DoubleNear(2.1, 1e-10), 2.1 + 1.2e-10); local
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h100 // Returns true iff the listener is interested in an explanation of
102 // this information to avoid generating the explanation when no one
150 // generate an explanation like "which points to ...".
152 // Implementations of MatchAndExplain() should add an explanation of
156 // succeeds is not a factor in deciding whether an explanation is
183 // A match result listener that stores the explanation in a string.
188 // Returns the explanation accumulated so far.
191 // Clears the explanation accumulated so far.
227 // A match result listener that ignores the explanation.
236 // A match result listener that forwards the explanation t
678 PrintIfNotEmpty(const internal::string& explanation, ::std::ostream* os) argument
681 *os << ", " << explanation; local
2956 const internal::string explanation = inner_listener.str(); local
2958 *listener << "whose first field is a value " << explanation; local
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h100 // Returns true iff the listener is interested in an explanation of
102 // this information to avoid generating the explanation when no one
150 // generate an explanation like "which points to ...".
152 // Implementations of MatchAndExplain() should add an explanation of
156 // succeeds is not a factor in deciding whether an explanation is
183 // A match result listener that stores the explanation in a string.
188 // Returns the explanation accumulated so far.
191 // Clears the explanation accumulated so far.
227 // A match result listener that ignores the explanation.
236 // A match result listener that forwards the explanation t
678 PrintIfNotEmpty(const internal::string& explanation, ::std::ostream* os) argument
681 *os << ", " << explanation; local
2956 const internal::string explanation = inner_listener.str(); local
2958 *listener << "whose first field is a value " << explanation; local
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h4756 // Returns true iff the listener is interested in an explanation of
4758 // this information to avoid generating the explanation when no one
4806 // generate an explanation like "which points to ...".
4808 // Implementations of MatchAndExplain() should add an explanation of
4812 // succeeds is not a factor in deciding whether an explanation is
4839 // A match result listener that stores the explanation in a string.
4844 // Returns the explanation accumulated so far.
4847 // Clears the explanation accumulated so far.
4858 // A match result listener that ignores the explanation.
4867 // A match result listener that forwards the explanation t
5309 PrintIfNotEmpty(const internal::string& explanation, ::std::ostream* os) argument
5312 *os << ", " << explanation; local
7371 const internal::string explanation = inner_listener.str(); local
7373 *listener << "whose first field is a value " << explanation; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dannotations.jar ... .Confidence confidence () public abstract java.lang.String explanation () } edu/umd/cs/findbugs/annotations/CleanupObligation.class CleanupObligation. ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 393 milliseconds