HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 176 - 200 of 558) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy.h 59 virtual void ProcessAction(scoped_refptr<Action> action) OVERRIDE;
94 // Assign a status bitmask based on the action's properties.
95 int MatchActionToStatus(scoped_refptr<Action> action);
  /external/clang/lib/Driver/
Android.mk 17 Action.cpp \
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 9 struct Action {
14 using State = Action[2];
  /external/droiddriver/src/com/google/android/droiddriver/base/
BaseUiDevice.java 27 import com.google.android.droiddriver.actions.Action;
74 public boolean perform(Action action) {
75 return getContext().getDriver().getRootElement().perform(action);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutActivity.java 31 import com.android.tv.settings.dialog.Layout.Action;
76 public void onActionClicked(Action action) {
DialogFragment.java 106 private ArrayList<Action> mActions;
162 public Builder actions(ArrayList<Action> actions) {
194 private Action.Listener mListener;
202 private ArrayList<Action> mActions;
260 View action = inflater.inflate(R.layout.lb_dialog_action_list, container, false); local
261 ((ViewGroup) actionContainer).addView(action);
262 setActionView(action);
263 v.setTag(R.id.action_fragment, action);
376 public void setListener(Action.Listener listener) {
384 public ArrayList<Action> getActions()
1000 Action action = new Action(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 22 import org.eclipse.jface.action.Action;
35 class ExportScreenshotAction extends Action {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.h 227 enum Action {
236 bool UpdateSessionState(Action action, cricket::ContentSource source,
238 static Action GetAction(const std::string& type);
304 // Check if a call to SetLocalDescription is acceptable with |action|.
305 bool ExpectSetLocalDescription(Action action);
306 // Check if a call to SetRemoteDescription is acceptable with |action|.
307 bool ExpectSetRemoteDescription(Action action);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 41 public class Action implements RenderingRequestCaller {
43 private static final String LOGTAG = "Action";
61 public Action(FilterShowActivity context, FilterRepresentation representation, int type,
69 public Action(FilterShowActivity context, FilterRepresentation representation, int type) {
74 public Action(FilterShowActivity context, int type) {
80 public Action(FilterShowActivity context, FilterRepresentation representation) {
121 if (getType() == Action.ADD_ACTION) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
AccessibilityActivity.java 29 import com.android.tv.settings.dialog.old.Action;
115 mActions = new ArrayList<Action>();
196 mActions = Action.createActionsFromArrays(
258 private ArrayList<Action> getInstalledServicesActions() {
259 ArrayList<Action> actions = new ArrayList<Action>();
275 actions.add(new Action.Builder()
329 private ArrayList<Action> getEnableActions(String type, boolean enabled) {
330 ArrayList<Action> actions = new ArrayList<Action>();
611 Action action = new Action.Builder() local
749 Action action = new Action.Builder() local
    [all...]
CaptionSetupActivity.java 19 import com.android.tv.settings.dialog.old.Action;
116 mActions = new ArrayList<Action>();
269 new Action.Builder().key(Integer.toString(mColorRGBs[i]))
303 mActions = Action.createActionsFromArrays(mTextSizes, mTextSizeNames);
304 for (Action action : mActions) {
305 action.setChecked(action.getKey().equals(mTextSize));
309 mActions = Action.createActionsFromArrays(mStyles, mStyleNames);
310 for (Action action : mActions)
    [all...]
ActionType.java 22 import com.android.tv.settings.dialog.old.Action;
211 Action toAction(Resources resources) {
215 Action toAction(Resources resources, boolean enabled) {
219 Action toAction(Resources resources, String description) {
223 Action toAction(Resources resources, String description, boolean enabled) {
227 Action toAction(Resources resources, String description, boolean enabled, boolean checked) {
228 return new Action.Builder()
LanguageActivity.java 20 import com.android.tv.settings.dialog.old.Action;
131 private ArrayList<Action> mActions;
145 public void onActionClicked(Action action) {
146 String key = action.getKey();
171 mActions = new ArrayList<Action>();
209 mActions.add(new Action.Builder()
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 65 import org.eclipse.jface.action.Action;
66 import org.eclipse.jface.action.IAction;
67 import org.eclipse.jface.action.IMenuManager;
68 import org.eclipse.jface.action.IToolBarManager;
69 import org.eclipse.jface.action.Separator;
109 private Action mResetAdbAction;
110 private Action mCaptureAction;
111 private Action mViewUiAutomatorHierarchyAction;
112 private Action mSystraceAction
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 21 import com.android.tv.settings.dialog.old.Action;
75 private ArrayList<Action> mActions;
91 String action = intent.getAction();
95 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) {
102 } else if (BluetoothDevice.ACTION_PAIRING_CANCEL.equals(action)) {
130 mActions = new ArrayList<Action>();
220 public void onActionClicked(Action action) {
221 String key = action.getKey();
238 private ArrayList<Action> getActions()
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 106 bool AddEmitPasses(BackendAction Action, formatted_raw_ostream &OS);
129 void EmitAssembly(BackendAction Action, raw_ostream *OS);
488 bool EmitAssemblyHelper::AddEmitPasses(BackendAction Action,
507 if (Action == Backend_EmitObj)
509 else if (Action == Backend_EmitMCNull)
512 assert(Action == Backend_EmitAssembly && "Invalid action!");
530 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, raw_ostream *OS) {
534 bool UsesCodeGen = (Action != Backend_EmitNothing &&
535 Action != Backend_EmitBC &
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkActivity.java 40 import com.android.tv.settings.dialog.Layout.Action;
167 .add(new Action.Builder(mRes, ACTION_ETHERNET_PROXY_SETTINGS)
170 .add(new Action.Builder(mRes, ACTION_ETHERNET_IP_SETTINGS)
317 .add(new Action.Builder(mRes, ACTION_WIFI_PROXY_SETTINGS)
320 .add(new Action.Builder(mRes, ACTION_WIFI_IP_SETTINGS)
348 .add(new Action.Builder(mRes, ACTION_WIFI_FORGET_NETWORK)
350 .add(new Action.Builder(mRes, Action.ACTION_BACK)
472 layout.add(new Action.Builder(mRes, intent)
480 layout.add(new Action.Builder(mRes, 0
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 38 import org.eclipse.jface.action.Action;
39 import org.eclipse.jface.action.IStatusLineManager;
40 import org.eclipse.jface.action.IToolBarManager;
41 import org.eclipse.jface.action.Separator;
106 private Action mFixAction;
107 private Action mRemoveAction;
108 private Action mIgnoreAction;
109 private Action mAlwaysIgnoreAction;
110 private Action mIgnoreFileAction
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementActivity.java 24 import com.android.tv.settings.dialog.old.Action;
101 public void onActionClicked(Action action) {
103 ActionType.class, ActionBehavior.class, action.getKey());
108 onInit(actionType, action);
193 private void onInit(ActionType actionType, Action action) {
199 setContentAndActionFragments(createContentFragment(actionType, action),
204 action), ActionFragment.newInstance(actionType.toSelectableActions(
210 setContentAndActionFragments(createContentFragment(actionType, action),
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageActivity.java 22 import com.android.tv.settings.dialog.old.Action;
129 private ArrayList<Action> getActions() {
133 private ArrayList<Action> getActions(long availSize) {
138 private ArrayList<Action> getActions(long availSize, long appsSize, long dcimSize,
140 ArrayList<Action> actions = new ArrayList<Action>();
151 private void updateActions(ArrayList<Action> actions) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DialogActivity.java 80 * Dialog Action Fragment actions starting index.
85 * Dialog Action Fragment actions.
90 * Whether DialogActivity should create Content Fragment and Action Fragment from extras.
115 ArrayList<Action> actions) {
122 int imageBackground, ArrayList<Action> actions) {
136 ArrayList<Action> actions, Class<? extends DialogActivity> activityClass) {
143 ArrayList<Action> actions, Class<? extends DialogActivity> activityClass) {
157 ArrayList<Action> actions, Class<? extends DialogActivity> activityClass,
211 ArrayList<Action> actions =
247 public void onActionClicked(Action action)
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
LeanbackDetailsFragment.java 24 import android.support.v17.leanback.widget.Action;
110 row.addAction(new Action(ACTION_WATCH_TRAILER, getResources().getString(
112 row.addAction(new Action(ACTION_RENT, getResources().getString(R.string.rent_1),
114 row.addAction(new Action(ACTION_BUY, getResources().getString(R.string.buy_1),
129 public void onActionClicked(Action action) {
130 if (action.getId() == ACTION_WATCH_TRAILER) {
137 Toast.makeText(getActivity(), action.toString(), Toast.LENGTH_SHORT).show();
  /external/chromium_org/ui/events/test/
mock_motion_event.cc 15 : action(ACTION_CANCEL), pointer_count(1), touch_major(TOUCH_MAJOR), id(0),
19 MockMotionEvent::MockMotionEvent(Action action)
20 : action(action), pointer_count(1), touch_major(TOUCH_MAJOR), id(0),
24 MockMotionEvent::MockMotionEvent(Action action,
28 : action(action),
38 MockMotionEvent::MockMotionEvent(Action action
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 773 MatchCallback *Action) {
774 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
778 MatchCallback *Action) {
779 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
783 MatchCallback *Action) {
784 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
788 MatchCallback *Action) {
789 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
793 MatchCallback *Action) {
794 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
    [all...]
  /art/runtime/arch/arm64/
fault_handler_arm64.cc 85 bool NullPointerHandler::Action(int sig, siginfo_t* info, void* context) {
108 bool SuspensionHandler::Action(int sig, siginfo_t* info, void* context) {
158 bool StackOverflowHandler::Action(int sig, siginfo_t* info, void* context) {

Completed in 1600 milliseconds

1 2 3 4 5 6 78 91011>>