Home
last modified time | relevance | path

Searched refs:IsNot (Results 1 – 25 of 31) sorted by relevance

12

/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
41 return new IsNot<T>(matcher); in not()
DIsNull.java7 import static org.hamcrest.core.IsNot.not;
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/
DReference_dumpDomains12 - SelectionCriterionRule = Crit_1 IsNot State_1
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/text/
DIsEqualIgnoringWhiteSpaceTest.java7 import static org.hamcrest.core.IsNot.not;
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
DIsNotTest.java9 import static org.hamcrest.core.IsNot.not;
DCombinableTest.java8 import static org.hamcrest.core.IsNot.not;
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
DOrderingComparisonTest.java9 import static org.hamcrest.core.IsNot.not;
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/comparator/
DComparatorMatcherTest.java10 import static org.hamcrest.core.IsNot.not;
DComparatorMatcherBuilderTest.java11 import static org.hamcrest.core.IsNot.not;
/external/vixl/src/aarch32/
Dinstructions-aarch32.h781 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
889 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
930 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function
1019 bool IsNot(uint32_t value) const { return condition_ != value; } in IsNot() function
1023 VIXL_ASSERT(IsNot(al) && IsNot(kNever)); in Negate()
1068 bool IsNot(Shift value) const { return shift_ != value.shift_; } in IsNot() function
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCoreMatchers.java295 return org.hamcrest.core.IsNot.not(matcher); in not()
309 return org.hamcrest.core.IsNot.not(value); in not()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/xml/
DHasXPathTest.java17 import static org.hamcrest.core.IsNot.not;
/external/tensorflow/tensorflow/python/autograph/converters/
Dlogical_expressions.py50 gast.IsNot: 'ag__.is_not',
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
DSharedSteps.java42 import static org.hamcrest.core.IsNot.not;
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Dcodegen.py67 (gast.IsNot, 1),
/external/python/cpython2/Parser/
DPython.asdl99 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
/external/python/cpython3/Parser/
DPython.asdl111 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf.py107 gast.Is, gast.IsNot, gast.In, gast.NotIn,
/external/python/cpython3/Python/
Dast_opt.c94 op = IsNot; in fold_unaryop()
96 case IsNot: in fold_unaryop()
Dast_unparse.c464 case IsNot: in append_ast_compare()
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java379 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/
DPython-ast.h24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
/external/python/cpython3/Include/
DPython-ast.h24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
/external/python/cpython2/Python/
Dast.c565 return IsNot; in ast_for_comp_op()
DPython-ast.c3124 case IsNot: in ast2obj_cmpop()
6380 *out = IsNot; in obj2ast_cmpop()

12