Searched refs:action (Results 101 - 125 of 1264) sorted by relevance

1234567891011>>

/external/droiddriver/src/io/appium/droiddriver/
H A DUiDevice.java42 * Executes a global action without the context of a certain UiElement.
44 * @param action The action to execute
45 * @return true if the action is successful
47 boolean perform(Action action); argument
/external/libnl/include/netlink/route/act/
H A Dmirred.h2 * netlink/route/cls/mirred.h mirred action
17 #include <netlink/route/action.h>
/external/libnl/tests/
H A Dtest-cache-mngr.c16 int action, void *data)
18 if (action == NL_ACT_NEW)
20 else if (action == NL_ACT_DEL)
22 else if (action == NL_ACT_CHANGE)
15 change_cb(struct nl_cache *cache, struct nl_object *obj, int action, void *data) argument
/external/lisa/experiments/
H A Drun_idle_resume.py26 parser.add_argument('--out_prefix', dest='out_prefix', action='store', default='default',
29 parser.add_argument('--collect', dest='collect', action='store', default='systrace',
32 parser.add_argument('--duration', dest='duration_s', action='store',
36 parser.add_argument('--serial', dest='serial', action='store',
H A Drun_suspend_resume.py26 parser.add_argument('--out_prefix', dest='out_prefix', action='store', default='default',
29 parser.add_argument('--collect', dest='collect', action='store', default='systrace',
32 parser.add_argument('--duration', dest='duration_s', action='store',
36 parser.add_argument('--serial', dest='serial', action='store',
H A Drun_youtube.py21 parser.add_argument('--out_prefix', dest='out_prefix', action='store', default='default',
24 parser.add_argument('--collect', dest='collect', action='store', default='systrace',
27 parser.add_argument('--duration', dest='duration_s', action='store',
31 parser.add_argument('--serial', dest='serial', action='store',
/external/lisa/experiments/scratch/
H A Drun_suspend_resume_b63331203.py29 parser.add_argument('--out_prefix', dest='out_prefix', action='store', default='default',
32 parser.add_argument('--collect', dest='collect', action='store', default='systrace',
35 parser.add_argument('--duration', dest='duration_s', action='store',
39 parser.add_argument('--serial', dest='serial', action='store',
/external/markdown/markdown/
H A Dcommandline.py52 action="store_const", const=CRITICAL+10, dest="verbose",
55 action="store_const", const=INFO, dest="verbose",
64 action="store_const", const=DEBUG, dest="verbose",
66 parser.add_option("-x", "--extension", action="append", dest="extensions",
/external/toybox/toys/other/
H A Doneit.c51 int action = RB_AUTOBOOT; local
54 if (signal == SIGUSR1) action = RB_HALT_SYSTEM;
55 if (signal == SIGUSR2) action = RB_POWER_OFF;
60 if (!vfork()) reboot(action);
/external/vogar/src/vogar/android/
H A DDeviceRuntime.java66 @Override public Set<Task> installActionTasks(Action action, File jar) { argument
68 addCreateDexJarAndPushTasks(result, action.getName(), jar, action);
72 @Override public Task executeActionTask(Action action, boolean useLargeTimeout) { argument
73 return new RunActionTask(run, action, useLargeTimeout);
76 @Override public VmCommandBuilder newVmCommandBuilder(Action action, File workingDirectory) { argument
96 .vmArgs(action.getUserDir().getPath())
113 @Override public Set<Task> cleanupTasks(Action action) { argument
114 return Collections.singleton(run.target.rmTask(action.getUserDir()));
117 @Override public Classpath getRuntimeClasspath(Action action) { argument
130 addCreateDexJarAndPushTasks( Set<Task> tasks, String name, File jar, Action action) argument
141 newCreateDexJarTask(Classpath classpath, File classpathElement, String name, Action action, File localDex, File localTempDir) argument
[all...]
/external/autotest/site_utils/
H A Dserver_manager_actions.py24 # Actions that must be executed for server management action to be effective.
25 # Each action is a tuple:
44 # value is a list of action. All these actions should be applied after the role
58 # value is a list of action.
76 def apply(action):
77 """Apply an given action.
82 @param action: A tuple of (the role of which the command should be executed,
84 @raise ServerActionError: If the action can't be applied due to database
89 role = action[0]
90 command = action[
[all...]
/external/autotest/utils/
H A Dservice_helper.py93 parser.add_option('-l', '--logfile', action='store',
96 parser.add_option('-c', '--chdir', action='store',
99 parser.add_option('-s', '--start-service', action='store_true',
102 parser.add_option('-k', '--stop-service', action='store_true',
105 parser.add_option('-p', '--pidfile', action='store',
108 parser.add_option('-u', '--chuid', action='store',
111 parser.add_option('-g', '--chgid', action='store',
H A Dpackager.py70 dest="client", action="store_true", default=False)
79 parser.add_option("-a", "--action", help="the action to perform",
80 dest="action", choices=(ACTION_UPLOAD, ACTION_REMOVE,
85 dest="all", action="store_true", default=False)
96 # NOTE: The "tar_only" action for pkg_type "client" has no use
98 # --action=tar_only send in clients in the command line. Please
101 print ('Tar action not supported for pkg_type= %s, name = %s' %
115 action, dest_dir=None):
139 if action
[all...]
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DUsMotionEvent.java35 public int action; field in class:UsMotionEvent
54 action = event.getAction();
61 action = MotionEvent.ACTION_MOVE; // Only MOVE events get bundled with history
69 return actionToString(action);
81 kernelTime, x, y, slot, num, actionToString(action));
86 public static String actionToString(int action) { argument
87 switch (action) {
/external/blktrace/btt/
H A Dtrace.c37 switch (iop->t.action & 0xffff) {
76 if (iop->t.action & BLK_TC_ACT(BLK_TC_NOTIFY)) {
77 if (iop->t.action == BLK_TN_PROCESS) {
87 } else if (iop->t.action == BLK_TN_MESSAGE)
90 } else if (iop->t.action & BLK_TC_ACT(BLK_TC_PC)) {
/external/libchrome/sandbox/linux/services/
H A Dinit_process_reaper.cc47 struct sigaction action; local
48 memset(&action, 0, sizeof(action));
49 action.sa_handler = &DoNothingSignalHandler;
50 CHECK(sigaction(SIGCHLD, &action, NULL) == 0);
/external/v8/src/heap/
H A Dmemory-reducer.h88 State(Action action, int started_gcs, double next_gc_start_ms, argument
90 : action(action),
95 Action action; member in struct:v8::internal::MemoryReducer::State
142 return state_.action == kDone && state_.started_gcs > 0;
/external/selinux/python/semanage/
H A Dsemanage203 # {action:[conflict_opts,require_opts]}
224 # {action:[conflict_opts,require_opts]}
227 handle_opts(args, login_args, args.action)
232 if args.action is "add":
234 if args.action is "modify":
236 if args.action is "delete":
238 if args.action is "list":
240 if args.action is "deleteall":
242 if args.action is "extract":
248 parser.add_argument('-S', '--store', action
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.cpp29 action action_ok, action action_fail) :
119 const ref_vector<event> &deps, action action) :
120 event(q.context(), deps, profile(q, action), [](event &ev){}),
201 event::action
202 hard_event::profile(command_queue &q, const action &action) const {
204 return [&q, action] (event &ev) {
210 action(e
118 hard_event(command_queue &q, cl_command_type command, const ref_vector<event> &deps, action action) argument
[all...]
/external/autotest/client/cros/cellular/wardmodem/
H A Dat_transceiver.py105 # action.
310 For an AT command, find out the action to be taken on wardmodem and post
311 the action.
316 @raises: ATTransceiverException if no valid action exists for the given
320 action = self._find_wardmodem_action_for_at(command)
321 state_machine_name, function_name, args = action
326 'Malformed action registered for AT command -- Unknown '
328 (command, action))
333 'Malformed action registered for AT command -- Unkonwn '
335 'dictionary: %s.' % (command, action, di
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
H A D4-1.c67 struct sigaction action; local
126 action.sa_handler = sigrt1_handler;
127 sigemptyset(&action.sa_mask);
128 action.sa_flags = SA_SIGINFO | SA_RESTART;
129 sigaction(SIGRTMIN + 1, &action, NULL);
132 action.sa_handler = sigrt2_handler;
133 sigemptyset(&action.sa_mask);
134 action.sa_flags = SA_SIGINFO | SA_RESTART;
135 sigaction(SIGRTMIN + 2, &action, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D10-1.c60 struct sigaction action; local
115 action.sa_sigaction = sigrt1_handler;
116 sigemptyset(&action.sa_mask);
117 action.sa_flags = SA_SIGINFO | SA_RESTART;
118 sigaction(SIGRTMIN + 1, &action, NULL);
121 action.sa_sigaction = sigrt2_handler;
122 sigemptyset(&action.sa_mask);
123 action.sa_flags = SA_SIGINFO | SA_RESTART;
124 sigaction(SIGRTMIN + 2, &action, NULL);
H A D14-1.c60 struct sigaction action; local
125 action.sa_sigaction = sigrt1_handler;
126 sigemptyset(&action.sa_mask);
127 action.sa_flags = SA_SIGINFO | SA_RESTART;
128 sigaction(SIGRTMIN + 1, &action, NULL);
131 action.sa_sigaction = sigrt2_handler;
132 sigemptyset(&action.sa_mask);
133 action.sa_flags = SA_SIGINFO | SA_RESTART;
134 sigaction(SIGRTMIN + 2, &action, NULL);
H A D15-1.c60 struct sigaction action; local
119 action.sa_sigaction = sigrt1_handler;
120 sigemptyset(&action.sa_mask);
121 action.sa_flags = SA_SIGINFO | SA_RESTART;
122 sigaction(SIGRTMIN + 1, &action, NULL);
125 action.sa_sigaction = sigrt2_handler;
126 sigemptyset(&action.sa_mask);
127 action.sa_flags = SA_SIGINFO | SA_RESTART;
128 sigaction(SIGRTMIN + 2, &action, NULL);
H A D2-1.c59 struct sigaction action; local
114 action.sa_sigaction = sigrt1_handler;
115 sigemptyset(&action.sa_mask);
116 action.sa_flags = SA_SIGINFO | SA_RESTART;
117 sigaction(SIGRTMIN + 1, &action, NULL);
120 action.sa_sigaction = sigrt2_handler;
121 sigemptyset(&action.sa_mask);
122 action.sa_flags = SA_SIGINFO | SA_RESTART;
123 sigaction(SIGRTMIN + 2, &action, NULL);

Completed in 668 milliseconds

1234567891011>>