Home
last modified time | relevance | path

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

12

/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dpretty_printing_scenarios.story217 import static a.b.c.Abc.*;
220 import static a.b.c.Abc.*;
224 import static a.b.c.Abc;
227 import static a.b.c.Abc;
238 import a.b.c.Abc;
241 import a.b.c.Abc;
245 @Abc
248 @Abc
412 @C interface Abc {
417 interface Abc {
[all …]
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
Ddedup_token_length_test.cc18 template<class A, class B> void Abc() { in Abc() function
24 Xyz::Abc<int, int>(); in bar()
/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/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc52 TEST(Abc, Xyz) { in TEST() argument
55 TEST(Abc, Def) { in TEST() argument
Dgoogletest-filter-unittest_.cc49 TEST_F(FooTest, Abc) { in TEST_F() argument
/external/guice/core/test/com/google/inject/internal/
DMapBinderTest.java275 MapBinder.newMapBinder(binder(), String.class, String.class, Abc.class); in testMapBinderAggregationForAnnotationType()
279 multibinder = MapBinder.newMapBinder(binder(), String.class, String.class, Abc.class); in testMapBinderAggregationForAnnotationType()
285 Key<Map<String, String>> key = Key.get(mapOfString, Abc.class); in testMapBinderAggregationForAnnotationType()
301 injector.getInstance(Key.get(mapOfStringProvider, Abc.class)); in testMapBinderAggregationForAnnotationType()
302 injector.getInstance(Key.get(mapOfStringJavaxProvider, Abc.class)); in testMapBinderAggregationForAnnotationType()
365 MapBinder.newMapBinder(binder(), String.class, String.class, Abc.class); in testMapBinderWithMultipleAnnotationTypeSets()
378 Key<Map<String, String>> abcKey = Key.get(mapOfString, Abc.class); in testMapBinderWithMultipleAnnotationTypeSets()
407 injector.getInstance(Key.get(mapOfStringProvider, Abc.class)); in testMapBinderWithMultipleAnnotationTypeSets()
408 injector.getInstance(Key.get(mapOfStringJavaxProvider, Abc.class)); in testMapBinderWithMultipleAnnotationTypeSets()
744 MapBinder.newMapBinder(binder(), String.class, String.class, Abc.class); in testMapBinderMultimapWithAnotation()
[all …]
DMultibinderTest.java181 Multibinder.newSetBinder(binder(), String.class, Abc.class); in testMultibinderAggregationForAnnotationType()
185 multibinder = Multibinder.newSetBinder(binder(), String.class, Abc.class); in testMultibinderAggregationForAnnotationType()
191 Key<Set<String>> setKey = Key.get(setOfString, Abc.class); in testMultibinderAggregationForAnnotationType()
254 Multibinder.newSetBinder(binder(), String.class, Abc.class); in testMultibinderWithMultipleAnnotationTypeSets()
267 Key<Set<String>> abcSetKey = Key.get(setOfString, Abc.class); in testMultibinderWithMultipleAnnotationTypeSets()
794 @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/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy71 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.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy71 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.2/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.5/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy72 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.4/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-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystemTest.groovy71 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/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp69 DeclarationMatcher Abc = namedDecl(matchesName("a.*b.*c")); in TEST() local
70 EXPECT_TRUE(matches("int abc;", Abc)); in TEST()
71 EXPECT_TRUE(matches("int aFOObBARc;", Abc)); in TEST()
72 EXPECT_TRUE(notMatches("int cab;", Abc)); in TEST()
73 EXPECT_TRUE(matches("int cabc;", Abc)); in TEST()
/external/eigen/test/
Dsparse_ref.cpp70 const Block<SparseMatrix<float> > Abc(A,0,1,3,3); in call_ref() local
/external/tensorflow/tensorflow/python/util/
Dnest_test.py153 Abc = collections.namedtuple("A", ("b", "c")) # pylint: disable=invalid-name variable in NestTest
160 NestTest.Abc(3, 4), {
180 NestTest.Abc("a", True),
/external/googletest/googletest/docs/
Dfaq.md492 TEST_F(FooTest, Abc) { ... }
497 TEST_F(BarTest, Abc) { ... }
506 TEST_F(FooTest, Abc) { ... }
511 TEST_F(BarTest, Abc) { ... }
658 TEST_F(FooTest, Abc) { ... }

12