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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h 42 /* Data structure to contain information about the actions to be
68 Before running the process perform the actions described in FILE-ACTIONS.
163 /* Free resources associated with FILE-ACTIONS. */
167 /* Add an action to FILE-ACTIONS which tells the implementation to call
176 /* Add an action to FILE-ACTIONS which tells the implementation to call
182 /* Add an action to FILE-ACTIONS which tells the implementation to call
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h 42 /* Data structure to contain information about the actions to be
68 Before running the process perform the actions described in FILE-ACTIONS.
163 /* Free resources associated with FILE-ACTIONS. */
167 /* Add an action to FILE-ACTIONS which tells the implementation to call
176 /* Add an action to FILE-ACTIONS which tells the implementation to call
182 /* Add an action to FILE-ACTIONS which tells the implementation to call
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 52 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
64 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
102 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <createNodeFromToken(...)>);})>
118 <super.matchSet(..., postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = <ASTLabelType>(adaptor.becomeRoot(<createNodeFromToken(...)>, root_0));})>
126 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <label>.tree);
135 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = <ASTLabelType>(adaptor.becomeRoot(<label>.tree, root_0));
160 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
170 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
186 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTParser.stg 53 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
65 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
105 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>ADAPTOR->addChild(ADAPTOR, root_0, <createNodeFromToken(...)>);},...)>
121 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)(ADAPTOR->becomeRoot(ADAPTOR, <createNodeFromToken(...)>, root_0));},...)>
129 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>ADAPTOR->addChild(ADAPTOR, root_0, <label>.tree);
138 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)(ADAPTOR->becomeRoot(ADAPTOR, <label>.tree, root_0));
163 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
173 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
190 if ( <actions.(actionScope).synpredgate> )
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 51 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
63 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
101 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <createNodeFromToken(...)>);}, ...)>
117 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)adaptor.becomeRoot(<createNodeFromToken(...)>, root_0);},...)>
125 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <label>.getTree());
134 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>root_0 = (<ASTLabelType>)adaptor.becomeRoot(<label>.getTree(), root_0);
159 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
169 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
185 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTParser.stg 52 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
65 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
107 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
126 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
136 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
147 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
177 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
187 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
206 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<\n><endif>
ASTTreeParser.stg 97 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
107 * add tree construction actions.
121 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
164 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
173 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
191 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
215 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
220 <if(backtracking)>if ( <actions.(actionScope).synpredgate> )<endif>
232 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif>
261 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) {<endif
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2.jar 
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/receiver/
MessagingReceiver.java 38 // If on KitKat+ and default messaging app then look for new deliver actions actions.
45 } else { // Otherwise look for old pre-KitKat actions
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment.h 15 // types of actions carried out by the Most Visited Tile Placement experiment.
21 // The number of Most Visited Tile Placement experiment actions logged.
53 // Helper method to log the actions carried out by the Most Visited Tile
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate.cc 36 UMA_HISTOGRAM_ENUMERATION("SyncedNotifications.Actions",
42 // TODO(petewil) Add the ability to do URL actions also.
58 // TODO(petewil) Add the ability to do URL actions also.
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_keybinding_registry_views.cc 40 // This object only handles named commands, not browser/page actions.
46 // Add all the active keybindings (except page actions and browser actions,
  /external/chromium_org/chrome/
chrome_resources.gyp 18 'actions': [
63 'actions': [
122 'actions': [
160 'actions': [
190 'actions': [
210 'actions': [
280 'actions': [
294 'actions': [
324 'actions': [
362 'actions':
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 22 // If any of these conditions is fulfilled, the actions are executed.
33 actions: [
44 actions: [
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test.py 7 from telemetry.page.actions import all_page_actions
8 from telemetry.page.actions import interact
9 from telemetry.page.actions import navigate
10 from telemetry.page.actions import page_action
184 """Override to do operations before running the actions on the page."""
188 """Override to do operations after running the actions on the page."""
232 def _RunCompoundAction(self, page, tab, actions, run_setup_methods=True):
233 for i, action in enumerate(actions):
234 prev_action = actions[i - 1] if i > 0 else None
235 next_action = actions[i + 1] if i < len(actions) - 1 else Non
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
action-element.jd 27 <dd>The name of the action. Some standard actions are defined in the
29 {@code ACTION_<i>string</i>} constants. To assign one of these actions to
36 For actions you define, it's best to use the package name as a prefix to
  /frameworks/base/docs/html/training/basics/actionbar/
index.jd 42 <li>Access to important actions in a predictable way (such as Search).</li>
46 <img src="{@docRoot}images/training/basics/actionbar-actions.png" height="100" alt="">
61 <dd>Learn how to add and respond to user actions in the action bar.</dd>
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
PixelPerfectView.java 19 import com.android.hierarchyviewerlib.actions.LoadOverlayAction;
20 import com.android.hierarchyviewerlib.actions.RefreshPixelPerfectAction;
21 import com.android.hierarchyviewerlib.actions.SavePixelPerfectAction;
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.cc 335 const WebRequestActionSet* actions,
337 return (StageChecker(conditions, actions, error) &&
338 HostPermissionsChecker(extension, actions, error));
344 const WebRequestActionSet* actions,
349 // Without the permission for all URLs, actions with the STRATEGY_DEFAULT
351 for (WebRequestActionSet::Actions::const_iterator action_iter =
352 actions->actions().begin();
353 action_iter != actions->actions().end()
    [all...]
  /frameworks/base/docs/html/design/patterns/
actionbar.jd 18 <li>Makes important actions prominent and accessible in a predictable way (such as <em>New</em> or <em>Search</em>).</li>
20 <li>Reduces clutter by providing an action overflow for rarely used actions.</li>
72 Show the most important actions of your app in the actions section. Actions that don't fit in the
80 Move less often used actions to the action overflow.
116 <p>To display actions and, if necessary, the action overflow, use the bottom bar.</p>
129 estate, the system shows your most important actions as action buttons and moves the rest to the
130 action overflow. The action bar should show only those actions that are available to the user. If an action is unavailable in the current context, hide it. Do not show it as disabled.</p>
137 <p>For guidance on prioritizing actions, use the FIT scheme.</p
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 51 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
54 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
58 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs, false,
62 Actions.AddInitializerToDecl(FnD, Init.get(), false,
65 Actions.ActOnUninitializedDecl(FnD, TypeSpecContainsAuto);
89 Actions.SetDeclDeleted(FnD, KWLoc);
97 Actions.SetDeclDefaulted(FnD, KWLoc);
119 ((Actions.CurContext->isDependentContext() ||
121 !Actions.IsInsideALocalClassWithinATemplateFunction())) {
127 Actions.CheckForFunctionRedefinition(FD)
    [all...]
  /external/chromium/base/
gmock_unittest.cc 12 // Gmock matchers and actions that we use below.
53 // Create a couple of custom actions. Custom actions can be used for adding
66 // Basic test of some simple gmock matchers, actions, and cardinality
  /external/chromium/build/util/
build_util.gyp 14 'actions': [
  /external/chromium/build/win/
system.gyp 10 'actions': [
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_controller.h 37 // Button actions.

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>