/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CodeGenerator.java | 100 * 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(); local 332 verifyActionScopesOkForTarget(actions); 334 translateActionAttributeReferences(actions); 338 // if filtering, we need to set actions to execute at backtracking 344 headerFileST.add("actions", actions); [all...] |
/external/llvm/lib/CodeGen/ |
WinEHPrepare.cpp | 98 void mapLandingPadBlocks(LandingPadInst *LPad, LandingPadActions &Actions); 101 void findCleanupHandlers(LandingPadActions &Actions, BasicBlock *StartBB, 117 // This map will be used to add the llvm.eh.actions call to the nested 279 void insertCatchHandler(CatchHandler *Action) { Actions.push_back(Action); } 281 Actions.push_back(Action); 287 SmallVectorImpl<ActionHandler *> &actions() { return Actions; } function in class:__anon14824::LandingPadActions 288 SmallVectorImpl<ActionHandler *>::iterator begin() { return Actions.begin(); } 289 SmallVectorImpl<ActionHandler *>::iterator end() { return Actions.end(); } 295 SmallVector<ActionHandler *, 4> Actions; [all...] |
/external/squashfs-tools/squashfs-tools/ |
action.c | 48 * code to parse actions 287 "actions\n", name); 486 * actions with a variable number of arguments 801 * Actions can be split across multiple lines using "\". 870 int actions() function 1532 * the empty action specified. Three empty actions: [all...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar | |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar | |
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
polymer.js | [all...] |
/prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/ |
geb-core-0.9.3.jar | |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecLocalDeviceTv.java | 337 * Sets the previous port id. INVALID_PORT_ID invalidates it, hence no actions will be 1047 List<VolumeControlAction> actions = getActions(VolumeControlAction.class); local 1176 List<OneTouchRecordAction> actions = getActions(OneTouchRecordAction.class); local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera.h | 329 void *actions; member in struct:__anon25425 618 void *actions);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
DialogFragment.java | 64 * Displays content on the left and actions on the right. 77 private static final String EXTRA_ACTION_ACTIONS = "actions"; 157 public Builder actions(ArrayList<Action> actions) { method in class:DialogFragment.Builder 158 mActions = actions; 383 public void setActions(ArrayList<Action> actions) { 384 mActions = actions; [all...] |
/external/v8/src/ |
jsregexp.h | 659 // the deferred actions in the current trace and generating a goto. 1436 DeferredAction* actions() { return actions_; } function in class:v8::internal::Trace [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfo.java | 39 * This class represents a node of the window content as well as actions that 103 // Actions. 331 * <strong>Actions:</strong> 348 * <strong>Actions:</strong> 366 * <strong>Actions:</strong> 382 * <strong>Actions:</strong> 396 * <strong>Actions:</strong> 410 * <strong>Actions:</strong> 424 * <strong>Actions:</strong> 438 * <strong>Actions:</strong 2975 final int actions = AccessibilityAction.sStandardActions.size(); local [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
NotificationCompat.java | 335 * Notification extras key: the indices of actions to be shown in the compact view, 452 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions); 510 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions) { 628 Action[] actions) { 629 return NotificationCompatJellybean.getParcelableArrayListForActions(actions); 733 Action[] actions) { 734 return NotificationCompatApi20.getParcelableArrayListForActions(actions); 793 ArrayList<Action> actions) { 794 for (Action action : actions) { 2363 Action[] actions = IMPL.getActionsFromParcelableArrayList( local [all...] |
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompat.java | 3244 List<Object> actions = IMPL.getActionList(mInfo); local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar | |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar | |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 290 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" + 756 /** ANALYZE ACTIONS, LOOKING FOR LABEL AND ATTR REFS, sanity check */ 781 // if there are any actions set for lexer, pass them in 785 lexerGrammarST.add("actions", 1890 List<GrammarAST> actions = r.getInlineActions(); local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.20.0/ |
org.eclipse.tycho.p2.tools.impl-0.20.0.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/ |
org.eclipse.tycho.p2.tools.impl-0.18.1.jar | |
/frameworks/base/core/java/android/view/ |
ViewRootImpl.java | 6886 final ArrayList<HandlerAction> actions = mActions; local 6896 final ArrayList<HandlerAction> actions = mActions; local [all...] |