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

  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
NetUtil.java 50 final Action a = new Action("java.net.preferIPv6Addresses");//$NON-NLS-1$
60 final Action a = new Action("java.net.preferIPv4Stack");//$NON-NLS-1$
80 private static final class Action implements PrivilegedAction<Boolean> {
83 Action(String propertyName) {
  /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...]
  /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);
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
GlobalActions.java 47 * Helper to show the global actions dialog. Each item is an {@link Action} that
58 private ArrayList<Action> mItems;
70 * @param powerManager used to turn the screen off (the lock action).
217 final Action action = mItems.get(i); local
219 if (mKeyguardShowing && !action.showDuringKeyguard()) {
222 if (!mDeviceProvisioned && !action.showBeforeProvisioning()) {
230 public Action getItem(int position) {
234 final Action action = mItems.get(i) local
259 Action action = getItem(position); local
    [all...]
  /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/policies/base/phone/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
104 private abstract static class Action implements Parcelable {
117 private class SetOnClickPendingIntent extends Action {
188 private class SetDrawableParameters extends Action {
271 private class ReflectionAction extends Action {
490 private class ViewGroupAction extends Action {
548 mActions = new ArrayList<Action>(count);
580 * Add an action to be executed on the remote side when apply is called.
582 * @param a The action to ad
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 194 * Set of {@link Action} that are associated with the aggregate currently
698 * Abstract definition of an action that could be performed, along with
701 private interface Action extends Collapser.Collapsible<Action> {
709 * Build an {@link Intent} that will perform this action.
714 * Checks if the contact data for this action is primary.
728 private static class DataAction implements Action {
742 * Create an action from common {@link Data} elements.
827 // Otherwise fall back to default VIEW action
895 public boolean collapseWith(Action other)
1169 final Action action = new ProfileAction(mContext, mLookupUri); local
1206 final Action action = new DataAction(mContext, mimeType, kind, dataId, cursor); local
1212 final Action action = new DataAction(mContext, Constants.MIME_SMS_ADDRESS, local
1223 final Action action = new DataAction(mContext, Im.CONTENT_ITEM_TYPE, imKind, local
1410 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 1219 milliseconds