/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 176 Action(cl::desc("Action to perform:"), 460 switch (Action) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ThemeMenuAction.java | 29 import org.eclipse.jface.action.Action; 30 import org.eclipse.jface.action.ActionContributionItem; 31 import org.eclipse.jface.action.IAction; 32 import org.eclipse.jface.action.MenuManager; 33 import org.eclipse.jface.action.Separator; 48 * Action which creates a submenu displaying available themes 100 SelectThemeAction action = new SelectThemeAction(configChooser, local 104 action.setEnabled(false); 105 manager.add(action); 285 SelectThemeAction action = new SelectThemeAction(mConfigChooser, title, theme, selected); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceXmlTextAction.java | 45 import org.eclipse.jface.action.Action; 69 * Text action for XML files to invoke renaming 76 public final class RenameResourceXmlTextAction extends Action {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 96 PreferencePage_HPROF_Action=HPROF Action:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateViewPage.java | 35 import org.eclipse.jface.action.Action; 36 import org.eclipse.jface.action.IToolBarManager; 134 manager.add(new Action("Save to File",
|
GLFunctionTraceViewer.java | 39 import org.eclipse.jface.action.Action; 136 * rapidly (i.e., when the spinner or scale is moved to the target frame in a single action). 224 new Action("Copy") { 232 new Action("Select All") { 240 new Action("Find") { [all...] |
/external/chromium/chrome/browser/sync/glue/ |
session_change_processor.cc | 172 sync_api::SyncManager::ChangeRecord::Action action(change.action); 173 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE == action) {
|
autofill_profile_change_processor.cc | 75 changes[i].action) { 82 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, 98 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, 209 sync_api::SyncManager::ChangeRecord::Action action, 213 DCHECK_NE(sync_api::SyncManager::ChangeRecord::ACTION_DELETE, action); 214 switch (action) {
|
/frameworks/compile/mclinker/lib/LD/ |
EhFrameReader.cpp | 117 const Action transition[NumOfStates][NumOfTokenKinds] = {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | 718 default: llvm_unreachable("This action is not supported yet!"); [all...] |
/frameworks/base/docs/html/design/ |
design_toc.cs | 33 <li><a href="<?cs var:toroot ?>design/patterns/actionbar.html">Action Bar</a></li>
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 121 example 'action' do 123 grammar Action; 139 example "template expression in action" do
|
/external/v8/src/ |
jsregexp.h | 424 VISIT(Action) \ 797 // TODO(erikcorry): We should allow some action nodes in greedy loops. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ClipboardSupport.java | 35 import org.eclipse.jface.action.Action; 84 * Perform the "Copy" action, either from the Edit menu or from the context 99 // The error message area shares the copy action with the canvas. Invoking the 100 // copy action when there are errors visible *AND* the user has selected text there, 133 * Perform the "Cut" action, either from the Edit menu or from the context 153 * @param verb A translated verb for the action. Will be used for the 155 * {@link Action#getText()} for either the cut or the delete 254 * Perform the "Paste" action, either from the Edit menu or from the context
|
SelectionManager.java | 49 import org.eclipse.jface.action.Action; 50 import org.eclipse.jface.action.ActionContributionItem; 51 import org.eclipse.jface.action.IAction; 52 import org.eclipse.jface.action.Separator; 826 * Updates menu actions and the layout action bar after a selection change - these are 1159 final RuleAction action = matching; local [all...] |
PaletteControl.java | 58 import org.eclipse.jface.action.Action; 59 import org.eclipse.jface.action.IAction; 60 import org.eclipse.jface.action.IToolBarManager; 61 import org.eclipse.jface.action.MenuManager; 62 import org.eclipse.jface.action.Separator; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.views_3.5.0.I20100527-0800.jar | |
/external/v8/tools/gcmole/ |
gcmole.cc | [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | 445 // Configure action bar 626 * Handler for action bar actions. 629 public void onAction(int action) { 630 switch (action) { 631 case ActionBarAdapter.Listener.Action.START_SEARCH_MODE: 637 case ActionBarAdapter.Listener.Action.STOP_SEARCH_MODE: 642 case ActionBarAdapter.Listener.Action.CHANGE_SEARCH_QUERY: 649 throw new IllegalStateException("Unkonwn ActionBarAdapter action: " + action); [all...] |
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 539 /// Note: This is used internally by the top-level tracking action 699 /// \param Action - The ASTFrontendAction to invoke. Its ownership is not 707 /// provided \see Action. 717 ASTFrontendAction *Action = 0, [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
FlyoutControlComposite.java | 13 import org.eclipse.jface.action.Action; 14 import org.eclipse.jface.action.IMenuListener; 15 import org.eclipse.jface.action.IMenuManager; 16 import org.eclipse.jface.action.MenuManager; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 46 import org.eclipse.jface.action.Action; 47 import org.eclipse.jface.action.IAction; 371 IAction action = mTextEditor.getAction(ActionFactory.UNDO.getId()); 372 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), action); 374 action = mTextEditor.getAction(ActionFactory.REDO.getId()); 375 bars.setGlobalActionHandler(ActionFactory.REDO.getId(), action); 397 * Clears the action bindings for the editor site. 614 IAction action = mTextEditor.getAction(ACTION_NAME_FORMAT_DOCUMENT); 615 if (action != null) [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |