HomeSort by relevance Sort by last modified time
    Searched full:valuematcher (Results 1 - 12 of 12) sorted by null

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
HasXPath.java 28 private final Matcher<String> valueMatcher;
35 * @param valueMatcher Matcher to use at given XPath.
38 public HasXPath(String xPathExpression, Matcher<String> valueMatcher) {
39 this(xPathExpression, NO_NAMESPACE_CONTEXT, valueMatcher);
45 * @param valueMatcher Matcher to use at given XPath.
48 public HasXPath(String xPathExpression, NamespaceContext namespaceContext, Matcher<String> valueMatcher) {
49 this(xPathExpression, namespaceContext, valueMatcher, STRING);
52 private HasXPath(String xPathExpression, NamespaceContext namespaceContext, Matcher<String> valueMatcher, QName mode) {
55 this.valueMatcher = valueMatcher;
    [all...]
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsMapContaining.java 15 private final Matcher<? super V> valueMatcher;
17 public IsMapContaining(Matcher<? super K> keyMatcher, Matcher<? super V> valueMatcher) {
19 this.valueMatcher = valueMatcher;
25 if (keyMatcher.matches(entry.getKey()) && valueMatcher.matches(entry.getValue())) {
42 .appendDescriptionOf(valueMatcher)
49 * value satisfies the specified <code>valueMatcher</code>.
54 * the key matcher that, in combination with the valueMatcher, must be satisfied by at least one entry
55 * @param valueMatcher
58 public static <K,V> Matcher<Map<? extends K,? extends V>> hasEntry(Matcher<? super K> keyMatcher, Matcher<? super V> valueMatcher) {
    [all...]
  /external/v8/src/compiler/
node-matchers.h 51 struct ValueMatcher : public NodeMatcher {
54 explicit ValueMatcher(Node* node)
74 inline ValueMatcher<uint32_t, IrOpcode::kInt32Constant>::ValueMatcher(
86 inline ValueMatcher<int64_t, IrOpcode::kInt64Constant>::ValueMatcher(Node* node)
99 inline ValueMatcher<uint64_t, IrOpcode::kInt64Constant>::ValueMatcher(
114 struct IntMatcher final : public ValueMatcher<T, kOpcode> {
115 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_intents_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 

Completed in 139 milliseconds