HomeSort by relevance Sort by last modified time
    Searched defs:act (Results 126 - 150 of 244) sorted by null

1 2 3 4 56 7 8 910

  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 118 struct sigaction act; local
119 memset(&act, 0, sizeof(act));
120 act.sa_handler = signalCatcher;
121 if (sigaction(SIGINT, &act, &gOrigSigactionINT) != 0) {
127 if (sigaction(SIGHUP, &act, &gOrigSigactionHUP) != 0) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c 83 unsigned int act; local
93 act = vp8_variance16x16(x->src.y_buffer,
95 act = act<<4;
98 if (act < 8<<12)
99 act = act < 5<<12 ? act : 5<<12;
101 return act;
210 int64_t act; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 157 final Activity act = getActivity(); local
163 Utils.updatePreferenceToSpecificActivityOrRemove(act, parentPreference,
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 735 size_t act; local
783 act = nstr;
806 act = (bottom + top) / 2;
809 domain->orig_tab[act].offset)));
811 top = act;
813 bottom = act + 1;
822 /* The translation was found at index ACT. If we have to convert the
824 if (act < nstrings)
827 (domain->data + W (domain->must_swap, domain->trans_tab[act].offset));
828 resultlen = W (domain->must_swap, domain->trans_tab[act].length) + 1
    [all...]
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 595 struct sigaction act; local
597 memset(&act, 0, sizeof(act));
601 act.sa_sigaction = &TRAP_action;
602 act.sa_flags = SA_SIGINFO;
603 ret = sigaction(SIGSYS, &act, NULL);
    [all...]
  /external/fio/
backend.c 108 struct sigaction act; local
110 memset(&act, 0, sizeof(act));
111 act.sa_handler = sig_int;
112 act.sa_flags = SA_RESTART;
113 sigaction(SIGINT, &act, NULL);
115 memset(&act, 0, sizeof(act));
116 act.sa_handler = sig_int;
117 act.sa_flags = SA_RESTART
    [all...]
client.c 533 struct sigaction act; local
535 memset(&act, 0, sizeof(act));
536 act.sa_handler = sig_int;
537 act.sa_flags = SA_RESTART;
538 sigaction(SIGINT, &act, NULL);
540 memset(&act, 0, sizeof(act));
541 act.sa_handler = sig_int;
542 act.sa_flags = SA_RESTART
    [all...]
iolog.c 44 const char *act[] = { "add", "open", "close" }; local
58 fprintf(td->iolog_f, "%s %s\n", f->file_name, act[what]);
335 char *fname, *act; local
347 act = malloc(256+16);
354 r = sscanf(p, "%256s %256s %llu %u", fname, act, &offset,
360 if (!strcmp(act, "wait"))
362 else if (!strcmp(act, "read"))
364 else if (!strcmp(act, "write"))
366 else if (!strcmp(act, "sync"))
368 else if (!strcmp(act, "datasync")
    [all...]
server.c 1753 struct sigaction act; local
    [all...]
  /external/fio/t/
btrace2fio.c 233 log_err("unknown trace act %x\n", t->action);
378 unsigned int act = t->action & 0xffff; local
381 if (act == __BLK_TA_QUEUE) {
384 } else if (act == __BLK_TA_BACKMERGE) {
394 } else if (act == __BLK_TA_FRONTMERGE) {
404 } else if (act == __BLK_TA_COMPLETE) {
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 108 private int[] act; field in class:GifDecoder
275 act = header.gct;
277 act = currentFrame.lct;
285 save = act[currentFrame.transIndex];
287 act[currentFrame.transIndex] = 0;
289 if (act == null) {
303 act[currentFrame.transIndex] = save;
496 int c = act[index];
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Stage.java 184 /** Calls {@link #act(float)} with {@link Graphics#getDeltaTime()}, limited to a minimum of 30fps. */
185 public void act () { method in class:Stage
186 act(Math.min(Gdx.graphics.getDeltaTime(), 1 / 30f));
189 /** Calls the {@link Actor#act(float)} method on each actor in the stage. Typically called each frame. This method also fires
192 public void act (float delta) { method in class:Stage
193 // Update over actors. Done in act() because actors may change position, which can fire enter/exit without an input event.
222 root.act(delta);
744 /** If true, any actions executed during a call to {@link #act()}) will result in a call to {@link Graphics#requestRendering()}.
Actor.java 43 * used to change the presentation of the actor (moving it, resizing it, etc). See {@link #act(float)}, {@link Action} and its
85 /** Updates the actor based on time. Typically this is called each frame by {@link Stage#act(float)}.
87 * The default implementation calls {@link Action#act(float)} on each action and removes actions that are complete.
89 public void act (float delta) { method in class:Actor
95 if (action.act(delta) && i < actions.size) {
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
SelectBox.java 473 public void act (float delta) { method in class:SelectBox.SelectBoxList
474 super.act(delta);
ScrollPane.java 270 public void act (float delta) { method in class:ScrollPane
271 super.act(delta);
    [all...]
  /external/valgrind/coregrind/
m_redir.c 311 static void show_active ( const HChar* left, const Active* act );
789 Active act; local
1057 Active* act; local
1180 Active act; local
1811 Active* act; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1953 struct ieee80211_p2p_send_action *act; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 731 struct eap_tlv_request_action_tlv *act; local
734 act = (struct eap_tlv_request_action_tlv *) pos;
735 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV);
736 act->length = host_to_be16(2);
737 act->action = host_to_be16(EAP_TLV_ACTION_PROCESS_TLV);
739 pac = (struct eap_tlv_hdr *) (act + 1);
    [all...]
  /device/google/contexthub/firmware/src/
seos.c 1111 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); local
1113 if (!act)
1115 act->evtSub.evt = evtType;
1116 act->evtSub.tid = tid;
1118 return osEnqueueEvtOrFree(sub ? EVT_SUBSCRIBE_TO_EVT : EVT_UNSUBSCRIBE_TO_EVT, act, osDeferredActionFreeF);
1179 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); local
1195 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ee_int.h 365 tNFA_EE_NCI_ACTION act; member in union:__anon15724
  /external/ppp/pppd/
main.c 1436 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...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 2298 struct sigaction act = {}; local
    [all...]

Completed in 1452 milliseconds

1 2 3 4 56 7 8 910