/external/clang/include/clang/Driver/ |
Util.h | 20 class Action; 27 typedef SmallVector<Action*, 3> ActionList;
|
Action.h | 1 //===--- Action.h - Abstract compilation steps ------------------*- C++ -*-===// 26 /// Action - Represent an abstract compilation step to perform. 28 /// An action represents an edge in the compilation graph; typically 35 class Action { 68 /// The output type of this action. 76 Action(ActionClass Kind, types::ID Type) 78 Action(ActionClass Kind, std::unique_ptr<Action> Input, types::ID Type) 81 Action(ActionClass Kind, std::unique_ptr<Action> Input [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ |
SequenceAction.java | 19 import com.badlogic.gdx.scenes.scene2d.Action;
30 public SequenceAction (Action action1) {
34 public SequenceAction (Action action1, Action action2) {
39 public SequenceAction (Action action1, Action action2, Action action3) {
45 public SequenceAction (Action action1, Action action2, Action action3, Action action4) { [all...] |
RemoveAction.java | 19 import com.badlogic.gdx.scenes.scene2d.Action; 22 /** Removes an action from an actor. 24 public class RemoveAction extends Action { 25 private Action action; field in class:RemoveAction 28 target.removeAction(action); 32 public Action getAction () { 33 return action; 36 public void setAction (Action action) { [all...] |
AddAction.java | 19 import com.badlogic.gdx.scenes.scene2d.Action;
22 /** Adds an action to an actor.
24 public class AddAction extends Action {
25 private Action action;
field in class:AddAction 28 target.addAction(action);
32 public Action getAction () {
33 return action;
36 public void setAction (Action action) {
[all...] |
ParallelAction.java | 19 import com.badlogic.gdx.scenes.scene2d.Action;
26 public class ParallelAction extends Action {
27 Array<Action> actions = new Array(4);
33 public ParallelAction (Action action1) {
37 public ParallelAction (Action action1, Action action2) {
42 public ParallelAction (Action action1, Action action2, Action action3) {
48 public ParallelAction (Action action1, Action action2, Action action3, Action action4) { [all...] |
RemoveActorAction.java | 19 import com.badlogic.gdx.scenes.scene2d.Action;
24 public class RemoveActorAction extends Action {
|
/system/extras/memory_replay/ |
Action.h | 24 class Action { 26 Action() {} 27 virtual ~Action() {} 38 static Action* CreateAction(uintptr_t key_pointer, const char* type,
|
/external/libchrome/base/posix/ |
file_descriptor_shuffle_unittest.cc | 17 struct Action { 24 Action(Type in_type, int in_fd1, int in_fd2 = -1) 30 bool operator==(const Action& other) const { 49 actions_.push_back(Action(Action::DUPLICATE, *result, fd)); 54 actions_.push_back(Action(Action::MOVE, src, dest)); 58 void Close(int fd) override { actions_.push_back(Action(Action::CLOSE, fd)); } 60 const std::vector<Action>& actions() const { return actions_; [all...] |
/external/eigen/bench/btl/generic_bench/static/ |
bench_static.hh | 36 template <template<class> class Perf_Analyzer, template<class> class Action, template<class,int> class Interface> 39 if (BtlConfig::skipAction(Action<Interface<REAL_TYPE,10> >::name())) 42 string filename = "bench_" + Action<Interface<REAL_TYPE,10> >::name() + ".dat"; 51 static_size_generator<max_size,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops); 57 template <template<class> class Action, template<class,int> class Interface> 60 bench_static<Portable_Perf_Analyzer,Action,Interface>(); 61 //bench_static<Mixed_Perf_Analyzer,Action,Interface>(); 62 //bench_static<X86_Perf_Analyzer,Action,Interface>();
|
static_size_generator.hh | 28 template <int SIZE,template<class> class Perf_Analyzer, template<class> class Action, template<class,int> class Interface> 34 Perf_Analyzer<Action<Interface<REAL_TYPE,SIZE> > > perf_action; 37 static_size_generator<SIZE-1,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops); 43 template <template<class> class Perf_Analyzer, template<class> class Action, template<class,int> class Interface> 44 struct static_size_generator<1,Perf_Analyzer,Action,Interface>{ 48 Perf_Analyzer<Action<Interface<REAL_TYPE,1> > > perf_action;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
IClientAction.java | 21 import org.eclipse.jface.action.Action; 24 Action getAction();
|
/frameworks/support/compat/jellybean/android/support/v4/app/ |
NotificationBuilderWithActions.java | 23 public void addAction(NotificationCompatBase.Action action);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
OnActionClickedListener.java | 17 * Interface for receiving notification when an {@link Action} is clicked. 21 public void onActionClicked(Action action);
|
/external/compiler-rt/lib/asan/tests/ |
asan_exceptions_test.cc | 5 class Action { 7 Action() {} 18 const Action a;
|
/external/droiddriver/src/io/appium/droiddriver/validators/ |
ExemptRootValidator.java | 20 import io.appium.droiddriver.actions.Action; 27 public boolean isApplicable(UiElement element, Action action) { 32 public String validate(UiElement element, Action action) {
|
Validator.java | 20 import io.appium.droiddriver.actions.Action; 23 * Interface for validating a UiElement, checked when an action is performed. 30 * {@code action}. 32 boolean isApplicable(UiElement element, Action action); 35 * Returns {@code null} if {@code element} is valid on this {@code action}, 38 String validate(UiElement element, Action action);
|
VisibilityValidator.java | 20 import io.appium.droiddriver.actions.Action; 27 public boolean isApplicable(UiElement element, Action action) { 32 public String validate(UiElement element, Action action) {
|
ExemptScrollActionValidator.java | 20 import io.appium.droiddriver.actions.Action; 29 public boolean isApplicable(UiElement element, Action action) { 30 return action instanceof ScrollAction; 34 public String validate(UiElement element, Action action) {
|
/external/vogar/src/vogar/ |
Mode.java | 36 Task executeActionTask(Action action, boolean useLargeTimeout); 39 * Hook method called after action compilation. 41 Set<Task> installActionTasks(Action action, File jar); 45 * the given action. 47 Set<Task> cleanupTasks(Action action); 50 * Returns a VM for action execution. 56 VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) [all...] |
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ActionMultiMap.java | 23 * Provide a simple way of collecting one or more {@link Action} objects 26 public class ActionMultiMap extends HashMap<String, ArrayList<Action>> { 27 public void put(String mimeType, Action info) { 32 * Puts the (mimeType,Action) tuple into the multimap at the front if 35 public void put(String mimeType, Action info, boolean front) { 37 ArrayList<Action> collectList = get(mimeType); 41 collectList = new ArrayList<Action>();
|
/external/llvm/utils/TableGen/ |
CallingConvEmitter.cpp | 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O); 81 void CallingConvEmitter::EmitAction(Record *Action, 85 if (Action->isSubClassOf("CCPredicateAction")) { 88 if (Action->isSubClassOf("CCIfType")) { 89 ListInit *VTs = Action->getValueAsListInit("VTs"); 96 } else if (Action->isSubClassOf("CCIf")) { 97 O << Action->getValueAsString("Predicate"); 99 Action->dump(); 104 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O); 107 if (Action->isSubClassOf("CCDelegateTo")) [all...] |
/external/eigen/bench/btl/generic_bench/timers/ |
mixed_perf_analyzer.hh | 29 template<class Action> 63 Portable_Perf_Analyzer<Action> _ppa; 64 X86_Perf_Analyzer<Action> _x86pa;
|
/external/droiddriver/src/io/appium/droiddriver/actions/ |
BaseAction.java | 20 * Base class of {@link Action} that implements {@link #getTimeoutMillis}. 22 public abstract class BaseAction implements Action {
|
/external/droiddriver/src/io/appium/droiddriver/ |
UiDevice.java | 21 import io.appium.droiddriver.actions.Action; 42 * Executes a global action without the context of a certain UiElement. 44 * @param action The action to execute 45 * @return true if the action is successful 47 boolean perform(Action action);
|