HomeSort by relevance Sort by last modified time
    Searched defs:act (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /bionic/libc/netbsd/resolv/
res_send.c 517 res_sendhookact act; local
519 act = (*statp->qhook)(&nsap, &buf, &buflen,
521 switch (act) {
621 res_sendhookact act; local
623 act = (*statp->rhook)(nsap, buf, buflen,
625 switch (act) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 1413 struct sigaction act; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 1466 struct sigaction act; local
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 201 ActionData &act = CachedActions[i]; local
202 switch (act.Kind) {
204 if (!canInsert(act.Loc))
208 if (!canInsertAfterToken(act.Loc))
212 if (!canRemoveRange(act.R1))
216 assert(act.S);
217 if (!canRemoveRange(act.S->getSourceRange()))
221 if (!canReplaceRange(act.R1, act.R2))
225 if (!canReplaceText(act.Loc, act.Text1)
245 ActionData &act = CachedActions[i]; local
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 730 size_t act; local
778 act = nstr;
801 act = (bottom + top) / 2;
804 domain->orig_tab[act].offset)));
806 top = act;
808 bottom = act + 1;
817 /* The translation was found at index ACT. If we have to convert the
819 if (act < nstrings)
822 (domain->data + W (domain->must_swap, domain->trans_tab[act].offset));
823 resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 83 unsigned int act; local
92 act = vp8_variance16x16(x->src.y_buffer,
94 act = act<<4;
97 if (act < 8<<12)
98 act = act < 5<<12 ? act : 5<<12;
100 return act;
209 int64_t act; local
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 311 static void show_active ( HChar* left, Active* act );
733 Active act; local
776 act.from_addr = sym_addr;
777 act.to_addr = sp->to_addr;
778 act.parent_spec = parent_spec;
779 act.parent_sym = parent_sym;
780 act.becTag = sp->becTag;
781 act.becPrio = sp->becPrio;
782 act.isWrap = sp->isWrap;
783 act.isIFunc = isIFunc
989 Active* act; local
1112 Active act; local
1611 Active* act; local
    [all...]
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 236 int act = ev.getActionMasked(); local
237 if (act == MotionEvent.ACTION_UP || act == MotionEvent.ACTION_POINTER_UP) {
243 } else if( act == MotionEvent.ACTION_DOWN
244 || act == MotionEvent.ACTION_MOVE
245 || act == MotionEvent.ACTION_POINTER_DOWN) {
  /external/qemu/
gdbstub.c 2403 struct sigaction act; local
    [all...]
qemu-timer.c 896 struct sigaction act; local
899 sigfillset(&act.sa_mask);
900 act.sa_flags = 0;
901 act.sa_handler = host_alarm_handler;
903 sigaction(SIGIO, &act, NULL);
997 struct sigaction act; local
999 sigfillset(&act.sa_mask);
1000 act.sa_flags = 0;
1001 act.sa_handler = host_alarm_handler;
1003 sigaction(SIGALRM, &act, NULL)
1079 struct sigaction act; local
    [all...]
exec.c 1726 struct sigaction act; local
    [all...]
vl-android.c 2327 struct sigaction act; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1941 struct ieee80211_p2p_send_action *act; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 715 struct eap_tlv_request_action_tlv *act; local
718 act = (struct eap_tlv_request_action_tlv *) pos;
719 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV);
720 act->length = host_to_be16(2);
721 act->action = host_to_be16(EAP_TLV_ACTION_PROCESS_TLV);
723 pac = (struct eap_tlv_hdr *) (act + 1);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1506 struct sigaction act = {}; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 1676 sigaction_t act; local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 348 tNFA_EE_NCI_ACTION act; member in union:__anon22481
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 121 unsigned int act; local
130 act = vp9_variance16x16(x->plane[0].src.buf, x->plane[0].src.stride,
132 act <<= 4;
135 if (act < 8 << 12)
136 act = act < 5 << 12 ? act : 5 << 12;
138 return act;
231 int64_t act; local
248 act = *(x->mb_activity_ptr)
    [all...]
  /external/ppp/pppd/
main.c 1369 struct sigaction act, oldact; local
    [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...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 907 Activity act = getActivity(); local
    [all...]
  /external/blktrace/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h 400 xkbActionWireDesc act; member in struct:_xkbSymInterpretWireDesc
XKBstr.h 354 XkbAnyAction act; member in struct:_XkbSymInterpretRec
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 400 xkbActionWireDesc act; member in struct:_xkbSymInterpretWireDesc

Completed in 1395 milliseconds

1 2 34 5