/external/droiddriver/src/com/google/android/droiddriver/ |
UiDevice.java | 21 import com.google.android.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);
|
/external/llvm/include/llvm-c/ |
Analysis.h | 42 /* Verifies that a module is valid, taking the specified action if not. 45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, 48 /* Verifies that a single function is valid, taking the specified action. Useful 50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
fullstream_ui_policy_unittest.cc | 73 const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker) { 75 policy, extension_id, Action::ACTION_ANY, "", "", "", day, checker); 83 const Action::ActionType type, 88 const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker) { 118 const base::Callback<void(scoped_ptr<Action::ActionVector>)>& checker, 120 scoped_ptr<Action::ActionVector> results) { 131 scoped_ptr<std::vector<scoped_refptr<Action> > > i) { 136 scoped_ptr<std::vector<scoped_refptr<Action> > > i) { 141 scoped_ptr<std::vector<scoped_refptr<Action> > > i) { 146 scoped_ptr<std::vector<scoped_refptr<Action> > > i) 309 scoped_refptr<Action> action = local 467 scoped_refptr<Action> action = new Action(extension->id(), local 627 scoped_refptr<Action> action = new Action(extension->id(), local 656 scoped_refptr<Action> action = local 702 scoped_refptr<Action> action = local 755 scoped_refptr<Action> action = local 799 scoped_refptr<Action> action = new Action("punky", mock_clock->Now(), local 874 scoped_refptr<Action> action = new Action("deleteextensiondata", local 926 scoped_refptr<Action> action = local [all...] |
activity_log.cc | 56 // Specifies a possible action to take to get an extracted URL in the ApiInfo 65 // arguments that should be extracted into the arg_url field of an Action. 67 // The lookup key consists of the action_type and api_name in the Action 69 Action::ActionType action_type; 94 {Action::ACTION_API_CALL, "tabs.connect", 0, LOOKUP_TAB_ID, NULL}, 95 {Action::ACTION_API_CALL, "tabs.detectLanguage", 0, LOOKUP_TAB_ID, NULL}, 96 {Action::ACTION_API_CALL, "tabs.duplicate", 0, LOOKUP_TAB_ID, NULL}, 97 {Action::ACTION_API_CALL, "tabs.executeScript", 0, LOOKUP_TAB_ID, NULL}, 98 {Action::ACTION_API_CALL, "tabs.get", 0, LOOKUP_TAB_ID, NULL}, 99 {Action::ACTION_API_CALL, "tabs.insertCSS", 0, LOOKUP_TAB_ID, NULL} 580 scoped_refptr<Action> action; local 609 scoped_refptr<Action> action = new Action(extension_id, local 621 scoped_refptr<Action> action = new Action(extension_id, local [all...] |
ad_injection_unittest.cc | 18 scoped_refptr<Action> CreateAction(const std::string& api_name, 21 scoped_refptr<Action> action = new Action("id", local 23 Action::ACTION_DOM_ACCESS, 25 action->set_args(ListBuilder() 31 return action; 67 // the action may have injected the ad. 73 scoped_refptr<Action> modify_iframe_src = 79 scoped_refptr<Action> modify_anchor_href [all...] |
ad_network_database.h | 13 class Action;
|
uma_policy_unittest.cc | 32 scoped_refptr<Action> action = new Action( local 33 "id", base::Time::Now(), Action::ACTION_API_CALL, "extension.connect"); 34 ASSERT_EQ(UmaPolicy::NONE, policy->MatchActionToStatus(action)); 36 action = new Action( 37 "id", base::Time::Now(), Action::ACTION_API_CALL, "tabs.executeScript"); 39 (1 << UmaPolicy::CONTENT_SCRIPT), policy->MatchActionToStatus(action)); 41 action = new Action [all...] |
ad_injection_browsertest.cc | 52 std::string InjectionTypeToString(Action::InjectionType type) { 54 case Action::NO_AD_INJECTION: 56 case Action::INJECTION_NEW_AD: 58 case Action::INJECTION_REMOVED_AD: 60 case Action::INJECTION_REPLACED_AD: 62 case Action::INJECTION_LIKELY_NEW_AD: 64 case Action::INJECTION_LIKELY_REPLACED_AD: 66 case Action::NUM_INJECTION_TYPES: 72 // An implementation of ActivityLog::Observer that, for every action, sends it 73 // through Action::DidInjectAd(). This will keep track of the observe [all...] |
activity_log_unittest.cc | 42 "HTMLFormElement.action", "HTMLFrameElement.src", 84 scoped_ptr<std::vector<scoped_refptr<Action> > > i) { 89 scoped_ptr<std::vector<scoped_refptr<Action> > > i) { 112 scoped_ptr<std::vector<scoped_refptr<Action> > > i) { 114 scoped_refptr<Action> last = i->front(); 117 ASSERT_EQ(Action::ACTION_CONTENT_SCRIPT, last->action_type()); 129 scoped_ptr<std::vector<scoped_refptr<Action> > > i) { 134 scoped_refptr<Action> action = i->at(0); local 135 ASSERT_EQ("XMLHttpRequest.open", action->api_name()) 176 scoped_refptr<Action> action = actions->at(i); local 211 scoped_refptr<Action> action = new Action(kExtensionId, local 291 scoped_refptr<Action> action = new Action(kExtensionId, local 362 scoped_refptr<Action> action = new Action(extension->id(), local 390 scoped_refptr<Action> action; local [all...] |
activity_actions.h | 33 class Action : public base::RefCountedThreadSafe<Action> { 48 // The type of ad injection an action performed. Do not delete or reorder 84 // A useful shorthand for methods that take or return collections of Action 86 typedef std::vector<scoped_refptr<Action> > ActionVector; 88 // Creates a new activity log Action object. The extension_id and type 91 Action(const std::string& extension_id, 97 // Creates and returns a mutable copy of an Action. 98 scoped_refptr<Action> Clone() const; 100 // Return the type of ad-injection performed in the |action|, o [all...] |
/frameworks/support/tests/java/android/support/v4/app/ |
NotificationCompatActionWearableExtenderTest.java | 30 * Tests for {@link android.support.v4.app.NotificationCompat.Action.WearableExtender}. 52 assertExtendersEqual(new Notification.Action.WearableExtender(), 53 new NotificationCompat.Action.WearableExtender()); 58 Notification.Action.WearableExtender baseExtender = 59 new Notification.Action.WearableExtender() 64 NotificationCompat.Action.WearableExtender compatExtender = 65 new NotificationCompat.Action.WearableExtender() 87 Notification.Action.Builder baseAction = 88 new Notification.Action.Builder(mIcon, mTitle, mPendingIntent); 89 NotificationCompat.Action.Builder compatAction [all...] |
/external/clang/lib/Driver/ |
Action.cpp | 1 //===--- Action.cpp - Abstract compilation steps --------------------------===// 10 #include "clang/Driver/Action.h" 16 Action::~Action() { 23 const char *Action::getClassName(ActionClass AC) { 46 : Action(InputClass, _Type), Input(_Input) { 51 BindArchAction::BindArchAction(Action *Input, const char *_ArchName) 52 : Action(BindArchClass, Input, Input->getType()), ArchName(_ArchName) { 57 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) 58 : Action(Kind, Input, Type) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
ActionBehavior.java | 20 import com.android.tv.settings.dialog.old.Action; 25 * The different possible action behaviors. 44 public Action toAction(String key, Resources resources) { 45 return new Action.Builder().key(key).title(resources.getString(mTitleResource)).build(); 48 public Action toAction(String key, Resources resources, boolean selected) { 49 return new Action.Builder() 53 public Action.Builder toActionBuilder(String key, Resources resources) { 54 return new Action.Builder()
|
/external/droiddriver/src/com/google/android/droiddriver/validators/ |
FirstApplicableValidator.java | 20 import com.google.android.droiddriver.actions.Action; 34 public boolean isApplicable(UiElement element, Action action) { 39 public String validate(UiElement element, Action action) { 41 if (validator.isApplicable(element, action)) { 42 return validator.validate(element, action);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
FunctionDelegates.cs | 35 public delegate void Action();
|
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
Action.java | 22 * Interface for performing action on a UiElement. An action is a high-level 26 public interface Action { 28 * Performs the action. 30 * @param element the Ui element to perform the action on 31 * @return Whether the action is successful. Some actions throw exceptions in 38 * Gets the timeout to wait for an indicator that the action has been carried 50 * It is recommended that this method return the description of the action,
|
BaseAction.java | 20 * Base class of {@link Action} that implements {@link #getTimeoutMillis}. 22 public abstract class BaseAction implements Action {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
ActionFragment.java | 35 public static ActionFragment newInstance(ArrayList<Action> actions) { 39 public static ActionFragment newInstance(ArrayList<Action> actions, String name) { 45 public static ActionFragment newInstance(ArrayList<Action> actions, int index) { 51 public static ActionFragment newInstance(ArrayList<Action> actions, String name, int index) { 81 public void onActionClicked(Action action) { 82 mBase.onActionClicked(action); 86 public void onActionFocused(Action action) { 87 mBase.onActionFocused(action); [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
DetailsOverviewRow.java | 27 * description view, and optionally a series of {@link Action}s that can be taken for 34 private ArrayList<Action> mActions = new ArrayList<Action>(); 100 * Add an Action to the overview. 102 * @param action The Action to add. 104 public final void addAction(Action action) { 105 mActions.add(action); 109 * Add an Action to the overview at the specified position [all...] |
Action.java | 22 * An action that can be shown on a details page. It contains one or two lines 25 public class Action { 33 * Constructor for an Action. 35 * @param id The id of the Action. 37 public Action(long id) { 42 * Constructor for an Action. 44 * @param id The id of the Action. 45 * @param label The label to display for the Action. 47 public Action(long id, CharSequence label) { 52 * Constructor for an Action [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
ActionType.java | 22 import com.android.tv.settings.dialog.old.Action; 74 Action toAction(Resources resources) { 78 Action toAction(Resources resources, String description) { 79 return new Action.Builder() 86 Action toInfo(Resources resources, String description) { 87 return new Action.Builder() 95 Action toInfo(Resources resources, int descResource) { 99 Action toAction(Resources resources, int descResource) { 100 return new Action.Builder()
|
/external/chromium_org/remoting/protocol/ |
fake_authenticator.h | 53 enum Action { 59 FakeAuthenticator(Type type, int round_trips, Action action, bool async); 80 Action action_; 96 FakeAuthenticator::Action action, bool async); 108 FakeAuthenticator::Action action_;
|
/external/chromium_org/ui/events/test/ |
mock_motion_event.h | 19 explicit MockMotionEvent(Action action); 20 MockMotionEvent(Action action, base::TimeTicks time, float x, float y); 21 MockMotionEvent(Action action, 27 MockMotionEvent(Action action, 35 MockMotionEvent(Action action, [all...] |
/frameworks/support/v4/api20/android/support/v4/app/ |
NotificationCompatApi20.java | 85 public void addAction(NotificationCompatBase.Action action) { 86 NotificationCompatApi20.addAction(b, action); 100 public static void addAction(Notification.Builder b, NotificationCompatBase.Action action) { 101 Notification.Action.Builder actionBuilder = new Notification.Action.Builder( 102 action.getIcon(), action.getTitle(), action.getActionIntent()) 160 Notification.Action action = (Notification.Action) parcelables.get(i); local [all...] |
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailStatusHelperImpl.java | 60 public static enum Action { 66 private Action(int messageId) { 77 * string and the corrective action. The states are also assigned a relative priority which is 84 NO_CONNECTION(0, Action.CALL_VOICEMAIL, R.string.voicemail_status_voicemail_not_available, 87 NO_DATA(1, Action.CALL_VOICEMAIL, R.string.voicemail_status_voicemail_not_available, 90 MESSAGE_WAITING(2, Action.CALL_VOICEMAIL, R.string.voicemail_status_messages_waiting, 93 NO_NOTIFICATIONS(3, Action.CALL_VOICEMAIL, 96 INVITE_FOR_CONFIGURATION(4, Action.CONFIGURE_VOICEMAIL, 100 * This is normal mode of operation for certain sources. No action needed. 102 NO_DETAILED_NOTIFICATION(5, Action.NONE, -1) 214 final Action action = overallState.getAction(); local [all...] |