/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/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/owasp/sanitizer/lib/junit/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |