Searched defs:actions (Results 1 - 25 of 40) sorted by relevance

12

/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.2_r1/s? ...
/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/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...]
H A DAttributeScope.java86 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);
H A DRule.java116 protected Map<String, GrammarAST> actions = field in class:Rule
119 /** Track all executable actions other than named actions like @init.
121 * We need to examine these actions before code generation so
492 * the code generator will ask for the actions table.
500 GrammarAST a = (GrammarAST)actions.get(actionName);
507 actions.put(actionName,actionAST);
516 return actions;
519 public void setActions(Map<String, GrammarAST> actions) { argument
520 this.actions
[all...]
H A DGrammar.java290 private Map<String, Map<String, Object>> actions = field in class:Grammar
443 "grammar(name, options, imports, actionNames, actions, literals, rules) ::= <<\n" +
451 "<actionNames,actions:{n,a|@<n> {<a>\\}\n}>\n" +
781 // if there are any actions set for lexer, pass them in
785 lexerGrammarST.add("actions",
1490 * the code generator will ask for the actions table. For composite
1546 return actions;
1880 /** Before generating code, we examine all actions that can have
1889 // walk all actions within the rule elements, args, and exceptions
1890 List<GrammarAST> actions
[all...]
/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/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage_p.h125 QAction* actions[QWKPage::WebActionCount]; member in class:QWKPagePrivate
/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/guava/guava-tests/test/com/google/common/hash/
H A DHashTestUtils.java172 private static final RandomHasherAction[] actions = values(); field in class:HashTestUtils.RandomHasherAction
175 return actions[random.nextInt(actions.length)];
/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 ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jar ... .String, java.lang.String) String name String actions public boolean implies (java.security.Permission) java. ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/compiler-rt/lib/
H A Dgcc_personality_v0.c185 _Unwind_Reason_Code __gcc_personality_sj0(int version, _Unwind_Action actions, argument
189 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions,
196 if ( actions & _UA_SEARCH_PHASE )
/external/kernel-headers/original/linux/mfd/
H A Dmsm-adie-codec.h66 struct adie_codec_action_unit *actions; member in struct:adie_codec_hwsetting_entry
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h205 QAction *actions[QWebPage::WebActionCount]; member in class:QWebPagePrivate
H A Dqwebpage.cpp255 static inline DragOperation dropActionToDragOp(Qt::DropActions actions) argument
258 if (actions & Qt::CopyAction)
262 if (actions & Qt::MoveAction)
264 if (actions & Qt::LinkAction)
269 static inline Qt::DropAction dragOpToDropAction(unsigned actions) argument
272 if (actions & DragOperationCopy)
274 else if (actions & DragOperationMove)
278 else if (actions & DragOperationGeneric)
280 else if (actions & DragOperationLink)
347 memset(actions,
483 QList<QAction *> actions = subMenu->actions(); local
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java100 * specific actions.
326 // The actions here might refer to something.
329 // Verify action scopes are ok for target and dump actions into output
330 // Templates can say <actions.parser.header> for example.
331 Map<String, Map<String, Object>> actions = grammar.getActions();
332 verifyActionScopesOkForTarget(actions);
334 translateActionAttributeReferences(actions);
338 // if filtering, we need to set actions to execute at backtracking
344 headerFileST.add("actions", actions);
489 verifyActionScopesOkForTarget(Map actions) argument
509 translateActionAttributeReferences(Map actions) argument
[all...]
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc839 string16 actions; local
845 actions = l10n_util::GetStringUTF16(
849 if (!actions.empty())
850 actions += separator;
851 actions = l10n_util::GetStringUTF16(
855 if (!actions.empty())
856 actions += separator;
857 actions += l10n_util::GetStringUTF16(
861 if (!actions.empty())
862 actions
[all...]
/external/clang/lib/Parse/
H A DParser.cpp50 Parser::Parser(Preprocessor &pp, Sema &actions, bool SkipFunctionBodies) argument
51 : PP(pp), Actions(actions), Diags(PP.getDiagnostics()),
63 AlignHandler.reset(new PragmaAlignHandler(actions));
66 GCCVisibilityHandler.reset(new PragmaGCCVisibilityHandler(actions));
69 OptionsHandler.reset(new PragmaOptionsHandler(actions));
72 PackHandler.reset(new PragmaPackHandler(actions));
75 MSStructHandler.reset(new PragmaMSStructHandler(actions));
78 UnusedHandler.reset(new PragmaUnusedHandler(actions));
81 WeakHandler.reset(new PragmaWeakHandler(actions));
84 RedefineExtnameHandler.reset(new PragmaRedefineExtnameHandler(actions));
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... .io.File[] b java.util.ArrayList actions private java.io.File[] getLocations (java.util ...
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp507 /// Deals with Dwarf actions matching our type infos
605 /// @param _Unwind_Action actions minimally supported unwind stage
614 _Unwind_Action actions,
726 if (!(actions & _UA_SEARCH_PHASE)) {
791 /// @param _Unwind_Action actions minimally supported unwind stage
799 _Unwind_Action actions,
805 "We are in ourPersonality(...):actions is <%d>.\n",
806 actions);
808 if (actions & _UA_SEARCH_PHASE) {
827 actions,
612 handleLsda(int version, const uint8_t *lsda, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, _Unwind_Context_t context) argument
798 ourPersonality(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, _Unwind_Context_t context) argument
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp990 QList<QAction *> actions = menu->actions(); local
991 for (int i = 0; i < actions.count(); ++i) {
992 if (actions.at(i)->isSeparator())
995 items << actions.at(i)->text();
996 if (actions.at(i)->menu())
997 items << iterateContextMenu(actions.at(i)->menu());

Completed in 1818 milliseconds

12