HomeSort by relevance Sort by last modified time
    Searched full:time (Results 651 - 675 of 34351) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ppapi/api/
pp_file_info.idl 42 * such as size, type, and creation time.
62 * This value represents the creation time of the file.
67 * This value represents the last time the file was accessed.
72 * This value represents the last time the file was modified.
  /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/remoting/protocol/
client_event_dispatcher.cc 8 #include "base/time/time.h"
36 message.set_sequence_number(base::Time::Now().ToInternalValue());
43 message.set_sequence_number(base::Time::Now().ToInternalValue());
  /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:WebKit::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/src/animator/
SkDisplayScreenplay.cpp 15 SK_MEMBER(time, MSec)
SkDisplayScreenplay.h 18 SkMSec time; member in class:SkDisplayScreenplay
  /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/
unit_tests.gtest-tsan.txt 8 # Takes too long and may cause TSAN bots to time out. http://crbug.com/134400
  /external/chromium_org/webkit/browser/fileapi/
upload_file_system_file_element_reader.h 9 #include "base/time/time.h"
31 const base::Time& expected_modification_time);
50 const base::Time expected_modification_time_;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_impl.cc 33 keyframe.time, keyframe.value, CreateTimingFunction(type)));
42 keyframe.time,
48 float WebFloatAnimationCurveImpl::getValue(double time) const {
49 return curve_->GetValue(time);
  /external/compiler-rt/lib/asan/
asan_blacklist.txt 3 # at compile-time using -fsanitize-blacklist=<path> flag.
  /external/compiler-rt/lib/msan/
msan_blacklist.txt 3 # at compile-time using -fsanitize-blacklist=<path> flag.
  /external/e2fsprogs/contrib/python-uuid/
uuid.c 2 #include <time.h>
  /external/guava/guava/src/com/google/common/base/
Ticker.java 23 * A time source; returns a time value representing the number of nanoseconds
24 * elapsed since some fixed but arbitrary point in time.
46 * A ticker that reads the current time using {@link System#nanoTime}.
  /external/guava/guava/src/com/google/common/util/concurrent/
FakeTimeLimiter.java 25 * A TimeLimiter implementation which actually does not attempt to limit time
27 * attempting to debug a call which is time-limited would be extremely annoying,
28 * so this gives you a time-limiter you can easily swap in for your real
29 * time-limiter while you're debugging.
  /external/icu4c/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/iptables/include/linux/netfilter/
xt_SECMARK.h 8 * at the same time).
xt_time.h 15 /* Match against local time (instead of UTC) */

Completed in 1394 milliseconds

<<21222324252627282930>>