/external/llvm-project/clang/test/Analysis/ |
D | cast-to-struct.cpp | 29 struct ABC *Abc; in structToStruct() local 30 …Abc = (struct ABC *)&Ab; // expected-warning {{Casting data to a larger structure type and accessi… in structToStruct() 31 Abc = (struct ABC *)P; // No warning; It is not known what data P points at. in structToStruct() 32 Abc = (struct ABC *)&*P; in structToStruct() 61 struct ABC *Abc; in intToStruct() local 62 …Abc = (struct ABC *)P; // expected-warning {{Casting a non-structure type to a structure type and … in intToStruct() 66 Abc = (struct ABC *)VP; in intToStruct()
|
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
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/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | dedup_token_length_test.cpp | 18 template<class A, class B> void Abc() { in Abc() function 24 Xyz::Abc<int, int>(); in bar()
|
/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/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/rust/crates/quiche/deps/boringssl/src/third_party/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-identifier-naming-ignored-regexp.cpp | 21 int testFunc(int Abc, char **Cba);
|
/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 …]
|
/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/rust/crates/regex-automata/data/tests/ |
D | flags.toml | 10 input = "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/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 71 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/MockFtpServer/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.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 71 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/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-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystemTest.groovy | 71 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.4/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()
|