/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 41 return new IsNot<T>(matcher); in not()
|
D | IsNull.java | 7 import static org.hamcrest.core.IsNot.not;
|
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/ |
D | Reference_dumpDomains | 12 - SelectionCriterionRule = Crit_1 IsNot State_1
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/text/ |
D | IsEqualIgnoringWhiteSpaceTest.java | 7 import static org.hamcrest.core.IsNot.not;
|
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/ |
D | IsNotTest.java | 9 import static org.hamcrest.core.IsNot.not;
|
D | CombinableTest.java | 8 import static org.hamcrest.core.IsNot.not;
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/ |
D | OrderingComparisonTest.java | 9 import static org.hamcrest.core.IsNot.not;
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/ |
D | ComparatorMatcherTest.java | 10 import static org.hamcrest.core.IsNot.not;
|
D | ComparatorMatcherBuilderTest.java | 11 import static org.hamcrest.core.IsNot.not;
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | CoreMatchers.java | 295 return org.hamcrest.core.IsNot.not(matcher); in not() 309 return org.hamcrest.core.IsNot.not(value); in not()
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.h | 779 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 1020 VIXL_ASSERT(IsNot(al) && IsNot(kNever)); in Negate() 1065 bool IsNot(Shift value) const { return shift_ != value.shift_; } in IsNot() function
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/xml/ |
D | HasXPathTest.java | 17 import static org.hamcrest.core.IsNot.not;
|
/external/python/cpython2/Parser/ |
D | Python.asdl | 99 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
D | util.py | 327 _ast.IsNot = type(m.body[10].value.ops[0])
|
D | _ast_util.py | 61 IsNot: 'is not',
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
D | Matchers.java | 379 return org.hamcrest.core.IsNot.<T>not(matcher); in not() 393 return org.hamcrest.core.IsNot.<T>not(value); in not()
|
/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
|
/external/python/cpython2/Python/ |
D | ast.c | 565 return IsNot; in ast_for_comp_op()
|
D | Python-ast.c | 3124 case IsNot: in ast2obj_cmpop() 6380 *out = IsNot; in obj2ast_cmpop()
|
D | compile.c | 2263 case IsNot: in cmpop()
|