HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 101 - 125 of 940) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/layout/
LigatureSubstProc.cpp 63 LigatureActionEntry action; local
71 action = SWAPL(*ap++);
77 offset = action & lafComponentOffsetMask;
83 if (action & (lafLast | lafStore)) {
94 } while (!(action & lafLast));
  /external/iproute2/tc/
m_mirred.c 34 fprintf(stderr, "Usage: mirred <DIRECTION> <ACTION> [index INDEX] <dev DEVICENAME> \n");
50 char *mirred_n2a(int action)
52 switch (action) {
82 if (matches(*argv, "action") == 0) {
113 p.action = TC_ACT_PIPE;
122 p.action = TC_ACT_STOLEN;
163 p.action = TC_POLICE_RECLASSIFY;
166 p.action = TC_POLICE_PIPE;
170 p.action = TC_POLICE_SHOT;
173 p.action = TC_POLICE_UNSPEC
    [all...]
m_police.c 12 * 2002: J Hadi Salim - Add tc action extensions syntax
41 fprintf(stderr, "Old Syntax ACTIONTERM := action <EXCEEDACT>[/NOTEXCEEDACT] \n");
53 char *police_action_n2a(int action, char *buf, int len)
55 switch (action) {
70 snprintf(buf, len, "%d", action);
103 int get_police_result(int *action, int *result, char *arg)
110 if (police_action_a2n(arg, action)) {
143 p.action = TC_POLICE_RECLASSIFY;
223 p.action = TC_POLICE_RECLASSIFY;
226 p.action = TC_POLICE_SHOT
    [all...]
m_nat.c 122 sel.action = TC_ACT_RECLASSIFY;
126 sel.action = TC_ACT_PIPE;
131 sel.action = TC_ACT_SHOT;
135 sel.action = TC_ACT_UNSPEC;
139 sel.action = TC_ACT_OK;
196 action_n2a(sel->action, buf3, sizeof (buf3)));
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 43 if (action(CLICK, widget, buffer)) {
54 if (action(UP, widget, buffer)) {
63 if (action(DOWN, widget, buffer)) {
72 if (action(UP, widget, buffer)) {
81 if (action(DOWN, widget, buffer)) {
88 private boolean action(int what, TextView widget, Spannable buffer) { method in class:LinkMovementMethod
195 int action = event.getAction(); local
197 if (action == MotionEvent.ACTION_UP ||
198 action == MotionEvent.ACTION_DOWN) {
215 if (action == MotionEvent.ACTION_UP)
    [all...]
  /cts/tests/src/android/app/cts/
LaunchpadActivity.java 180 final String action = getIntent().getAction(); local
181 if (LIFECYCLE_BASIC.equals(action)) {
185 } else if (LIFECYCLE_SCREEN.equals(action)) {
194 } else if (LIFECYCLE_DIALOG.equals(action)) {
277 final String action = getIntent().getAction(); local
281 if (LAUNCH.equals(action)) {
287 } else if (FORWARD_RESULT.equals(action)) {
292 } else if (BAD_PARCELABLE.equals(action)) {
298 } else if (BROADCAST_REGISTERED.equals(action)) {
305 } else if (BROADCAST_LOCAL.equals(action)) {
439 String action = getIntent().getAction(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/unix/
SDL_systimer.c 153 struct sigaction action; local
156 SDL_memset(&action, 0, sizeof(action));
157 action.sa_handler = HandleAlarm;
158 action.sa_flags = SA_RESTART;
159 sigemptyset(&action.sa_mask);
160 sigaction(SIGALRM, &action, NULL);
  /external/webkit/WebCore/loader/
PolicyChecker.cpp 59 NavigationAction action = loader->triggeringAction(); local
60 if (action.isEmpty()) {
61 action = NavigationAction(request.url(), NavigationTypeOther);
62 loader->setTriggeringAction(action);
88 action, request, formState);
92 void PolicyChecker::checkNewWindowPolicy(const NavigationAction& action, NewWindowPolicyDecisionFunction function,
97 action, request, formState, frameName);
  /packages/apps/Phone/src/com/android/phone/
SipBroadcastReceiver.java 48 String action = intent.getAction(); local
51 Log.v(TAG, "SIP VOIP not supported: " + action);
56 if (action.equals(SipManager.ACTION_SIP_INCOMING_CALL)) {
58 } else if (action.equals(SipManager.ACTION_SIP_ADD_PHONE)) {
66 } else if (action.equals(SipManager.ACTION_SIP_REMOVE_PHONE)) {
71 } else if (action.equals(SipManager.ACTION_SIP_SERVICE_UP)) {
75 Log.v(TAG, "action not processed: " + action);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 62 String action = intent.getAction(); local
64 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
67 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
94 } else if (action.equals(BluetoothDevicePicker.ACTION_DEVICE_SELECTED)) {
115 } else if (action.equals(Constants.ACTION_INCOMING_FILE_CONFIRM)) {
130 } else if (action.equals(BluetoothShare.INCOMING_FILE_CONFIRMATION_REQUEST_ACTION)) {
136 } else if (action.equals(Constants.ACTION_OPEN) || action.equals(Constants.ACTION_LIST)) {
138 if (action.equals(Constants.ACTION_OPEN)) {
172 } else if (action.equals(Constants.ACTION_OPEN_OUTBOUND_TRANSFER))
    [all...]
  /external/zlib/contrib/untgz/
untgz.c 386 int tar (gzFile in,int action,int arg,int argc,char **argv)
399 if (action == TGZ_LIST)
413 action = TGZ_INVALID; /* force error exit */
435 action = TGZ_INVALID;
460 if (action == TGZ_LIST)
462 if (action == TGZ_EXTRACT)
473 action = TGZ_INVALID;
476 if (action == TGZ_LIST)
478 else if (action == TGZ_EXTRACT)
508 action = TGZ_INVALID
608 int action = TGZ_EXTRACT; local
    [all...]
  /development/samples/NFCDemo/src/com/example/android/nfc/record/
SmartPoster.java 65 * "The Action record. This record describes how the service should be
66 * treated. For example, the action may indicate that the device should save
67 * the URI as a bookmark or open a browser. The Action record is optional.
69 * If the action record exists, it should be treated as a strong suggestion;
85 private SmartPoster(UriRecord uri, TextRecord title, RecommendedAction action, String type) {
88 mAction = Preconditions.checkNotNull(action);
119 RecommendedAction action = parseRecommendedAction(recordsRaw); local
121 return new SmartPoster(uri, title, action, type);
173 for (RecommendedAction action : RecommendedAction.values()) {
174 builder.put(action.getByte(), action) typedefs
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/
built-product-archive 31 parser = optparse.OptionParser("usage: %prog [options] [action]")
33 parser.add_option("--debug", action="store_const", const="debug", dest="configuration")
34 parser.add_option("--release", action="store_const", const="release", dest="configuration")
36 options, (action, ) = parser.parse_args()
41 if action not in ('archive', 'extract'):
42 parser.error("Action is required")
44 if action == 'archive':
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 81 * "The Action record. This record describes how the service should be
82 * treated. For example, the action may indicate that the device should
83 * save the URI as a bookmark or open a browser. The Action record is
85 * the service. If the action record exists, it should be treated as
104 @Nullable ImageRecord image, RecommendedAction action,
109 mAction = Preconditions.checkNotNull(action);
141 RecommendedAction action = parseRecommendedAction(recordsRaw); local
144 return new SmartPoster(uri, title, image, action, type);
208 for (RecommendedAction action : RecommendedAction.values()) {
209 builder.put(action.getByte(), action) typedefs
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.h 41 static PassRefPtr<ApplyStyleCommand> create(Document* document, CSSStyleDeclaration* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
43 return adoptRef(new ApplyStyleCommand(document, style, action, level));
45 static PassRefPtr<ApplyStyleCommand> create(Document* document, CSSStyleDeclaration* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
47 return adoptRef(new ApplyStyleCommand(document, style, start, end, action, level));
49 static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes)
51 return adoptRef(new ApplyStyleCommand(element, removeOnly, action));
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 136 MediaAction action = MediaAction.NO_ACTIVE_ACTION; local
138 action = MediaAction.START;
143 action = MediaAction.STOP;
145 action = MediaAction.PAUSE;
147 action = MediaAction.SEEK;
151 appendAction(action);
VideoModel.java 125 MediaAction action = MediaAction.NO_ACTIVE_ACTION; local
127 action = MediaAction.START;
135 action = MediaAction.STOP;
140 action = MediaAction.PAUSE;
143 action = MediaAction.SEEK;
148 appendAction(action);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 22 import org.eclipse.jface.action.IAction;
44 * An abstract action that displays one of our wizards.
98 * @param action The action that got us here. Can be null when used internally.
99 * @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction)
101 public void run(IAction action) {
133 mWizard = instanciateWizard(action);
159 * @param action The action parameter from {@link #run(IAction)}.
163 protected abstract IWorkbenchWizard instanciateWizard(IAction action);
    [all...]
  /ndk/build/awk/
extract-launchable.awk 29 # <action android:name="android.intent.action.MAIN" />
61 # the 'action' and 'category' variables. They are updated when
65 action = ""
69 # for the current activity if both 'action' and 'category' have the
73 if ( action == "android.intent.action.MAIN" &&
78 # When entering an <action> element inside an <intent-filter>, record
80 else if ( event == "BEGIN-ACTION" &&
81 XML_RPATH == "ACTION/INTENT-FILTER/ACTIVITY/APPLICATION/MANIFEST/" )
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 47 public MonkeyMotionEvent(int type, long downAt, int action,
51 mAction = action;
57 public MonkeyMotionEvent(int type, long downTime, long eventTime, int action,
63 mAction = action;
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 59 String action = intent.getAction();
61 if (action.equals(BluetoothHeadset.ACTION_STATE_CHANGED)) {
67 } else if (action.equals(BluetoothA2dp.ACTION_SINK_STATE_CHANGED)) {
73 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 196 String action = intent.getAction(); local
197 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
223 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
246 } else if (Intent.ACTION_PACKAGE_CHANGED.equals(action)) {
259 } else if (Intent.ACTION_QUERY_PACKAGE_RESTART.equals(action)) {
266 } else if (Intent.ACTION_PACKAGE_RESTARTED.equals(action)) {
271 } else if (Intent.ACTION_UID_REMOVED.equals(action)) {
273 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
284 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 132 * Runs the code defined by {@code action} using the permissions granted to
137 * @param action
139 * @return the {@code Object} returned when running the {@code action}.
142 public static <T> T doAs(Subject subject, PrivilegedAction<T> action) {
146 return doAs_PrivilegedAction(subject, action, AccessController.getContext());
150 * Run the code defined by {@code action} using the permissions granted to
156 * @param action
159 * the specific context in which the {@code action} is invoked.
162 * @return the {@code Object} returned when running the {@code action}.
165 public static <T> T doAsPrivileged(Subject subject, PrivilegedAction<T> action,
489 PrivilegedAction<DomainCombiner> action = new PrivilegedAction<DomainCombiner>() { local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageButton.java 34 // The action to be invoked when a single tap occurs on the button.
53 public final void setAction(Runnable action) {
54 mAction = action;
103 final int action = e.getAction(); local
104 switch (action) {
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 62 String action = intent.getAction(); local
63 if (action.equals(Mms.Intents.CONTENT_CHANGED_ACTION)) {
66 } else if (action.equals(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED)) {
76 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {

Completed in 3269 milliseconds

1 2 3 45 6 7 8 91011>>