Searched refs:Gt (Results 1 - 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DGt.java19 * $Id: Gt.java 468655 2006-10-28 07:12:06Z minchau $
29 public class Gt extends Operation class in inherits:Operation
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc66 using testing::Gt;
126 EXPECT_THAT(t, Not(Args<0, 2>(Gt())));
137 EXPECT_THAT(t, (Args<2, 0>(Gt())));
210 const Matcher<tuple<int, char> > m = Args<1, 0>(Gt());
295 Matcher<vector<int> > m = ElementsAre(Gt(5));
312 Matcher<const list<int>& > m = ElementsAre(Gt(5));
960 EXPECT_THAT(42, TwoOf(Gt(0), Lt(50), Eq(10)));
961 EXPECT_THAT(0, Not(TwoOf(Gt(-1), Lt(1), Eq(0))));
972 EXPECT_THAT(some_list, Contains(Gt(2.5)));
1075 EXPECT_THAT(a, Contains(Gt(
[all...]
H A Dgmock-matchers_test.cc89 using testing::Gt;
818 // Tests that Gt(v) matches anything > v.
820 Matcher<double> m1 = Gt(0);
826 // Tests that Gt(v) describes itself properly.
828 Matcher<int> m = Gt(5);
1196 Matcher<int> is_positive = Gt(0);
1312 Matcher<int> is_positive = Gt(0);
1833 // Tests that Gt() matches a 2-tuple where the first field > the
1836 Matcher<const Tuple2&> m = Gt();
1842 // Tests that Gt() describe
[all...]
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
144 using testing::Gt;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
499 ON_CALL(mock, VoidFromFloat(Gt(1.0f))).WillByDefault(Return());
H A Dgmock-spec-builders_test.cc80 using testing::Gt;
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java46 import org.apache.xpath.operations.Gt;
345 * @return reference to {@link org.apache.xpath.operations.Gt} instance.
351 return compileOperation(new Gt(), opPos);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h133 // being matched. For example, the DescribeTo() method of the Gt(7)
782 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
786 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Gt, >, "is >", "isn't >");
1190 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1195 Gt, >, "a pair where the first > the second");
2735 inline internal::GtMatcher<Rhs> Gt(Rhs x) { function in namespace:testing
3008 inline internal::Gt2Matcher Gt() { return internal::Gt2Matcher(); } function in namespace:testing
3098 // EXPECT_THAT(page_ids, Contains(Gt(2)));
3126 // EXPECT_THAT(page_ids, Each(Gt(0)));
3127 // EXPECT_THAT(page_ids, Not(Each(Gt(
[all...]
/external/sonivox/jet_tools/JetCreator/
H A Dimg_splash.py405 \xcf\xe6`Gt\x90\x94x\xfc\x0fN.\x93\t\xafi\xe27\xf2_V%X\x85eb\x8f.\xd5Z]\x1fN\

Completed in 904 milliseconds