Searched refs:action (Results 251 - 275 of 2925) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
H A DSDL_systimer.c153 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/zlib/src/contrib/untgz/
H A Duntgz.c386 int tar (gzFile in,int action,int arg,int argc,char **argv) argument
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
608 int action = TGZ_EXTRACT; local
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.cc247 DockedAction action = MaybeReparentWindowOnDragCompletion(is_resized, local
250 move_result == aura::client::MOVE_CANCELED ? DOCKED_ACTION_NONE : action,
270 DockedAction action = DOCKED_ACTION_NONE; local
280 action = DOCKED_ACTION_DOCK;
297 action = was_docked_ ? DOCKED_ACTION_UNDOCK : DOCKED_ACTION_NONE;
300 // Docked state was not changed but still need to record a UMA action.
302 action = DOCKED_ACTION_RESIZE;
304 action = DOCKED_ACTION_REORDER;
306 action = DOCKED_ACTION_DOCK;
308 action
[all...]
/external/chromium_org/build/android/pylib/utils/
H A Dfindbugs.py16 def _PrintMessage(warnings, title, action, known_bugs_file):
21 print '%s %s' % (action, known_bugs_file)
178 action='store_true',
184 action='store',
191 action='store',
198 action='store',
205 action='store',
212 action='store_true',
218 action='store',
225 action
[all...]
/external/iproute2/tc/
H A Dm_mirred.c48 char *mirred_n2a(int action) argument
50 switch (action) {
80 if (matches(*argv, "action") == 0) {
111 p.action = TC_ACT_PIPE;
120 p.action = TC_ACT_STOLEN;
161 p.action = TC_POLICE_RECLASSIFY;
164 p.action = TC_POLICE_PIPE;
168 p.action = TC_POLICE_SHOT;
171 p.action = TC_POLICE_UNSPEC;
174 p.action
[all...]
H A Dm_police.c12 * 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) argument
55 switch (action) {
70 snprintf(buf, len, "%d", action);
103 int get_police_result(int *action, int *result, char *arg) argument
110 if (police_action_a2n(arg, action)) {
143 p.action = TC_POLICE_RECLASSIFY;
223 p.action = TC_POLICE_RECLASSIFY;
226 p.action
[all...]
H A Dm_csum.c2 * m_csum.c checksum updating action
129 sel.action = TC_ACT_RECLASSIFY;
133 sel.action = TC_ACT_PIPE;
138 sel.action = TC_ACT_SHOT;
142 sel.action = TC_ACT_UNSPEC;
146 sel.action = TC_ACT_OK;
225 fprintf(f, "csum (%s%s%s%s%s%s) action %s\n",
228 action_n2a(sel->action, action_buf, sizeof(action_buf)));
H A Dm_nat.c122 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)));
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp261 ActionWanted action; local
262 TestStep(m_step, action);
265 switch (action.type)
271 if (action.thread.IsValid() == false)
280 m_process.SetSelectedThread(action.thread);
281 action.thread.StepOut();
284 if (action.thread.IsValid() == false)
293 m_process.SetSelectedThread(action.thread);
294 action.thread.StepOver();
302 Launch(action
[all...]
/external/fio/
H A Dblktrace.c177 static void trace_add_open_close_event(struct thread_data *td, int fileno, enum file_log_act action) argument
186 ipo->file_action = action;
261 switch (t->action) {
264 t->action, t->pid);
268 t->action, t->pid);
273 dprint(FD_BLKTRACE, "unknown trace act %x\n", t->action);
317 rw = (t->action & BLK_TC_ACT(BLK_TC_WRITE)) != 0;
335 if ((t->action & 0xffff) != __BLK_TA_QUEUE)
337 if (t->action & BLK_TC_ACT(BLK_TC_PC))
340 if (t->action
[all...]
/external/bison/lib/
H A Dfcntl.c169 rpl_fcntl (int fd, int action, /* arg */...) argument
173 va_start (arg, action);
174 switch (action)
200 result = fcntl (fd, action, target);
235 result = fcntl (fd, action, target);
302 result = fcntl (fd, action, p);
/external/chromium_org/chrome/browser/download/
H A Ddownload_danger_prompt.cc38 virtual void InvokeActionForTesting(Action action) OVERRIDE;
53 void RunDone(Action action);
82 void DownloadDangerPromptImpl::InvokeActionForTesting(Action action) { argument
83 switch (action) {
217 void DownloadDangerPromptImpl::RunDone(Action action) { argument
228 done.Run(action);
/external/chromium_org/chrome/browser/hang_monitor/
H A Dhung_plugin_action.cc67 ActionOnHungWindow* action) {
68 if (NULL == action) {
82 *action = HungWindowNotification::HUNG_WINDOW_IGNORE;
100 *action = HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS;
119 *action = HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS;
143 if (HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS == *action) {
65 OnHungWindowDetected(HWND hung_window, HWND top_level_window, ActionOnHungWindow* action) argument
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_dialogs.css47 .action-area {
55 html[dir='rtl'] .action-area {
59 .action-area-right {
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc111 content::StopFindAction action; local
114 action = content::STOP_FIND_ACTION_CLEAR_SELECTION;
117 action = content::STOP_FIND_ACTION_KEEP_SELECTION;
120 action = content::STOP_FIND_ACTION_ACTIVATE_SELECTION;
124 action = content::STOP_FIND_ACTION_KEEP_SELECTION;
126 web_contents()->StopFinding(action);
/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data_unittest.cc22 form_on_page.action = GURL("https://foo.com/login");
36 preferred_match.action = GURL("https://foo.com/login");
85 form_on_page.action = GURL("https://foo.com/login");
99 preferred_match.action = GURL("https://mobile.foo.com/login");
114 exact_match.action = GURL("https://foo.com/login");
129 public_suffix_match.action = GURL("https://foo.com/login");
/external/chromium_org/sync/internal_api/public/
H A Dchange_record_unittest.cc51 ExpectChangeRecordActionValue(record.action, value, "action");
53 if (record.action == ChangeRecord::ACTION_DELETE) {
87 record.action = ChangeRecord::ACTION_ADD;
98 record.action = ChangeRecord::ACTION_UPDATE;
109 record.action = ChangeRecord::ACTION_DELETE;
119 record.action = ChangeRecord::ACTION_DELETE;
/external/chromium_org/third_party/webrtc/test/
H A Drtp_rtcp_observer.h132 Action action; variable
135 action = (observer_->*on_rtp_)(packet, length);
137 switch (action) {
149 Action action; variable
152 action = (observer_->*on_rtcp_)(packet, length);
154 switch (action) {
/external/lldb/test/functionalities/thread/concurrent_events/
H A Dmain.cpp14 // which control the number of therads that are spawned for each action.
114 struct sigaction action; local
115 action.sa_sigaction = 0;
116 action.sa_mask = empty_sigset;
117 action.sa_flags = 0;
118 action.sa_handler = handler;
119 sigaction(SIGUSR1, &action, 0);
/external/lldb/utils/test/
H A Ddisasm.py137 type='string', action='append', metavar='COMMAND',
141 type='string', action='store',
145 type='string', action='store',
149 type='string', action='store',
153 type='string', action='store',
159 type='string', action='store',
H A Dras.py68 type='string', action='store',
76 type='string', action='append', metavar='ENVIRONMENT',
81 type='string', action='store', metavar='MAILSERVER',
85 type='string', action='store', metavar='FILE',
89 type='string', action='store', metavar='SENDER',
92 type='string', action='append', metavar='RECIPIENT',
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntent.java30 private String action; field in class:ShadowIntent
44 public void __constructor__(String action, Uri uri) { argument
45 this.action = action;
49 public void __constructor__(String action) { argument
50 __constructor__(action, null);
56 action = other.action;
77 public Intent setAction(String action) { argument
78 this.action
[all...]
/external/chromium_org/build/android/
H A Dadb_install_apk.py27 action='store_true',
31 option_parser.add_option('--debug', action='store_const', const='Debug',
36 option_parser.add_option('--release', action='store_const', const='Release',
/external/chromium_org/build/mac/
H A Dfind_sdk.py29 action="store_true", dest="verify", default=False,
32 action="store", type="string", dest="sdk_path", default="",
35 action="store_true", dest="print_sdk_path", default=False,
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy.h29 virtual void ProcessAction(scoped_refptr<Action> action) OVERRIDE;
75 // in FullStreamUIPolicy returns the action unmodified.
77 scoped_refptr<Action> action) const;
102 void QueueAction(scoped_refptr<Action> action);

Completed in 1699 milliseconds

<<11121314151617181920>>