/external/chromium_org/chrome/browser/ui/views/download/ |
download_danger_prompt_views.cc | 49 virtual void InvokeActionForTesting(Action action) OVERRIDE; 78 void RunDone(Action action); 139 void DownloadDangerPromptViews::InvokeActionForTesting(Action action) { 140 switch (action) { 344 void DownloadDangerPromptViews::RunDone(Action action) { 354 done.Run(action); [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_dom_handler.h | 124 void DangerPromptDone(int download_id, DownloadDangerPrompt::Action action);
|
/external/chromium_org/tools/cr/cr/actions/ |
runner.py | 10 class Runner(cr.Action, cr.Plugin.Type):
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfException.h | 77 unsigned Action; 81 /// action index for each landing pad site. 92 /// appropriate action. The entry for an ordinary call has a try-range 93 /// containing the call and zero for the landing pad and the action. Calls 112 /// 2. The action table, in our case, is composed of pairs of type ids 113 /// and next action offset. Starting with the action index from the 116 /// on to the landing pad. Otherwise the next action is looked up. This 117 /// chain is terminated with a next action of zero. If no type id is
|
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/ |
webstore_result.cc | 138 actions.push_back(Action( 142 actions.push_back(Action( 146 actions.push_back(Action(
|
/external/chromium_org/tools/grit/grit/ |
scons.py | 239 import SCons.Action 243 build_action = SCons.Action.FunctionAction(_Builder, varlist=['RCFLAGS']) 244 emit_action = SCons.Action.FunctionAction(_Emitter, varlist=['RCFLAGS']) 246 builder = SCons.Builder.Builder(action=build_action, emitter=emit_action,
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
GlobalActions.java | 76 * Helper to show the global actions dialog. Each item is an {@link Action} that 91 private ArrayList<Action> mItems; 94 private Action mSilentModeAction; 236 mItems = new ArrayList<Action>(); 365 private void addUsersToMenu(ArrayList<Action> items) { 452 final Action action = mItems.get(i); local 454 if (mKeyguardShowing && !action.showDuringKeyguard()) { 457 if (!mDeviceProvisioned && !action.showBeforeProvisioning()) { 475 public Action getItem(int position) 479 final Action action = mItems.get(i); local 505 Action action = getItem(position); local 984 final int action = event.getActionMasked(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ListViewTypeMenu.java | 33 import org.eclipse.jface.action.Action; 34 import org.eclipse.jface.action.ActionContributionItem; 35 import org.eclipse.jface.action.IAction; 36 import org.eclipse.jface.action.Separator; 72 IAction action = new PickLayoutAction("Choose Layout...", KEY_LV_ITEM); local 73 new ActionContributionItem(action).fill(menu, -1); 84 action = new SetListTypeAction("Spinner Item", 86 new ActionContributionItem(action).fill(menu, -1); 87 action = new SetListTypeAction("Spinner Dropdown Item" [all...] |
PlayAnimationMenu.java | 33 import org.eclipse.jface.action.Action; 34 import org.eclipse.jface.action.ActionContributionItem; 35 import org.eclipse.jface.action.IAction; 36 import org.eclipse.jface.action.Separator; 108 IAction action = new PlayAnimationAction(title, animation, mFramework); local 109 new ActionContributionItem(action).fill(menu, -1); 118 // "Create New" action 132 private class PlayAnimationAction extends Action { 222 * Action which brings up the "Create new XML File" wizard, pre-selected with th [all...] |
LayoutCanvas.java | 53 import org.eclipse.jface.action.Action; 54 import org.eclipse.jface.action.ActionContributionItem; 55 import org.eclipse.jface.action.IAction; 56 import org.eclipse.jface.action.IContributionItem; 57 import org.eclipse.jface.action.IMenuManager; 58 import org.eclipse.jface.action.IStatusLineManager; 59 import org.eclipse.jface.action.MenuManager; 60 import org.eclipse.jface.action.Separator; 174 /** Delete action for the Edit or context menu. * [all...] |
FragmentMenu.java | 41 import org.eclipse.jface.action.Action; 42 import org.eclipse.jface.action.ActionContributionItem; 43 import org.eclipse.jface.action.IAction; 44 import org.eclipse.jface.action.Separator; 75 IAction action = new PickLayoutAction("Choose Layout..."); local 76 new ActionContributionItem(action).fill(menu, -1); 163 action = new SetFragmentLayoutAction(layout.getFirst(), 165 new ActionContributionItem(action).fill(menu, -1); 173 action = new SetFragmentLayoutAction("Clear", null, null) [all...] |
/external/littlemock/src/com/google/testing/littlemock/ |
LittleMock.java | 118 return new BehaviourImpl(new Action() { 130 return new BehaviourImpl(new Action() { 140 return new BehaviourImpl(new Action() { 200 private static List<Action> sUnfinishedStubbingActions = new ArrayList<Action>(); 492 private final Action mAction; 494 private BehaviourImpl(Action action) { 495 mAction = action; 627 * The action to be associated with the stubbed method [all...] |
/external/chromium/chrome/browser/sync/glue/ |
autofill_change_processor.cc | 27 sync_api::SyncManager::ChangeRecord::Action action_; 30 AutofillChangeRecord(sync_api::SyncManager::ChangeRecord::Action action, 32 : action_(action), 211 sync_api::SyncManager::ChangeRecord::Action action(changes[i].action); 212 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE == action) { 219 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action, 245 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action, [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===// 39 BackendAction Action; 53 BackendConsumer(BackendAction action, DiagnosticsEngine &_Diags, 63 Action(action), 162 TheModule.get(), Action, AsmOutStream); 324 BackendAction Action) { 325 switch (Action) { 339 llvm_unreachable("Invalid action!");
|
/external/clang/tools/scan-build/ |
ccc-analyzer | 412 my $Action = 'link'; 464 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 465 elsif ($Arg eq '-c') { $Action = 'compile'; } 622 if ($Action eq 'compile' or $Action eq 'link') {
|
/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/ |
ComponentsView.java | 25 import org.eclipse.jface.action.Action; 26 import org.eclipse.jface.action.IAction; 27 import org.eclipse.jface.action.IMenuManager; 28 import org.eclipse.jface.action.Separator; 64 * There's only one available action from this view: read the local data files. This 107 Action filterAdvancedScenarios; 108 Action writeStatus; 167 // Action fingerprints = ComponentsView.this.filterNonFingerprints; 237 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#fillLocalPullDown(org.eclipse.jface.action.IMenuManager [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ActionBarAdapter.java | 39 import com.android.contacts.activities.ActionBarAdapter.Listener.Action; 43 * Adapter for the action bar at the top of the Contacts activity. 48 public abstract class Action { 54 void onAction(int action); 99 * Extension of ArrayAdapter to be used for the action bar navigation drop list. It is not 347 * Note even if the action bar is in search mode, if the query is empty, the search fragment 393 // The current flags set to the action bar. (only the ones that we may change here) 419 // Since we have the {@link SearchView} in a custom action bar, we must manually handle 433 mListener.onAction(Action.START_SEARCH_MODE); 460 // Since we have the {@link SearchView} in a custom action bar, we must manually handl [all...] |
/sdk/emulator/qtools/ |
callstack.h | 77 enum Action { NONE, PUSH, POP, NATIVE_PUSH }; 79 Action getAction(BBEvent *event, symbol_type *function); 86 void doPop(BBEvent *event, symbol_type *function, Action methodAction); 172 Action action = getAction(event, function); local 177 action = NONE; 184 if (action == PUSH) { 186 } else if (action == POP) { 192 if (action == POP && mPrevFunction->vm_sym == NULL) { 203 action = methodAction 249 Action action; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
session.h | 148 ContentAction action); 150 ContentAction action); 387 ContentAction action); 473 const SessionDescription* sdesc, ContentAction action); 475 const SessionDescription* sdesc, ContentAction action); 499 bool GetContentAction(ContentAction* action, ContentSource* source); 644 // "action", which must have a WriteSessionAction method to go along 645 // with it. Sending with an action supports sending a "hybrid" 656 // When passing an action, may be Hybrid protocol. 657 template <typename Action> [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 71 ATTRIBUTE Termination-Action 29 integer 182 VALUE Termination-Action Default 0 183 VALUE Termination-Action RADIUS-Request 1
|
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 177 r'::operator Action<.*>\' requested here') 179 You are using a Return() action in a function that returns a reference to 202 You are using an action that returns void, but it needs to return 227 r'::operator Action<void \(.*\)>\' requested here') 234 r'::operator Action<(?P<return_type>.*) \(.*\)>\' ' 237 You are using an action that returns %(return_type)s, but it needs to return 238 void. Please use a void-returning action instead. 318 return _GenericDiagnoser('OFA', 'Overloaded Function Action', 347 return _GenericDiagnoser('OMA', 'Overloaded Method Action', 415 '::operator testing::Action<Func>\(\) const.*\n' [all...] |
/external/chromium_org/chrome/browser/chromeos/power/ |
power_prefs.cc | 130 values.ac_idle_action = static_cast<PowerPolicyController::Action>( 132 values.battery_idle_action = static_cast<PowerPolicyController::Action>( 134 values.lid_closed_action = static_cast<PowerPolicyController::Action>(
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 52 public class DataAction implements Action { 72 * Create an action from common {@link Data} elements. 197 // as a secondary action. 225 // Otherwise fall back to default VIEW action 302 public void collapseWith(Action other) { 307 public boolean shouldCollapseWith(Action t) {
|
/external/chromium_org/chrome/browser/android/omnibox/ |
omnibox_prerender.cc | 96 AutocompleteActionPredictor::Action recommended_action =
|
/external/chromium_org/chrome/browser/extensions/ |
page_action_controller.cc | 44 ExtensionAction* action = local 46 if (action) 47 current_actions.push_back(action); 53 LocationBarController::Action PageActionController::OnClicked(
|