/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 84 outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions, 96 <if(actions.(actionScope).header)> 98 <actions.(actionScope).header> 136 <actions.lexer.members> 161 actions, 187 <actions.(actionScope).headerfile> 235 and we set the synpredgate to allow actions at level 1. !> 313 members={<actions.parser.members>}) ::= << 324 superClass="TreeParser", members={<actions.treeparser.members>}, filterMode 421 <ruleDescriptor.actions.init [all...] |
/external/bison/tests/ |
Makefile.am | 51 synclines.at headers.at actions.at conflicts.at \
|
/external/quake/quake/src/QW/ |
qwcl.spec.sh | 28 like excessive lag - actions actually happening much later than you did them;
|
qwsv.spec.sh | 28 like excessive lag - actions actually happening much later than you did them;
|
/frameworks/compile/libbcc/runtime/lib/ |
gcc_personality_v0.c | 186 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions, 192 if ( actions & _UA_SEARCH_PHASE )
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
xtestext1.h | 105 * This defines the maximum size of a list of input actions 171 * more user input actions to report to the client. It must 180 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon23792 217 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon23794 255 * These are the definitions for key/button motion input actions. 267 * This is the definition for pointer jump input actions. 279 * actions. 315 * there are no more input actions in an XTestInputAction event.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
xtestext1.h | 105 * This defines the maximum size of a list of input actions 171 * more user input actions to report to the client. It must 180 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon25382 217 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon25384 255 * These are the definitions for key/button motion input actions. 267 * This is the definition for pointer jump input actions. 279 * actions. 315 * there are no more input actions in an XTestInputAction event.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
xtestext1.h | 105 * This defines the maximum size of a list of input actions 171 * more user input actions to report to the client. It must 180 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon26894 217 CARD8 actions[XTestACTIONS_SIZE]; member in struct:__anon26896 255 * These are the definitions for key/button motion input actions. 267 * This is the definition for pointer jump input actions. 279 * actions. 315 * there are no more input actions in an XTestInputAction event.
|
/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;
|
ExportAction.java | 17 package com.android.ide.eclipse.adt.internal.wizards.actions;
|
/sdk/rule_api/src/com/android/ide/common/api/ |
AbstractViewRule.java | 57 public void addLayoutActions(@NonNull List<RuleAction> actions, @NonNull INode parentNode, 62 public void addContextMenuActions(@NonNull List<RuleAction> actions, @NonNull INode node) {
|
/bionic/libc/kernel/common/linux/mfd/ |
msm-adie-codec.h | 47 struct adie_codec_action_unit *actions; member in struct:adie_codec_hwsetting_entry
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarUsage.java | 51 inflater.inflate(R.menu.actions, menu); 74 // See res/menu/actions.xml for more info.
|
/frameworks/base/core/java/android/app/ |
Notification.java | 498 private Action[] actions; field in class:Notification 596 actions = parcel.createTypedArray(Action.CREATOR); 659 that.actions = new Action[this.actions.length]; 660 for(int i=0; i<this.actions.length; i++) { 661 that.actions[i] = this.actions[i].clone(); 755 parcel.writeTypedArray(actions, 0); 887 if (actions != null) { 889 sb.append(actions.length) [all...] |
/frameworks/base/core/java/android/webkit/ |
AccessibilityInjectorFallback.java | 40 * the key bindings, or defining sequence of actions to be bound to 46 * a sequence of actions. For more detail how to specify key bindings refer to 49 * The possible actions are invocations to 450 int[] actions = new int[actionStrings.length]; local 451 for (int i = 0, count = actions.length; i < count; i++) { 452 actions[i] = Integer.decode(actionStrings[i].trim()); 454 sBindings.add(new AccessibilityWebContentKeyBinding(keyCodeAndModifiers, actions)); 509 * @return The number of actions in the key binding. 567 builder.append(", actions[");
|
/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/ |
CropAction.java | 17 package com.android.photoeditor.actions;
|
FlipAction.java | 17 package com.android.photoeditor.actions;
|
RotateAction.java | 17 package com.android.photoeditor.actions;
|
TouchView.java | 17 package com.android.photoeditor.actions;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditorContributor.java | 22 import org.eclipse.ui.actions.ActionFactory; 29 * Manages the installation/deinstallation of global actions for multi-page 30 * editors. Responsible for the redirection of global actions to the active
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ImportProjectWizard.java | 25 import org.eclipse.jdt.ui.actions.OpenJavaPerspectiveAction;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
TableView.java | 28 import org.eclipse.ui.actions.ActionFactory; 46 * the copy and select all actions.
|