HomeSort by relevance Sort by last modified time
    Searched refs:act (Results 26 - 50 of 71) sorted by null

12 3

  /cts/tools/dasm/src/java_cup/
lalr_state.java 457 parse_action act, other_act; local
473 act = new reduce_action(itm.the_production());
485 our_act_row.under_term[t] = act;
494 /* if the other act was not a shift */
502 our_act_row.under_term[t] = act;
517 act = new shift_action(trans.to_state());
523 our_act_row.under_term[sym.index()] = act;
531 our_act_row.under_term[sym.index()] = act;
  /external/e2fsprogs/intl/
dcigettext.c 729 size_t act; local
777 act = nstr;
800 act = (bottom + top) / 2;
803 domain->orig_tab[act].offset)));
805 top = act;
807 bottom = act + 1;
816 /* The translation was found at index ACT. If we have to convert the
818 if (act < nstrings)
821 (domain->data + W (domain->must_swap, domain->trans_tab[act].offset));
822 resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1
    [all...]
  /external/openssl/apps/
dsaparam.c 308 struct sigaction act; local
309 act.sa_handler = timebomb_sigalarm;
310 act.sa_flags = 0;
313 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/dbus/
dbus-sysdeps-util-unix.c 299 struct sigaction act; local
303 act.sa_handler = handler;
304 act.sa_mask = empty_mask;
305 act.sa_flags = 0;
306 sigaction (sig, &act, NULL);
  /external/dbus/tools/
dbus-launch.c 371 struct sigaction act; local
377 act.sa_handler = signal_handler;
378 act.sa_mask = empty_mask;
379 act.sa_flags = 0;
380 sigaction (SIGHUP, &act, NULL);
381 sigaction (SIGTERM, &act, NULL);
  /system/core/debuggerd/
debuggerd.c 869 struct sigaction act; local
879 act.sa_handler = SIG_DFL;
880 sigemptyset(&act.sa_mask);
881 sigaddset(&act.sa_mask,SIGCHLD);
882 act.sa_flags = SA_NOCLDWAIT;
883 sigaction(SIGCHLD, &act, 0);
  /system/core/init/
init.c 463 static struct command *get_first_command(struct action *act)
466 node = list_head(&act->commands);
473 static struct command *get_next_command(struct action *act, struct command *cmd)
479 if (node == &act->commands)
485 static int is_last_command(struct action *act, struct command *cmd)
487 return (list_tail(&act->commands) == &cmd->clist);
  /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/qemu/
vl-android.c 1416 struct sigaction act; local
1517 struct sigaction act; local
1594 struct sigaction act; local
4774 struct sigaction act; local
4967 struct sigaction act; local
    [all...]
vl.c 1474 struct sigaction act; local
1575 struct sigaction act; local
1652 struct sigaction act; local
4838 struct sigaction act; local
5031 struct sigaction act; local
    [all...]
  /external/v8/test/mjsunit/
div-mod.js 143 var act = a % b;
144 assertEquals(exp, act, a + " % " + b);
  /bionic/libc/netbsd/resolv/
res_send.c 496 res_sendhookact act; local
498 act = (*statp->qhook)(&nsap, &buf, &buflen,
500 switch (act) {
581 res_sendhookact act; local
583 act = (*statp->rhook)(nsap, buf, buflen,
585 switch (act) {
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 215 public SelectCalendarsAdapter(Context context, Cursor cursor, SelectCalendarsActivity act) {
223 mActivity = act;
  /external/ppp/pppd/
main.c 1369 struct sigaction act, oldact; local
    [all...]
  /external/qemu/block/
raw-posix.c 569 struct sigaction act; local
579 sigfillset(&act.sa_mask);
580 act.sa_flags = 0; /* do not restart syscalls to interrupt select() */
581 act.sa_handler = aio_signal_handler;
582 sigaction(SIGUSR2, &act, NULL);
    [all...]
  /external/webkit/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...]
  /bionic/libc/include/sys/
linux-unistd.h 143 int __rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, size_t sigsetsize);
  /development/ndk/platforms/android-3/include/sys/
linux-unistd.h 140 int __rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, size_t sigsetsize);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 143 int __rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, size_t sigsetsize);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 140 int __rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, size_t sigsetsize);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 140 int __rt_sigaction (int sig, const struct sigaction *act, struct sigaction *oact, size_t sigsetsize);

Completed in 616 milliseconds

12 3