/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
ASTTreeParser.stg | 56 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 66 * add tree construction actions. 79 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 120 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 129 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 145 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 167 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 172 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif> 183 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif> 209 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif [all...] |
CSharp3.stg | 44 outputFile( LEXER,PARSER,TREE_PARSER, actionScope, actions, 73 <actions.(actionScope).header> 84 <if(actions.(actionScope).namespace)> 85 namespace <actions.(actionScope).namespace> 90 <if(actions.(actionScope).namespace)> 92 } // namespace <actions.(actionScope).namespace> 97 <actions.(actionScope).inputStreamType; null="ICharStream"> 101 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>}, 105 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | |
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ASTTreeParser.stg | 97 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 107 * add tree construction actions. 121 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 164 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 173 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 191 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 215 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 220 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 232 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 261 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif [all...] |
ObjC.stg | 84 actions, 114 <! <if(actions.(actionScope).header)> 118 <actions.(actionScope).header> 128 <actions.(actionScope).postinclude> 156 actions, 185 <actions.(actionScope).preincludes> 194 <actions.(actionScope).includes> 213 actions, 237 <if(actions.(actionScope).header)> 241 <actions.(actionScope).header [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
DefineGrammarItemsWalker.g | 40 HashMap<GrammarAST, GrammarAST> actions; 128 $AttributeScopeActions::actions = new HashMap<GrammarAST, GrammarAST>(); 135 for (GrammarAST action : $AttributeScopeActions::actions.keySet()) 136 scope.defineNamedAction(action, $AttributeScopeActions::actions.get(action)); 143 $AttributeScopeActions::actions.put( $ID, $ACTION ); 154 (actions)? 158 actions 290 $AttributeScopeActions::actions = new HashMap<GrammarAST, GrammarAST>(); 298 for (GrammarAST action : $AttributeScopeActions::actions.keySet()) 299 r.ruleScope.defineNamedAction(action, $AttributeScopeActions::actions.get(action)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
FrameLayoutRule.java | 167 @NonNull List<RuleAction> actions, 170 super.addLayoutActions(actions, parentNode, children); 171 actions.add(RuleAction.createSeparator(25)); 172 actions.add(createMarginAction(parentNode, children)); 174 actions.add(createGravityAction(children, ATTR_LAYOUT_GRAVITY));
|
RelativeLayoutRule.java | 304 // ==== Layout Actions Bar ==== 308 @NonNull List<RuleAction> actions, 311 super.addLayoutActions(actions, parentNode, children); 313 actions.add(createGravityAction(Collections.<INode>singletonList(parentNode), 315 actions.add(RuleAction.createSeparator(25)); 316 actions.add(createMarginAction(parentNode, children)); 353 // Centering actions 355 actions.add(RuleAction.createSeparator(150)); 356 actions.add(RuleAction.createAction(ACTION_CENTER_VERTICAL, "Center Vertically", 358 actions.add(RuleAction.createAction(ACTION_CENTER_HORIZONTAL, "Center Horizontally" [all...] |
BaseViewRule.java | 82 // Strings used as internal ids, group ids and prefixes for actions 122 * Generate custom actions for the context menu: <br/> 127 public void addContextMenuActions(@NonNull List<RuleAction> actions, 375 actions.add(RuleAction.createAction(PROP_PREFIX + ATTR_TEXT, "Edit Text...", onChange, 381 actions.add(RuleAction.createAction(ATTR_ID, editIdLabel, onChange, null, 20, true)); 383 addCommonPropertyActions(actions, selectedNode, onChange, 21); 386 actions.add(RuleAction.createSeparator(32)); 398 actions.add(RuleAction.createChoices( 419 actions.add(RuleAction.createChoices( 428 actions.add(RuleAction.createSeparator(45)) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | 43 outputFile( LEXER,PARSER,TREE_PARSER, actionScope, actions, 74 <actions.(actionScope).header> 86 <if(actions.(actionScope).namespace)> 87 namespace <actions.(actionScope).namespace> 92 <if(actions.(actionScope).namespace)> 94 } // namespace <actions.(actionScope).namespace> 99 <actions.(actionScope).inputStreamType; null="ICharStream"> 103 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>}) ::= << 106 <parserModifier(grammar=grammar, actions=actions)> partial class <grammar.recognizerName> : <@superClassName><superClass><@end [all...] |
AST.stg | 50 <if(actions.(actionScope).treeAdaptorInitializer)> 51 <actions.(actionScope).treeAdaptorInitializer> 53 new <actions.(actionScope).treeAdaptorType; null="CommonTreeAdaptor">() 78 <actions.(actionScope).treeAdaptorType; null="ITreeAdaptor"> 122 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);<\n> 136 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>); 148 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule.name>.Add(<label>.Tree); 160 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule>.Add(<label>.Tree); 190 if (<actions.(actionScope).synpredgate>) {
|
/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/ |
HierarchyViewerApplication.java | 21 import com.android.hierarchyviewer.actions.AboutAction; 22 import com.android.hierarchyviewer.actions.LoadAllViewsAction; 23 import com.android.hierarchyviewer.actions.QuitAction; 24 import com.android.hierarchyviewer.actions.ShowOverlayAction; 27 import com.android.hierarchyviewerlib.actions.CapturePSDAction; 28 import com.android.hierarchyviewerlib.actions.DisplayViewAction; 29 import com.android.hierarchyviewerlib.actions.DumpDisplayListAction; 30 import com.android.hierarchyviewerlib.actions.InspectScreenshotAction; 31 import com.android.hierarchyviewerlib.actions.InvalidateAction; 32 import com.android.hierarchyviewerlib.actions.LoadOverlayAction [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AttributeScope.java | 86 public LinkedHashMap<String, GrammarAST> actions = new LinkedHashMap(); field in class:AttributeScope 142 * the code generator will ask for the actions table. 147 GrammarAST a = actions.get(actionName); 154 actions.put(actionName, actionAST);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 73 * add tree construction actions. 181 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif> 186 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif> 223 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ){<endif> 242 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) 264 <if(backtracking)>if ( ( <actions.(actionScope).synpredgate> ) ) <endif>root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->becomeRoot(ADAPTOR, <label>.tree, root_<treeLevel>)); 312 if ( <actions.(actionScope).synpredgate> ) {<\n>
|
/external/compiler-rt/lib/ |
gcc_personality_v0.c | 185 _Unwind_Reason_Code __gcc_personality_sj0(int version, _Unwind_Action actions, 189 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions, 196 if ( actions & _UA_SEARCH_PHASE )
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeRewriter.java | 91 TreeVisitorAction actions = new TreeVisitorAction() { local 95 t = v.visit(t, actions);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
MonitorActionBarAdvisor.java | 24 import org.eclipse.ui.actions.ActionFactory; 25 import org.eclipse.ui.actions.ActionFactory.IWorkbenchAction;
|
/sdk/rule_api/src/com/android/ide/common/api/ |
IViewRule.java | 81 * Invoked by the Rules Engine to produce a set of actions to customize 86 * the actions. 91 * Menu actions are either toggles or fixed lists with one currently-selected 92 * item. It is expected that the rule will need to recreate the actions with 97 * @param actions a list of actions to add new context menu actions into. The order 98 * of the actions in this list is not important; it will be sorted by 100 * @param node the node to add actions for. 102 void addContextMenuActions(@NonNull List<RuleAction> actions, @NonNull INode node) [all...] |
/sdk/uiautomatorviewer/src/com/android/uiautomator/ |
UiAutomatorViewer.java | 19 import com.android.uiautomator.actions.OpenFilesAction; 20 import com.android.uiautomator.actions.ScreenshotAction;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 47 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions, 66 <actions.(actionScope).header> 70 # for convenience in actions 78 <if(actions.(actionScope).main)> 79 <actions.(actionScope).main> 100 <actions.(actionScope).footer> 139 <actions.lexer.init> 142 <actions.lexer.members> 187 # and we set the synpredgate to allow actions at level 1. 305 members={<actions.parser.members>} [all...] |
/device/ti/panda/audio/test/ |
music-monkey.py | 61 actions = ['play', 'pause', 'skip_next', 'skip_prev', 'ff', 'rw', 'wait'] variable
|
/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/ |
DoodleAction.java | 17 package com.android.photoeditor.actions;
|
StraightenAction.java | 17 package com.android.photoeditor.actions;
|
/gdk/samples/PhotoEditor/src/com/android/photoeditor/filters/ |
DoodleFilter.java | 23 import com.android.photoeditor.actions.ColorPath;
|