Home
last modified time | relevance | path

Searched defs:After (Results 1 – 25 of 71) sorted by relevance

123

/external/llvm-project/clang/unittests/Rename/
DRenameFunctionTest.cpp51 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 …]
DRenameClassTest.cpp439 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 …]
DRenameAliasTest.cpp213 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
DRenameMemberTest.cpp179 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
DRenameEnumTest.cpp167 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
DClangRenameTest.h39 std::string After; member
/external/mockito/src/main/java/org/mockito/verification/
DAfter.java17 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/
DAfter.java39 public @interface After { annotation
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFormatTests.cpp42 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/
Dlibwebsockets-test-server.service3 After=syslog.target key
/external/libwebsockets/lwsws/
Dusr-lib-systemd-system-lwsws.service3 After=syslog.target key
/external/adhd/init/
Dcras.service8 After=system-services.target key
/external/libcups/scheduler/
Dorg.cups.cupsd.service.in4 After=sssd.service key
/external/elfutils/config/
Ddebuginfod.service4 After=network.target key
/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
Dtpmsim.service4 After=network.target key
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DExtractFunctionTests.cpp181 const char *After = R"cpp( in TEST_F() local
/external/swiftshader/tests/regres/cov/
Dspan.go50 func (l Location) After(o Location) bool { return l.Compare(o) == 1 } func
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h966 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/
Dgmock-spec-builders.h981 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/
DExprSequence.cpp97 bool ExprSequence::potentiallyAfter(const Stmt *After, in potentiallyAfter()
/external/llvm-project/llvm/lib/Passes/
DStandardInstrumentations.cpp322 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/
DWholeProgramDevirt.h99 AccumBitVector After; member
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h40 After ///< Like System, but searched after the system directories. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h102 AccumBitVector After; member
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h60 After enumerator

123