Searched refs:time (Results 176 - 200 of 3443) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dstub_analysis_results.js39 appendSummaryRowTime: function(table, label, time) {
41 time: time});
/external/chromium_org/google_apis/drive/
H A Dtime_util_unittest.cc9 #include "base/time/time.h"
16 std::string FormatTime(const base::Time& time) { argument
17 return base::UTF16ToUTF8(base::TimeFormatShortDateAndTime(time));
23 // Creates local time objects from exploded structure.
27 // Creates local time object, parsing time string. Note that if there is
28 // not timezone suffix, GetTimeFromString() will handle this as local time
33 // Compare the time objects.
40 // Creates the target time
81 base::Time time = base::Time::FromUTCExploded(exploded_time); local
89 base::Time time = base::Time::FromLocalExploded(exploded_time); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsimpletz.h47 * that represents a time zone for use with a Gregorian calendar. This
50 * When specifying daylight-savings-time begin and end dates, use a negative value for
66 * midnight, to specify a rule transition time. Most rules
67 * transition at a local wall time, that is, according to the
68 * current time in effect, either standard, or DST. However, some
69 * rules transition at local standard time, and some at a specific
70 * UTC time. Although it might seem that all times could be
71 * converted to wall time, thus eliminating the need for this
106 * @return True if the given time zone is equal to this time zon
884 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
890 setStartRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) argument
896 setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) argument
902 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
908 setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) argument
913 setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) argument
[all...]
/external/chromium_org/tools/python/google/
H A Dgethash_timer.py13 --period (or -p): The amount of time (in seconds) to wait between GetHash
27 import time namespace
56 '''Measure the amount of time it takes to receive a GetHash response.
60 A tuple of HTTP resonse code and the response time (in milliseconds).
62 start = time.time()
64 return response_code, (time.time() - start) * 1000
68 '''Runs an experiment to measure the amount of time it takes to receive
88 time
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h47 * that represents a time zone for use with a Gregorian calendar. This
50 * When specifying daylight-savings-time begin and end dates, use a negative value for
66 * midnight, to specify a rule transition time. Most rules
67 * transition at a local wall time, that is, according to the
68 * current time in effect, either standard, or DST. However, some
69 * rules transition at local standard time, and some at a specific
70 * UTC time. Although it might seem that all times could be
71 * converted to wall time, thus eliminating the need for this
106 * @return True if the given time zone is equal to this time zon
884 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
890 setStartRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) argument
896 setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) argument
902 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
908 setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) argument
913 setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) argument
[all...]
/external/proguard/src/proguard/gui/splash/
H A DBufferedSprite.java106 public void paint(Graphics graphics, long time) argument
108 if (time != cachedTime)
132 sprite.paint(bufferGraphics, time);
136 cachedTime = time;
141 bufferX + x.getInt(time),
142 bufferY + y.getInt(time),
H A DTypeWriterString.java53 public String getString(long time) argument
55 double t = timing.getTiming(time);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
H A DJavascriptEventObserver.java32 * Wait for the javascript event happen for specific time, there is no timeout parameter,
35 public boolean waitForEvent(long time) throws InterruptedException { argument
38 mEvent.wait(time);
/external/chromium_org/cc/input/
H A Dtop_controls_manager_unittest.cc8 #include "base/time/time.h"
147 base::TimeTicks time = gfx::FrameTime::Now(); local
150 time = base::TimeDelta::FromMicroseconds(100) + time;
151 manager->Animate(time);
177 base::TimeTicks time = gfx::FrameTime::Now(); local
180 time = base::TimeDelta::FromMicroseconds(100) + time;
181 manager->Animate(time);
203 base::TimeTicks time = gfx::FrameTime::Now(); local
229 base::TimeTicks time = gfx::FrameTime::Now(); local
259 base::TimeTicks time = gfx::FrameTime::Now(); local
289 base::TimeTicks time = gfx::FrameTime::Now(); local
352 base::TimeTicks time = base::TimeTicks::Now(); local
[all...]
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_api_unittest.cc181 // Verifies that any amount of idle time less than the detection interval
186 for (int time = 0; time < 60; ++time) {
187 SCOPED_TRACE(time);
188 idle_provider_->set_idle_time(time);
200 // Verifies that an idle time >= the detection interval returns the "idle"
205 for (int time = 80; time >= 60; --time) {
[all...]
/external/chromium_org/components/domain_reliability/
H A Dtest_util.h70 // never be run if MockTime is destroyed before the mock time is advanced
71 // to their scheduled time.
89 // Key used to store tasks in the task map. Includes the time the task should
90 // run and a sequence number to disambiguate tasks with the same time.
92 TaskKey(base::TimeTicks time, int sequence_number) argument
93 : time(time),
96 base::TimeTicks time; member in struct:domain_reliability::MockTime::TaskKey
100 // Comparator for TaskKey; sorts by time, then by sequence number.
103 return lhs.time < rh
[all...]
/external/chromium_org/third_party/cython/src/pyximport/test/
H A Dtest_reload.py2 import time, os, sys namespace
23 time.sleep(1) # sleep to make sure that new "hello.pyx" has later
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperandInterpolator.h26 @param index The index of this frame (frames must be ordered by time)
27 @param time The millisecond time for this frame
35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
36 Result timeToValues(SkMSec time, SkOperand values[]) const;
/external/chromium_org/third_party/webrtc/base/
H A Dratelimiter.h20 // time. Use, for example, for simple bandwidth throttling.
38 // current period (< (max - used)). Once the given time passes the
40 bool CanUse(size_t desired, double time);
43 void Use(size_t used, double time);
/external/chromium_org/tools/android/adb_reboot/
H A Dadb_reboot.c9 #include <time.h>
35 time(&ct);
37 /* File was not touched for some time. */
/external/chromium_org/tools/gyp/test/actions/src/subdir1/
H A Dcounter.py8 import time namespace
40 # Sleep so the next run changes the file time sufficiently to make the build
42 time.sleep(1)
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dplatform_backend_unittest.py6 import time namespace
31 time.sleep(0.001)
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dmsr_power_monitor_unittest.py6 import time namespace
24 time.sleep(0.01)
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dutil.py11 import time namespace
73 start_time = time.time()
79 now = time.time()
88 last_output_time = time.time()
91 time.sleep(poll_interval)
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data.h8 #include "base/time/time.h"
22 base::TimeTicks time,
37 base::TimeTicks time; member in struct:ui::GestureEventData
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2027.js30 function Check(time) {
31 assertEquals(d.getTime(), time);
/external/guava/guava-testlib/src/com/google/common/testing/
H A DFakeTicker.java40 /** Advances the ticker value by {@code time} in {@code timeUnit}. */
41 public FakeTicker advance(long time, TimeUnit timeUnit) { argument
42 return advance(timeUnit.toNanos(time));
/external/lldb/test/pexpect-2.4/examples/
H A Dbd_client.py7 import sys, time, select namespace
24 time.sleep(1)
/external/llvm/unittests/Support/
H A DTimeValueTest.cpp12 #include <time.h>
19 time_t now_t = time(nullptr);
32 // The "seconds" part in Posix time may be expected as zero.
/external/replicaisland/src/com/replica/replicaisland/
H A DInputSystem.java21 * an average direction over a short period of time.
46 TimeSystem time = sSystemRegistry.timeSystem;
47 mTrackball.press(time.getGameTime(), mTrackball.getX() + x, mTrackball.getY() + y);
52 TimeSystem time = sSystemRegistry.timeSystem;
56 mTouchScreen.press(index, time.getGameTime(), x, params.gameHeight - y);
81 TimeSystem time = sSystemRegistry.timeSystem;
82 mOrientationSensor.press(time.getGameTime(), horizontalMotion, verticalMotion);
87 TimeSystem time = sSystemRegistry.timeSystem;
88 final float gameTime = time.getGameTime();

Completed in 533 milliseconds

1234567891011>>