/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);
|
TreeVisitor.java | 31 /** Do a depth first walk of a tree, applying pre() and post() actions 44 * Execute both actions even if t has no children.
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_controller.h | 29 // Coordinates the actions of DeviceTokenFetcher, CloudPolicyIdentityStrategy, 127 // Switches to a new state and triggers any appropriate actions.
|
/external/chromium_org/chrome/browser/spellchecker/ |
feedback.h | 42 // Finalizes the user actions on misspellings that are removed from the 57 // Erases the misspellings with final user actions in the renderer with
|
/external/chromium_org/chrome/browser/ui/blocked_content/ |
popup_blocker_tab_helper.cc | 54 // Clear all page actions, blocked content notifications and browser actions
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar_controller.h | 25 // An enum listing the possible actions to take on a find-in-page selection 34 // An enum listing the possible actions to take on a find-in-page results in
|
/external/chromium_org/chrome/common/extensions/api/ |
page_actions.json | 16 {"type": "string", "name": "pageActionId", "description": "An extension can have multiple page actions specified in the manifest, each with a unique identifier. This string identifies which page action you want to enable (and must match a page action id declared in the manifest)."}, 36 {"type": "string", "name": "pageActionId", "description": "An extension can have multiple page actions specified in the manifest, each with a unique identifier. This string identifies which page action you want to disable (and must match a page action id declared in the manifest)."},
|
/external/chromium_org/chrome/common/extensions/docs/templates/json/ |
extensions_sidenav.json | 23 "title": "Browser Actions", 47 "title": "Page Actions",
|
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
context_menu.js | 124 var ACTIONS = [ 131 body.setAttribute('contextMenuActions', JSON.stringify(ACTIONS));
|
/external/chromium_org/tools/gn/ |
gyp_script_target_writer.cc | 14 // Write script targets as GYP actions that just invoke Ninja. This allows us 40 Indent(indent + kExtraIndent) << "'actions': [{\n";
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
pgo.gyp | 72 'actions': [ 129 'actions': [
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
scroll.py | 6 from telemetry.page.actions import gesture_action 7 from telemetry.page.actions import page_action
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_test_unittest.py | 10 from telemetry.page.actions import all_page_actions 11 from telemetry.page.actions import page_action
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloInput.java | 48 /** Sample 5 - how to map keys and mousebuttons to actions */
69 /** Custom Keybinding: Map named actions to inputs. */
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommand.java | 48 * allowed actions the user might perform during each stage (e.g. go to the
51 * All the actions may throw an XMPPException if there is a problem executing
261 * Returns a collection with the allowed actions based on the current stage.
262 * Possible actions are: {@link Action#prev prev}, {@link Action#next next} and
266 * @return a collection with the allowed actions based on the current stage
274 * Add an action to the current stage available actions. This should be used
298 * Sets which of the actions available for the current stage is
340 * available actions use the <code>addActionAvailable</code> method.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Power_Suite.py | 85 """folder actions enabled - Are Folder Actions currently being processed? """
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
EventLogView.java | 39 // create the external actions 82 * Places the actions in the toolbar and in the menu.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
plugin.xml | 50 description="OpenGL Trace Actions" 52 label="OpenGL Trace Actions"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
plugin.xml | 101 class="com.android.ide.eclipse.monitor.actions.AvdManagerAction" 110 class="com.android.ide.eclipse.monitor.actions.SdkManagerAction"
|
/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;
|
/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...] |
/development/samples/JetBoy/ |
_index.html | 6 to adapt the soundtrack to the user actions. Listen to how the melody picks
|
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/service/ |
MessagingService.java | 33 // These actions are for this app only and are used by MessagingReceiver to start this service
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedLexer.h | 22 // start of actions.lexer.memVars
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteLexer.h | 21 // start of actions.lexer.memVars
|