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

<<11121314151617181920>>

  /external/guice/core/test/com/google/inject/
ParentInjectorTest.java 26 import com.google.inject.matcher.Matchers;
143 super.bindInterceptor(Matchers.any(), Matchers.returns(Matchers.identicalTo(A.class)),
296 convertToTypes(Matchers.any(), listConverter);
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
AppRestrictionsHelperTest.java 19 import static org.mockito.Matchers.any;
20 import static org.mockito.Matchers.anyInt;
21 import static org.mockito.Matchers.argThat;
22 import static org.mockito.Matchers.eq;
23 import static org.mockito.Matchers.nullable;
  /frameworks/ml/nn/common/operations/
RNNTest.cpp 20 #include "gmock/gmock-matchers.h"
35 std::vector<Matcher<float>> matchers; local
36 matchers.reserve(values.size());
38 matchers.emplace_back(FloatNear(v, max_abs_error));
40 return matchers;
  /packages/apps/Contacts/tests/src/com/android/contacts/
DynamicShortcutsTests.java 41 import org.hamcrest.Matchers;
50 import static org.hamcrest.Matchers.equalTo;
51 import static org.mockito.Matchers.anyString;
52 import static org.mockito.Matchers.eq;
245 assertThat(DynamicShortcuts.isJobScheduled(getContext()), Matchers.is(true));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 16 /// The parser does not know how to process the matchers. It delegates this task
57 /// the matchers.
151 /// construct the matchers. If null, it uses the default registry.
182 /// construct the matchers. If null, it uses the default registry.
202 /// construct the matchers. If null, it uses the default registry.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 16 /// The parser does not know how to process the matchers. It delegates this task
57 /// the matchers.
151 /// construct the matchers. If null, it uses the default registry.
182 /// construct the matchers. If null, it uses the default registry.
202 /// construct the matchers. If null, it uses the default registry.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 16 /// The parser does not know how to process the matchers. It delegates this task
57 /// the matchers.
151 /// construct the matchers. If null, it uses the default registry.
182 /// construct the matchers. If null, it uses the default registry.
202 /// construct the matchers. If null, it uses the default registry.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 16 /// The parser does not know how to process the matchers. It delegates this task
57 /// the matchers.
151 /// construct the matchers. If null, it uses the default registry.
182 /// construct the matchers. If null, it uses the default registry.
202 /// construct the matchers. If null, it uses the default registry.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 16 /// The parser does not know how to process the matchers. It delegates this task
57 /// the matchers.
151 /// construct the matchers. If null, it uses the default registry.
182 /// construct the matchers. If null, it uses the default registry.
202 /// construct the matchers. If null, it uses the default registry.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 16 /// The parser does not know how to process the matchers. It delegates this task
57 /// the matchers.
151 /// construct the matchers. If null, it uses the default registry.
182 /// construct the matchers. If null, it uses the default registry.
202 /// construct the matchers. If null, it uses the default registry.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 16 /// The parser does not know how to process the matchers. It delegates this task
57 /// the matchers.
151 /// construct the matchers. If null, it uses the default registry.
182 /// construct the matchers. If null, it uses the default registry.
202 /// construct the matchers. If null, it uses the default registry.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 16 /// The parser does not know how to process the matchers. It delegates this task
57 /// the matchers.
151 /// construct the matchers. If null, it uses the default registry.
182 /// construct the matchers. If null, it uses the default registry.
202 /// construct the matchers. If null, it uses the default registry.
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 29 // Optimizations on the matcher framework make simple matchers like
60 Matchers.push_back(ToStore);
73 std::vector<MatcherInfo> Matchers;
139 EXPECT_EQ(3ULL, Sema.Matchers.size());
140 const MockSema::MatcherInfo Bar = Sema.Matchers[0];
146 const MockSema::MatcherInfo Baz = Sema.Matchers[1];
152 const MockSema::MatcherInfo Foo = Sema.Matchers[2];
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
NewOutgoingCallIntentBroadcasterTest.java 47 import static org.mockito.Matchers.any;
48 import static org.mockito.Matchers.anyBoolean;
49 import static org.mockito.Matchers.anyInt;
50 import static org.mockito.Matchers.anyString;
51 import static org.mockito.Matchers.eq;
52 import static org.mockito.Matchers.isNotNull;
53 import static org.mockito.Matchers.isNull;
  /frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
WebViewUpdateServiceTest.java 42 import org.mockito.Matchers;
340 Matchers.anyObject());
383 Matchers.anyObject());
541 Matchers.anyObject(), Mockito.eq(fallbackPackage));
544 Matchers.anyObject(), Matchers.anyObject());
558 Matchers.anyObject(), Mockito.eq(fallbackPackage));
562 Matchers.anyObject(), Matchers.anyObject());
588 Matchers.anyObject(), Matchers.anyObject())
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 37 // b. Actions and matchers can be instantiated with identical template
65 // Matchers:
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
536 // NanSensitiveDoubleEq matchers.
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
  /external/googletest/googlemock/test/
gmock_link_test.h 37 // b. Actions and matchers can be instantiated with identical template
65 // Matchers:
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
536 // NanSensitiveDoubleEq matchers.
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
  /external/v8/testing/gmock/test/
gmock_link_test.h 37 // b. Actions and matchers can be instantiated with identical template
65 // Matchers:
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
536 // NanSensitiveDoubleEq matchers.
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 12 // Matchers are methods that return a Matcher<T> which provides a method
14 // parameters define the context of the match, which allows matchers to recurse
18 // In general, matchers have two parts:
31 // This file contains the base classes needed to construct the actual matchers.
243 /// \brief Generic interface for all matchers.
262 /// \brief Generic interface for matchers on an AST node of type T.
287 /// \brief Interface for matchers that only evaluate properties on a single
326 /// \brief Matches nodes for which all provided matchers match.
328 /// \brief Matches nodes for which at least one of the provided matchers
331 /// \brief Matches nodes for which at least one of the provided matchers
    [all...]

Completed in 1718 milliseconds

<<11121314151617181920>>