/external/clang/test/Preprocessor/ |
microsoft-ext.c | 16 GTEST_CONCAT_TOKEN_(name##Action, GMOCK_INTERNAL_COUNT_##value_params)
|
/external/droiddriver/src/com/google/android/droiddriver/base/ |
BaseUiElement.java | 22 import com.google.android.droiddriver.actions.Action; 164 public boolean perform(Action action) { 165 Logs.call(this, "perform", action); 166 if (validator != null && validator.isApplicable(this, action)) { 167 String failure = validator.validate(this, action); 174 if (action.getTimeoutMillis() <= 0) { 175 return doPerform(action); 177 return performAndWait(action); 180 protected boolean doPerform(Action action) [all...] |
/external/lldb/include/lldb/Core/ |
ClangForward.h | 27 class Action;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
EHStreamer.h | 68 unsigned Action; 71 /// Compute the actions table and gather the first action index for each 82 /// containing the call, a non-zero landing pad and an appropriate action. 84 /// zero for the landing pad and the action. Calls marked 'nounwind' have 103 /// 2. The action table, in our case, is composed of pairs of type ids 104 /// and next action offset. Starting with the action index from the 107 /// on to the landing pad. Otherwise the next action is looked up. This 108 /// chain is terminated with a next action of zero. If no type id is
|
/frameworks/compile/mclinker/include/mcld/LD/ |
EhFrameReader.h | 66 /// Action - the transition function of autometa. 70 typedef bool (*Action)(EhFrame& pEhFrame,
|
/frameworks/support/v4/kitkat/android/support/v4/app/ |
NotificationCompatKitKat.java | 96 public void addAction(NotificationCompatBase.Action action) { 97 mActionExtrasList.add(NotificationCompatJellybean.writeActionAndGetExtras(b, action)); 109 // Add the action extras sparse array if any action was added with extras. 126 public static NotificationCompatBase.Action getAction(Notification notif, 127 int actionIndex, NotificationCompatBase.Action.Factory factory, 129 Notification.Action action = notif.actions[actionIndex]; local 137 action.icon, action.title, action.actionIntent, actionExtras) [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
NoneDreamInfoAction.java | 19 import com.android.tv.settings.dialog.old.Action;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
KeyboardActivity.java | 23 import com.android.tv.settings.dialog.old.Action; 59 public void onActionClicked(Action action) { 63 String key = action.getKey(); 77 ActionType.class, ActionBehavior.class, action.getKey()); 129 mActions = Action.createActionsFromArrays(getInputMethodIds(), 131 for (Action action : mActions) { 132 action.setChecked(currentInputMethodInfo != null && 133 action.getKey().equals(currentInputMethodInfo.getId())) [all...] |
SecurityActivity.java | 25 import com.android.tv.settings.dialog.old.Action; 97 Action verifierAction = ActionType.SECURITY_VERIFY_APPS.toAction(mResources, 103 mActions.add(new Action.Builder().key(ACTION_RESTRICTED_PROFILE) 136 public void onActionClicked(Action action) { 137 if (ACTION_RESTRICTED_PROFILE.equals(action.getKey())) { 138 startActivity(action.getIntent()); 141 String key = action.getKey();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
OrientationMenuAction.java | 26 import org.eclipse.jface.action.Action; 27 import org.eclipse.jface.action.ActionContributionItem; 28 import org.eclipse.jface.action.IAction; 29 import org.eclipse.jface.action.MenuManager; 30 import org.eclipse.jface.action.Separator; 39 * Action which creates a submenu that shows the available orientations as well 102 SelectNightModeAction action = new SelectNightModeAction(mode, checked); local 103 new ActionContributionItem(action).fill(menu, -1); 112 SelectUiModeAction action = new SelectUiModeAction(mode, checked) local [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/ |
StorageResetActivity.java | 39 import com.android.tv.settings.dialog.Layout.Action; 215 .add(new Action.Builder(mRes, ACTION_RESET_DEVICE) 219 .add(new Action.Builder(mRes, Action.ACTION_BACK) 224 .add(new Action.Builder(mRes, Action.ACTION_BACK) 233 public void onActionClicked(Action action) { 234 switch (action.getId()) { 237 Intent resetIntent = new Intent("android.intent.action.MASTER_CLEAR") [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertySheetPage.java | 27 import org.eclipse.jface.action.Action; 28 import org.eclipse.jface.action.IAction; 29 import org.eclipse.jface.action.IMenuListener; 30 import org.eclipse.jface.action.IMenuManager; 31 import org.eclipse.jface.action.IStatusLineManager; 32 import org.eclipse.jface.action.IToolBarManager; 33 import org.eclipse.jface.action.MenuManager; 34 import org.eclipse.jface.action.Separator; 69 private Action mDefaultValueAction [all...] |
/external/clang/lib/Tooling/ |
CompilationDatabase.cpp | 18 #include "clang/Driver/Action.h" 116 void run(const driver::Action *A) { 124 void runImpl(const driver::Action *A, bool Collect) { 127 case driver::Action::CompileJobClass: 131 case driver::Action::InputClass: { 259 if (Cmd->getSource().getKind() == driver::Action::AssembleJobClass)
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ActionBarAdapter.java | 40 import com.android.contacts.activities.ActionBarAdapter.Listener.Action; 44 * Adapter for the action bar at the top of the Contacts activity. 49 public abstract class Action { 55 void onAction(int action); 203 mListener.onAction(Action.CHANGE_SEARCH_QUERY); 241 * Note even if the action bar is in search mode, if the query is empty, the search fragment 287 // The current flags set to the action bar. (only the ones that we may change here) 366 // Since we have the {@link SearchView} in a custom action bar, we must manually handle 376 mListener.onAction(Action.START_SEARCH_MODE); 380 mListener.onAction(Action.STOP_SEARCH_MODE) [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 83 /// what action should be used to make them valid. 92 /// what action should be used to make them valid. 188 /// Return the preferred vector type legalization action. 191 // The default action for one element vectors is to scalarize 194 // The default action for other vectors is to promote 361 void setTypeAction(MVT VT, LegalizeTypeAction Action) { 363 ValueTypeActions[I] = Action; 596 LegalizeAction Action = (LegalizeAction) ((Value >> Shift) & 0x3); 597 assert(Action != Promote && "Can't promote condition code!"); 598 return Action; [all...] |
/frameworks/base/core/java/android/app/ |
Notification.java | 260 * opportunity to add action buttons to contentView. At its discretion, the system UI may 878 * Structure to encapsulate a named action that can be shown as part of this notification. 879 * It must include an icon, a label, and a {@link PendingIntent} to be fired when the action is 883 * or {@link Notification.Builder#addAction(Notification.Action)} 886 public static class Action implements Parcelable { 4152 final Action action = mBuilder.mActions.get(mActionsToShowInCompact[i]); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentResultsView.java | 19 import org.eclipse.jface.action.Action; 20 import org.eclipse.jface.action.IAction; 21 import org.eclipse.jface.action.IMenuManager; 22 import org.eclipse.jface.action.IToolBarManager; 23 import org.eclipse.jface.action.MenuManager; 24 import org.eclipse.jface.action.Separator; 59 * There's no real action available action from this view, only the possibility 94 // Action [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
speech_rule.js | 19 goog.provide('cvox.SpeechRule.Action'); 33 * @param {cvox.SpeechRule.Action} action Action of the speech rule. 35 cvox.SpeechRule = function(name, dynamic, prec, action) { 42 /** @type {cvox.SpeechRule.Action} */ 43 this.action = action; 58 this.action.toString(); 241 cvox.SpeechRule.Action = function(components) [all...] |
/developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/notifications/ |
NotificationPresets.java | 84 .setContentAction(0 /* action A */)) 93 .addAction(new Notification.Action(R.mipmap.ic_launcher, 95 .addAction(new Notification.Action.Builder(R.mipmap.ic_launcher, 217 .addAction(new Notification.Action(R.mipmap.ic_launcher, 219 .addAction(new Notification.Action(R.mipmap.ic_launcher, 221 .addAction(new Notification.Action(R.mipmap.ic_launcher, 223 .addAction(new Notification.Action(R.mipmap.ic_launcher,
|
/development/samples/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/ |
NotificationPresets.java | 84 .setContentAction(0 /* action A */)) 93 .addAction(new Notification.Action(R.mipmap.ic_launcher, 95 .addAction(new Notification.Action.Builder(R.mipmap.ic_launcher, 217 .addAction(new Notification.Action(R.mipmap.ic_launcher, 219 .addAction(new Notification.Action(R.mipmap.ic_launcher, 221 .addAction(new Notification.Action(R.mipmap.ic_launcher, 223 .addAction(new Notification.Action(R.mipmap.ic_launcher,
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
PlaybackControlsRow.java | 37 * {@link Action}s. 46 * Base class for an action comprised of a series of icons. 48 public static abstract class MultiAction extends Action { 55 * @param id The id of the Action. 63 * of valid indices for this action. 123 * An action displaying icons for play and pause. 127 * Action index for the play icon. 132 * Action index for the pause icon. 157 * An action displaying an icon for fast forward. 159 public static class FastForwardAction extends Action { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
OldLogCatView.java | 35 import org.eclipse.jface.action.Action; 36 import org.eclipse.jface.action.IAction; 37 import org.eclipse.jface.action.IMenuManager; 38 import org.eclipse.jface.action.IToolBarManager; 39 import org.eclipse.jface.action.Separator; 105 private Action mClearAction; 241 Action a = mLogLevelActions[j]; 258 mClearAction = new Action(Messages.LogCatView_Clear_Log) { 288 // setup the copy action [all...] |
/external/chromium_org/cc/scheduler/ |
scheduler.h | 134 bool IsInsideAction(SchedulerStateMachine::Action action) { 135 return inside_action_ == action; 207 SchedulerStateMachine::Action inside_action_;
|
/external/chromium_org/chrome/browser/ui/app_list/search/people/ |
people_result.cc | 89 // Action 0 will always be our default action. 107 LOG(ERROR) << "Invalid people search action: " << action_index; 132 actions.push_back(Action( 138 actions.push_back(Action(
|
/external/chromium_org/content/browser/renderer_host/input/ |
motion_event_web.cc | 17 ui::MotionEvent::Action GetActionFrom(const WebTouchEvent& event) { 42 << "Unable to derive a valid MotionEvent::Action from the WebTouchEvent."; 70 MotionEventWeb::Action MotionEventWeb::GetAction() const {
|