/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/ |
D | pretty_printing_scenarios.story | 217 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/ |
D | dedup_token_length_test.cc | 18 template<class A, class B> void Abc() { in Abc() function 24 Xyz::Abc<int, int>(); in bar()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 55 TEST(Abc, Xyz) { in TEST() argument 58 TEST(Abc, Def) { in TEST() argument
|
D | gtest_filter_unittest_.cc | 50 TEST_F(FooTest, Abc) { in TEST_F() argument
|
/external/googletest/googletest/test/ |
D | googletest-list-tests-unittest_.cc | 52 TEST(Abc, Xyz) { in TEST() argument 55 TEST(Abc, Def) { in TEST() argument
|
D | googletest-filter-unittest_.cc | 49 TEST_F(FooTest, Abc) { in TEST_F() argument
|
/external/guice/core/test/com/google/inject/internal/ |
D | MapBinderTest.java | 275 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 …]
|
D | MultibinderTest.java | 181 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/ |
D | FakeUnixFileSystemTest.groovy | 60 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 71 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 71 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 74 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 74 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 74 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 71 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 71 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 72 assert fileSystem.normalize("/Abc/def/..") == "/Abc"
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 69 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/ |
D | sparse_ref.cpp | 70 const Block<SparseMatrix<float> > Abc(A,0,1,3,3); in call_ref() local
|
/external/tensorflow/tensorflow/python/util/ |
D | nest_test.py | 153 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/ |
D | faq.md | 492 TEST_F(FooTest, Abc) { ... } 497 TEST_F(BarTest, Abc) { ... } 506 TEST_F(FooTest, Abc) { ... } 511 TEST_F(BarTest, Abc) { ... } 658 TEST_F(FooTest, Abc) { ... }
|