HomeSort by relevance Sort by last modified time
    Searched refs:Gt (Results 1 - 8 of 8) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Gt.java 19 * $Id: Gt.java 468655 2006-10-28 07:12:06Z minchau $
29 public class Gt extends Operation
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 66 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)));
    [all...]
gmock-matchers_test.cc 87 using testing::Gt;
770 // Tests that Gt(v) matches anything > v.
772 Matcher<double> m1 = Gt(0);
778 // Tests that Gt(v) describes itself properly.
780 Matcher<int> m = Gt(5);
    [all...]
gmock_link_test.h 70 // 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());
gmock-spec-builders_test.cc 80 using testing::Gt;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 46 import org.apache.xpath.operations.Gt;
140 expr = gt(opPos); break;
345 * @return reference to {@link org.apache.xpath.operations.Gt} instance.
349 protected Expression gt(int opPos) throws TransformerException method in class:Compiler
351 return compileOperation(new Gt(), opPos);
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 133 // being matched. For example, the DescribeTo() method of the Gt(7)
736 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
740 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Gt, >, "is >", "isn't >");
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 193 milliseconds