/external/openssl/apps/ |
dsaparam.c | 305 struct sigaction act; local 306 act.sa_handler = timebomb_sigalarm; 307 act.sa_flags = 0; 310 if(sigaction(SIGALRM, &act, NULL) != 0)
|
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
PowerMeasurement.java | 42 PowerTestActivity act = getActivity(); local
|
/external/blktrace/ |
blkrawverify.c | 86 unsigned int act = action & 0xffff; local 89 if (act <= N_ACTS) { 90 sprintf(buf, "%s ", acts[act].string);
|
blkparse.c | 109 .name = "act-mask", 1409 struct blk_io_trace *t, char *act) 1411 process_fmt(act, pci, t, log_track_complete(pdi, t), 0, NULL); 1415 struct blk_io_trace *t, char *act) 1417 process_fmt(act, pci, t, log_track_insert(pdi, t), 0, NULL); 1421 char *act) 1423 process_fmt(act, pci, t, -1, 0, NULL); 1427 struct blk_io_trace *t, char *act) 1429 process_fmt(act, pci, t, log_track_issue(pdi, t), 0, NULL); 1433 struct blk_io_trace *t, char *act) 1476 int act = t->action & 0xffff; local 1525 int act = t->action & 0xffff; local [all...] |
/external/dbus/tools/ |
dbus-launch.c | 424 struct sigaction act; local 430 act.sa_handler = signal_handler; 431 act.sa_mask = empty_mask; 432 act.sa_flags = 0; 433 sigaction (SIGHUP, &act, NULL); 434 sigaction (SIGTERM, &act, NULL); 435 sigaction (SIGINT, &act, NULL);
|
/system/core/init/ |
init.c | 465 static struct command *get_first_command(struct action *act) 468 node = list_head(&act->commands); 469 if (!node || list_empty(&act->commands)) 475 static struct command *get_next_command(struct action *act, struct command *cmd) 481 if (node == &act->commands) 487 static int is_last_command(struct action *act, struct command *cmd) 489 return (list_tail(&act->commands) == &cmd->clist);
|
/system/core/debuggerd/ |
debuggerd.c | 903 struct sigaction act; local 926 act.sa_handler = SIG_DFL; 927 sigemptyset(&act.sa_mask); 928 sigaddset(&act.sa_mask,SIGCHLD); 929 act.sa_flags = SA_NOCLDWAIT; 930 sigaction(SIGCHLD, &act, 0);
|
/packages/apps/Calendar/src/com/android/calendar/ |
GeneralPreferences.java | 247 Activity act = getActivity(); local 248 Intent intent = new Intent(Utils.getWidgetScheduledUpdateAction(act)); 250 act.sendBroadcast(intent);
|
/external/valgrind/main/coregrind/ |
m_libcsignal.c | 221 const vki_sigaction_toK_t* act, 228 signum, (UWord)act, (UWord)oldact, 259 real_act = act ? &actCopy : NULL; 263 *real_act = *act;
|
/frameworks/base/test-runner/src/android/test/ |
MoreAsserts.java | 171 Object act = actual[i]; local 173 if (!((exp==null) ? act==null : exp.equals(act))) { 174 failWrongElement(message, i, exp, act);
|
/external/dbus/dbus/ |
dbus-sysdeps-util-unix.c | 440 struct sigaction act; local 444 act.sa_handler = handler; 445 act.sa_mask = empty_mask; 446 act.sa_flags = 0; 447 sigaction (sig, &act, NULL);
|
/external/qemu/ |
posix-aio-compat.c | 623 struct sigaction act; local 633 sigfillset(&act.sa_mask); 634 act.sa_flags = 0; /* do not restart syscalls to interrupt select() */ 635 act.sa_handler = aio_signal_handler; 636 sigaction(SIGUSR2, &act, NULL);
|
/external/skia/include/gpu/ |
SkGpuDevice.h | 175 // uses the SkShader to setup paint, act used to 182 SkAutoCachedTexture* act,
|
/external/v8/test/mjsunit/ |
div-mod.js | 143 var act = a % b; 144 assertEquals(exp, act, a + " % " + b);
|
/external/libvpx/vp8/encoder/ |
encodeframe.c | 426 unsigned int act; local 441 act = (sse<<8) - sum*sum; 443 act = (act + 8) >> 4; 445 if (act < 8<<12) 446 act = act < 5<<12 ? act : 5<<12; 455 a = act + 4*cpi->activity_avg; 456 b = 4*act + cpi->activity_avg [all...] |
/external/v8/test/mjsunit/regress/ |
regress-192.js | 34 // literals MUST NOT trigger inherited accessors, but act as if creating
|
/bionic/libc/netbsd/resolv/ |
res_send.c | 504 res_sendhookact act; local 506 act = (*statp->qhook)(&nsap, &buf, &buflen, 508 switch (act) { 610 res_sendhookact act; local 612 act = (*statp->rhook)(nsap, buf, buflen, 614 switch (act) { [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | 1413 struct sigaction act; local [all...] |
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectSyncedCalendarsMultiAccountAdapter.java | 195 SelectSyncedCalendarsMultiAccountActivity act) { 202 mActivity = act;
|
/external/ppp/pppd/ |
main.c | 1369 struct sigaction act, oldact; local [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
regexp-dna.js | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_fast.c | 717 struct eap_tlv_request_action_tlv *act; local 720 act = (struct eap_tlv_request_action_tlv *) pos; 721 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV); 722 act->length = host_to_be16(2); 723 act->action = host_to_be16(EAP_TLV_ACTION_PROCESS_TLV); 725 pac = (struct eap_tlv_hdr *) (act + 1); [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast.c | 717 struct eap_tlv_request_action_tlv *act; local 720 act = (struct eap_tlv_request_action_tlv *) pos; 721 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV); 722 act->length = host_to_be16(2); 723 act->action = host_to_be16(EAP_TLV_ACTION_PROCESS_TLV); 725 pac = (struct eap_tlv_hdr *) (act + 1); [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 527 struct sigaction act, oact; 528 act.sa_handler = func; 529 act.sa_flags = SA_RESTART; 530 sigemptyset (&act.sa_mask); 531 sigaddset (&act.sa_mask, sig); 532 if (sigaction (sig, &act, &oact) != 0) 523 struct sigaction act, oact; local [all...] |
/bionic/libc/include/sys/ |
linux-unistd.h | 145 int __rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, size_t sigsetsize);
|