Searched defs:IsNot (Results 1 – 5 of 5) sorted by relevance
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
| D | IsNot.java | 13 public class IsNot<T> extends BaseMatcher<T> { class 16 public IsNot(Matcher<T> matcher) { in IsNot() method in IsNot
|
| /external/vixl/src/aarch32/ |
| D | instructions-aarch32.h | 783 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function 891 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function 932 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function 1021 bool IsNot(uint32_t value) const { return condition_ != value; } in IsNot() function 1070 bool IsNot(Shift value) const { return shift_ != value.shift_; } in IsNot() function
|
| /external/rust/crates/nom/src/ |
| D | error.rs | 371 IsNot, enumerator
|
| /external/python/cpython3/Include/internal/ |
| D | pycore_ast.h | 31 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|
| /external/python/cpython2/Include/ |
| D | Python-ast.h | 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|