/external/googletest/googlemock/docs/v1_5/ |
FrequentlyAskedQuestions.md | 8 ## I wrote some matchers. After I upgraded to a new version of Google Mock, they no longer compile. What's going on? ## 11 to make it easier to write matchers that can generate informative 15 Unfortunately, this means that if you have defined your own matchers 17 your definitions will no longer compile. Matchers defined using the 20 Sorry for the hassle if your matchers are affected. We believe it's 128 for matchers defined by implementing `MatcherInterface`):
|
/external/googletest/googlemock/docs/v1_6/ |
FrequentlyAskedQuestions.md | 12 ## I wrote some matchers. After I upgraded to a new version of Google Mock, they no longer compile. What's going on? ## 15 to make it easier to write matchers that can generate informative 19 Unfortunately, this means that if you have defined your own matchers 21 your definitions will no longer compile. Matchers defined using the 24 Sorry for the hassle if your matchers are affected. We believe it's 132 for matchers defined by implementing `MatcherInterface`):
|
/external/googletest/googlemock/docs/v1_7/ |
FrequentlyAskedQuestions.md | 12 ## I wrote some matchers. After I upgraded to a new version of Google Mock, they no longer compile. What's going on? ## 15 to make it easier to write matchers that can generate informative 19 Unfortunately, this means that if you have defined your own matchers 21 your definitions will no longer compile. Matchers defined using the 24 Sorry for the hassle if your matchers are affected. We believe it's 132 for matchers defined by implementing `MatcherInterface`):
|
/external/guice/core/test/com/google/inject/spi/ |
ElementsTest.java | 46 import com.google.inject.matcher.Matchers; 691 final Matcher<Class> classMatcher = Matchers.subclassesOf(List.class); 692 final Matcher<Object> methodMatcher = Matchers.any(); 738 final Matcher<Object> typeMatcher = Matchers.only(TypeLiteral.get(String.class)); 772 convertToTypes(Matchers.any(), typeConverter); 779 assertSame(Matchers.any(), command.getTypeMatcher()); [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
TelecomSystemTest.java | 21 import static org.mockito.Matchers.any; 22 import static org.mockito.Matchers.anyBoolean; 23 import static org.mockito.Matchers.anyInt; 24 import static org.mockito.Matchers.anyString; 25 import static org.mockito.Matchers.eq; 26 import static org.mockito.Matchers.isNull; [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
RotateDrawableTest.java | 25 import static org.mockito.Matchers.any; 26 import static org.mockito.Matchers.anyLong;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
VideoViewTest.java | 24 import static org.mockito.Matchers.any; 25 import static org.mockito.Matchers.anyInt;
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
AParser.h | 313 /* For the dflt signal matchers, a FALSE indicates that an error occurred
314 * just like the other matchers, but in this case, the routine has already
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
AParser.h | 307 /* For the dflt signal matchers, a FALSE indicates that an error occurred
308 * just like the other matchers, but in this case, the routine has already
|
/external/clang/unittests/AST/ |
MatchVerifier.h | 10 // Provides MatchVerifier, a base class to implement gtest matchers that 13 // Also implements matchers based on MatchVerifier:
|
/external/google-breakpad/src/testing/include/gmock/ |
gmock-generated-function-mockers.h.pump | 70 $var matchers = [[$for j, [[const Matcher<A$j>& m$j]]]] 78 MockSpec<F>& With($matchers) {
|
/external/googletest/googlemock/include/gmock/ |
gmock-generated-function-mockers.h.pump | 74 $var matchers = [[$for j, [[const Matcher<A$j>& m$j]]]] 82 MockSpec<F>& With($matchers) {
|
/external/guice/core/src/com/google/inject/matcher/ |
Matchers.java | 34 public class Matchers { 35 private Matchers() {}
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
StringSwitch.h | 71 // Case-sensitive case matchers 189 // Case-insensitive case matchers.
|
/external/v8/testing/gmock/include/gmock/ |
gmock-generated-function-mockers.h.pump | 74 $var matchers = [[$for j, [[const Matcher<A$j>& m$j]]]] 82 MockSpec<F>& With($matchers) {
|
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/ |
RadioTunerTest.java | 46 import static org.mockito.Matchers.any; 47 import static org.mockito.Matchers.anyInt;
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
FontsContractTest.java | 18 import static org.mockito.Matchers.anyInt; 19 import static org.mockito.Matchers.anyString;
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
RttServiceTest.java | 20 import static org.mockito.Matchers.any; 21 import static org.mockito.Matchers.anyInt;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
DataConnectionTest.java | 29 import static org.mockito.Matchers.any; 30 import static org.mockito.Matchers.eq;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
EuiccConnectorTest.java | 23 import static org.mockito.Matchers.anyInt; 24 import static org.mockito.Matchers.anyString;
|
/frameworks/support/compat/tests/java/android/support/v4/provider/ |
FontsContractCompatTest.java | 29 import static org.mockito.Matchers.anyInt; 30 import static org.mockito.Matchers.anyString;
|
/frameworks/support/design/tests/src/android/support/design/widget/ |
TabLayoutTest.java | 29 import static org.mockito.Matchers.any; 30 import static org.mockito.Matchers.eq;
|
/frameworks/support/lifecycle/extensions/src/test/java/android/arch/lifecycle/ |
LiveDataTest.java | 29 import static org.mockito.Matchers.anyBoolean; 30 import static org.mockito.Matchers.anyString;
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/media/ |
PlaybackTransportControlGlueTest.java | 23 import static org.mockito.Matchers.anyInt; 24 import static org.mockito.Matchers.anyString;
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
BaseBasicsTestCase.java | 27 import static org.mockito.Matchers.any; 28 import static org.mockito.Matchers.eq;
|