HomeSort by relevance Sort by last modified time
    Searched refs:alarm (Results 126 - 150 of 196) sorted by null

1 2 3 4 56 7 8

  /frameworks/base/services/java/com/android/server/
SystemServer.java 135 AlarmManagerService alarm = null; local
298 Slog.i(TAG, "Alarm Manager");
299 alarm = new AlarmManagerService(context);
300 ServiceManager.addService(Context.ALARM_SERVICE, alarm);
303 Watchdog.getInstance().init(context, battery, power, alarm,
481 networkStats = new NetworkStatsService(context, networkManagement, alarm);
    [all...]
Watchdog.java 238 PowerManagerService power, AlarmManagerService alarm,
243 mAlarm = alarm;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 124 signal.alarm(1)
126 # since alarm is going to raise a KeyboardException, which
129 # But if another signal arrives before the alarm, pause
134 print "KeyboardInterrupt (the alarm() went off)"
245 signal.alarm(1)
259 signal.alarm(1)
test_socketserver.py 33 """Call signal.alarm when it exists (i.e. not on Windows)."""
34 if hasattr(signal, 'alarm'):
35 signal.alarm(n)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 124 signal.alarm(1)
126 # since alarm is going to raise a KeyboardException, which
129 # But if another signal arrives before the alarm, pause
134 print "KeyboardInterrupt (the alarm() went off)"
245 signal.alarm(1)
259 signal.alarm(1)
test_socketserver.py 33 """Call signal.alarm when it exists (i.e. not on Windows)."""
34 if hasattr(signal, 'alarm'):
35 signal.alarm(n)
  /external/chromium/net/tools/flip_server/
epoll_server.h 354 // Registers an alarm 'ac' to go off at time 'timeout_time_in_us'.
356 // then the callback will be re-registered at that time, else the alarm
363 // timeout_time_in_us - the absolute time at which the alarm should go off
364 // ac - the alarm which will be called.
368 // Registers an alarm 'ac' to go off at time: (ApproximateNowInUs() +
374 // re-registered at that time, else the alarm owner is responsible for
385 // which point the alarm should go off.
386 // ac - the alarm which will be called.
394 // Unregister the alarm referred to by iterator_token; Callers should
396 // is called, was unregistered, or OnShutdown was called on that alarm
    [all...]
  /external/chromium_org/net/tools/epoll_server/
epoll_server.h 353 // Registers an alarm 'ac' to go off at time 'timeout_time_in_us'.
355 // then the callback will be re-registered at that time, else the alarm
362 // timeout_time_in_us - the absolute time at which the alarm should go off
363 // ac - the alarm which will be called.
367 // Registers an alarm 'ac' to go off at time: (ApproximateNowInUs() +
373 // re-registered at that time, else the alarm owner is responsible for
384 // which point the alarm should go off.
385 // ac - the alarm which will be called.
393 // Unregister the alarm referred to by iterator_token; Callers should
395 // is called, was unregistered, or OnShutdown was called on that alarm
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_opts.c 397 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
475 alarm(10);
  /external/icu4c/tools/gendict/
gendict.cpp 60 alarm(nextSeconds); // reset the alarm
72 alarm(firstSeconds); // set the alarm
  /external/openssl/crypto/des/
des_opts.c 397 #define print_name(name) fprintf(stderr,"Doing %s's for 10 seconds\n",name); alarm(10);
475 alarm(10);
  /external/chromium_org/sandbox/linux/tests/
unit_tests.cc 97 SANDBOX_ASSERT(alarm(time_in_seconds) == 0); // There should be no previous
98 // alarm.
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver_unittest.cc 256 alarm(1);
  /external/clang/www/demo/
index.cgi 267 alarm $TIMEOUTAMOUNT;
269 alarm 0;
  /external/oprofile/daemon/liblegacy/
init.c 181 // we can lost a signal alarm or a signal hup but we don't
293 alarm(60 * 10);
  /external/iputils/
rarpd.c 537 alarm(5);
539 alarm(0);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 332 AlarmManager alarm = local
334 alarm.setTimeZone(zoneId);
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 45 import com.android.deskclock.provider.Alarm;
68 // Alarm action for midnight (so we can update the date display).
180 // We need to update the system next alarm time on app startup because the
241 // We only want to show it as a menu in landscape, and only for clock/alarm fragment.
414 // Only show the overflow menu for alarm and world clock.
579 public void onDialogLabelSet(Alarm alarm, String label, String tag) {
582 ((AlarmClockFragment) frag).setLabel(alarm, label);
  /external/chromium_org/content/child/
child_thread.cc 92 alarm(60);
  /external/chromium_org/third_party/openssl/openssl/apps/
dsaparam.c 315 alarm(timebomb);
  /external/openssl/apps/
dsaparam.c 315 alarm(timebomb);
  /external/oprofile/daemon/
oprofiled.c 521 alarm(60 * 10);
  /external/tcpdump/
tcpdump.c 1025 alarm(1);
1096 alarm(0);
1381 alarm(1);
    [all...]
  /external/openssh/
sshd.c 313 alarm(0); /* alarm timer persists across exec */
352 * Signal handler for the alarm after the login grace period has expired.
366 * Signal handler for the key regeneration alarm. Note that this
367 * alarm only occurs in the daemon waiting for connections, and it does not
1286 /* Schedule server key regeneration alarm. *
    [all...]
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc 74 EpollAlarmCallbackInterface* alarm));
313 // After all the old guids are cleaned up, check the next alarm interval.

Completed in 3940 milliseconds

1 2 3 4 56 7 8