/sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/util/ |
ActionButton.java | 19 import com.android.hierarchyviewerlib.actions.ImageAction;
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/ |
InspectScreenshotAction.java | 17 package com.android.hierarchyviewerlib.actions;
|
LoadViewHierarchyAction.java | 17 package com.android.hierarchyviewerlib.actions;
|
/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...] |
/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)];
|
/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)); 211 actions.add(RuleAction.createSeparator(50)); 212 actions.add(RuleAction.createAction(ACTION_DISTRIBUTE, "Distribute Weights Evenly", 214 actions.add(RuleAction.createAction(ACTION_DOMINATE, "Assign All Weight" [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | 80 actions, 137 <if(actions.(actionScope).header)> 142 <actions.(actionScope).header> 152 <actions.(actionScope).postinclude> 534 actions, 626 <actions.(actionScope).preincludes> 635 <actions.(actionScope).includes> 656 <actions.(actionScope).header> 746 <actions.(actionScope).context> 891 <actions.lexer.members [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CodeGenerator.java | 100 * specific actions. 326 // The actions here might refer to something. 329 // Verify action scopes are ok for target and dump actions into output 330 // Templates can say <actions.parser.header> for example. 331 Map<String, Map<String, Object>> actions = grammar.getActions(); local 332 verifyActionScopesOkForTarget(actions); 334 translateActionAttributeReferences(actions); 338 // if filtering, we need to set actions to execute at backtracking 344 headerFileST.add("actions", actions); [all...] |
/prebuilts/tools/common/osgi/ |
osgi.jar | |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 35 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions, 44 <actions.(actionScope).header> 81 <actions.lexer.members> 152 and we set the synpredgate to allow actions at level 1. !> 250 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType, superClass="ANTLR::Runtime::Parser", labelType="ANTLR::Runtime::Token", members={<actions.parser.members>}) ::= << 257 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR::Runtime::TreeParser", members={<actions.treeparser.members>}, filterMode) ::= << 348 <ruleDescriptor.actions.init> 354 <(ruleDescriptor.actions.after):execAction()> 360 <if(actions.(actionScope).rulecatch)> 361 <actions.(actionScope).rulecatch [all...] |
/system/core/adb/ |
usb_linux.c | 704 struct sigaction actions; local 706 memset(&actions, 0, sizeof(actions)); 707 sigemptyset(&actions.sa_mask); 708 actions.sa_flags = 0; 709 actions.sa_handler = sigalrm_handler; 710 sigaction(SIGALRM,& actions, NULL);
|
/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkpage.cpp | 98 memset(actions, 0, sizeof(actions)); 342 QAction* a = actions[action]; 729 if (d->actions[action]) 730 return d->actions[action]; 794 d->actions[action] = a;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 68 * When actions are performed in the tool (like a paste action, or a drag from palette, 157 * any custom menu actions. Otherwise, a list of {@link RuleAction}. 167 List<RuleAction> actions = new ArrayList<RuleAction>(); local 168 rule.addContextMenuActions(actions, selectedNode); 169 Collections.sort(actions); 171 return actions; 210 * @param actions The list of actions to add layout actions into 215 * provide any custom menu actions. Otherwise, a list o [all...] |
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 89 # Actions 171 r'.*gmock-actions\.h.*error: creating array with negative size') 191 r'*gmock.*actions\.h.*error: void value not ignored)' 218 r'.*gmock-actions\.h.*error: instantiation of ' 240 All actions but the last in DoAll(...) must return void. Perhaps you need 241 to re-arrange the order of actions in a DoAll(), if you are using one?""" 307 r'.*\bgmock-\w+-actions\.h:\d+:\d+:\s+' 333 r'.*\bgmock-\w+-actions\.h:\d+:\d+: ' 419 clang_regex = (r'\bgmock-actions.h:.* error: no matching function for '
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 419 * actions were broadcast. 479 * actions were broadcast. 539 * is in discoverable mode and that the correct actions were broadcast. 582 * device is in in connectable mode and that the correct actions were broadcast. 625 * and that the correct actions were broadcast. 663 * and that the correct actions were broadcast. 737 * and that the correct actions were broadcast. 750 * and that the correct actions were broadcast. 1387 String[] actions = { local 1399 String[] actions = { local 1409 String[] actions = { local 1421 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; local 1428 String[] actions = {AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED}; local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 51 * because it makes debugging, actions, and errors harder.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/ |
publisher-ant.jar | |
/external/kernel-headers/original/linux/mfd/ |
msm-adie-codec.h | 66 struct adie_codec_action_unit *actions; member in struct:adie_codec_hwsetting_entry
|