HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 401 - 425 of 830) sorted by null

<<11121314151617181920>>

  /external/v8/src/heap/
memory-reducer.cc 67 DCHECK_EQ(kWait, state_.action);
69 if (state_.action == kRun) {
77 } else if (state_.action == kWait) {
106 Action old_action = state_.action;
108 if (old_action != kWait && state_.action == kWait) {
116 state_.action == kWait ? "will do more" : "done");
124 Action old_action = state_.action;
126 if (old_action != kWait && state_.action == kWait)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 104 struct Action;
160 List<sp<Action> > mDeferredActions;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 26 import org.eclipse.jface.action.Action;
50 public class CopyCutAction extends Action {
58 * Creates a new Copy or Cut action.
69 * Creates a new Copy or Cut action.
100 * Performs the cut or copy action.
UiTreeBlock.java 32 import org.eclipse.jface.action.Action;
33 import org.eclipse.jface.action.IMenuListener;
34 import org.eclipse.jface.action.IMenuManager;
35 import org.eclipse.jface.action.MenuManager;
36 import org.eclipse.jface.action.Separator;
37 import org.eclipse.jface.action.ToolBarManager;
555 manager.add(new Action("Add...", factory.getImageDescriptor("add")) { //$NON-NLS-1$
566 manager.add(new Action("Remove", factory.getImageDescriptor("delete")) { //$NON-NLS-1$
576 manager.add(new Action("Up", factory.getImageDescriptor("up")) { //$NON-NLS-1
900 DescriptorFilterAction action = ((DescriptorFilter) filter).getAction(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 32 import org.eclipse.jface.action.Action;
33 import org.eclipse.jface.action.ActionContributionItem;
34 import org.eclipse.jface.action.IAction;
35 import org.eclipse.jface.action.IMenuCreator;
36 import org.eclipse.jface.action.Separator;
55 * Action which runs Lint on the currently projects (and also provides a
66 public void selectionChanged(IAction action, ISelection selection) {
71 public void run(IAction action) {
92 public void setActivePart(IAction action, IWorkbenchPart targetPart)
    [all...]
  /system/core/init/
service.h 28 #include "action.h"
47 class Action;
147 Action onrestart_; // Commands to execute on restart.
  /system/core/mkbootimg/
mkbootimg 18 from argparse import ArgumentParser, FileType, Action
77 class ValidateStrLenAction(Action):
136 'kernel command line', default='', action=ValidateStrLenAction, maxlen=1536)
147 parser.add_argument('--board', help='board name', default='', action=ValidateStrLenAction,
152 action='store_true')
  /system/update_engine/common/
test_utils.h 35 #include "update_engine/common/action.h"
221 // This is a simple Action class for testing. It feeds an object into
222 // another action.
224 class ObjectFeederAction : public Action<ObjectFeederAction<T>> {
255 // This is a simple Action class for testing. It receives an object from
256 // another action.
258 class ObjectCollectorAction : public Action<ObjectCollectorAction<T>> {
  /external/skia/tools/debugger/
SkDrawCommand.h 87 // saves just return a kPushLayer action but don't track active state
88 // restores just return a kPopLayer action
90 enum Action {
95 virtual Action action() const { return kNone_Action; } function in class:SkDrawCommand
127 Action action() const override { return kPopLayer_Action; }
625 Action action() const override { return kPushLayer_Action; }
640 Action action() const override{ return kPushLayer_Action;
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.12.613/
kotlin-gradle-plugin-0.12.613.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha3/
gradle-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha4/
gradle-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha6/
gradle-2.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha7/
gradle-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-beta1/
gradle-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-beta2/
gradle-2.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-beta3/
gradle-2.2.0-beta3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle/2.2.0-alpha7/
gradle-2.2.0-alpha7.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle/2.2.0-beta1/
gradle-2.2.0-beta1.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle/2.2.0-beta2/
gradle-2.2.0-beta2.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle/2.2.0-beta3/
gradle-2.2.0-beta3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.2/
kotlin-gradle-plugin-1.0.2.jar 
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===//
47 BackendAction Action;
68 BackendAction Action, DiagnosticsEngine &Diags,
76 : Diags(Diags), Action(Action), CodeGenOpts(CodeGenOpts),
193 TheModule.get(), Action, AsmOutStream);
663 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) {
664 switch (Action) {
679 llvm_unreachable("Invalid action!");
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 337 CloningDirector::CloningAction Action =
343 if (Action == CloningDirector::StopCloningBB)
349 if (Action == CloningDirector::SkipInstruction)
401 CloningDirector::CloningAction Action
407 if (Action == CloningDirector::StopCloningBB)
409 if (Action == CloningDirector::CloneSuccessors) {
417 assert(Action != CloningDirector::SkipInstruction &&
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 81 System.Action<object> _action;
83 public ActionVisitor(System.Action<object> action) {
84 _action = action;
303 * of the visitor action method is never set (it's null) since using
311 public void Visit(object t, int ttype, System.Action<object> action) {
312 Visit(t, ttype, new ActionVisitor(action));
353 * For all subtrees that match the pattern, execute the visit action.

Completed in 1793 milliseconds

<<11121314151617181920>>