/external/bison/src/ |
AnnotationList.c | 441 bitset actions = bitset_create (s->reductions->num + 1, BITSET_FIXED); local 471 bitset_set (actions, rule_i); 523 bitset_set (actions, s->reductions->num); 529 s, symbols[conflicted_token], actions, 531 actions = NULL; 566 bitset_free (actions); 593 rulei = bitset_first (a->inadequacyNode->inadequacy.conflict.actions); 615 bitset_next (a->inadequacyNode->inadequacy.conflict.actions, 722 .conflict.actions); 725 .conflict.actions, actioni+1) [all...] |
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 198 // Verify that all actions are possible otherwise abort the whole transaction. 286 assert(IsInTransaction && "Actions only allowed during a transaction"); 296 assert(IsInTransaction && "Actions only allowed during a transaction"); 306 assert(IsInTransaction && "Actions only allowed during a transaction"); 314 assert(IsInTransaction && "Actions only allowed during a transaction"); 322 assert(IsInTransaction && "Actions only allowed during a transaction"); 330 assert(IsInTransaction && "Actions only allowed during a transaction"); 351 assert(IsInTransaction && "Actions only allowed during a transaction"); 360 assert(IsInTransaction && "Actions only allowed during a transaction"); 370 assert(IsInTransaction && "Actions only allowed during a transaction") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
argparse.py | 30 the parser with actions for optional and positional arguments. Then 35 there are errors with the parser's actions. Errors raised while 43 - Action -- The base class for parser actions. Typically actions are 46 customization of ArgumentParser actions, subclasses of Action may 248 def add_usage(self, usage, actions, groups, prefix=None): 250 args = usage, actions, groups, prefix 271 def add_arguments(self, actions): 272 for action in actions: 290 def _format_usage(self, usage, actions, groups, prefix) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
argparse.py | 30 the parser with actions for optional and positional arguments. Then 35 there are errors with the parser's actions. Errors raised while 43 - Action -- The base class for parser actions. Typically actions are 46 customization of ArgumentParser actions, subclasses of Action may 248 def add_usage(self, usage, actions, groups, prefix=None): 250 args = usage, actions, groups, prefix 271 def add_arguments(self, actions): 272 for action in actions: 290 def _format_usage(self, usage, actions, groups, prefix) [all...] |
/external/chromium/chrome/browser/ |
enumerate_modules_model_win.cc | 839 string16 actions; local 845 actions = l10n_util::GetStringUTF16( 849 if (!actions.empty()) 850 actions += separator; 851 actions = l10n_util::GetStringUTF16( 855 if (!actions.empty()) 856 actions += separator; 857 actions += l10n_util::GetStringUTF16( 861 if (!actions.empty()) 862 actions += separator [all...] |
/external/chromium_org/chrome/browser/ |
enumerate_modules_model_win.cc | 906 base::string16 actions; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 18 outputFile(LEXER, PARSER, TREE_PARSER, actionScope, actions, docComment, recognizer, name, 93 <if(actions.(actionScope).main)> 169 members={<actions.parser.members>} 176 <if(!actions.(actionScope).main)> 185 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, filterMode, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR3::TreeParser", members={<actions.treeparser.members>}) ::= << 191 <if(!actions.(actionScope).main)> 305 <traceIn()><ruleScopeSetUp()><ruleDeclarations()><ruleLabelDefs()><action(name="init", code=ruleDescriptor.actions.init)> 433 <ruleMemoization(ruleName)><block><ruleCleanUp()><(ruleDescriptor.actions.after):execAction()> 441 <if(actions.(actionScope).rulecatch)> 444 <actions.(actionScope).rulecatch [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
RubyTarget.java | 330 "all" actions appropriately 342 Map<String, Map<String, Object>> actions = grammar.getActions(); local 343 if ( actions.containsKey( "all" ) ) { 344 sharedActionBlocks.put( grammar.name, actions.get( "all" ) ); 348 Map<String, Map<String, Object>> actions = grammar.getActions(); local 349 actions.put( "all", sharedActionBlocks.get( grammar.name ) );
|
/external/chromium/testing/gmock/test/ |
gmock_link_test.h | 37 // b. Actions and matchers can be instantiated with identical template 41 // Actions: 318 // Tests the linkage of the Invoke(function) and Invoke(object, method) actions. 426 // Tests the linkage of actions created using ACTION macro. 438 // Tests the linkage of actions created using ACTION_P macro. 450 // Tests the linkage of actions created using ACTION_P2 macro.
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
browser_actions_container.h | 75 // actions) we grow and shrink the container as needed - but ONLY if the 100 // container or when Browser Actions are added/removed. 106 // NOTE: When adding Browser Actions to a maximum width container (no overflow) 129 // Get the number of browser actions being displayed. 159 // Returns how many browser actions are visible. 321 // The vector of browser actions (icons/image buttons for each action). Note
|
/external/chromium_org/third_party/protobuf/ |
protobuf.gyp | 44 # On iOS, generating protoc is done via two actions: (1) compiling 46 # location that is shared with other projects. These actions are 49 # the ordering of multiple actions in one target is defined only by 57 'actions': [ 94 'actions': [ 293 'actions': [
|
/external/chromium_org/third_party/yasm/ |
yasm.gyp | 17 # of the actions and rules that invoke the subprograms. 20 # 3) generate_files -- Actions and rules for files of type #3. 147 # for the related generate_*_insn actions in the generate_files 209 'actions': [ 405 'actions': [ 532 'source/patched-yasm/tools/re2c/actions.c',
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
text.jd | 15 <li><a href="#Actions">Specifying Keyboard Actions</a> 145 <h2 id="Actions">Specifying Keyboard Actions</h2> 242 <p>In addition to the actions you can specify with the <a 245 behaviors. All available flags are listed along with the actions in the <a
|
/external/blktrace/ |
README | 47 -a Only trace specific actions (use more -a options to add actions). 48 Available actions are:
|
/external/chromium/chrome/browser/first_run/ |
first_run.h | 25 // This class contains the chrome first-run installation actions needed to 26 // fully test the custom installer. It also contains the opposite actions to 28 // do the actions unconditionally. Currently the only action is to create a
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-more-actions.h | 34 // This file implements some actions that depend on gmock-generated-actions.h. 41 #include "gmock/gmock-generated-actions.h"
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 216 // Bookmark star right of page actions. 223 // The installed page actions. 226 // Decorations for the installed Page Actions.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
RobolectricConfig.java | 134 List<String> actions = new ArrayList<String>(); local 138 actions.add(nameNode.getTextContent()); 141 receivers.add(new ReceiverAndIntentFilter(receiverName, actions));
|
/frameworks/base/core/java/android/view/ |
ActionMode.java | 23 * Examples of good action modes include text selection and contextual actions. 26 * <p>For information about how to provide contextual actions with {@code ActionMode}, 172 * Returns the menu of actions that this action mode presents.
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
unwind.h | 62 identify the reasons for failures or other actions. */ 101 /* The ACTIONS argument to the personality routine is a bitwise OR of one 143 actions are performed. */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
unwind.h | 62 identify the reasons for failures or other actions. */ 101 /* The ACTIONS argument to the personality routine is a bitwise OR of one 143 actions are performed. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
LinearLayoutRule.java | 128 @NonNull List<RuleAction> actions, 131 super.addLayoutActions(actions, parentNode, children); 147 actions.add(action); 152 actions.add(RuleAction.createToggle(ACTION_BASELINE, "Toggle Baseline Alignment", 162 actions.add(RuleAction.createSeparator(35)); 165 actions.add(createMarginAction(parentNode, children)); 168 actions.add(createGravityAction(children, ATTR_LAYOUT_GRAVITY)); 214 actions.add(RuleAction.createSeparator(50)); 215 actions.add(RuleAction.createAction(ACTION_DISTRIBUTE, "Distribute Weights Evenly", 217 actions.add(RuleAction.createAction(ACTION_DOMINATE, "Assign All Weight" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 69 * When actions are performed in the tool (like a paste action, or a drag from palette, 158 * any custom menu actions. Otherwise, a list of {@link RuleAction}. 168 List<RuleAction> actions = new ArrayList<RuleAction>(); local 169 rule.addContextMenuActions(actions, selectedNode); 170 Collections.sort(actions); 172 return actions; 211 * @param actions The list of actions to add layout actions into 216 * provide any custom menu actions. Otherwise, a list o [all...] |
/art/compiler/sea_ir/types/ |
type_inference_visitor.h | 41 // There are no type related actions to be performed on these classes.
|
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
SampleGenPlugin.groovy | 91 // People get nervous when they see a task with no actions, so...
|