/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
IExactApiLevelDependency.java | 26 * at the same time. 28 * least the requested API level be present or installed at the same time.
|
/system/extras/tests/include/ |
testUtil.h | 23 #include <sys/time.h> 27 // Time Utilities
|
/external/quake/quake/src/WinQuake/ |
sbar.cpp | 469 // time 470 minutes = (int)(cl.time / 60); 471 seconds = (int)(cl.time - 60*minutes); 474 sprintf (str,"Time :%3i:%i%i", minutes, tens, units); 550 float time; local 570 time = cl.item_gettime[i]; 571 flashon = (int)((cl.time - time)*10); 598 time = cl.item_gettime[hipweapons[i]]; 599 flashon = (int)((cl.time - time)*10) [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
TokenWatcherTest.java | 169 // this time acquired() will not be called 181 // this time released() will not be called 220 long time = System.currentTimeMillis(); local 221 while (System.currentTimeMillis() - time < OVERTIME) { 231 long time = System.currentTimeMillis(); local 232 while (System.currentTimeMillis() - time < OVERTIME) {
|
/external/chromium/chrome/browser/net/ |
chrome_net_log.h | 15 #include "base/time.h" 41 const base::TimeTicks& time, 49 base::TimeTicks time; member in struct:ChromeNetLog::Entry 62 // observe a single ChromeNetLog at a time. 84 const base::TimeTicks& time, 111 const base::TimeTicks& time,
|
sqlite_persistent_cookie_store_unittest.cc | 10 #include "base/time.h" 38 "/", base::Time::Now(), 39 base::Time::Now(), 40 base::Time::Now(), 127 base::Time t = base::Time::Now() + base::TimeDelta::FromMicroseconds(c);
|
/external/chromium/chrome/browser/policy/ |
device_token_fetcher.cc | 99 // time. 182 base::Time delayed_work_at; 206 delayed_work_at = base::Time::Now() + 218 delayed_work_at = base::Time::Now() + 235 base::Time now(base::Time::Now());
|
/external/chromium/chrome/browser/webdata/ |
keyword_table_unittest.cc | 8 #include "base/time.h" 15 using base::Time; 26 base::Int64ToString(Time::Now().ToTimeT()) + 72 Time created_time = Time::Now(); 103 // The database stores time only at the resolution of a second.
|
/external/chromium/net/url_request/ |
url_request_file_dir_job.cc | 12 #include "base/time.h" 69 // stream. OnListDone will notify the URLRequest at this time. 132 // Note that we should not convert ftLastWriteTime to the local time because 133 // ICU's datetime formatting APIs expect time in UTC and take into account 139 base::Time::FromFileTime(data.info.ftLastWriteTime))); 148 base::Time::FromTimeT(data.info.stat.st_mtime)));
|
/external/chromium/testing/gtest/test/ |
gtest_xml_outfiles_test.py | 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 49 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*"> 50 <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyOne" SetUpProp="1" TestSomeProperty="1" TearDownProp="1" /> 56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 57 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*"> 58 <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyTwo" SetUpProp="2" TestSomeProperty="2" TearDownProp="2" />
|
/external/gtest/test/ |
gtest_xml_outfiles_test.py | 51 <testsuite tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 52 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*"> 53 <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyOne" SetUpProp="1" TestSomeProperty="1" TearDownProp="1" /> 59 <testsuite tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 60 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*"> 61 <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyTwo" SetUpProp="2" TestSomeProperty="2" TearDownProp="2" />
|
/external/iproute2/doc/ |
arpd.sgml | 30 is replaced by word <tt/FAILED/ followed by colon and time when the fact 31 that host is dead was proven the last time. 52 <item><tt/-n TIME/ - timeout of negative cache. When resolution fails <tt/arpd/ 55 longer than boot time of a typical host not supporting gratuitous ARP. 64 of time <tt/T/. 101 <item> Look at result after some time:
|
/external/iproute2/man/man8/ |
arpd.8 | 20 Dump arpd database to stdout and exit. Output consists of three columns: interface index, IP address and MAC address. Negative entries for dead hosts are also shown, in this case MAC address is replaced by word FAILED followed by colon and time when the fact that host is dead was proven the last time. 34 -n <TIME> 35 Timeout of negative cache. When resolution fails arpd suppresses further attempts to resolve for this period. It makes sense only together with option -k This timeout should not be too much longer than boot time of a typical host not supporting gratuitous ARP. Default value is 60 seconds. 41 Number of broadcasts sent by <tt/arpd/ back to back. Default value is 3. Together with option <tt/-R/ this option allows to police broadcasting not to exceed B+R*T over any interval of time T. 58 Look at result after some time.
|
/external/iproute2/tc/ |
tc_core.c | 30 int tc_core_time2big(unsigned time) 32 __u64 t = time; 39 unsigned tc_core_time2tick(unsigned time) 41 return time*tick_in_usec; 49 unsigned tc_core_time2ktime(unsigned time) 51 return time * clock_factor;
|
/external/iptables/extensions/ |
libxt_RATEEST.c | 25 " --rateest-ewmalog value Rate measurement averaging time constant\n"); 45 RATEEST_get_time(unsigned int *time, const char *str) 68 *time = t; 73 RATEEST_print_time(unsigned int time) 75 double tmp = time; 82 printf(" %uus", time);
|
/external/llvm/include/llvm/ADT/ |
Optional.h | 69 /// errors at compile time. 78 /// errors at compile time. 87 /// errors at compile time. 96 /// errors at compile time. 105 /// errors at compile time. 114 /// errors at compile time.
|
/external/protobuf/gtest/test/ |
gtest_xml_outfiles_test.py | 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 49 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*"> 50 <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyOne" SetUpProp="1" TestSomeProperty="1" TearDownProp="1" /> 56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 57 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*"> 58 <testcase name="TestSomeProperties" status="run" time="*" classname="PropertyTwo" SetUpProp="2" TestSomeProperty="2" TearDownProp="2" />
|
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/ |
SDL_systimer.c | 96 /* This is similar to DosSleep(), but has 8ms granularity in time-critical 123 DosAsyncTimer() in time-critical thread. On laters versions, 126 It turns out that on Warp3fp42 it is the priority at the time 131 if ((priority & 0xFF00) == 0x0300) /* already time-critical */ 133 /* Make us time-critical. Just modifying TIB is not enough... */ 162 much time halt()ing, not to run us "no matter what". */
|
/external/quake/quake/src/QW/server/ |
sys_win.c | 94 starttime = tstruct.time;
95 t = (tstruct.time-starttime) + tstruct.millitm*0.001;
198 double newtime, time, oldtime;
local 249 // find time passed since last cycle
251 time = newtime - oldtime;
254 SV_Frame (time);
|
/external/valgrind/main/ |
compile | 138 # eval: (add-hook 'write-file-hooks 'time-stamp) 139 # time-stamp-start: "scriptversion=" 140 # time-stamp-format: "%:y-%02m-%02d.%02H" 141 # time-stamp-time-zone: "UTC" 142 # time-stamp-end: "; # UTC"
|
/external/webkit/Source/WebCore/webaudio/ |
AudioBufferSourceNode.h | 97 // If true, it will wrap around to the start of the buffer each time it reaches the end. 104 // m_startTime is the time to start playing based on the context's timeline (0.0 or a time less than the context's current time means "now"). 108 // It's used so that we start rendering audio samples at a very precise point in time. 121 // totalPitchRate() returns the instantaneous pitch rate (non-time preserving).
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFramePrivate.h | 101 // Pause a given CSS animation or transition on the target node at a specific time. 102 // If the animation or transition is already paused, it will update its pause time. 104 - (BOOL)_pauseAnimation:(NSString*)name onNode:(DOMNode *)node atTime:(NSTimeInterval)time; 105 - (BOOL)_pauseTransitionOfProperty:(NSString*)name onNode:(DOMNode*)node atTime:(NSTimeInterval)time; 107 // Pause a given SVG animation on the target node at a specific time. 109 - (BOOL)_pauseSVGAnimation:(NSString*)elementId onSMILNode:(DOMNode *)node atTime:(NSTimeInterval)time;
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundlePage.cpp | 265 void WKBundlePageSimulateMouseDown(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time) 267 toImpl(page)->simulateMouseDown(button, toIntPoint(position), clickCount, modifiers, time); 270 void WKBundlePageSimulateMouseUp(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time) 272 toImpl(page)->simulateMouseUp(button, toIntPoint(position), clickCount, modifiers, time); 275 void WKBundlePageSimulateMouseMotion(WKBundlePageRef page, WKPoint position, double time) 277 toImpl(page)->simulateMouseMotion(toIntPoint(position), time); local
|
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Private.h | 72 #define LVREV_BYPASSMIXER_TC 1000 /* Bypass mixer time constant*/ 73 #define LVREV_ALLPASS_TC 1000 /* All-pass filter time constant */ 75 #define LVREV_FEEDBACKMIXER_TC 100 /* Feedback mixer time constant*/ 86 #define LVREV_MAX_T60 7000 /* Maximum T60 time in ms */ 124 LVREV_InstanceParams_st InstanceParams; /* Initialisation time instance parameters */ 129 LVM_CHAR bFirstControl; /* Flag to indicate that the control function is called for the first time */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/ |
Hints.java | 107 // Update the current time as the last time voice input was used. 142 * Determines whether the provided time is from some time today (i.e., this day, month, 165 // If this is the first time the hint is being shown today, increase the saved values 166 // to represent that. We don't need to increase the last time the hint was shown unless
|