| /external/llvm-project/clang/unittests/Rename/ |
| D | RenameFunctionTest.cpp | 51 std::string After = runClangRenameOnCode(Before, "A::Foo", "A::Bar"); in TEST_F() local 74 std::string After = runClangRenameOnCode(Before, "A::Foo", "A::Bar"); in TEST_F() local 87 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F() local 108 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F() local 117 std::string After = runClangRenameOnCode(Before, "A::Foo", "A::Bar"); in TEST_F() local 126 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F() local 141 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F() local 153 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F() local 202 std::string After = runClangRenameOnCode(Before, "base::ToNanoSeconds", in TEST_F() local 218 std::string After = runClangRenameOnCode(Before, "na::X", "na::Y"); in TEST_F() local [all …]
|
| D | RenameClassTest.cpp | 439 std::string After = runClangRenameOnCode(Before, "Old", "New"); in TEST_F() local 468 std::string After = runClangRenameOnCode(Before, "Old", "New"); in TEST_F() local 501 std::string After = runClangRenameOnCode(Before, "ns::Old", "ns::New"); in TEST_F() local 542 std::string After = runClangRenameOnCode(Before, "ns::Old", "ns::New"); in TEST_F() local 593 std::string After = runClangRenameOnCode(Before, "ns::Old", "ns::New"); in TEST_F() local 628 std::string After = runClangRenameOnCode(Before, "ns::Old", "::new_ns::New"); in TEST_F() local 673 std::string After = runClangRenameOnCode(Before, "ns::Old", "::new_ns::New"); in TEST_F() local 702 std::string After = runClangRenameOnCode(Before, "foo::Old", "foo::Old"); in TEST_F() local 731 std::string After = runClangRenameOnCode(Before, "foo::Old", "::foo::Old"); in TEST_F() local 760 std::string After = runClangRenameOnCode(Before, "::foo::Old", "::foo::Old"); in TEST_F() local [all …]
|
| D | RenameAliasTest.cpp | 213 std::string After = runClangRenameOnCode(Before, "TOld", "TNew"); in TEST_F() local 226 std::string After = runClangRenameOnCode(Before, "UOld", "UNew"); in TEST_F() local 245 std::string After = runClangRenameOnCode(Before, "Old", "New"); in TEST_F() local 262 std::string After = runClangRenameOnCode(Before, "ns::UOld", "ns::UNew"); in TEST_F() local 295 std::string After = in TEST_F() local
|
| D | RenameMemberTest.cpp | 179 std::string After = runClangRenameOnCode(Before, "X::Moo", "Y::Meh"); in TEST_F() local 194 std::string After = runClangRenameOnCode(Before, "X::Foo", "X::Bar"); in TEST_F() local 221 std::string After = runClangRenameOnCode(Before, "X::a", "X::bar"); in TEST_F() local
|
| D | RenameEnumTest.cpp | 167 std::string After = runClangRenameOnCode(Before, "ns::Old1", "ns::New1"); in TEST_F() local 182 std::string After = runClangRenameOnCode(Before, "ns::Old1", "ns::New1"); in TEST_F() local
|
| D | ClangRenameTest.h | 39 std::string After; member
|
| /external/mockito/src/main/java/org/mockito/verification/ |
| D | After.java | 17 public class After extends VerificationWrapper<VerificationOverTimeImpl> implements VerificationAft… class 25 public After(long delayMillis, VerificationMode verificationMode) { in After() method in After 29 After(long pollingPeriod, long delayMillis, VerificationMode verificationMode) { in After() method in After 33 After(VerificationOverTimeImpl verificationOverTime) { in After() method in After
|
| /external/junit/src/main/java/org/junit/ |
| D | After.java | 39 public @interface After { annotation
|
| /external/llvm-project/clang-tools-extra/clangd/unittests/ |
| D | FormatTests.cpp | 42 void expectAfterNewline(const char *Before, const char *After) { in expectAfterNewline() 45 void expectAfter(const char *Typed, const char *Before, const char *After) { in expectAfter()
|
| /external/libwebsockets/test-apps/ |
| D | libwebsockets-test-server.service | 3 After=syslog.target key
|
| /external/libwebsockets/lwsws/ |
| D | usr-lib-systemd-system-lwsws.service | 3 After=syslog.target key
|
| /external/adhd/init/ |
| D | cras.service | 8 After=system-services.target key
|
| /external/libcups/scheduler/ |
| D | org.cups.cupsd.service.in | 4 After=sssd.service key
|
| /external/elfutils/config/ |
| D | debuginfod.service | 4 After=network.target key
|
| /external/ms-tpm-20-ref/TPMCmd/Simulator/src/ |
| D | tpmsim.service | 4 After=network.target key
|
| /external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
| D | ExtractFunctionTests.cpp | 181 const char *After = R"cpp( in TEST_F() local
|
| /external/swiftshader/tests/regres/cov/ |
| D | span.go | 50 func (l Location) After(o Location) bool { return l.Compare(o) == 1 } func
|
| /external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
| D | gmock-spec-builders.h | 966 TypedExpectation& After(const ExpectationSet& s) { in After() function 978 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) { in After() function 981 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 985 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 989 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
|
| /external/googletest/googlemock/include/gmock/ |
| D | gmock-spec-builders.h | 981 TypedExpectation& After(const ExpectationSet& s) { in After() function 993 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) { in After() function 996 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 1000 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 1004 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
|
| /external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
| D | ExprSequence.cpp | 97 bool ExprSequence::potentiallyAfter(const Stmt *After, in potentiallyAfter()
|
| /external/llvm-project/llvm/lib/Passes/ |
| D | StandardInstrumentations.cpp | 322 IRUnitT After; in handleIRAfterPass() local 423 const std::string &After, Any) { in handleAfter() 711 const CFG &After) { in printDiff()
|
| /external/llvm/include/llvm/Transforms/IPO/ |
| D | WholeProgramDevirt.h | 99 AccumBitVector After; member
|
| /external/clang/include/clang/Lex/ |
| D | HeaderSearchOptions.h | 40 After ///< Like System, but searched after the system directories. enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | WholeProgramDevirt.h | 102 AccumBitVector After; member
|
| /external/llvm-project/clang/include/clang/Lex/ |
| D | HeaderSearchOptions.h | 60 After enumerator
|