OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LessThan
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc
69
bool ErrorCode::
LessThan
(const ErrorCode& err) const {
70
// Implementing a "
LessThan
()" operator allows us to use ErrorCode objects
92
return passed_->
LessThan
(*err.passed_);
94
return failed_->
LessThan
(*err.failed_);
errorcode.h
129
bool
LessThan
(const ErrorCode& err) const;
143
struct
LessThan
{
145
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/chromium_org/third_party/skia/src/gpu/
GrTextStrike_impl.h
22
static bool
LessThan
(const GrTextStrike& strike, const Key& key) {
91
static bool
LessThan
(const GrGlyph& glyph, const Key& key) {
GrResourceCache.h
88
static bool
LessThan
(const GrResourceEntry& entry, const GrResourceKey& key);
91
static bool
LessThan
(const GrResourceEntry& a, const GrResourceEntry& b);
158
inline bool GrResourceKey::
LessThan
(const GrResourceEntry& entry, const GrResourceKey& key) {
167
inline bool GrResourceKey::
LessThan
(const GrResourceEntry& a, const GrResourceEntry& b) {
/external/skia/src/gpu/
GrTextStrike_impl.h
22
static bool
LessThan
(const GrTextStrike& strike, const Key& key) {
91
static bool
LessThan
(const GrGlyph& glyph, const Key& key) {
GrResourceCache.h
88
static bool
LessThan
(const GrResourceEntry& entry, const GrResourceKey& key);
91
static bool
LessThan
(const GrResourceEntry& a, const GrResourceEntry& b);
158
inline bool GrResourceKey::
LessThan
(const GrResourceEntry& entry, const GrResourceKey& key) {
167
inline bool GrResourceKey::
LessThan
(const GrResourceEntry& a, const GrResourceEntry& b) {
/external/skia/tests/
HashCacheTest.cpp
42
static bool
LessThan
(const HashElement& entry, const HashKey& key) {
50
static bool
LessThan
(const HashElement& a, const HashElement& b) {
/external/chromium_org/third_party/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/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/net/base/
x509_certificate.h
73
class
LessThan
{
/external/chromium_org/net/cert/
signed_certificate_timestamp.h
80
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
126
DCHECK(before.
LessThan
(after));
137
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/testing/gmock/test/
gmock-generated-matchers_test.cc
240
Matcher<tuple<char, int> >
LessThan
() {
245
const Matcher<tuple<char, int, int> > m = Args<0, 2>(
LessThan
());
[
all
...]
/prebuilts/tools/common/easymock-tools/
easymock-3.1.jar
/prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
Completed in 438 milliseconds