Searched refs:explanation (Results 1 - 25 of 26) sorted by relevance

12

/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternDemo.java32 StringBuilder explanation=new StringBuilder();
36 explanation.delete(0, 0x7fffffff);
45 explanation.append("=\"").append(msg.getSubstring(part)).append('"');
48 explanation.append('=').append(msg.getNumericValue(part));
50 System.out.format("%2d: %s%s%s\n", i, indent, partString, explanation);
/external/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog0747 explanation="Higher"
49 explanation="All"
53 tst_resm TINFO " $explanation level messages are logged."
/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/testng/src/main/java/org/testng/
H A DAssert.java565 String explanation = "Lists differ at element [" + i + "]: " + e + " != " + a;
566 String errorMessage = message == null ? explanation : message + ": " + explanation;
608 String explanation = "Iterators differ at element [" + i + "]: " + e + " != " + a;
609 String errorMessage = message == null ? explanation : message + ": " + explanation;
617 String explanation = "Actual iterator returned more elements than the expected iterator.";
618 String errorMessage = message == null ? explanation : message + ": " + explanation;
623 String explanation
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm52 (even the ones that will "never happen"), with a full explanation of each
59 A full explanation of any configuration system(s) used by the module,
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm318 (even the ones that will "never happen"), with a full explanation of each
325 A full explanation of any configuration system(s) used by the module,
/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/fec/
H A Dsse2bfly27.s123 # See if we have to normalize. This requires an explanation. We don't want
/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/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/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/iproute2/doc/
H A Dip-tunnels.tex64 Probably, after this explanation you have already guessed another method
H A Dip-cref.tex1772 The reason for this difference does not require any explanation, does it?
/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/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/bison/build-aux/
H A Dtexinfo.tex6384 \comment % For explanation, see the end of def\group.
/external/libmicrohttpd/doc/
H A Dtexinfo.tex6385 \comment % For explanation, see the end of def\group.
/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/ ...

Completed in 630 milliseconds

12