HomeSort by relevance Sort by last modified time
    Searched refs:time (Results 301 - 325 of 5571) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
simpletz.h 47 * 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
53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
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 zone; fals
    [all...]
  /external/icu4c/i18n/unicode/
simpletz.h 47 * 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
53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
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 zone; fals
    [all...]
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 106 public void paint(Graphics graphics, long time)
108 if (time != cachedTime)
132 sprite.paint(bufferGraphics, time);
136 cachedTime = time;
141 bufferX + x.getInt(time),
142 bufferY + y.getInt(time),
TypeWriterString.java 53 public String getString(long time)
55 double t = timing.getTiming(time);
  /bionic/libc/unistd/
time.c 1 /* $OpenBSD: time.c,v 1.5 2005/08/08 08:05:34 espie Exp $ */
31 #include <time.h>
34 time(time_t *t) function
48 // return monotonically increasing CPU time in ticks relative to unspecified epoch
65 // return elapsed CPU time in clock ticks, since start of program execution
  /build/target/board/emulator/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
JavascriptEventObserver.java 32 * Wait for the javascript event happen for specific time, there is no timeout parameter,
35 public boolean waitForEvent(long time) throws InterruptedException {
38 mEvent.wait(time);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 8 * Stores a state every time an "active" event is sent, up to 20 items.
11 var time = new Date();
15 history_log.unshift({'state':newstate, 'time':time});
  /external/chromium_org/content/test/plugin/
plugin_schedule_timer_test.h 9 #include "base/time/time.h"
33 int time; member in struct:NPAPIClient::ScheduleTimerTest::Event
55 // Time of initial event.
56 base::Time start_time_;
59 int FindUnreceivedEvent(int time, uint32 timer_id);
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
custom_events.h 60 // |keycode| is the ASCII value, |time| is a timestamp,
62 KeyEvent(uint32_t modifiers, uint32_t keycode, double time, std::string text)
63 : Event(modifiers), key_code_(keycode), timestamp_(time), text_(text) {}
87 // has been clicked in a row. |time| is a timestamp,
93 double time,
100 timestamp_(time),
121 // page. |time| is a timestamp,
128 float time)
135 timestamp_(time) {}
160 TouchEvent(int modifiers, Kind kind, float time)
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkOperandInterpolator.h 26 @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/tools/android/adb_reboot/
adb_reboot.c 9 #include <time.h>
35 time(&ct);
37 /* File was not touched for some time. */
  /external/chromium_org/ui/views/
mouse_watcher.h 10 #include "base/time/time.h"
61 void set_notify_on_exit_time(base::TimeDelta time) {
62 notify_on_exit_time_ = time;
  /external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java 40 /** Advances the ticker value by {@code time} in {@code timeUnit}. */
41 public FakeTicker advance(long time, TimeUnit timeUnit) {
42 return advance(timeUnit.toNanos(time));
  /external/llvm/lib/Support/Unix/
Unix.h 42 # include <sys/time.h>
44 #include <time.h>
  /external/llvm/unittests/Support/
TimeValueTest.cpp 1 //===- llvm/unittest/Support/TimeValueTest.cpp - Time Value tests ---------===//
12 #include <time.h>
19 time_t now_t = time(NULL);
32 // The "seconds" part in Posix time may be expected as zero.
  /external/replicaisland/src/com/replica/replicaisland/
InputSystem.java 21 * an average direction over a short period of time.
46 TimeSystem time = sSystemRegistry.timeSystem; local
47 mTrackball.press(time.getGameTime(), mTrackball.getX() + x, mTrackball.getY() + y);
52 TimeSystem time = sSystemRegistry.timeSystem; local
56 mTouchScreen.press(index, time.getGameTime(), x, params.gameHeight - y);
81 TimeSystem time = sSystemRegistry.timeSystem; local
82 mOrientationSensor.press(time.getGameTime(), horizontalMotion, verticalMotion);
87 TimeSystem time = sSystemRegistry.timeSystem; local
88 final float gameTime = time.getGameTime();
  /external/skia/src/animator/
SkOperandInterpolator.h 26 @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/stlport/stlport/stl/
_ctime.h 28 # include <time.h>
49 using _STLP_VENDOR_CSTD::time;
  /external/webrtc/src/system_wrappers/source/
event_posix.h 17 #include <time.h>
39 virtual bool StartTimer(bool periodic, unsigned long time);
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 21 import android.text.format.Time;
142 * Compute the time of the next operation. Does not modify any state
146 * @return the wall clock time ({@link System#currentTimeMillis()}) when the
148 * before the current time.
159 // clipped to the current time so we don't languish forever.
170 long time = triggerTimeMillis; local
172 time = Math.min(time, lastSuccessTimeMillis + options.periodicIntervalMillis);
175 time = Math.max(time, moratoriumTimeMillis)
228 long time = mStorage.getLong(name, 0); local
361 Time time = new Time(); local
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java 21 import android.text.format.Time;
155 Time time = new Time(Time.TIMEZONE_UTC); local
158 time.year = year + 2000;
159 time.month = month - 1;
160 time.monthDay = day;
161 time.hour = hour;
162 time.minute = minute
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyUtilsTest.java 27 * isRetryNeeded should be false and the time 0
76 int time = rm.getRetryTimer(); local
77 assertTrue((time >= 500) && (time < 600));
78 if (time == 500) {
154 int time; local
159 time = rm.getRetryTimer();
160 assertTrue((time >= 1000) && (time < 1100));
164 time = rm.getRetryTimer()
187 int time; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 28 # include <time.h>
49 using _STLP_VENDOR_CSTD::time;
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_time.in.h 3 /* Provide a more complete sys/time.h.
41 # include <time.h>

Completed in 1387 milliseconds

<<11121314151617181920>>