Searched refs:actions (Results 1 - 25 of 133) sorted by relevance

123456

/external/chromium/base/
H A Dfile_descriptor_shuffle_unittest.cc65 const std::vector<Action>& actions() const { return actions_; } function in class:InjectionTracer
77 EXPECT_EQ(0u, tracer.actions().size());
86 EXPECT_EQ(0u, tracer.actions().size());
95 EXPECT_EQ(0u, tracer.actions().size());
104 ASSERT_EQ(1u, tracer.actions().size());
105 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
115 ASSERT_EQ(2u, tracer.actions().size());
116 EXPECT_TRUE(tracer.actions()[0] == Action(Action::MOVE, 0, 1));
117 EXPECT_TRUE(tracer.actions()[1] == Action(Action::MOVE, 2, 3));
126 ASSERT_EQ(2u, tracer.actions()
[all...]
/external/apache-harmony/security/src/test/resources/PermissionCollection/
H A DmypermissionBKS.jar ... .String, java.lang.String) String name String actions public void " href="/4.2_r1/s?defs= ...
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
H A DProviderConfigurationPermission.java44 private final String actions; field in class:ProviderConfigurationPermission
50 this.actions = "all";
54 public ProviderConfigurationPermission(String name, String actions) argument
56 super(name, actions);
57 this.actions = actions;
58 this.permissionMask = calculateMask(actions);
62 String actions)
64 StringTokenizer tok = new StringTokenizer(Strings.toLowerCase(actions), " ,");
103 return actions;
61 calculateMask( String actions) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java125 DebugEventListener actions,
149 actions, visitedStates);
162 LexerActionGetTokenType actions = new LexerActionGetTokenType(grammar);
163 scan(startRule, actions, visitedStates);
164 return actions.token;
168 DebugEventListener actions,
186 actions, visitedStates);
198 ParseTreeBuilder actions = new ParseTreeBuilder(grammar.name);
200 parse(startRule, actions, visitedStates);
207 return actions
124 scan(String startRule, DebugEventListener actions, List visitedStates) argument
167 parse(String startRule, DebugEventListener actions, List visitedStates) argument
211 parseEngine(String startRule, NFAState start, NFAState stop, IntStream input, Stack ruleInvocationStack, DebugEventListener actions, List visitedStates) argument
[all...]
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Dscanner.py14 self.actions = [None]
27 self.actions.append(token)
38 actions = self.actions
48 action = actions[m.lastindex]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCSharp3Target.java88 Map<String, Object> actions = rootGrammar.getActions().get(actionScope);
89 Object rootNamespace = actions != null ? actions.get("namespace") : null;
90 if (actions != null && rootNamespace != null)
92 actions = grammar.getActions().get(actionScope);
93 if (actions == null)
95 actions = new HashMap<String, Object>();
96 grammar.getActions().put(actionScope, actions);
99 actions.put("namespace", rootNamespace);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DASTParser.stg52 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
64 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
102 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <createNodeFromToken(...)>);})>
118 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = <ASTLabelType>(adaptor.becomeRoot(<createNodeFromToken(...)>, root_0));})>
126 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <label>.tree);
135 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = <ASTLabelType>(adaptor.becomeRoot(<label>.tree, root_0));
160 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
170 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
186 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
H A DASTTreeParser.stg53 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
63 * add tree construction actions.
76 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
117 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
126 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
142 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
164 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
169 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
180 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
206 <if(backtracking)>if ( <actions
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DASTParser.stg51 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
63 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
101 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <createNodeFromToken(...)>);}, ...)>
117 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)adaptor.becomeRoot(<createNodeFromToken(...)>, root_0);},...)>
125 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <label>.getTree());
134 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)adaptor.becomeRoot(<label>.getTree(), root_0);
159 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
169 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
185 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
H A DASTTreeParser.stg52 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
62 * add tree construction actions.
75 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
116 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
125 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
141 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
163 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
168 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
179 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
205 <if(backtracking)>if ( <actions
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
H A DASTParser.stg23 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
35 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
73 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>this.adaptor.addChild(root_0, <createNodeFromToken(...)>);})>
89 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = this.adaptor.becomeRoot(<createNodeFromToken(...)>, root_0);})>
97 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>this.adaptor.addChild(root_0, <label>.getTree());
106 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = this.adaptor.becomeRoot(<label>.getTree(), root_0);
131 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
141 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
157 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
H A DASTTreeParser.stg25 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
35 * add tree construction actions.
48 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
89 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
98 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
114 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
137 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
163 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
182 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>
201 <if(backtracking)>if ( <actions
[all...]
/external/icu4c/common/
H A Drbbicst.pl167 # for the names of the actions that appeared.
178 if ($actions{$state_action_name[$state]} == 0) {
179 $actions{$state_func_name[$state]} = 1;
255 # Emit the constants for the actions to be performed.
258 foreach $act (sort keys %actions) {
370 # Emit the enum for the actions to be performed.
373 foreach $act (sort keys %actions) {
/external/icu4c/i18n/
H A Dregexcst.pl168 # for the names of the actions that appeared.
179 if ($actions{$state_action_name[$state]} == 0) {
180 $actions{$state_func_name[$state]} = 1;
248 # Emit the enum for the actions to be performed.
251 foreach $act (keys %actions) {
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextMenuProxyQt.cpp137 // Do not show sub-menus with just disabled actions.
142 QList<QAction *> actions = menu->actions(); local
143 for (int i = 0; i < actions.count(); ++i) {
144 if (actions.at(i)->isVisible())
145 isAnyActionEnabled |= actions.at(i)->isEnabled();
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DASTParser.stg53 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
65 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
105 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>ADAPTOR->addChild(ADAPTOR, root_0, <createNodeFromToken(...)>);},...)>
121 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)(ADAPTOR->becomeRoot(ADAPTOR, <createNodeFromToken(...)>, root_0));},...)>
129 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>ADAPTOR->addChild(ADAPTOR, root_0, <label>.tree);
138 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)(ADAPTOR->becomeRoot(ADAPTOR, <label>.tree, root_0));
163 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
173 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
190 if ( <actions.(actionScope).synpredgate> )
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DASTParser.stg52 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
65 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
107 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
126 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
136 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
147 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
177 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
187 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
206 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObjectMac.mm52 NSDictionary *actions = [NSDictionary dictionaryWithObjectsAndKeys:
66 [caLayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
80 [sublayer setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DASTParser.stg66 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
104 <super.matchSet(postmatchCode={<if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>adaptor.AddChild(root_0, <createNodeFromToken(...)>);}, ...)>
120 <super.matchSet(postmatchCode={<if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<createNodeFromToken(...)>, root_0);}, ...)>
128 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>adaptor.AddChild(root_0, <label>.Tree);
137 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>.Tree, root_0);
162 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
172 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
188 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
H A DDbg.stg91 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input )
95 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, int port, RecognizerSharedState state )
107 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input )
111 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state )
126 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}> )
136 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg )
H A DASTTreeParser.stg55 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
65 * add tree construction actions.
78 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
119 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
128 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
144 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
166 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
171 <if(backtracking)>if (<actions.(actionScope).synpredgate>)<endif>
182 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
208 <if(backtracking)>if (<actions
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DASTParser.stg70 <if(backtracking)><\n>if (<actions.(actionScope).synpredgate>) {<endif>
109 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>adaptor.AddChild(root_0, <createNodeFromToken(...)>);<endif>}, ...)>
125 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<createNodeFromToken(...)>, root_0);<endif>}, ...)>
134 <\n><if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>adaptor.AddChild(root_0, <label>.Tree);
144 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>root_0 = (<ASTLabelType>)adaptor.BecomeRoot(<label>.Tree, root_0);
170 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
182 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
199 <if(backtracking)>if (<actions.(actionScope).synpredgate>) {<endif>
H A DDbg.stg90 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input )
94 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, int port, RecognizerSharedState state )
106 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input )
110 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state )
125 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}> )
135 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg )
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeFilter.java60 executing any embedded actions and rewrite rules.''
111 TreeVisitorAction actions = new TreeVisitorAction() {
115 v.visit(t, actions);

Completed in 392 milliseconds

123456