HomeSort by relevance Sort by last modified time
    Searched refs:actions (Results 276 - 300 of 366) sorted by null

<<1112131415

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 19 import static org.eclipse.wst.sse.ui.internal.actions.StructuredTextEditorActionConstants.ACTION_NAME_FORMAT_DOCUMENT;
64 import org.eclipse.ui.actions.ActionFactory;
361 * Creates undo redo (etc) actions for the editor site (so that it works for any page of this
362 * multi-page editor) by re-using the actions defined by the {@link StructuredTextEditor}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 39 import com.android.ide.eclipse.adt.internal.actions.AddSupportJarAction;
80 import org.eclipse.jdt.ui.actions.OpenNewClassWizardAction;
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 685 NSArray *actions;
687 actions = actionElementActions;
689 actions = menuElementActions;
691 actions = sliderActions;
693 actions = [[self attachmentView] accessibilityActionNames];
695 actions = defaultElementActions;
697 return actions;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 290 private Map<String, Map<String, Object>> actions = field in class:Grammar
443 "grammar(name, options, imports, actionNames, actions, literals, rules) ::= <<\n" +
451 "<actionNames,actions:{n,a|@<n> {<a>\\}\n}>\n" +
756 /** ANALYZE ACTIONS, LOOKING FOR LABEL AND ATTR REFS, sanity check */
781 // if there are any actions set for lexer, pass them in
785 lexerGrammarST.add("actions",
1890 List<GrammarAST> actions = r.getInlineActions(); local
    [all...]
  /external/bison/data/
yacc.c 131 ## Defining symbol actions, e.g., printers and destructors. ##
    [all...]
  /external/bison/tests/
Makefile 210 synclines.at headers.at actions.at conflicts.at \
testsuite 361 50;actions.at:25;Mid-rule actions;;
362 51;actions.at:91;Exotic Dollars;;
363 52;actions.at:527;Printers and Destructors : ;;
364 53;actions.at:528;Printers and Destructors with union: ;;
365 54;actions.at:533;Printers and Destructors : %defines %skeleton "lalr1.cc";c++;
366 55;actions.at:534;Printers and Destructors with union: %defines %skeleton "lalr1.cc";c++;
367 56;actions.at:536;Printers and Destructors : %glr-parser;;
368 57;actions.at:537;Printers and Destructors with union: %glr-parser;;
435 124;regression.at:624;Web2c Actions;report
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 735 NSArray* actions = [m_element accessibilityActionNames];
736 return [actions containsObject:[NSString stringWithJSStringRef:action]];
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 30 import com.android.ddmuilib.actions.ICommonAction;
117 * Sets the external actions.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 50 import org.eclipse.jdt.ui.actions.OpenNewClassWizardAction;
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/db/actions/
ContentProviderGeneratorByTable.java 17 package com.motorola.studio.android.codeutils.db.actions;
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /system/security/keystore/
keystore.cpp 925 /* Here are the actions. Each of them is a function without arguments. All
1338 } actions[] = { variable in typeref:struct:action
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
bootstrap-responsive.css 114 .form-horizontal .form-actions {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 13 // copies from Token object for convenience in actions
618 * symbols. But, actions might refer to that missing symbol.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 419 module with the following actions:
tree.rb 78 custom actions along the way -- tree parsers.
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 36 import com.android.ddmuilib.actions.ICommonAction;
138 * Sets the actions so that the device explorer can enable/disable them based on the current
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 31 import com.android.ddmuilib.actions.ICommonAction;
    [all...]

Completed in 995 milliseconds

<<1112131415