/external/chromium_org/remoting/host/ |
capture_scheduler.h | 12 #include "base/time/time.h" 22 // Returns the time to wait after initiating a capture before triggering 26 // Records time spent on capturing and encoding.
|
/external/chromium_org/sync/engine/ |
sync_engine_event_listener.h | 8 #include "base/time/time.h" 31 // request failure. Retry time is passed in retry_time field of event. 32 virtual void OnRetryTimeChanged(base::Time retry_time) = 0;
|
/external/chromium_org/sync/internal_api/public/base/ |
ack_handle.h | 12 #include "base/time/time.h" 39 AckHandle(const std::string& state, base::Time timestamp); 42 base::Time timestamp_;
|
/external/chromium_org/sync/internal_api/public/ |
data_type_association_stats.h | 8 #include "base/time/time.h" 42 // Waiting time within association manager for loading local models and 46 // Time spent on association.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
remove-on-drop-crash.html | 2 Load <a href="http://www.google.com/">Google</a> and drag the logo onto this page. The second time you drag it on, Safari will crash.
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFloatKeyframe.h | 31 WebFloatKeyframe(double time, float value) 32 : time(time) 37 double time; member in struct:blink::WebFloatKeyframe
|
/external/chromium_org/third_party/icu/source/test/compat/ |
readme.txt | 3 tzone.pl : A perl script that test the timezone information between the system time and ICU time. 7 tzdate.c Source file that compares the ICU time and system time.
|
/external/chromium_org/third_party/libevent/test/ |
Makefile.am | 7 noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench 16 test_time_SOURCES = test-time.c 30 test: test-init test-eof test-weof test-time regress 35 bench test-init test-eof test-weof test-time: ../libevent.la
|
/external/chromium_org/third_party/openssl/ |
buildinf.h | 1 /* crypto/Makefile usually creates the file at build time. Since we don't care
|
/external/chromium_org/third_party/skia/bench/ |
BenchSysTimer_mach.h | 11 //Time
|
BenchSysTimer_windows.h | 11 //Time
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayScreenplay.cpp | 15 SK_MEMBER(time, MSec)
|
SkDisplayScreenplay.h | 18 SkMSec time; member in class:SkDisplayScreenplay
|
/external/chromium_org/third_party/webrtc/ |
README.chromium | 8 WebRTC provides real time voice and video processing
|
/external/chromium_org/tools/grit/grit/ |
lazy_re.py | 7 time. Since many of them never get used, we use lazy_re to compile 8 them on demand the first time they are used, thus speeding up startup 9 time in some cases. 17 its constructor, the first time any attribute except the several on
|
/external/chromium_org/tools/site_compare/scrapers/chrome/ |
chrome011010.py | 27 timeout: amount of time to wait for page to load 38 def Time(urls, size, timeout, **kwargs): 39 """Forwards the Time command to chromebase.""" 42 return chromebase.Time(urls, size, timeout, kwargs)
|
chrome01970.py | 27 timeout: amount of time to wait for page to load 38 def Time(urls, size, timeout, **kwargs): 39 """Forwards the Time command to chromebase.""" 42 return chromebase.Time(urls, size, timeout, kwargs)
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
media_unittests.gtest.txt | 1 # This test tries to record fake audio in real-time.
|
/external/chromium_org/ui/base/l10n/ |
time_format.h | 13 class Time; 19 // Methods to format time values as strings. 24 FORMAT_REMAINING, // Remaining time, e.g. in English: "2 minutes left". 25 FORMAT_ELAPSED, // Elapsed time, e.g. in English: "2 minutes ago". 35 // Return a localized string of approximate time duration, formatted as a 43 // Return a localized string of more precise time duration, either formatted 44 // as a single value or as two values: for a time delta of e.g. 2h19m either 56 // representation can amount up to 33% of the true time duration) while at the 57 // same time avoiding over-precise time outputs such as e.g. "56 minutes 2 [all...] |
/external/chromium_org/ui/gfx/ |
vsync_provider.h | 9 #include "base/time/time.h" 22 // Get the time of the most recent screen refresh, along with the time
|
/external/compiler-rt/lib/msan/ |
msan_blacklist.txt | 3 # at compile-time using -fsanitize-blacklist=<path> flag.
|
/external/compiler-rt/test/msan/ |
tzset.cc | 5 #include <time.h>
|
/external/e2fsprogs/contrib/python-uuid/ |
uuid.c | 2 #include <time.h>
|
/external/e2fsprogs/lib/quota/ |
quotaio_v2.h | 28 u_int32_t dqi_bgrace; /* Time before block soft limit becomes 30 u_int32_t dqi_igrace; /* Time before inode soft limit becomes 50 u_int64_t dqb_btime; /* time limit for excessive disk use */ 51 u_int64_t dqb_itime; /* time limit for excessive inode use */
|
/external/e2fsprogs/tests/f_dup_ba/ |
expect.1 | 19 File /5 (inode #16, mod time Sun Nov 27 04:39:31 2011) 21 /10 (inode #21, mod time Sun Nov 27 04:39:36 2011) 22 /9 (inode #20, mod time Sun Nov 27 04:39:35 2011) 23 /8 (inode #19, mod time Sun Nov 27 04:39:34 2011) 24 /7 (inode #18, mod time Sun Nov 27 04:39:33 2011) 25 /6 (inode #17, mod time Sun Nov 27 04:39:32 2011) 28 File /6 (inode #17, mod time Sun Nov 27 04:39:32 2011) 30 /5 (inode #16, mod time Sun Nov 27 04:39:31 2011) 33 File /7 (inode #18, mod time Sun Nov 27 04:39:33 2011) 35 /5 (inode #16, mod time Sun Nov 27 04:39:31 2011 [all...] |