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

<<21222324252627282930>>

  /external/compiler-rt/lib/
gcc_personality_v0.c 185 _Unwind_Reason_Code __gcc_personality_sj0(int version, _Unwind_Action actions,
189 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions,
196 if ( actions & _UA_SEARCH_PHASE )
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 172 private static final RandomHasherAction[] actions = values(); field in class:HashTestUtils.RandomHasherAction
175 return actions[random.nextInt(actions.length)];
  /external/llvm/include/llvm/Target/
TargetCallingConv.td 133 class CallingConv<list<CCAction> actions> {
134 list<CCAction> Actions = actions;
  /frameworks/base/media/java/android/media/
MediaActionSound.java 24 * <p>A class for producing sounds that match those produced by various actions
130 * <p>Play one of the predefined platform sounds for media actions.</p>
133 * actions. The sound playback is done asynchronously, with the same
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 64 * and hide actions if service not running.
159 // Link actions buttons to intents
166 * Link up various button actions using {@link PendingIntents}.
  /packages/apps/UnifiedEmail/src/com/android/mail/
NotificationActionIntentService.java 39 // Compose actions
43 // Toggle actions
46 // Destructive actions - These just display the undo bar
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m 70 /* ObjC start actions.(actionScope).synthesize */
71 /* ObjC end actions.(actionScope).synthesize */
103 /* start of actions-actionScope-init */
119 /* ObjC start actions.(actionScope).methods */
120 /* ObjC end actions.(actionScope).methods */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m 136 /* ObjC start actions.(actionScope).synthesize */
137 /* ObjC end actions.(actionScope).synthesize */
169 /* start of actions-actionScope-init */
187 /* ObjC start actions.(actionScope).methods */
188 /* ObjC end actions.(actionScope).methods */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 41 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
50 package<if(actions.(actionScope).package)> <actions.(actionScope).package><endif> {
51 <actions.(actionScope).header>
66 public class <grammar.recognizerName> extends <if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else><@superClassName><superClass><@end><endif> {
69 <actions.lexer.members>
132 and we set the synpredgate to allow actions at level 1. !>
173 public class <grammar.recognizerName> extends <if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else><@superClassName><superClass><@end><endif>
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 62 /// ActionEntry - Structure describing an entry in the actions table.
80 /// ComputeActionsTable - Compute the actions table and gather the first
83 SmallVectorImpl<ActionEntry> &Actions,
102 /// EmitExceptionTable - Emit landing pads and actions.
111 /// the actions table.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 116 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) {
520 this.actions = actions
    [all...]
  /external/bison/doc/
bison.info 89 * Semantic Actions:: Each rule can have an action containing C code.
101 * GLR Semantic Actions:: Deferred semantic actions have special concerns.
150 * Semantics:: Semantic values and actions.
151 * Tracking Locations:: Locations and actions.
152 * Named References:: Using named references in actions.
168 * Actions:: An action is the semantic definition of a grammar rule.
169 * Action Types:: Specifying data types for actions to operate on.
170 * Mid-Rule Actions:: Most actions go at the end of a rule
    [all...]
bison.texi 126 * Semantic Actions:: Each rule can have an action containing C code.
138 * GLR Semantic Actions:: Deferred semantic actions have special concerns.
187 * Semantics:: Semantic values and actions.
188 * Tracking Locations:: Locations and actions.
189 * Named References:: Using named references in actions.
205 * Actions:: An action is the semantic definition of a grammar rule.
206 * Action Types:: Specifying data types for actions to operate on.
207 * Mid-Rule Actions:: Most actions go at the end of a rule
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/
README.TXT 84 Use Delphi code in actions
86 Obviously, any custom actions inside your grammars should be written in the
87 Delphi language. This also applies to less obvious actions like
104 uses the following three grammar actions instead (see the C and Java sample
166 The @usesInterface and @usedImplementation grammar actions
169 use the @usesInterface and @usesImplementation grammar actions. For example, if
184 actions at the top of your grammar file, like you would the with the @header
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 52 TreeAdaptor = treeAdaptor<if(!actions.(actionScope).treeAdaptorType)> ?? new CommonTreeAdaptor()<endif>;
78 <actions.(actionScope).treeAdaptorType; null="ITreeAdaptor">
120 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);<\n>
134 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<token>.Add(<label>);
146 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule.name>.Add(<label>.Tree);
158 <if(backtracking)>if (<actions.(actionScope).synpredgate>) <endif>stream_<rule>.Add(<label>.Tree);
188 if (<actions.(actionScope).synpredgate>) {
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
notifications_unittests.js 113 '<ul class="actions">' +
135 '<ul class="actions">' +
158 '<ul class="actions">' +
183 '<ul class="actions">' +
224 '<ul class="actions">' +
269 '<ul class="actions">' +
310 '<ul class="actions">' +
  /external/chromium_org/third_party/icu/source/common/
rbbicst.pl 167 # for the names of the actions that appeared.
178 if ($actions{$state_action_name[$state]} == 0) {
179 $actions{$state_func_name[$state]} = 1;
255 # Emit the constants for the actions to be performed.
258 foreach $act (sort keys %actions) {
370 # Emit the enum for the actions to be performed.
373 foreach $act (sort keys %actions) {
  /external/icu4c/common/
rbbicst.pl 167 # for the names of the actions that appeared.
178 if ($actions{$state_action_name[$state]} == 0) {
179 $actions{$state_func_name[$state]} = 1;
255 # Emit the constants for the actions to be performed.
258 foreach $act (sort keys %actions) {
370 # Emit the enum for the actions to be performed.
373 foreach $act (sort keys %actions) {
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 72 <h4>Set up action bars for navigation and actions</h4>
78 important actions.</p>
224 invocation of actions for a data item from within list or grid views, display prominent actions
225 directly on list view items using drop-downs or split list items. This lets people invoke actions on
238 delete multiple items in the category view. Analyze which detail view actions are applicable to
239 collections of items. Then use multi-select to allow application of those actions to multiple items
  /system/core/adb/
usb_libusb.c 630 struct sigaction actions; local
638 memset(&actions, 0, sizeof(actions));
640 sigemptyset(&actions.sa_mask);
642 actions.sa_flags = 0;
643 actions.sa_handler = sigalrm_handler;
645 sigaction(SIGALRM, &actions, NULL);
  /cts/tools/dasm/src/java_cup/
production.java 14 * methods for factoring out actions (see remove_embedded_actions()), for
35 * actions), and a string for a final reduce action. It does several
38 * actions into code for accessing objects on the runtime parse stack.
39 * It them merges adjacent actions if they appear and moves any trailing
40 * action into the final reduce actions string. Next it removes any
41 * embedded actions by factoring them out with new action productions.
44 * Factoring out of actions is accomplished by creating new "hidden"
53 * all actions at the end where they can be handled as part of a reduce by
89 /* merge adjacent actions (if any) */
114 /* rewrite production to remove any embedded actions */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 84 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
96 <if(actions.(actionScope).header)>
98 <actions.(actionScope).header>
136 <actions.lexer.members>
161 actions,
187 <actions.(actionScope).headerfile>
235 and we set the synpredgate to allow actions at level 1. !>
313 members={<actions.parser.members>}) ::= <<
324 superClass="TreeParser", members={<actions.treeparser.members>}, filterMode
421 <ruleDescriptor.actions.init
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaControlIntent.java 26 * This class declares a set of standard media control intent categories and actions that
73 * <h3>Media control intent actions</h3>
75 * Media control intent actions specify particular functions that applications
86 * All media control intent actions are associated with the media control intent categories
87 * that support them. Thus only remote playback routes may perform remote playback actions.
130 * actions which have the side-effect of creating a new session if none is provided
140 * the session using actions such as pause, resume, stop and end session.
147 * playback. The media item id may be passed to other actions such as
184 * <h4>Impact of pause, resume, stop and play actions on the playback queue</h4>
186 * The pause, resume and stop actions affect the session's whole queue. Pause cause
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 56 * actions (HashMap):
81 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,
95 <actions.(actionScope).header>
102 <actions.(actionScope).usesInterface>
135 <actions.(actionScope).memberDeclarations>
172 <actions.(actionScope).usesImplementation>
203 <actions.(actionScope).memberInitializations>
205 <actions.(actionScope).memberImplementations>
262 and we set the synpredgate to allow actions at level 1.
349 <actions.(actionScope).memberDeclarations
    [all...]

Completed in 1327 milliseconds

<<21222324252627282930>>