/external/iputils/ |
rdisc.c | 530 alarm(TIMER_INTERVAL); 821 * The next line was added so that the alarm is set for the new procces 824 (void) alarm(TIMER_INTERVAL); [all...] |
/external/mksh/src/ |
check.pl | 572 alarm($test{'time-limit'}) if defined $test{'time-limit'}; 586 alarm(0) if defined $test{'time-limit'}; [all...] |
histrap.c | 1063 int left = alarm(0); 1069 alarm(left); 1199 * XXX: this means the alarm will have no effect if a trap 1200 * is caught after the alarm() was started...not good. [all...] |
lex.c | 1365 alarm(ksh_tmout); 1427 alarm(0); [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
if.c | 991 if (alarm(MAXWAIT) < 0) { 992 (void) sprintf(errmsg, "%s: alarm", caller); 1008 if (alarm(0) < 0) { 1009 (void) sprintf(errmsg, "%s: alarm", caller);
|
/external/wpa_supplicant_8/src/utils/ |
eloop.c | 625 alarm(2); 649 alarm(0);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Folder.java | 92 private Alarm mReorderAlarm = new Alarm(); 93 private Alarm mOnExitAlarm = new Alarm(); 558 public void onAlarm(Alarm alarm) { 663 public void onAlarm(Alarm alarm) { [all...] |
/system/extras/tests/fstest/ |
perm_checker.conf | 40 /dev/alarm 600 664 root radio root radio
|
/external/chromium_org/content/browser/renderer_host/ |
backing_store_gtk.cc | 153 // alarm when it is processed. 176 // Cerate our alarm that watches for changes to our counter. 183 // Add our filter to the message loop to handle alarm triggers. 213 if (alarm_event->alarm == backing_store_sync_alarm_) { 217 // alarm creation. We must ignore this event instead of responding to
|
/external/dnsmasq/src/ |
lease.c | 223 /* Set alarm for when the first lease expires + slop. */ 240 alarm((unsigned)difftime(next_event, now));
|
dnsmasq.c | 723 /* alarm is used to kill TCP children after a fixed time. */ 1195 alarm(CHILD_LIFETIME); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
unistd.h | 386 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM. 387 If SECONDS is zero, any currently scheduled alarm will be cancelled. 389 alarm scheduled would have signaled, or zero if there wasn't one. 391 to 0 and check its value after calling `alarm', and this might tell you. 393 extern unsigned int alarm (unsigned int __seconds) __THROW; 408 /* Set an alarm to go off (generating a SIGALRM signal) in VALUE 409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the 411 Returns the number of microseconds remaining before the alarm. */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 386 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM. 387 If SECONDS is zero, any currently scheduled alarm will be cancelled. 389 alarm scheduled would have signaled, or zero if there wasn't one. 391 to 0 and check its value after calling `alarm', and this might tell you. 393 extern unsigned int alarm (unsigned int __seconds) __THROW; 408 /* Set an alarm to go off (generating a SIGALRM signal) in VALUE 409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the 411 Returns the number of microseconds remaining before the alarm. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
unistd.h | 386 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM. 387 If SECONDS is zero, any currently scheduled alarm will be cancelled. 389 alarm scheduled would have signaled, or zero if there wasn't one. 391 to 0 and check its value after calling `alarm', and this might tell you. 393 extern unsigned int alarm (unsigned int __seconds) __THROW; 408 /* Set an alarm to go off (generating a SIGALRM signal) in VALUE 409 microseconds. If INTERVAL is nonzero, when the alarm goes off, the 411 Returns the number of microseconds remaining before the alarm. */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 671 if not hasattr(signal, 'alarm') or not hasattr(socket, 'socketpair'): 672 self.skipTest("signal.alarm and socket.socketpair required for this test") 684 # Just above the one second minimum for signal.alarm 687 signal.alarm(1) 691 signal.alarm(1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 671 if not hasattr(signal, 'alarm') or not hasattr(socket, 'socketpair'): 672 self.skipTest("signal.alarm and socket.socketpair required for this test") 684 # Just above the one second minimum for signal.alarm 687 signal.alarm(1) 691 signal.alarm(1) [all...] |
/external/sepolicy/ |
file_contexts | 34 /dev/alarm u:object_r:alarm_device:s0
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 1526 AlarmManager alarm = local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Folder.java | 97 private Alarm mReorderAlarm = new Alarm(); 98 private Alarm mOnExitAlarm = new Alarm(); 604 public void onAlarm(Alarm alarm) { 732 public void onAlarm(Alarm alarm) { [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
speed.c | 117 /* this is done because Cygwin alarm() fails sometimes. */ 306 #define alarm alarm_win32 macro [all...] |
/external/openssl/apps/ |
speed.c | 117 /* this is done because Cygwin alarm() fails sometimes. */ 306 #define alarm alarm_win32 macro [all...] |
/external/strace/ |
strace.c | 663 alarm(3); 665 alarm(0); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 1684 AlarmManager alarm = local [all...] |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
SyncManager.java | [all...] |
/external/chromium_org/remoting/tools/ |
me2me_virtual_host.py | 637 signal.alarm(30) [all...] |