Searched defs:m6 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CXX/class/class.union/
H A Dp1.cpp71 } m6; // expected-error {{union member 'm6' has a non-trivial destructor}} member in union:U2
91 } m6; // expected-error {{union member 'm6' has a non-trivial destructor}} member in union:U3
/external/skia/tests/
H A DMatrix44Test.cpp33 T m4, T m5, T m6, T m7,
43 REPORTER_ASSERT(reporter, data[6] == m6);
31 assert16(skiatest::Reporter* reporter, const T data[], T m0, T m1, T m2, T m3, T m4, T m5, T m6, T m7, T m8, T m9, T m10, T m11, T m12, T m13, T m14, T m15) argument
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h891 Matcher6 m6) {
892 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6));
902 Matcher6 m6, Matcher7 m7) {
903 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7));
914 Matcher6 m6, Matcher7 m7, Matcher8 m8) {
915 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7, m8));
927 Matcher6 m6, Matcher7 m7, Matcher8 m8, Matcher9 m9) {
928 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m7, m8, m9));
940 Matcher6 m6, Matcher7 m7, Matcher8 m8, Matcher9 m9, Matcher10 m10) {
941 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5, m6, m
890 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6) argument
901 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6, Matcher7 m7) argument
913 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6, Matcher7 m7, Matcher8 m8) argument
926 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6, Matcher7 m7, Matcher8 m8, Matcher9 m9) argument
939 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6, Matcher7 m7, Matcher8 m8, Matcher9 m9, Matcher10 m10) argument
983 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6) argument
994 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6, Matcher7 m7) argument
1006 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6, Matcher7 m7, Matcher8 m8) argument
1019 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6, Matcher7 m7, Matcher8 m8, Matcher9 m9) argument
1032 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, Matcher6 m6, Matcher7 m7, Matcher8 m8, Matcher9 m9, Matcher10 m10) argument
[all...]
H A Dgmock-generated-function-mockers.h200 const Matcher<A6>& m6) {
202 m6));
225 const Matcher<A6>& m6, const Matcher<A7>& m7) {
227 m6, m7));
250 const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8) {
252 m6, m7, m8));
275 const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8,
278 m6, m7, m8, m9));
302 const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8,
305 m6, m
198 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6) argument
223 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7) argument
248 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8) argument
273 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8, const Matcher<A9>& m9) argument
300 With(const Matcher<A1>& m1, const Matcher<A2>& m2, const Matcher<A3>& m3, const Matcher<A4>& m4, const Matcher<A5>& m5, const Matcher<A6>& m6, const Matcher<A7>& m7, const Matcher<A8>& m8, const Matcher<A9>& m9, const Matcher<A10>& m10) argument
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java618 public static final Integer m6 = new Integer(-6); field in class:JSR166TestCase
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc2543 Matcher<const RawType&> m6 = matcher_maker(0.0); local
2544 EXPECT_TRUE(m6.Matches(-0.0));
2545 EXPECT_TRUE(m6.Matches(close_to_positive_zero_));
2546 EXPECT_FALSE(m6.Matches(1.0));

Completed in 203 milliseconds