/external/ppp/pppd/plugins/radius/etc/ |
radiusclient.conf.in | 14 # if this time is exceeded the user is kicked out 30 # item can appear more then one time. if multiple servers are 69 # time to wait for a reply from the RADIUS server
|
/external/qemu/distrib/sdl-1.2.12/src/timer/wince/ |
SDL_systimer.c | 69 /* Return time in ms relative to when SDL was started */ 75 // fprintf(stderr,"Time desync(%+d), resyncing\n",offset/1000); 88 /* Recard start-time of application for reference */
|
/external/quake/quake/src/QW/client/ |
sys_win.c | 32 #define PAUSE_SLEEP 50 // sleep time on pause or minimization 33 #define NOT_FOCUS_SLEEP 20 // sleep time when not focus 188 // get 32 out of the 64 time bits such that we have around 291 double time; 307 // check for turnover or backward time 316 time = (double)t2 * pfreq; 319 curtime += time; 532 void SleepUntilInput (int time) 535 MsgWaitForMultipleObjects(1, &tevent, FALSE, time, QS_ALLINPUT); 556 double time, oldtime, newtime local [all...] |
/external/skia/bench/ |
bench_compare.py | 11 """Takes iterable lines of bench output, returns {bench:{config:time}}.""" 44 print ' o: old time' 45 print ' n: new time'
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
project.h | 59 // - Time: O(V + E) 73 // - Time: O(v + e) 76 // time and to visit an input state or arc is assumed and exclusive
|
/external/stlport/doc/ |
README.windows | 14 If you do not declare it at build time STLport will adapt to the PSDK in 18 inconsistency in the build process which most of time will generate undefined 37 problem more obvious STLport forces a link time error in debug mode (_DEBUG
|
/external/stlport/stlport/stl/ |
_threads.c | 36 # include <time.h> 44 # include <sys/time.h> 135 // Thus it makes sense to spin longer the next time.
|
/external/v8/test/cctest/ |
cctest.status | 49 # a long time. 69 # Tests that time out with crankshaft. 100 # Tests that time out with Isolates
|
/external/v8/test/mjsunit/ |
date-parse.js | 40 // For local time we just test that parsing returns non-NaN positive 43 var d = Date.parse("parse-local-time:" + string); 44 assertTrue(!isNaN(d), "parse-local-time: " + string + " is NaN."); 45 assertTrue(d > 0, "parse-local-time: " + string + " <= 0."); 102 // Allow AM/PM after the time. 130 // Test that we do the right correction for different time zones. 198 // Allow missing time. 208 // Local time cases. 219 // Misc. test cases that result in a different time value. 227 // Test PM after time [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.5.js | 31 1. Let t be this time value. 50 // get the current time 53 // get time for 29 feb 2000
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
shell.js | 241 * But that was only valid for testers in the Pacific Standard Time Zone! 243 * have to be careful to use a date not subject to Daylight Savings Time... 324 // subtract the current year's time from the time that's left. 327 // if there's less than the current year's worth of time left, then break. 400 // missing daylight savings time adjustment 453 // Daylight Savings Time starts on the first Sunday in April at 2:00AM in PST. 454 // Other time zones will need to override this function. 605 function MakeDate( day, time ) 614 if ( time == Number.POSITIVE_INFINITY | [all...] |
/external/webkit/Source/WebCore/css/ |
mediaControlsQtFullscreen.css | 54 video::-webkit-media-controls-current-time-display { 55 -webkit-appearance: media-current-time-display; 60 video::-webkit-media-controls-time-remaining-display {
|
/external/webkit/Source/WebCore/fileapi/ |
Blob.cpp | 68 // When we slice a file for the first time, we obtain a snapshot of the file by capturing its current size and modification time. 69 // The modification time will be used to verify if the file has been changed or not, when the underlying data are accessed.
|
/external/webkit/Source/WebCore/platform/audio/ |
FFTConvolver.cpp | 78 // Check if it's time to perform the next FFT 86 // Overlap-add 1st half from previous time 97 // Reset index back to start for next time
|
ReverbConvolver.h | 75 // We're given a rendering hint, so the FFTs can be optimized to not all occur at the same time 76 // (very bad when rendering on a real-time thread). 83 // But don't exceed this size in the real-time thread (if we're doing background processing).
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DumpRenderTreeSupportGtk.h | 77 static bool pauseAnimation(WebKitWebFrame*, const char* name, double time, const char* element); 78 static bool pauseTransition(WebKitWebFrame*, const char* name, double time, const char* element); 79 static bool pauseSVGAnimation(WebKitWebFrame*, const char* animationId, double time, const char* elementId);
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebkitversion.cpp | 27 Returns the version number of WebKit at run-time as a string (for 49 Returns the 'major' version number of WebKit at run-time as an integer 63 Returns the 'minor' version number of WebKit at run-time as an integer
|
/external/webkit/Tools/mangleme/ |
mangle.cgi.c | 17 #include <time.h> 114 seed = (time(0) ^ (getpid() << 16)); 115 fprintf(stderr,"[%u] Mangle attempt 0x%08x (%s) -- %s\n", (int)time(0), seed, getenv("HTTP_USER_AGENT"), getenv("REMOTE_ADDR"));
|
/external/wpa_supplicant/ |
eloop_win.c | 38 struct os_time time; member in struct:eloop_timeout 253 os_get_time(&timeout->time); 254 timeout->time.sec += secs; 255 timeout->time.usec += usecs; 256 while (timeout->time.usec >= 1000000) { 257 timeout->time.sec++; 258 timeout->time.usec -= 1000000; 273 if (os_time_before(&timeout->time, &tmp->time)) 468 if (os_time_before(&now, &eloop.timeout->time)) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop_win.c | 38 struct os_time time; member in struct:eloop_timeout 253 os_get_time(&timeout->time); 254 timeout->time.sec += secs; 255 timeout->time.usec += usecs; 256 while (timeout->time.usec >= 1000000) { 257 timeout->time.sec++; 258 timeout->time.usec -= 1000000; 273 if (os_time_before(&timeout->time, &tmp->time)) 469 if (os_time_before(&now, &eloop.timeout->time)) [all...] |
/external/yaffs2/yaffs2/direct/ |
yaffsfs.h | 170 unsigned long yst_atime; /* time of last access */ 171 unsigned long yst_mtime; /* time of last modification */ 172 unsigned long yst_ctime; /* time of last change */
|
/frameworks/base/core/java/android/app/ |
TimePickerDialog.java | 31 * A dialog that prompts the user for the time of day using a {@link TimePicker}. 33 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-timepicker.html">Time Picker 41 * the time (they clicked on the 'Set' button).
|
/frameworks/base/core/java/android/os/ |
LatencyTimer.java | 29 * 2) At various points in the code call sample with a string and the time delta to some fixed time. 62 * @param delta time difference from an unique point of reference for a particular iteration
|
/frameworks/base/core/java/android/webkit/ |
ZoomControlExternal.java | 30 // The time that the external controls are visible before fading away 99 // reset time out 107 // reset time out
|
/frameworks/base/include/drm/ |
DrmConstraints.h | 47 * The time before which the protected file can not be played/viewed 52 * The time after which the protected file can not be played/viewed 57 * The available time for license
|