/development/samples/Alarm/src/com/example/android/newalarm/ |
AlarmService.java | 38 * Runnable does a synchronized lock on the service's Binder object for 15 seconds, then issues 39 * a stopSelf(). The net effect is a new worker thread that takes 15 seconds to run and then 40 * shuts down the entire service. The activity restarts the service after 15 more seconds, when the 56 // Defines 15 seconds 86 // Sets the wait time to 15 seconds, simulating a 15-second background task. 89 // Puts the wait in a while loop to ensure that it actually waited 15 seconds. 92 // Waits for 15 seconds or interruption 95 // Waits for 15 seconds or until an interrupt triggers an exception. 97 // wait of 15 seconds.
|
/device/samsung/manta/bubblelevel/ |
BubbleLevelImpl.h | 40 int setPollInterval(unsigned int seconds); 112 virtual int setPollInterval(unsigned int seconds) { 113 return mBubbleLevel->setPollInterval(seconds);
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_PortManager.java | 94 * Returns a different port number every 6 seconds or so. The port number 100 int seconds = c.get(Calendar.SECOND); local 102 return 6000 + (1000 * minutes) + ((seconds / 6) * 100);
|
/external/chromium/chrome/browser/chromeos/login/ |
update_screen.h | 51 // Reboot check delay get/set, in seconds. 53 void SetRebootCheckDelay(int seconds); 84 // Time in seconds after which we decide that the device has not rebooted
|
web_page_screen.cc | 15 // Time in seconds after page load is considered timed out.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
history.js | 13 Math.abs(diff) + " seconds " + (diff > 0 ? "from now" : "ago"); 51 // Keep rendering results so we get a nice "seconds elapsed" view. 77 // threshold is 15 seconds) so that the numbers appear to be counting up.
|
/external/chromium_org/chrome/test/pyautolib/ |
timer_queue.py | 23 >> hello will be printed after 15 seconds 42 interval: delay between method runs, in seconds 52 """Sets the timer check frequency, in seconds."""
|
/external/chromium_org/third_party/sqlite/src/test/ |
soak.test | 48 # seconds. 70 set soak_starttime [clock seconds] 75 for {set iRun 0} {[clock seconds] < $soak_finishtime} {incr iRun} {
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
ListenableFutureTester.java | 69 assertTrue(latch.await(5, TimeUnit.SECONDS)); 81 assertTrue(latch.await(5, TimeUnit.SECONDS)); 96 assertTrue(latch.await(5, TimeUnit.SECONDS));
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
AndroidTimer.java | 58 * Returns the time in seconds. The timer starts 59 * at 0.0 seconds. 61 * @return the current time in seconds
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
NanoTimer.java | 56 * Returns the time in seconds. The timer starts 57 * at 0.0 seconds. 59 * @return the current time in seconds
|
/external/libvorbis/doc/vorbisfile/ |
ov_time_total.html | 21 <p>Returns the total time in seconds of the physical bitstream or a specified logical bitstream. 48 <li><tt>n</tt> total length in seconds of content if i=-1.</li> 49 <li><tt>n</tt> length in seconds of logical bitstream if i=0 to n.</li>
|
/external/replicaisland/src/com/replica/replicaisland/ |
TimeSystem.java | 20 * Maintains a canonical time step, in seconds, for the entire game engine. This time step 112 public void freeze(float seconds) { 113 mFreezeDelay = seconds;
|
/external/srec/portable/include/ |
ptimestamp.h | 36 * Time stamp structure with two fields: seconds and milliseconds. The secs 37 * field represent the number of seconds since January 1st 1970, 00:00:00 UTC. 43 * Seconds component of timestamp.
|
/frameworks/base/services/jni/ |
com_android_server_AlarmManagerService.cpp | 68 static void android_server_AlarmManagerService_set(JNIEnv* env, jobject obj, jint fd, jint type, jlong seconds, jlong nanoseconds) 71 ts.tv_sec = seconds; 77 ALOGE("Unable to set alarm to %lld.%09lld: %s\n", seconds, nanoseconds, strerror(errno));
|
/libcore/support/src/test/java/tests/support/ |
Support_PortManager.java | 94 * Returns a different port number every 6 seconds or so. The port number 100 int seconds = c.get(Calendar.SECOND); local 102 return 6000 + (1000 * minutes) + ((seconds / 6) * 100);
|
/system/core/libnetutils/ |
dhcpmsg.h | 44 uint16_t secs; /* seconds since start of acq */ 75 #define OPT_TIME_OFFSET 2 /* 4 <seconds> */ 82 #define OPT_LEASE_TIME 51 /* 4 <seconds> */
|
/external/chromium_org/build/android/pylib/utils/ |
watchdog_timer.py | 20 timeout: The timeout in seconds. If timeout is None it will never timeout.
|
/external/chromium_org/chrome/browser/chromeos/power/ |
video_activity_notifier.cc | 13 // Minimum number of seconds between notifications.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
demo_user_login.css | 22 /* Delay the login screen for 2 seconds then fade it in. */
|
oobe_screen_update.js | 68 * @param {number} seconds Time left in seconds. 70 setEstimatedTimeLeft: function(seconds) { 71 var minutes = Math.ceil(seconds / 60);
|
/external/chromium_org/chrome/browser/ |
upgrade_detector.cc | 19 static const int kIdleRepeatingTimerWait = 10; // Minutes (seconds if testing). 23 static const int kIdleAmount = 2; // Hours (or seconds, if testing). 27 // be, we assume it is for testing and switch to using seconds instead of 127 // CalculateIdleState expects an interval in seconds.
|
/external/chromium_org/content/renderer/ |
bmp_image_decoder_unittest.cc | 20 // less than 30 seconds.
|
/external/chromium_org/media/base/ |
decoder_buffer_queue_unittest.cc | 12 static base::TimeDelta ToTimeDelta(int seconds) { 13 if (seconds < 0) 15 return base::TimeDelta::FromSeconds(seconds); 18 // Helper to create buffers with specified timestamp in seconds.
|
/external/chromium_org/remoting/client/ |
chromoting_stats.cc | 9 // The default window of bandwidth and frame rate in seconds.
|