HomeSort by relevance Sort by last modified time
    Searched refs:actions (Results 251 - 275 of 366) sorted by null

<<1112131415

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 43 if <actions.(actionScope).synpredgate>:
71 * add tree construction actions.
AST.stg 31 if <actions.(actionScope).synpredgate>:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 121 * Keeps the default action per mimetype. Empty if no default actions are set
448 * @param resolveCache cache of applications that can handle actions
574 final List<Action> actions = mActions.get(mimeType); local
575 fragment.setActions(actions);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
CommandLineParser.java 35 * <li>define flags for your actions.
75 * actions are acceptable on the command-line; second it provides a summary
106 * @param actions The list of actions recognized on the command-line.
111 public CommandLineParser(ILogger logger, String[][] actions) {
113 mActions = actions;
531 stdout("\nValid actions are composed of a verb and an optional direct object:");
    [all...]
  /sdk/uiautomatorviewer/src/com/android/uiautomator/
UiAutomatorView.java 19 import com.android.uiautomator.actions.ExpandAllAction;
20 import com.android.uiautomator.actions.ToggleNafAction;
  /tools/motodev/src/plugins/android/
plugin.properties 68 Monkey_Option_PctMajornav_Description=Adjust percentage of "major" navigation events. (These are navigation events that will typically cause actions within your UI, such as the center button in a 5-way pad, the back key, or the menu key.)
  /cts/tools/dasm/src/dasm/
parser.java 800 protected CUP$actions action_obj;
805 action_obj = new CUP$actions();
880 class CUP$actions {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 120 NSDictionary* actions = [NSDictionary dictionaryWithObjectsAndKeys:
133 return actions;
195 [m_layer.get() setStyle:[NSDictionary dictionaryWithObject:nullActionsDictionary() forKey:@"actions"]];
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
ColorWheel.java 17 package com.android.photoeditor.actions;
CropView.java 17 package com.android.photoeditor.actions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 30 import com.android.ide.eclipse.adt.internal.wizards.actions.NewProjectAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java 19 import com.android.ide.eclipse.adt.internal.actions.AddSupportJarAction;
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/wizards/
SignExternalPackageWizard.java 43 import org.eclipse.ui.actions.WorkspaceModifyOperation;
269 "Error running finish actions");
274 "Error running finish actions");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 825 * Updates menu actions and the layout action bar after a selection change - these are
826 * actions that depend on the selection
831 // Update menu actions that depend on the selection
834 // Update the layout actions bar
1137 final List<RuleAction> actions = rulesEngine.callGetContextMenu(primary); local
    [all...]
LayoutCanvas.java 90 import org.eclipse.ui.actions.ActionFactory;
91 import org.eclipse.ui.actions.ActionFactory.IWorkbenchAction;
92 import org.eclipse.ui.actions.ContributionItemFactory;
416 // Zooming actions
820 * For global actions such as copy or paste, the action id must be composed of
    [all...]
  /external/blktrace/doc/
blktrace.tex 96 \emph{Support for tracing block io actions.} To do this, run
103 and then down to \emph{Support for tracing block io actions} and hit Y.
199 The previous section showed typical file system io actions, but blktrace
517 \subsection{\label{sec:blkparse-actions}Trace actions}
628 The following table shows the various actions which may be output.
670 \item[\%2a] 2-character field for one of the actions.
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 34 * any actions, just build the tree.
309 /** Create a copy of the alt and make it into a BLOCK; all actions,
460 (a=actions)?
478 actions
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 17 package com.android.ide.eclipse.adt.internal.actions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 47 import org.eclipse.ui.actions.ActionFactory;
169 * Creates undo redo actions for the editor site (so that it works for any page of this
170 * multi-page editor) by re-using the actions defined by the {@link TextEditor}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 44 import org.eclipse.jdt.ui.actions.OpenJavaPerspectiveAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 54 import org.eclipse.ui.actions.ActionFactory;
239 // disable the other actions and record current index
285 // place the actions.
321 * Place the actions in the ui.
  /external/v8/tools/
profile_view.js 107 * and filtering actions on the profile.

Completed in 778 milliseconds

<<1112131415