HomeSort by relevance Sort by last modified time
    Searched full:actions (Results 151 - 175 of 3546) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 46 /* ObjC start of actions.lexer.memVars */
47 /* ObjC end of actions.lexer.memVars */
51 /* ObjC start actions.lexer.methodsDecl */
52 /* ObjC end actions.lexer.methodsDecl */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CSharp3Target.java 88 Map<String, Object> actions = rootGrammar.getActions().get(actionScope); local
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/JavaScript/
ASTParser.stg 23 <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>
  /external/chromium_org/ash/accelerators/
accelerator_table.h 164 // Actions that should be handled very early in Ash unless the current target
169 // Actions that should be handled very early in Ash unless the current target
170 // window is full-screen, these actions are only handled if
175 // Actions allowed while user is not signed in or screen is locked.
179 // Actions allowed while screen is locked (in addition to
184 // Actions allowed while a modal window is up.
188 // Actions which will not be repeated while holding an accelerator key.
192 // Actions allowed in app mode.
196 // Actions that require at least 1 window.
  /external/chromium_org/build/
apk_fake_jar.gypi 17 'actions': [
  /external/chromium_org/chrome/browser/resources/
identity_internals.css 24 td.token-actions {
  /external/chromium_org/chrome/common/extensions/api/
principals_private.idl 5 // Experimental APIs to trigger Chrome sign in actions.
  /external/chromium_org/chromeos/ime/
input_method.gyp 14 'actions': [
  /external/chromium_org/content/common/input/
touch_action.h 17 // All actions are pemitted (the default).
  /external/chromium_org/device/usb/
usb.gyp 20 'actions': [
  /external/chromium_org/mojo/build/
package_app.gypi 17 'actions': [{
  /external/chromium_org/tools/android/forwarder/
forwarder.gyp 13 'actions': [
  /external/chromium_org/tools/gyp/test/actions/generated-header/
test.gyp 9 'actions': [
  /external/chromium_org/tools/gyp/test/actions/src/subdir2/
none.gyp 11 'actions': [
  /external/chromium_org/tools/gyp/test/actions/src/subdir3/
null_input.gyp 11 'actions': [
  /external/chromium_org/tools/gyp/test/actions-bare/
gyptest-bare.py 8 Verifies actions which are not depended on by other targets get executed.
  /external/chromium_org/tools/gyp/test/actions-none/
gyptest-none.py 8 Verifies actions can be in 'none' type targets with source files.
  /external/chromium_org/tools/gyp/test/actions-none/src/
none_with_source_files.gyp 16 'actions': [
  /external/chromium_org/tools/gyp/test/rules/
gyptest-input-root.py 8 Verifies that RULE_INPUT_ROOT isn't turned into a path in rule actions
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
all_page_actions.py 8 from telemetry.page.actions import page_action
interact.py 5 from telemetry.page.actions import page_action
navigate.py 5 from telemetry.page.actions import page_action
  /external/clang/test/Driver/
darwin-verify-debug.c 6 // RUN: FileCheck -check-prefix=CHECK-MULTIARCH-ACTIONS < %t %s
8 // CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}darwin-verify-debug.c", c
9 // CHECK-MULTIARCH-ACTIONS: 8: dsymutil, {7}, dSYM
10 // CHECK-MULTIARCH-ACTIONS: 9: verify, {8}, none
  /frameworks/base/docs/html/design/patterns/
compatibility.jd 26 <p>Android apps written for Android 3.0 and later display actions in the action bar. Actions that don't
45 resulting actions popup has the same style as in the previous example, but is displayed at the bottom of the screen.</p>
61 can touch the control to display the app's actions in the traditional Android menu styling.</p>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_mark_t.h 4 /* The target member is reused for adding new actions, the

Completed in 255 milliseconds

1 2 3 4 5 67 8 91011>>