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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/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));
59 actions_.push_back(Action(Action::CLOSE, fd));
62 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/v17/leanback/src/android/support/v17/leanback/widget/
OnActionClickedListener.java 17 * Interface for receiving notification when an action is clicked.
21 public void onActionClicked(Action action);
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationBuilderWithActions.java 23 public void addAction(NotificationCompatBase.Action action);
  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 25 enum Action {
30 typedef base::Callback<void(Action)> OnDone;
33 // will be run when the the respective action is invoked. |canceled| may also
48 virtual void InvokeActionForTesting(Action action) = 0;
  /external/compiler-rt/lib/asan/tests/
asan_exceptions_test.cc 5 class Action {
7 Action() {}
18 const Action a;
  /external/droiddriver/src/com/google/android/droiddriver/validators/
Validator.java 20 import com.google.android.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);
ExemptRootValidator.java 20 import com.google.android.droiddriver.actions.Action;
27 public boolean isApplicable(UiElement element, Action action) {
32 public String validate(UiElement element, Action action) {
ExemptScrollActionValidator.java 20 import com.google.android.droiddriver.actions.Action;
29 public boolean isApplicable(UiElement element, Action action) {
30 return action instanceof ScrollAction;
34 public String validate(UiElement element, Action action) {
VisibilityValidator.java 20 import com.google.android.droiddriver.actions.Action;
27 public boolean isApplicable(UiElement element, Action action) {
32 public String validate(UiElement element, Action action) {
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy_unittest.cc 19 scoped_refptr<Action> action = local
20 new Action("punky",
22 Action::ACTION_API_CALL,
24 action->mutable_args()->AppendString("woof");
25 action->set_page_url(GURL("http://www.google.com/"));
26 action->set_page_incognito(true);
27 action->set_page_title("private");
28 action->set_arg_url(GURL("http://www.youtube.com/?privatekey"));
30 ASSERT_EQ("<incognito>http://www.google.com/", action->SerializePageUrl())
42 scoped_refptr<Action> action = new Action( local
67 scoped_refptr<Action> action = local
86 scoped_refptr<Action> action = local
    [all...]
fullstream_ui_policy.h 29 virtual void ProcessAction(scoped_refptr<Action> action) OVERRIDE;
33 const Action::ActionType type,
39 <void(scoped_ptr<Action::ActionVector>)>& callback) OVERRIDE;
75 // in FullStreamUIPolicy returns the action unmodified.
76 virtual scoped_refptr<Action> ProcessArguments(
77 scoped_refptr<Action> action) const;
97 Action::ActionVector queued_actions_;
100 // Adds an Action to queued_actions_; this should be invoked only on th
    [all...]
counting_policy_unittest.cc 82 const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker) {
84 policy, extension_id, Action::ACTION_ANY, "", "", "", day, checker);
92 const Action::ActionType type,
97 const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker) {
152 const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker,
154 scoped_ptr<Action::ActionVector> results) {
165 scoped_ptr<std::vector<scoped_refptr<Action> > > i) {
170 scoped_ptr<std::vector<scoped_refptr<Action> > > i) {
175 scoped_ptr<std::vector<scoped_refptr<Action> > > i) {
180 scoped_ptr<std::vector<scoped_refptr<Action> > > i)
424 scoped_refptr<Action> action = local
550 scoped_refptr<Action> action = new Action(extension->id(), local
574 scoped_refptr<Action> action = new Action(extension->id(), local
606 scoped_refptr<Action> action = local
663 scoped_refptr<Action> action = local
821 scoped_refptr<Action> action = local
888 scoped_refptr<Action> action = local
956 scoped_refptr<Action> action = local
1011 scoped_refptr<Action> action = local
1030 scoped_refptr<Action> action = local
1066 scoped_refptr<Action> action = local
1110 scoped_refptr<Action> action = new Action("punky", mock_clock->Now(), local
1186 scoped_refptr<Action> action = new Action("deleteextensiondata", local
1251 scoped_refptr<Action> action = local
1347 scoped_refptr<Action> action; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHistory.cpp 42 class UndoableStateMark FINAL : public InspectorHistory::Action {
44 UndoableStateMark() : InspectorHistory::Action("[UndoableState]") { }
57 InspectorHistory::Action::Action(const String& name) : m_name(name)
61 InspectorHistory::Action::~Action()
65 void InspectorHistory::Action::trace(Visitor* visitor)
69 String InspectorHistory::Action::toString()
74 bool InspectorHistory::Action::isUndoableStateMark()
79 String InspectorHistory::Action::mergeId(
116 Action* action = m_history[m_afterLastActionIndex - 1].get(); local
135 Action* action = m_history[m_afterLastActionIndex].get(); local
    [all...]
InspectorHistory.h 47 class Action : public RefCountedWillBeGarbageCollectedFinalized<Action> {
50 explicit Action(const String& name);
51 virtual ~Action();
56 virtual void merge(PassRefPtrWillBeRawPtr<Action>);
71 bool perform(PassRefPtrWillBeRawPtr<Action>, ExceptionState&);
79 WillBeHeapVector<RefPtrWillBeMember<Action> > m_history;
  /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>();
  /art/runtime/arch/mips/
fault_handler_mips.cc 40 bool NullPointerHandler::Action(int sig, siginfo_t* info, void* context) {
44 bool SuspensionHandler::Action(int sig, siginfo_t* info, void* context) {
48 bool StackOverflowHandler::Action(int sig, siginfo_t* info, void* context) {
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Actions.pxd 2 cdef class Action:
6 cdef class Return(Action):
11 cdef class Call(Action):
16 cdef class Begin(Action):
21 cdef class Ignore(Action):
24 cdef class Text(Action):
  /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/clang/include/clang/Driver/
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 {
65 /// The output type of this action.
73 Action(ActionClass _Kind, types::ID _Type)
75 Action(ActionClass _Kind, Action *Input, types::ID _Type)
77 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type)
80 virtual ~Action();
    [all...]
Util.h 24 class Action;
31 typedef SmallVector<Action*, 3> ActionList;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
dfa.h 22 typedef struct Action {
39 } Action;
41 void Action_emit(Action*, FILE *, int *);
65 Action *action; member in struct:State
99 static Action *
102 Action *a = malloc(sizeof(Action));
105 s->action = a;
109 static Action *
    [all...]
  /external/llvm/utils/TableGen/
CallingConvEmitter.cpp 32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
78 void CallingConvEmitter::EmitAction(Record *Action,
82 if (Action->isSubClassOf("CCPredicateAction")) {
85 if (Action->isSubClassOf("CCIfType")) {
86 ListInit *VTs = Action->getValueAsListInit("VTs");
93 } else if (Action->isSubClassOf("CCIf")) {
94 O << Action->getValueAsString("Predicate");
96 Action->dump();
101 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
104 if (Action->isSubClassOf("CCDelegateTo"))
    [all...]

Completed in 743 milliseconds

1 2 3 4 5 6 7 8 91011>>