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

/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DLt.java19 * $Id: Lt.java 468655 2006-10-28 07:12:06Z minchau $
29 public class Lt extends Operation class in inherits:Operation
/external/libmojo/third_party/jinja2/
H A D_stringdefs.py37 Lt = u'\u01c5\u01c8\u01cb\u01f2\u1f88\u1f89\u1f8a\u1f8b\u1f8c\u1f8d\u1f8e\u1f8f\u1f98\u1f99\u1f9a\u1f9b\u1f9c\u1f9d\u1f9e\u1f9f\u1fa8\u1fa9\u1faa\u1fab\u1fac\u1fad\u1fae\u1faf\u1fbc\u1fcc\u1ffc' variable
81 cats = ['Cc', 'Cf', 'Cn', 'Co', 'Cs', 'Ll', 'Lm', 'Lo', 'Lt', 'Lu', 'Mc', 'Me', 'Mn', 'Nd', 'Nl', 'No', 'Pc', 'Pd', 'Pe', 'Pf', 'Pi', 'Po', 'Ps', 'Sc', 'Sk', 'Sm', 'So', 'Zl', 'Zp', 'Zs']
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h782 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
788 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Lt, <, "is <", "isn't <");
1190 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1199 Lt, <, "a pair where the first < the second");
2722 // can always write Matcher<T>(Lt(5)) to be explicit about the type,
2747 inline internal::LtMatcher<Rhs> Lt(Rhs x) { function in namespace:testing
3016 inline internal::Lt2Matcher Lt() { return internal::Lt2Matcher(); } function in namespace:testing
3129 // EXPECT_THAT(page_ids, Not(Each(Lt(2))));
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3759 // can always write Matcher<T>(Lt(5)) to be explicit about the type,
3784 inline internal::LtMatcher<Rhs> Lt(Rhs x) { function in namespace:testing
4098 inline internal::Lt2Matcher Lt() { return internal::Lt2Matcher(); } function in namespace:testing
4302 // EXPECT_THAT(page_ids, Not(Each(Lt(2))));
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3759 // can always write Matcher<T>(Lt(5)) to be explicit about the type,
3784 inline internal::LtMatcher<Rhs> Lt(Rhs x) { function in namespace:testing
4098 inline internal::Lt2Matcher Lt() { return internal::Lt2Matcher(); } function in namespace:testing
4302 // EXPECT_THAT(page_ids, Not(Each(Lt(2))));
/external/fmtlib/test/gmock/
H A Dgmock.h5566 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
5572 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Lt, <, "is <", "isn't <");
6006 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
6015 Lt, <, "a pair where the first < the second");
8098 // can always write Matcher<T>(Lt(5)) to be explicit about the type,
8123 inline internal::LtMatcher<Rhs> Lt(Rhs x) { function in namespace:testing
8424 inline internal::Lt2Matcher Lt() { return internal::Lt2Matcher(); } function in namespace:testing
8549 // EXPECT_THAT(page_ids, Not(Each(Lt(2))));

Completed in 389 milliseconds