HomeSort by relevance Sort by last modified time
    Searched defs:LessThan (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 77 bool ErrorCode::LessThan(const ErrorCode& err) const {
78 // Implementing a "LessThan()" operator allows us to use ErrorCode objects
100 return passed_->LessThan(*err.passed_);
102 return failed_->LessThan(*err.failed_);
errorcode.h 127 bool LessThan(const ErrorCode& err) const;
141 struct LessThan {
143 return a.LessThan(b);
  /external/easymock/src/org/easymock/internal/matchers/
LessThan.java 18 public class LessThan<T extends Comparable<T>> extends CompareTo<T> {
22 public LessThan(Comparable<T> value) {
  /external/mockito/src/org/mockito/internal/matchers/
LessThan.java 10 public class LessThan<T extends Comparable<T>> extends CompareTo<T> implements Serializable {
14 public LessThan(Comparable<T> value) {
  /external/skia/src/gpu/
GrTextStrike_impl.h 22 static bool LessThan(const GrTextStrike& strike, const Key& key) {
85 static bool LessThan(const GrGlyph& glyph, const Key& key) {
GrLayerCache.cpp 27 static bool LessThan(const GrCachedLayer& layer, const PictureLayerKey& key) {
  /external/skia/tests/
HashCacheTest.cpp 41 static bool LessThan(const HashElement& entry, const HashKey& key) {
49 static bool LessThan(const HashElement& a, const HashElement& b) {
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 142 static bool LessThan(const AtlasEntry& entry, const AtlasHashKey& key);
189 inline bool GrTextureStripAtlas::AtlasHashKey::LessThan(const AtlasEntry& entry,
  /external/chromium_org/components/signin/core/browser/
about_signin_internals.cc 359 bool AboutSigninInternals::TokenInfo::LessThan(const TokenInfo* a,
483 std::sort(it->second.begin(), it->second.end(), TokenInfo::LessThan);
  /external/chromium_org/net/cert/
signed_certificate_timestamp.h 86 struct NET_EXPORT LessThan {
x509_certificate.h 82 class NET_EXPORT LessThan {
  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 107 bool LessThan(const Ordinal& other) const;
217 return lhs.LessThan(rhs);
272 bool Ordinal<Traits>::LessThan(const Ordinal& other) const {
298 if (LessThan(other)) {
467 CHECK(start.LessThan(end));
unique_position.cc 135 DCHECK(before.LessThan(after));
146 bool UniquePosition::LessThan(const UniquePosition& other) const {
unique_position_unittest.cc 79 ::testing::AssertionResult LessThan(const char* m_expr,
83 if (m.LessThan(n))
176 return a.LessThan(b);
193 EXPECT_FALSE(a.LessThan(a));
203 EXPECT_TRUE(a.LessThan(b));
204 EXPECT_FALSE(b.LessThan(a));
268 EXPECT_PRED_FORMAT2(LessThan, predecessor, midpoint);
269 EXPECT_PRED_FORMAT2(LessThan, midpoint, successor);
284 EXPECT_PRED_FORMAT2(LessThan, before, successor);
298 EXPECT_PRED_FORMAT2(LessThan, predecessor, after)
    [all...]
  /external/chromium_org/v8/src/compiler/
js-operator.h 88 const Operator* LessThan() { BINOP(JSLessThan); }
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
forward_error_correction.cc 74 bool ForwardErrorCorrection::SortablePacket::LessThan(
500 recovered_packet_list->sort(SortablePacket::LessThan);
510 packet, SortablePacket::LessThan);
567 fec_packet_list_.sort(SortablePacket::LessThan);
586 SortablePacket::LessThan);
738 recovered_packet_list->sort(SortablePacket::LessThan);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 1073 milliseconds