/frameworks/support/v4/java/android/support/v4/widget/ |
ExploreByTouchHelper.java | 75 /** Node provider that handles creating nodes and performing actions. */ 351 * specified item. Automatically manages accessibility focus actions. 399 final int actions = node.getActions(); local 400 if ((actions & AccessibilityNodeInfoCompat.ACTION_ACCESSIBILITY_FOCUS) != 0) { 404 if ((actions & AccessibilityNodeInfoCompat.ACTION_CLEAR_ACCESSIBILITY_FOCUS) != 0) { 671 * action. Implementations must <b>never</b> manually add these actions. 690 * Implementations <b>must</b> handle any actions added manually in 697 * actions.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentMap.java | 19 * collections, actions in a thread prior to placing an object into a 22 * actions subsequent to the access or removal of that object from
|
Future.java | 57 * <p>Memory consistency effects: Actions taken by the asynchronous computation 59 * actions following the corresponding {@code Future.get()} in another thread.
|
RecursiveAction.java | 11 * establishes conventions to parameterize resultless actions as 81 * performing leaf actions on unstolen tasks rather than further
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactListFragment.java | 69 public void setActions(List<Action> actions) { 70 mActions = actions;
|
/packages/apps/Mms/src/org/w3c/dom/events/ |
EventTarget.java | 31 * be triggered by the current actions but may be triggered during a 59 * be triggered by the current actions. <code>EventListener</code>s can
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Processes_Suite.py | 27 """folder actions enabled - Are Folder Actions currently being processed? """
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportLinksPart.java | 35 * Displays some help and some links/actions for the user to use. 76 // Listener for default actions (page change, URL web browser)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
OpenWizardAction.java | 17 package com.android.ide.eclipse.adt.internal.wizards.actions; 40 import org.eclipse.ui.internal.actions.NewWizardShortcutAction;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
FileExplorerView.java | 81 // creates the actions 122 // set up the actions in the explorer
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 54 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions, 63 <actions.(actionScope).header> 89 <actions.lexer.members> 164 and we set the synpredgate to allow actions at level 1. !> 275 members={<actions.parser.members>}) ::= << 288 members={<actions.treeparser.members>} 376 <ruleDescriptor.actions.init> 382 <(ruleDescriptor.actions.after):execAction()> 388 <if(actions.(actionScope).rulecatch)> 389 <actions.(actionScope).rulecatch [all...] |
AST.stg | 95 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<token>.add(<label>);<\n> 109 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<token>.add(<label>);<\n> 121 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule.name>.add(<label>.getTree()); 133 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule>.add(<label>.getTree()); 164 if ( <actions.(actionScope).synpredgate> ) {<\n>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 45 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions, 54 <actions.(actionScope).header> 77 <actions.lexer.members> 145 and we set the synpredgate to allow actions at level 1. !> 256 members={<actions.parser.members>}) ::= << 266 members={<actions.treeparser.members>} 354 <ruleDescriptor.actions.init> 360 <(ruleDescriptor.actions.after):execAction()> 366 <if(actions.(actionScope).rulecatch)> 367 <actions.(actionScope).rulecatch [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
android.py | 190 # Grab output directories; needed for Actions and Rules. 196 # List files this target depends on so that actions/rules/copies/sources 204 # Actions must come first, since they can generate more OBJs for use below. 205 if 'actions' in spec: 206 self.WriteActions(spec['actions'], extra_sources, extra_outputs) 208 # Rules must be early like actions. 244 def WriteActions(self, actions, extra_sources, extra_outputs): 245 """Write Makefile code for any 'actions' from the gyp input. 250 actions (used to make other pieces dependent on these 251 actions) [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineMulDivRem.cpp | 747 ///< joins two actions together. 755 ///< joins two actions together. 808 SmallVectorImpl<UDivFoldAction> &Actions, 813 Actions.push_back(UDivFoldAction(foldUDivPow2Cst, Op1)); 814 return Actions.size(); 820 Actions.push_back(UDivFoldAction(foldUDivNegCst, C)); 821 return Actions.size(); 827 Actions.push_back(UDivFoldAction(foldUDivShl, Op1)); 828 return Actions.size(); 836 if (size_t LHSIdx = visitUDivOperand(Op0, SI->getOperand(1), I, Actions)) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.m | 118 /* ObjC start actions.(actionScope).synthesize */ 119 /* ObjC end actions.(actionScope).synthesize */ 169 /* start of actions-actionScope-init */ 186 /* ObjC start actions.(actionScope).methods */ 187 /* ObjC end actions.(actionScope).methods */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.m | 178 /* ObjC start actions.(actionScope).synthesize */ 179 /* ObjC end actions.(actionScope).synthesize */ 212 /* start of actions-actionScope-init */ 230 /* ObjC start actions.(actionScope).methods */ 231 /* ObjC end actions.(actionScope).methods */
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
AST.stg | 96 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<token>.add(<label>);<\n> 110 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<token>.add(<label>);<\n> 122 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule.name>.add(<label>.tree); 134 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule>.add(<label>.tree); 164 if ( <actions.(actionScope).synpredgate> ) {<\n>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 91 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<token>.add(<label>);<\n> 105 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<token>.add(<label>);<\n> 121 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule.name>.add(<label>.getTree()); 133 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>stream_<rule>.add(<label>.getTree()); 163 if ( <actions.(actionScope).synpredgate> ) {<\n>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 234 if ( <actions.(actionScope).synpredgate> ) <endif> 251 if ( !<actions.(actionScope).synpredgate> ) <endif> 264 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif> 278 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif> 310 if ( <actions.(actionScope).synpredgate> ) {<\n>
|
/external/chromium/webkit/glue/ |
webkit_glue.gypi | 23 'actions': [ 48 'actions': [ 67 'actions': [ 124 'actions': [ 519 'actions': [
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
tut_migration_to_manifest_v2.html | 126 <h3 id="browser_actions">Changes to browser actions</h3> 129 The browser actions API introduces some naming changes:</p> 148 <h3 id="page_actions">Changes to page actions</h3> 150 <p>Similar to the changes for browser actions, 151 the page actions API has also changed:</p>
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
results.js | 175 new ui.actions.List([ 176 new ui.actions.Previous(), 177 new ui.actions.Next() 414 rebaselineAction = new ui.actions.List([new ui.actions.Rebaseline().makeDefault()]);
|
/external/chromium_org/third_party/icu/source/i18n/ |
regexcst.pl | 168 # for the names of the actions that appeared. 179 if ($actions{$state_action_name[$state]} == 0) { 180 $actions{$state_func_name[$state]} = 1; 248 # Emit the enum for the actions to be performed. 251 foreach $act (keys %actions) {
|
/external/clang/lib/Driver/ |
Compilation.cpp | 46 // Free the actions, if built. 47 for (ActionList::iterator it = Actions.begin(), ie = Actions.end(); 356 // Free actions and jobs. 357 DeleteContainerPointers(Actions);
|