HomeSort by relevance Sort by last modified time
    Searched refs:Actions (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ActionTest.java 25 import com.badlogic.gdx.scenes.scene2d.actions.Actions;
51 img.addAction(Actions.moveBy(100, 0, 2));
52 img.addAction(Actions.after(Actions.scaleTo(2, 2, 2)));
ComplexActionTest.java 19 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.alpha;
20 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.forever;
21 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.parallel;
22 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.rotateBy;
23 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.scaleTo;
    [all...]
GroupFadeTest.java 19 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.fadeIn;
20 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.fadeOut;
21 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.forever;
22 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.sequence;
ActionSequenceTest.java 19 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.moveBy;
20 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.parallel;
21 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.sequence;
29 import com.badlogic.gdx.scenes.scene2d.actions.Actions;
67 img3.addAction(sequence(parallel(moveBy(100, 200, 2)), Actions.run(this)));
  /external/clang/lib/Parse/
ParseStmt.cpp 115 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range);
169 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Statement);
209 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
229 return Actions.ActOnNullStmt(ConsumeToken(), HasLeadingEmptyMacro);
271 Res = Actions.ActOnFinishFullStmt(Res.get());
398 return Actions.ActOnExprStmtError();
402 Actions.CheckCaseExpression(Expr.get())) {
414 return Actions.ActOnExprStmt(Expr);
453 return Actions.ActOnSEHTryBlock(false /* IsCXXTry */,
485 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression())
    [all...]
ParseExpr.cpp 150 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
159 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression);
202 EnterExpressionEvaluationContext Unevaluated(Actions,
207 return Actions.ActOnConstantExpression(Res);
300 Actions.CorrectDelayedTyposInExpr(LHS);
344 Actions.CodeCompleteAssignmentRHS(getCurScope(), LHS.get());
372 Actions.CorrectDelayedTyposInExpr(LHS);
374 TernaryMiddle = Actions.CorrectDelayedTyposInExpr(TernaryMiddle);
394 << /*LHS*/0 << PP.getSpelling(Tok) << Actions.getExprRange(RHS.get());
409 Actions.CorrectDelayedTyposInExpr(LHS)
    [all...]
ParseCXXInlineMethods.cpp 42 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
45 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
49 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs);
51 Actions.ActOnPureSpecifier(FnD, PureSpecLoc);
73 Actions.SetDeclDeleted(FnD, KWLoc);
83 Actions.SetDeclDefaulted(FnD, KWLoc);
111 ((Actions.CurContext->isDependentContext() ||
114 !Actions.IsInsideALocalClassWithinATemplateFunction())) {
121 Actions.CheckForFunctionRedefinition(FD);
122 Actions.MarkAsLateParsedTemplate(FD, FnD, Toks)
    [all...]
ParseObjc.cpp 51 Actions.CodeCompleteObjCAtDirective(getCurScope());
87 return Actions.ConvertDeclToDeclGroup(nullptr);
94 return Actions.ConvertDeclToDeclGroup(SingleDecl);
99 Sema &Actions;
103 ObjCTypeParamListScope(Sema &Actions, Scope *S)
104 : Actions(Actions), S(S), Params(nullptr) {}
114 Actions.popObjCTypeParamList(S, Params);
138 return Actions.ConvertDeclToDeclGroup(nullptr);
155 return Actions.ConvertDeclToDeclGroup(nullptr)
    [all...]
Parser.cpp 71 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
72 : PP(pp), Actions(actions), Diags(PP.getDiagnostics()),
79 Actions.CurScope = nullptr;
88 CommentSemaHandler.reset(new ActionCommentHandler(actions));
228 Actions.getASTContext().getPrintingPolicy())
377 Actions.CurScope = N;
379 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
387 // Inform the actions module that this scope is going away if there are any
389 Actions.ActOnPopScope(Tok.getLocation(), getCurScope())
    [all...]
ParseExprCXX.cpp 94 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
199 Actions.RestoreNestedNameSpecifierAnnotation(Tok.getAnnotationValue(),
237 if (Actions.ActOnCXXGlobalScopeSpecifier(ConsumeToken(), SS))
253 return Actions.ActOnSuperScopeSpecifier(SuperLoc, ConsumeToken(), SS);
268 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
358 = Actions.ActOnDependentTemplateName(getCurScope(),
399 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(),
434 if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, II,
462 !Actions.isNonTypeNestedNameSpecifier
    [all...]
ParseTemplate.cpp 126 Actions.ActOnTemplateParameterList(CurTemplateDepthTracker.getDepth(),
138 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression());
213 Decl *Decl = Actions.ParsedFreeStandingDeclSpec(
282 FakedParamLists.push_back(Actions.ActOnTemplateParameterList(
543 return Actions.ActOnTypeParameter(getCurScope(), TypenameKeyword, EllipsisLoc,
632 Actions.ActOnTemplateParameterList(Depth, SourceLocation(),
653 return Actions.ActOnTemplateTemplateParameter(getCurScope(), TemplateLoc,
698 EnterExpressionEvaluationContext ConstantEvaluated(Actions,
701 DefaultArg = Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression());
707 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
ParseInit.cpp 155 return Actions.ActOnDesignatedInitializer(D, ColonLoc, true,
255 switch (Actions.getObjCMessageKind(
361 return Actions.ActOnDesignatedInitializer(Desig, EqualLoc, false,
374 return Actions.ActOnDesignatedInitializer(Desig, Tok.getLocation(),
411 return Actions.ActOnInitList(LBraceLoc, None, ConsumeBrace());
439 SubElt = Actions.ActOnPackExpansion(SubElt.get(), ConsumeToken());
441 SubElt = Actions.CorrectDelayedTyposInExpr(SubElt.get());
476 return Actions.ActOnInitList(LBraceLoc, InitExprs,
524 SubElt = Actions.ActOnPackExpansion(SubElt.get(), ConsumeToken());
ParseOpenMP.cpp 110 return Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
199 Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
200 Directive = Actions.ActOnDeclStmt(Res, Loc, Tok.getLocation());
270 Actions.StartOpenMPDSABlock(DKind, DirName, Actions.getCurScope(), Loc);
278 Actions.StartOpenMPClause(CKind);
291 Actions.EndOpenMPClause();
313 Sema::CompoundScopeRAII CompoundScope(Actions);
314 Actions.ActOnOpenMPRegionStart(DKind, getCurScope());
315 Actions.ActOnStartOfCompoundStmt()
    [all...]
ParseDecl.cpp 69 return Actions.ActOnTypeName(getCurScope(), DeclaratorInfo);
234 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context,
306 new EnterExpressionEvaluationContext(Actions, Sema::Unevaluated));
309 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()));
377 Actions.ActOnReenterCXXMethodParameter(getCurScope(), Param);
    [all...]
ParseDeclCXX.cpp 66 Actions.CodeCompleteNamespaceDecl(getCurScope());
120 return Actions.ConvertDeclToDeclGroup(NSAlias);
186 Actions.ActOnStartNamespaceDef(getCurScope(), InlineLoc, NamespaceLoc,
190 PrettyDeclStackTraceEntry CrashInfo(Actions, NamespcDecl, NamespaceLoc,
202 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
204 return Actions.ConvertDeclToDeclGroup(NamespcDecl,
237 Actions.ActOnStartNamespaceDef(getCurScope(), SourceLocation(),
248 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation());
263 Actions.CodeCompleteNamespaceAliasDecl(getCurScope());
288 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc
    [all...]
RAIIObjectsForParser.h 86 /// \brief RAII object used to inform the actions that we're
91 Sema &Actions;
102 : Actions(P.getActions()), DiagnosticPool(nullptr) {
109 : Actions(P.getActions()), DiagnosticPool(parentPool) {
117 : Actions(P.getActions()),
162 State = Actions.PushParsingDeclaration(DiagnosticPool);
168 Actions.PopParsingDeclaration(State, D);
ParsePragma.cpp 102 PragmaCommentHandler(Sema &Actions)
103 : PragmaHandler("comment"), Actions(Actions) {}
107 Sema &Actions;
111 PragmaDetectMismatchHandler(Sema &Actions)
112 : PragmaHandler("detect_mismatch"), Actions(Actions) {}
116 Sema &Actions;
140 : PragmaHandler("optimize"), Actions(S) {}
144 Sema &Actions;
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 51 /// The list of actions.
52 ActionList Actions;
105 ActionList &getActions() { return Actions; }
106 const ActionList &getActions() const { return Actions; }
  /external/clang/include/clang/Sema/
Designator.h 171 void ClearExprs(Sema &Actions) {}
175 void FreeExprs(Sema &Actions) {}
201 void ClearExprs(Sema &Actions) {}
205 void FreeExprs(Sema &Actions) {}
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Dialog.java 19 import static com.badlogic.gdx.scenes.scene2d.actions.Actions.*;
29 import com.badlogic.gdx.scenes.scene2d.actions.Actions;
210 show(stage, sequence(Actions.alpha(0), Actions.fadeIn(0.4f, Interpolation.fade)));
230 addAction(sequence(action, Actions.removeListener(ignoreTouchDown, true), Actions.removeActor()));
238 hide(sequence(fadeOut(0.4f, Interpolation.fade), Actions.removeListener(ignoreTouchDown, true), Actions.removeActor()))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 47 /// Compute the actions table and gather the first action index for each landing
51 SmallVectorImpl<ActionEntry> &Actions,
107 assert(Actions.size());
108 PrevAction = Actions.size() - 1;
109 SizeAction = getSLEB128Size(Actions[PrevAction].NextAction) +
110 getSLEB128Size(Actions[PrevAction].ValueForTypeID);
114 SizeAction -= getSLEB128Size(Actions[PrevAction].ValueForTypeID);
115 SizeAction += -Actions[PrevAction].NextAction;
116 PrevAction = Actions[PrevAction].Previous;
120 // Compute the actions
    [all...]
EHStreamer.h 55 /// Structure describing an entry in the actions table.
73 /// Compute the actions table and gather the first action index for each
76 SmallVectorImpl<ActionEntry> &Actions,
92 /// Emit landing pads and actions.
101 /// the actions table.
  /external/clang/lib/Driver/
Compilation.cpp 43 // Free the actions, if built.
44 for (ActionList::iterator it = Actions.begin(), ie = Actions.end();
210 // Free actions and jobs.
211 DeleteContainerPointers(Actions);
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.1.0/
manifest-merger-24.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.1.3/
manifest-merger-24.1.3.jar 

Completed in 364 milliseconds

1 2 3 4 5 6