HomeSort by relevance Sort by last modified time
    Searched defs:Action (Results 1 - 15 of 15) sorted by null

  /external/blktrace/doc/
blktrace.tex 486 & & action specifiers in section~\ref{sec:act-table} \\ \hline
578 below it in the io stack. The remap action details what exactly is
593 \emph{a} & Action, a (small) string (1 or 2 characters) -- see table below for more details \\ \hline
627 \subsubsection{\label{sec:act-table}Action Table}
674 Seeing this in action:
684 \paragraph{Default output per action}
    [all...]
  /external/chromium/base/
file_descriptor_shuffle_unittest.cc 20 struct Action {
27 Action(Type in_type, int in_fd1, int in_fd2 = -1)
33 bool operator==(const Action& other) const {
52 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
57 actions_.push_back(Action(Action::MOVE, src, dest));
62 actions_.push_back(Action(Action::CLOSE, fd));
65 const std::vector<Action>& actions() const { return actions_;
    [all...]
  /sdk/traceview/src/com/android/traceview/
Selection.java 21 private Action mAction;
25 public Selection(Action action, String name, Object value) {
26 mAction = action;
32 return new Selection(Action.Highlight, name, value);
36 return new Selection(Action.Include, name, value);
40 return new Selection(Action.Exclude, name, value);
59 public void setAction(Action action) {
60 mAction = action;
    [all...]
  /system/core/fastboot/
engine.c 64 typedef struct Action Action;
66 struct Action
69 Action *next;
76 int (*func)(Action *a, int status, char *resp);
81 static Action *action_list = 0;
82 static Action *action_last = 0;
84 static int cb_default(Action *a, int status, char *resp)
96 static Action *queue_action(unsigned op, const char *fmt, ...)
98 Action *a
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalTrace.h 91 char Action[TRACER_MAX_ACT_LEN];
131 extern int whal_traceAddTx(WhalTrace_T *pTrc, HwTxDesc_T *pHwTxDesc, char *Action);
  /sdk/emulator/qtools/
callstack.h 77 enum Action { NONE, PUSH, POP, NATIVE_PUSH };
79 Action getAction(BBEvent *event, symbol_type *function);
86 void doPop(BBEvent *event, symbol_type *function, Action methodAction);
172 Action action = getAction(event, function); local
177 action = NONE;
184 if (action == PUSH) {
186 } else if (action == POP) {
192 if (action == POP && mPrevFunction->vm_sym == NULL) {
203 action = methodAction
249 Action action; local
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 369 enum Action { Remove, Pause };
371 AnimationProcessingAction(Action action = Remove, double timeOffset = 0)
372 : action(action)
376 Action action; member in struct:WebCore::GraphicsLayerCA::AnimationProcessingAction
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 52 * Helper to show the global actions dialog. Each item is an {@link Action} that
65 private ArrayList<Action> mItems;
279 final Action action = mItems.get(i); local
281 if (mKeyguardShowing && !action.showDuringKeyguard()) {
284 if (!mDeviceProvisioned && !action.showBeforeProvisioning()) {
302 public Action getItem(int position) {
306 final Action action = mItems.get(i); local
307 if (mKeyguardShowing && !action.showDuringKeyguard())
331 Action action = getItem(position); local
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 74 private ArrayList<Action> mActions;
87 * Exception to send when something goes wrong executing an action
105 private abstract static class Action implements Parcelable {
118 private class SetOnClickPendingIntent extends Action {
189 private class SetDrawableParameters extends Action {
272 private class ReflectionAction extends Action {
491 private class ViewGroupAction extends Action {
549 mActions = new ArrayList<Action>(count);
575 that.mActions = (ArrayList<Action>)mActions.clone();
589 * Add an action to be executed on the remote side when apply is called
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 199 * Set of {@link Action} that are associated with the aggregate currently
708 * Abstract definition of an action that could be performed, along with
711 private interface Action extends Collapser.Collapsible<Action> {
719 * Build an {@link Intent} that will perform this action.
724 * Checks if the contact data for this action is primary.
738 private static class DataAction implements Action {
752 * Create an action from common {@link Data} elements.
848 // Otherwise fall back to default VIEW action
1190 final Action action = new ProfileAction(mContext, mLookupUri); local
1227 final Action action = new DataAction(mContext, mimeType, kind, dataId, cursor); local
1233 final Action action = new DataAction(mContext, Constants.MIME_SMS_ADDRESS, local
1244 final Action action = new DataAction(mContext, Im.CONTENT_ITEM_TYPE, imKind, local
1431 final Action action = (Action)tag; local
    [all...]
  /external/v8/src/
jsregexp.h 388 VISIT(Action) \
754 // TODO(erikcorry): We should allow some action nodes in greedy loops.
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 200 milliseconds