HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 126 - 150 of 6122) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 43 - Action -- The base class for parser actions. Typically actions are
45 the action= argument of add_argument(). However, for greater
46 customization of ArgumentParser actions, subclasses of Action may
47 be defined and passed as the action= argument.
75 'Action',
253 def add_argument(self, action):
254 if action.help is not SUPPRESS:
258 invocations = [get_invocation(action)]
259 for subaction in self._iter_indented_subactions(action):
269 self._add_item(self._format_action, [action])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 43 - Action -- The base class for parser actions. Typically actions are
45 the action= argument of add_argument(). However, for greater
46 customization of ArgumentParser actions, subclasses of Action may
47 be defined and passed as the action= argument.
75 'Action',
253 def add_argument(self, action):
254 if action.help is not SUPPRESS:
258 invocations = [get_invocation(action)]
259 for subaction in self._iter_indented_subactions(action):
269 self._add_item(self._format_action, [action])
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
hcreate.c 60 hsearch(ENTRY item, ACTION action)
70 if (hsearch_r(item, action, &retval, &global_hashtable) == 0)
  /bionic/tests/
BionicDeathTest.h 33 struct sigaction64 action = { .sa_handler = SIG_DFL }; local
34 sigaction64(signo, &action, &previous_);
  /cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
IMyService.aidl 21 int getCounters(String receiverName, String action);
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/util/
ViewExt.kt 34 action: (View) -> Unit
36 showSnackbar(context.getString(msgId), length, context.getString(actionMessageId), action)
43 action: (View) -> Unit
48 action(this)
  /developers/samples/android/system/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/util/
ViewExt.kt 34 action: (View) -> Unit
36 showSnackbar(context.getString(msgId), length, context.getString(actionMessageId), action)
43 action: (View) -> Unit
48 action(this)
  /external/python/cpython2/Lib/ensurepip/
_uninstall.py 11 action="version",
17 action="count",
  /external/python/cpython3/Lib/ensurepip/
_uninstall.py 11 action="version",
17 action="count",
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityService.java 18 public final boolean performGlobalAction(int action) {
19 globalActionsPerformed.add(action);
  /external/valgrind/none/tests/x86/
int.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
NonInterceptingScrollView.java 33 int action = ev.getActionMasked(); local
34 switch (action) {
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SendStatusReceiver.java 25 import com.android.messaging.datamodel.action.ProcessDeliveryReportAction;
26 import com.android.messaging.datamodel.action.ProcessDownloadedMmsAction;
27 import com.android.messaging.datamodel.action.ProcessSentMessageAction;
60 final String action = intent.getAction(); local
62 if (MESSAGE_SENT_ACTION.equals(action)) {
70 } else if (MMS_SENT_ACTION.equals(action)) {
74 } else if (MMS_DOWNLOADED_ACTION.equals(action)) {
77 } else if (MESSAGE_DELIVERED_ACTION.equals(action)) {
  /packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
LocationFragment.java 62 public void onGuidedActionClicked(GuidedAction action) {
63 if (action == null) {
67 switch ((int) action.getId()) {
69 super.onGuidedActionClicked(action);
86 public long onGuidedActionEditedAndProceed(GuidedAction action) {
87 long result = super.onGuidedActionEditedAndProceed(action);
88 action.setDescription(action.getEditDescription());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ActionFragment.java 35 public static ActionFragment newInstance(ArrayList<Action> actions) {
39 public static ActionFragment newInstance(ArrayList<Action> actions, String name) {
45 public static ActionFragment newInstance(ArrayList<Action> actions, int index) {
51 public static ActionFragment newInstance(ArrayList<Action> actions, String name, int index) {
81 public void onActionClicked(Action action) {
82 mBase.onActionClicked(action);
86 public void onActionFocused(Action action) {
87 mBase.onActionFocused(action);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlTempFileDeletionService.java 39 final String action = intent.getAction(); local
40 if (Intent.ACTION_DELETE.equals(action)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
IntentUtils.java 35 final String action = INPUT_METHOD_SUBTYPE_SETTINGS; local
36 final Intent intent = new Intent(action);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
NewProjectAction.java 21 import org.eclipse.jface.action.IAction;
25 * Delegate for the toolbar action "Android Project".
33 protected IWorkbenchWizard instanciateWizard(IAction action) {
NewTestProjectAction.java 21 import org.eclipse.jface.action.IAction;
25 * Delegate for the toolbar action "Android Test Project".
31 protected IWorkbenchWizard instanciateWizard(IAction action) {
NewXmlFileAction.java 21 import org.eclipse.jface.action.IAction;
25 * Delegate for the toolbar action "Android Project" or for the
33 protected IWorkbenchWizard instanciateWizard(IAction action) {
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 52 "com.android.server.WifiManager.action.START_SCAN",
53 "com.android.server.WifiManager.action.DELAYED_DRIVER_STOP",
77 "android.intent.action.SERVICE_STATE",
78 "android.intent.action.SIG_STR",
79 "android.intent.action.RADIO_TECHNOLOGY",
80 "android.intent.action.ANY_DATA_STATE",
81 "android.intent.action.ACTION_MDN_STATE_CHANGED",
83 "android.intent.action.EMERGENCY_CALLBACK_MODE_CHANGED",
84 "android.intent.action.SIM_STATE_CHANGED",
85 "android.intent.action.DATA_CONNECTION_FAILED"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sched.py 16 Events are specified by tuples (time, priority, action, argument).
19 event means calling the action function, passing it the argument
22 The action function may be an instance method so it
36 Event = namedtuple('Event', 'time, priority, action, argument')
46 def enterabs(self, time, priority, action, argument):
53 event = Event(time, priority, action, argument)
57 def enter(self, delay, priority, action, argument):
64 return self.enterabs(time, priority, action, argument)
86 (its action function is called, passing it the argument). If
90 It is legal for both the delay function and the action
    [all...]
  /external/clang/utils/analyzer/
ubiviz 29 action = data[0]
30 if action == 'vertex':
35 elif action == 'edge':
41 elif action == "vertex_style":
47 elif action == "vertex_style_attribute":
51 elif action == "change_vertex_style":
  /external/eigen/bench/btl/generic_bench/timers/
x86_perf_analyzer.hh 26 template<class ACTION>
46 ACTION action(size);
59 action.initialize();
60 action.calculate();
67 if (j==0) action.check_result();
74 action.initialize();
92 // cout << size <<" "<<baseline_time<<" "<<calculate_time<<" "<<corrected_time<<" "<<action.nb_op_base() << endl;
94 return action.nb_op_base()/(corrected_time*1000000.0);
95 //return action.nb_op_base()/(calculate_time*1000000.0)
    [all...]
  /external/libnl/lib/route/qdisc/
plug.c 78 opts.action = plug->action;
101 plug->action = TCQ_PLUG_BUFFER;
118 plug->action = TCQ_PLUG_RELEASE_ONE;
135 plug->action = TCQ_PLUG_RELEASE_INDEFINITE;
152 plug->action = TCQ_PLUG_LIMIT;

Completed in 655 milliseconds

1 2 3 4 56 7 8 91011>>