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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
console-time.html 3 // Test 1: call timeEnd before time
6 // Test 2: call time two times before timeEnd
7 console.log(">>>console.time(\"2\")");
8 console.time("2");
10 console.log(">>>console.time(\"2\")");
11 console.time("2");
14 console.log("2: If it says ~1000ms the first time is not overwritten.");
17 console.log(">>>console.time(\"3\")");
18 console.time("3");
23 // Test 4: call time/timeEnd without title paramete
    [all...]
  /external/chromium_org/chrome/browser/performance_monitor/
event.cc 12 const base::Time& time,
14 : type_(type), time_(time), data_(data.release()) {
24 double time = 0.0; local
25 if (!data->GetDouble(std::string("time"), &time))
28 base::Time::FromInternalValue((int64)time),
  /external/timezonepicker-support/
Readme 1 The time zone data files come from http://www.iana.org/time-zones.
  /frameworks/opt/datetimepicker/
proguard.flags 1 -keepclassmembers class com.android.datetimepicker.time.RadialSelectorView {
5 -keepclassmembers class com.android.datetimepicker.time.RadialTextsView {
  /external/chromium_org/base/i18n/
time_formatting.h 5 // Basic time formatting methods. These methods use the current locale
6 // formatting for displaying the time.
16 class Time;
30 // Returns the time of day, e.g., "3:07 PM".
31 BASE_I18N_EXPORT string16 TimeFormatTimeOfDay(const Time& time);
33 // Returns the time of day in the specified hour clock type. e.g.
38 const Time& time,
43 BASE_I18N_EXPORT string16 TimeFormatShortDate(const Time& time)
    [all...]
time_formatting_unittest.cc 9 #include "base/time/time.h"
16 const Time::Exploded kTestDateTimeExploded = {
26 Time time(Time::FromLocalExploded(kTestDateTimeExploded));
32 EXPECT_EQ(clock12h_pm, TimeFormatTimeOfDay(time));
36 TimeFormatTimeOfDayWithHourClockType(time,
40 TimeFormatTimeOfDayWithHourClockType(time,
45 TimeFormatTimeOfDayWithHourClockType(time,
    [all...]
  /external/chromium_org/ppapi/shared_impl/
time_conversion.cc 12 // the time ticks would be assuming the wall clock time doesn't change.
19 double wall_clock = TimeToPPTime(base::Time::Now());
28 PP_Time TimeToPPTime(base::Time t) {
32 base::Time PPTimeToTime(PP_Time t) {
33 // The time code handles exact "0" values as special, and produces
34 // a "null" Time object. But calling code would expect t==0 to represent the
38 return base::Time::UnixEpoch();
39 return base::Time::FromDoubleT(t);
44 base::Time::kMicrosecondsPerSecond
    [all...]
time_conversion.h 8 #include "base/time/time.h"
14 PPAPI_SHARED_EXPORT PP_Time TimeToPPTime(base::Time t);
15 PPAPI_SHARED_EXPORT base::Time PPTimeToTime(PP_Time t);
19 // Converts between WebKit event times and time ticks. WebKit event times are
20 // currently expressed in terms of wall clock time. This function does the
21 // proper mapping to time ticks, assuming the wall clock time doesn't change
26 // Gets the local time zone offset for a given time. This works in the plugi
    [all...]
  /external/chromium_org/chrome/browser/sessions/
DEPS 2 "+sync/util/time.h",
  /external/chromium_org/third_party/WebKit/ManualTests/
timeout-test.php 3 ?>This content took 10m10s to deliver. Congratulations, you didn't time out!
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
time.h 8 #include "base/time/time.h"
11 typedef base::Time Time;
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
time_interceptor.cc 3 // Test the time() interceptor.
7 #include <time.h>
12 time_t t = time(tm);
13 printf("Time: %s\n", ctime(&t)); // NOLINT
  /external/chromium/chrome/browser/debugger/manual_tests/resources/
script-console-calls.js 5 console.time("Test console.time");
6 console.timeEnd("Test console.time");
  /external/chromium_org/base/time/
default_clock.cc 5 #include "base/time/default_clock.h"
11 Time DefaultClock::Now() {
12 return Time::Now();
time.cc 5 #include "base/time/time.h"
20 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay);
24 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour);
28 return static_cast<int>(delta_ / Time::kMicrosecondsPerMinute);
32 return static_cast<double>(delta_) / Time::kMicrosecondsPerSecond;
36 return delta_ / Time::kMicrosecondsPerSecond;
40 return static_cast<double>(delta_) / Time::kMicrosecondsPerMillisecond;
44 return delta_ / Time::kMicrosecondsPerMillisecond;
48 return (delta_ + Time::kMicrosecondsPerMillisecond - 1)
143 Time time; local
    [all...]
  /external/chromium_org/sync/api/
time.h 5 // Publicly accessible header for time-related sync functions.
6 // See sync/util/time.h for implemenation.
11 #include "sync/util/time.h"
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/resources/
script-console-calls.js 5 console.time("Test console.time");
6 console.timeEnd("Test console.time");
  /external/oprofile/libutil/
op_get_time.c 3 * Get current time as a string
14 #include <time.h>
18 time_t t = time(NULL);
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
t-test1.times.txt 0 time.1.ptmalloc.64:0.56 user 0.02 system 0.57 elapsed 100% CPU
2 time.1.tcmalloc.64:0.38 user 0.02 system 0.40 elapsed 98% CPU
3 time.1.ptmalloc.128:0.61 user 0.01 system 0.61 elapsed 101% CPU
4 time.1.tcmalloc.128:0.35 user 0.00 system 0.35 elapsed 99% CPU
5 time.1.ptmalloc.256:0.59 user 0.01 system 0.60 elapsed 100% CPU
6 time.1.tcmalloc.256:0.27 user 0.02 system 0.28 elapsed 102% CPU
7 time.1.ptmalloc.512:0.57 user 0.00 system 0.57 elapsed 100% CPU
8 time.1.tcmalloc.512:0.25 user 0.01 system 0.25 elapsed 101% CPU
9 time.1.ptmalloc.1024:0.52 user 0.00 system 0.52 elapsed 99% CPU
10 time.1.tcmalloc.1024:0.22 user 0.02 system 0.24 elapsed 97% CP
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
Time.java 32 * A Time IQ packet, which is used by XMPP clients to exchange their respective local
33 * times. Clients that wish to fully support the entitity time protocol should register
34 * a PacketListener for incoming time requests that then respond with the local time.
35 * This class can be used to request the time from other clients, such as in the
39 * // Request the time from a remote user.
40 * Time timeRequest = new Time();
53 * Time timeResult = (Time)result
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
basictz.h 30 * This class provides some additional methods to access time zone transitions and rules.
43 * Gets the first time zone transition after the base time.
44 * @param base The base time.
45 * @param inclusive Whether the base time is inclusive or not.
46 * @param result Receives the first transition after the base time.
53 * Gets the most recent time zone transition before the base time.
54 * @param base The base time.
55 * @param inclusive Whether the base time is inclusive or not
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
te.txt 113 "Hawaii Standard Time",
115 "Hawaii Daylight Time",
118 "Hawaii Time",
123 "Alaska Standard Time",
125 "Alaska Daylight Time",
128 "Alaska Time",
133 "Pacific Standard Time",
135 "Pacific Daylight Time",
138 "Pacific Time",
143 "Mountain Standard Time",
    [all...]
  /external/icu4c/i18n/unicode/
basictz.h 30 * This class provides some additional methods to access time zone transitions and rules.
43 * Gets the first time zone transition after the base time.
44 * @param base The base time.
45 * @param inclusive Whether the base time is inclusive or not.
46 * @param result Receives the first transition after the base time.
53 * Gets the most recent time zone transition before the base time.
54 * @param base The base time.
55 * @param inclusive Whether the base time is inclusive or not
    [all...]
  /external/icu4c/test/testdata/
te.txt 113 "Hawaii Standard Time",
115 "Hawaii Daylight Time",
118 "Hawaii Time",
123 "Alaska Standard Time",
125 "Alaska Daylight Time",
128 "Alaska Time",
133 "Pacific Standard Time",
135 "Pacific Daylight Time",
138 "Pacific Time",
143 "Mountain Standard Time",
    [all...]
  /external/chromium_org/base/
build_time.cc 8 #include "base/time/time.h"
12 Time GetBuildTime() {
13 Time integral_build_time;
20 bool result = Time::FromString(kDateTime, &integral_build_time);

Completed in 673 milliseconds

12 3 4 5 6 7 8 91011>>