Home
last modified time | relevance | path

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

/external/vogar/src/org/junit/
DAfter.java28 public @interface After { annotation
/external/junit/src/org/junit/
DAfter.java38 public @interface After { annotation
/external/dbus/bus/
Ddbus.service.in4 After=syslog.target key
/external/tlsdate/systemd/
Dtlsdated.service3 After=network.target key
/external/avahi/avahi-dnsconfd/
Davahi-dnsconfd.service.in21 After=avahi-daemon.socket key
/external/jetty/src/java/org/eclipse/jetty/webapp/
DFragmentDescriptor.java40 public enum OtherType {None, Before, After}; enumConstant
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h956 TypedExpectation& After(const ExpectationSet& s) { in After() function
968 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) { in After() function
971 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
975 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
979 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
/external/gmock/include/gmock/
Dgmock-spec-builders.h964 TypedExpectation& After(const ExpectationSet& s) { in After() function
976 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) { in After() function
979 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
983 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
987 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h40 After ///< Like System, but searched after the system directories. enumerator
/external/clang/test/CodeGen/
Dxcore-stringtype.c185 int After[10]; variable
/external/clang/lib/Lex/
DLexer.cpp3393 char After = getCharAndSize(CurPtr+SizeTmp, SizeTmp2); in LexTokenInternal() local
3426 char After = getCharAndSize(CurPtr + SizeTmp + SizeTmp2, SizeTmp3); in LexTokenInternal() local
3450 char After = getCharAndSize(CurPtr+SizeTmp, SizeTmp2); in LexTokenInternal() local
/external/skia/tests/
DPathOpsAngleTest.cpp193 static int After(SkOpAngle& lh, SkOpAngle& rh) { in After() function in PathOpsAngleTester
/external/clang/include/clang/Sema/
DOverload.h268 StandardConversionSequence After; member
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml305 | After of 'b Constructor
Dllvm.mli370 | After of 'b Constructor
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py1142 class After(object): class
/external/clang/lib/Parse/
DParseExprCXX.cpp742 const Token Next = NextToken(), After = GetLookAheadToken(2); in TryParseLambdaExpression() local
DParseDeclCXX.cpp2430 auto &After = GetLookAheadToken(2); in ParseCXXClassMemberDeclaration() local
/external/llvm/lib/TableGen/
DRecord.cpp340 static Init *fixBitInit(const RecordVal *RV, Init *Before, Init *After) { in fixBitInit()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6909 static void extendRight(SourceRange &R, SourceRange After) { in extendRight()
6975 SourceRange Before, After; in CheckConversionDeclarator() local
DSemaChecking.cpp4390 SourceLocation After = S.getLocForEndOfToken(E->getLocEnd()); in checkFormatExpr() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3250 static SDValue getCCResult(SelectionDAG &DAG, SDNode *After) { in getCCResult()