Home
last modified time | relevance | path

Searched refs:Abc (Results 1 – 25 of 32) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/test/
Dgtest_list_tests_unittest_.cc55 TEST(Abc, Xyz) { in TEST() argument
58 TEST(Abc, Def) { in TEST() argument
Dgtest_filter_unittest_.cc50 TEST_F(FooTest, Abc) { in TEST_F() argument
/external/protobuf/gtest/test/
Dgtest_list_tests_unittest_.cc55 TEST(Abc, Xyz) { in TEST() argument
58 TEST(Abc, Def) { in TEST() argument
Dgtest_filter_unittest_.cc50 TEST_F(FooTest, Abc) { in TEST_F() argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_list_tests_unittest_.cc53 TEST(Abc, Xyz) { in TEST() argument
56 TEST(Abc, Def) { in TEST() argument
Dgtest_filter_unittest_.cc50 TEST_F(FooTest, Abc) { in TEST_F() argument
/external/gtest/test/
Dgtest_list_tests_unittest_.cc53 TEST(Abc, Xyz) { in TEST() argument
56 TEST(Abc, Def) { in TEST() argument
Dgtest_filter_unittest_.cc50 TEST_F(FooTest, Abc) { in TEST_F() argument
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java226 binder(), String.class, String.class, Abc.class); in testMapBinderAggregationForAnnotationType()
231 binder(), String.class, String.class, Abc.class); in testMapBinderAggregationForAnnotationType()
237 Key<Map<String, String>> key = Key.get(mapOfString, Abc.class); in testMapBinderAggregationForAnnotationType()
244 injector.getInstance(Key.get(mapOfStringProvider, Abc.class)); in testMapBinderAggregationForAnnotationType()
245 injector.getInstance(Key.get(mapOfStringJavaxProvider, Abc.class)); in testMapBinderAggregationForAnnotationType()
287 binder(), String.class, String.class, Abc.class); in testMapBinderWithMultipleAnnotationTypeSets()
300 Key<Map<String, String>> abcKey = Key.get(mapOfString, Abc.class); in testMapBinderWithMultipleAnnotationTypeSets()
312 injector.getInstance(Key.get(mapOfStringProvider, Abc.class)); in testMapBinderWithMultipleAnnotationTypeSets()
313 injector.getInstance(Key.get(mapOfStringJavaxProvider, Abc.class)); in testMapBinderWithMultipleAnnotationTypeSets()
553 binder(), String.class, String.class, Abc.class); in testMapBinderMultimapWithAnotation()
[all …]
DMultibinderTest.java156 = Multibinder.newSetBinder(binder(), String.class, Abc.class); in testMultibinderAggregationForAnnotationType()
160 multibinder = Multibinder.newSetBinder(binder(), String.class, Abc.class); in testMultibinderAggregationForAnnotationType()
166 Key<Set<String>> setKey = Key.get(setOfString, Abc.class); in testMultibinderAggregationForAnnotationType()
209 = Multibinder.newSetBinder(binder(), String.class, Abc.class); in testMultibinderWithMultipleAnnotationTypeSets()
222 Key<Set<String>> abcSetKey = Key.get(setOfString, Abc.class); in testMultibinderWithMultipleAnnotationTypeSets()
607 @interface Abc {} annotation in MultibinderTest
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
DFakeUnixFileSystemTest.groovy60 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy74 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy74 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy71 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy71 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy71 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy74 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy71 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
/external/icu/icu4c/source/data/lang/
Dga.txt21 ab{"Abcáisis"}
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp93 DeclarationMatcher Abc = namedDecl(matchesName("a.*b.*c")); in TEST() local
94 EXPECT_TRUE(matches("int abc;", Abc)); in TEST()
95 EXPECT_TRUE(matches("int aFOObBARc;", Abc)); in TEST()
96 EXPECT_TRUE(notMatches("int cab;", Abc)); in TEST()
97 EXPECT_TRUE(matches("int cabc;", Abc)); in TEST()

12