Home
last modified time | relevance | path

Searched defs:IsNot (Results 1 – 2 of 2) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsNot.java13 public class IsNot<T> extends BaseMatcher<T> { class
16 public IsNot(Matcher<T> matcher) { in IsNot() method in IsNot
/external/vixl/src/aarch32/
Dinstructions-aarch32.h779 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
887 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
928 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
1016 bool IsNot(uint32_t value) const { return condition_ != value; } in IsNot() function
1065 bool IsNot(Shift value) const { return shift_ != value.shift_; } in IsNot() function