OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:time
(Results
776 - 800
of
15385
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.21-3.js
27
1. Let t be this
time
value.
46
// get the current
time
49
// get
time
for 29 feb 2000
53
// get
time
for 1 jan 2005
15.9.5.21-4.js
27
1. Let t be this
time
value.
46
// get the current
time
49
// get
time
for 29 feb 2000
53
// get
time
for 1 jan 2005
15.9.5.21-5.js
27
1. Let t be this
time
value.
46
// get the current
time
49
// get
time
for 29 feb 2000
53
// get
time
for 1 jan 2005
15.9.5.21-6.js
27
1. Let t be this
time
value.
46
// get the current
time
49
// get
time
for 29 feb 2000
53
// get
time
for 1 jan 2005
15.9.5.21-7.js
27
1. Let t be this
time
value.
46
// get the current
time
49
// get
time
for 29 feb 2000
53
// get
time
for 1 jan 2005
15.9.5.21-8.js
27
1. Let t be this
time
value.
46
// get the current
time
49
// get
time
for 29 feb 2000
53
// get
time
for 1 jan 2005
/external/webkit/Source/WebCore/manual-tests/
timeout-test.html
8
Clicking on this button will post a form that takes over 10 minutes for the server to respond. The connection should not
time
out!<br>
/external/webkit/Source/WebKit/chromium/src/
WebAnimationControllerImpl.cpp
60
double
time
)
67
time
);
72
double
time
)
79
time
);
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
webkit
79
time
/frameworks/base/graphics/java/android/graphics/
Interpolator.java
64
* Assign the keyFrame (specified by index) a
time
value and an array of key
69
* @param msec The
time
(in mililiseconds) for this key frame. Based on the
78
* Assign the keyFrame (specified by index) a
time
value and an array of key
82
* @param msec The
time
(in mililiseconds) for this key frame. Based on the
126
* Given a millisecond
time
value (msec), return the interpolated values and
127
* return whether the specified
time
was within the range of key times
128
* (NORMAL), was before the first key
time
(FREEZE_START) or after the last
129
* key
time
(FREEZE_END). In any event, computed values are always returned.
131
* @param msec The
time
(in milliseconds) used to sample into the
/frameworks/base/media/jni/mediaeditor/
VideoEditorMain.h
46
M4OSA_UInt32 uiAddCts; /**
Time
, in milliseconds, at which the added
66
M4OSA_UInt32 timeMs; /*
time
stamp of the frame to be rendered*/
72
M4OSA_UInt32 clipBeginCutTime; /* Clip begin cut
time
relative to storyboard */
73
M4OSA_UInt32 clipEndCutTime; /* Clip end cut
time
relative to storyboard */
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_API_Specials.c
33
/* This function is used to retrieve Spectral information at a given Audio
time
*/
40
/* AudioTime Audio
time
at which the spectral information is needed */
45
/* LVM_WRONGAUDIOTIME Failure due to audio
time
error */
69
/*If PSA is not included at the
time
of instance creation, return without any processing*/
/frameworks/base/media/libeffects/lvm/lib/Common/lib/
Mixer.h
35
LVM_INT32 Alpha; /*
Time
constant. Set by calling application. Can be changed at any
time
*/
36
LVM_INT32 Target; /* Target value. Set by calling application. Can be changed at any
time
*/
38
LVM_INT16 CallbackSet; /* Boolean. Should be set by calling application each
time
the target value is updated */
/frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_SetTimeConstant.c
28
/* given
time
constant, sample rate and num channels */
35
/* Tc_millisec - TimeConstant i.e
time
required in milli second to */
42
/* in Q0.31 format for a given
Time
Constant, */
72
Delta=1; // If
Time
Constant is so large that Delta is 0, assign minimum value to Delta
LVC_Mixer_VarSlope_SetTimeConstant.c
29
/* given
time
constant, sample rate and num channels */
36
/* Tc_millisec - TimeConstant i.e
time
required in milli second to */
43
/* in Q0.31 format for a given
Time
Constant, */
86
Delta=1; // If
Time
Constant is so large that Delta is 0, assign minimum value to Delta
/frameworks/base/tools/layoutlib/bridge/src/android/os/
SystemClock_Delegate.java
41
* Returns milliseconds since boot, not counting
time
spent in deep sleep.
53
* Returns milliseconds since boot, including
time
spent in sleep.
85
* Returns current wall
time
in microseconds.
87
* @return elapsed microseconds in wall
time
/libcore/luni/src/main/java/javax/sql/
CommonDataSource.java
33
*
time
in seconds that this data source can wait.
35
* @return An integer value to indicate the maximum
time
.
53
*
time
in seconds that this data source can wait.
56
* An integer value to indicate the maximum
time
.
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
Validity.java
40
* notBefore
Time
,
41
* notAfter
Time
86
= new ASN1Sequence(new ASN1Type[] {
Time
.ASN1,
Time
.ASN1 }) {
/ndk/tests/device/test-basic-exceptions/
README
6
modules at the same
time
.
/ndk/tests/device/test-gnustl-full/unit/
strstream_buffer_read_test.cpp
4
* Standard, we have no wish to spent
time
with repair ones.
/ndk/tests/device/test-stlport/unit/
strstream_buffer_read_test.cpp
4
* Standard, we have no wish to spent
time
with repair ones.
/packages/apps/Email/src/com/android/email/activity/
RecentMailboxManager.java
95
/** Updates the specified mailbox's touch
time
. Returns an async task for test only. */
129
/** Updates the last touched
time
for the mailbox in the background */
131
final long accountId, final long mailboxId, final long
time
) {
135
ensureDefaultsInitialized(accountId,
time
);
136
touchMailboxSynchronous(accountId, mailboxId,
time
);
141
private void touchMailboxSynchronous(long accountId, long mailboxId, long
time
) {
143
values.put(MailboxColumns.LAST_TOUCHED_TIME,
time
);
152
private synchronized void ensureDefaultsInitialized(long accountId, long
time
) {
163
touchMailboxSynchronous(accountId, mailbox,
time
);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterSource.java
41
mMatcher.add("/cluster/*/
time
", CLUSTER_ALBUMSET_TIME);
47
mMatcher.add("/cluster/*/
time
/*", CLUSTER_ALBUM_TIME);
55
// /cluster/{set}/
time
/cluster/{set}/
time
/k
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java
25
* Defines the playback speed of element
time
. The value is specified as
26
* a multiple of normal (parent
time
container) play speed. Legal values
37
* The percentage value of the simple acceleration of
time
for the
51
* The percentage value of the simple decelerate of
time
for the
/packages/apps/Settings/src/com/android/settings/fuelgauge/
Utils.java
24
* Contains utility functions for formatting elapsed
time
and consumed bytes
32
* Returns elapsed
time
for the given millis, in the following format:
35
* @param millis the elapsed
time
in milli seconds
36
* @return the formatted elapsed
time
Completed in 915 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>