HomeSort by relevance Sort by last modified time
    Searched full:matchers (Results 251 - 275 of 1392) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
55 /// After creation, you can add multiple matchers to the MatchFinder via
58 /// Once all matchers are added, newASTConsumer() returns an ASTConsumer
63 /// traversal on the AST, and applying the matchers in the order in which they
66 /// See ASTMatchers.h for more information about how to create matchers.
109 /// \brief An id used to group the matchers.
219 MatchersByType Matchers;
232 /// Multiple results occur when using matchers like \c forEachDescendant,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
55 /// After creation, you can add multiple matchers to the MatchFinder via
58 /// Once all matchers are added, newASTConsumer() returns an ASTConsumer
63 /// traversal on the AST, and applying the matchers in the order in which they
66 /// See ASTMatchers.h for more information about how to create matchers.
109 /// \brief An id used to group the matchers.
219 MatchersByType Matchers;
232 /// Multiple results occur when using matchers like \c forEachDescendant,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
55 /// After creation, you can add multiple matchers to the MatchFinder via
58 /// Once all matchers are added, newASTConsumer() returns an ASTConsumer
63 /// traversal on the AST, and applying the matchers in the order in which they
66 /// See ASTMatchers.h for more information about how to create matchers.
109 /// \brief An id used to group the matchers.
219 MatchersByType Matchers;
232 /// Multiple results occur when using matchers like \c forEachDescendant,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
55 /// After creation, you can add multiple matchers to the MatchFinder via
58 /// Once all matchers are added, newASTConsumer() returns an ASTConsumer
63 /// traversal on the AST, and applying the matchers in the order in which they
66 /// See ASTMatchers.h for more information about how to create matchers.
109 /// \brief An id used to group the matchers.
219 MatchersByType Matchers;
232 /// Multiple results occur when using matchers like \c forEachDescendant,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
55 /// After creation, you can add multiple matchers to the MatchFinder via
58 /// Once all matchers are added, newASTConsumer() returns an ASTConsumer
63 /// traversal on the AST, and applying the matchers in the order in which they
66 /// See ASTMatchers.h for more information about how to create matchers.
109 /// \brief An id used to group the matchers.
219 MatchersByType Matchers;
232 /// Multiple results occur when using matchers like \c forEachDescendant,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
55 /// After creation, you can add multiple matchers to the MatchFinder via
58 /// Once all matchers are added, newASTConsumer() returns an ASTConsumer
63 /// traversal on the AST, and applying the matchers in the order in which they
66 /// See ASTMatchers.h for more information about how to create matchers.
109 /// \brief An id used to group the matchers.
219 MatchersByType Matchers;
232 /// Multiple results occur when using matchers like \c forEachDescendant,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
55 /// After creation, you can add multiple matchers to the MatchFinder via
58 /// Once all matchers are added, newASTConsumer() returns an ASTConsumer
63 /// traversal on the AST, and applying the matchers in the order in which they
66 /// See ASTMatchers.h for more information about how to create matchers.
109 /// \brief An id used to group the matchers.
219 MatchersByType Matchers;
232 /// Multiple results occur when using matchers like \c forEachDescendant,
  /prebuilts/misc/common/robolectric/lib/
junit-4.12-sources.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12-sources.jar 
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLParameters.java 83 * server name matchers are set to <code>null</code>, useCipherSuitesOrder,
371 * Note that the {@code matchers} collection is cloned to protect
374 * @param matchers
377 * @throws NullPointerException if the {@code matchers}
379 * @throws IllegalArgumentException if the {@code matchers}
388 public final void setSNIMatchers(Collection<SNIMatcher> matchers) {
389 if (matchers != null) {
390 if (!matchers.isEmpty()) {
391 sniMatchers = new HashMap<>(matchers.size());
392 for (SNIMatcher matcher : matchers) {
    [all...]
  /external/easymock/src/org/easymock/
ArgumentsMatcher.java 29 * on <code>EasyMock</code>, there are per-argument matchers available. For more
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 16 package org.easymock.internal.matchers;
Compare.java 16 package org.easymock.internal.matchers;
CompareTo.java 16 package org.easymock.internal.matchers;
Contains.java 16 package org.easymock.internal.matchers;
EndsWith.java 16 package org.easymock.internal.matchers;
EqualsWithDelta.java 16 package org.easymock.internal.matchers;
Find.java 16 package org.easymock.internal.matchers;
InstanceOf.java 16 package org.easymock.internal.matchers;
Matches.java 16 package org.easymock.internal.matchers;
Not.java 16 package org.easymock.internal.matchers;
Same.java 16 package org.easymock.internal.matchers;
StartsWith.java 16 package org.easymock.internal.matchers;
  /external/guice/core/test/com/google/inject/internal/
ProxyFactoryTest.java 19 import static com.google.inject.matcher.Matchers.annotatedWith;
20 import static com.google.inject.matcher.Matchers.any;
21 import static com.google.inject.matcher.Matchers.not;
22 import static com.google.inject.matcher.Matchers.only;
  /external/junit/src/main/java/org/junit/experimental/results/
ResultMatchers.java 9 * Matchers on a PrintableResult, to enable JUnit self-tests.

Completed in 940 milliseconds

<<11121314151617181920>>