HomeSort by relevance Sort by last modified time
    Searched full:actions (Results 176 - 200 of 4048) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 48 /* ObjC start of actions.(actionScope).memVars */
53 /* ObjC end of actions.(actionScope).memVars */
59 /* ObjC start of actions.(actionScope).properties */
60 /* ObjC end of actions.(actionScope).properties */
66 /* ObjC start of actions.(actionScope).methodsDecl */
67 /* ObjC end of actions.(actionScope).methodsDecl */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 81 /* ObjC start of actions.(actionScope).memVars */
85 /* ObjC end of actions.(actionScope).memVars */
91 /* ObjC start of actions.(actionScope).properties */
92 /* ObjC end of actions.(actionScope).properties */
98 /* ObjC start of actions.(actionScope).methodsDecl */
99 /* ObjC end of actions.(actionScope).methodsDecl */
SymbolTableLexer.h 34 /* ObjC start of actions.lexer.memVars */
35 /* ObjC end of actions.lexer.memVars */
39 /* ObjC start actions.lexer.methodsDecl */
40 /* ObjC end actions.lexer.methodsDecl */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 105 /* ObjC start of actions.(actionScope).memVars */
106 /* ObjC end of actions.(actionScope).memVars */
112 /* ObjC start of actions.(actionScope).properties */
113 /* ObjC end of actions.(actionScope).properties */
119 /* ObjC start of actions.(actionScope).methodsDecl */
120 /* ObjC end of actions.(actionScope).methodsDecl */
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/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 84 /* ObjC start of actions.(actionScope).memVars */
85 /* ObjC end of actions.(actionScope).memVars */
97 /* ObjC start of actions.(actionScope).properties */
98 /* ObjC end of actions.(actionScope).properties */
108 /* ObjC start of actions.(actionScope).methodsDecl */
109 /* ObjC end of actions.(actionScope).methodsDecl */
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.h 26 // Sent when the visibility of the Browser Actions changes.
29 // Handles state and provides an interface for controlling the Browser Actions
36 // The view from Toolbar.xib we'll be rendering our browser actions in. Weak.
59 // The chevron button used when Browser Actions are hidden.
62 // The Browser Actions overflow menu.
92 // Returns the saved width determined by the number of shown Browser Actions
  /frameworks/base/docs/html-intl/intl/ja/training/tv/playback/
now-playing.jd 78 long actions = PlaybackState.ACTION_PLAY |
82 return actions;
85 actions |= PlaybackState.ACTION_PAUSE;
88 actions |= PlaybackState.ACTION_SKIP_TO_PREVIOUS;
91 actions |= PlaybackState.ACTION_SKIP_TO_NEXT;
93 return actions;
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.h 81 _Unwind_Action actions,
100 _Unwind_Action actions = 0; \
106 actions = _UA_SEARCH_PHASE; \
110 actions = _UA_CLEANUP_PHASE; \
112 actions |= _UA_HANDLER_FRAME; \
130 __gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass, \
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ActionType.java 113 ArrayList<Action> actions = new ArrayList<Action>(); local
116 actions.add(behavior.toAction(
121 return actions;
125 ArrayList<Action> actions = new ArrayList<Action>(); local
128 actions.add(behavior.toAction(
133 return actions;
  /packages/apps/Dialer/res/values/
animation_constants.xml 34 <!-- Start delay for the fade in of the call log actions. -->
37 <!-- Duration of the fade in of the call log actions. -->
40 <!-- Duration of the fade out of the call log actions. -->
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h 40 /* ObjC start of actions.lexer.memVars */
41 /* ObjC end of actions.lexer.memVars */
45 /* ObjC start actions.lexer.methodsDecl */
46 /* ObjC end actions.lexer.methodsDecl */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 50 /* ObjC start of actions.lexer.memVars */
51 /* ObjC end of actions.lexer.memVars */
55 /* ObjC start actions.lexer.methodsDecl */
56 /* 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/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/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
background.js 16 actions: [new chrome.declarativeContent.ShowPageAction() ]
  /external/chromium_org/chromeos/ime/
input_method.gyp 14 'actions': [
  /external/chromium_org/components/autofill/core/common/
password_generation_util.h 68 void LogUserActions(PasswordGenerationActions actions);
72 // Enumerates user actions after password generation bubble is shown.
75 // User closes the bubble without any meaningful actions (e.g. use backspace
81 // doesn't overlap with the following two actions.
  /external/chromium_org/components/
components_resources.gyp 14 'actions': [
  /external/chromium_org/components/password_manager/core/browser/
log_receiver.h 14 // logs about progress of actions like saving a password.
  /external/chromium_org/content/app/resources/
content_resources.gyp 14 'actions': [
  /external/chromium_org/content/
content_resources.gypi 14 'actions': [
  /external/chromium_org/mojo/build/
package_app.gypi 17 'actions': [{

Completed in 1052 milliseconds

1 2 3 4 5 6 78 91011>>