OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delays
(Results
1 - 25
of
159
) sorted by null
1
2
3
4
5
6
7
/dalvik/tests/053-wait-some/src/
Main.java
7
/*
delays
, in milliseconds */
8
private final static long[]
DELAYS
= {
31
for(long delay :
DELAYS
) {
/external/kernel-headers/original/asm-arm/
delay.h
26
* Use only for very small
delays
( < 1 msec). Should probably use a
28
* short
delays
. This is a "reasonable" implementation, though (and the
/packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java
77
boolean[] showIfEmpty, int[]
delays
) {
85
intent.putExtra("
delays
",
delays
);
/packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java
110
int[]
delays
= extras.getIntArray("
delays
");
local
112
if (counts == null || names == null || showIfEmpty == null ||
delays
== null) {
131
},
delays
[i]);
/frameworks/base/media/libeffects/lvm/lib/Common/src/
FO_1I_D16F16C15_TRC_WRA_01.c
29
DELAYS
-
61
UPDATING THE
DELAYS
FO_1I_D32F32C31_TRC_WRA_01.c
30
DELAYS
-
62
UPDATING THE
DELAYS
BP_1I_D16F16C14_TRC_WRA_01.c
30
DELAYS
-
66
UPDATING THE
DELAYS
BP_1I_D16F32C30_TRC_WRA_01.c
30
DELAYS
-
68
UPDATING THE
DELAYS
BP_1I_D32F32C30_TRC_WRA_02.c
30
DELAYS
-
66
UPDATING THE
DELAYS
BQ_1I_D16F16C15_TRC_WRA_01.c
29
DELAYS
-
69
UPDATING THE
DELAYS
BQ_1I_D16F32C14_TRC_WRA_01.c
29
DELAYS
-
70
UPDATING THE
DELAYS
FO_2I_D16F32C15_LShx_TRC_WRA_01.c
29
DELAYS
-
82
UPDATING THE
DELAYS
/external/kernel-headers/original/linux/
taskstats.h
47
* few fields are not
delays
62
/* Following four fields atomically updated using task->
delays
->lock */
65
* does not account for
delays
in I/O submission
delay.h
17
* mdelay() provides a wrapper to prevent this. For
delays
greater
/external/chromium/chrome/browser/chromeos/login/
wizard_in_process_browser_test.cc
41
//
delays
deleting itself). Run the message loop until we know the wizard
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/
hisser2.m
11
% weight all
delays
equally
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
hisser2.m
11
% weight all
delays
equally
/external/iproute2/tc/
README.last
23
Besides that, it will misbehave, when
delays
exceed 2 seconds
/libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java
15
* <p> The <tt>schedule</tt> methods create tasks with various
delays
23
* a requested delay of zero. Zero and negative
delays
(but not
27
* <p>All <tt>schedule</tt> methods accept <em>relative</em>
delays
and
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
taskstats.h
57
* few fields are not
delays
72
/* Following four fields atomically updated using task->
delays
->lock */
75
* does not account for
delays
in I/O submission
/frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java
56
* Distributes the animation
delays
in the order in which view were added
62
* Distributes the animation
delays
in the reverse order in which view were
68
* Randomly distributes the animation
delays
.
85
* The interpolator used to interpolate the
delays
.
217
* Sets the interpolator used to interpolate the
delays
between the
233
* Sets the interpolator used to interpolate the
delays
between the
248
* Returns the interpolator used to interpolate the
delays
between the
/device/moto/stingray/whisper/
SHA_TimeUtilsLoop.c
47
/** \brief
Delays
for a certain amount of time.
/external/chromium/chrome/browser/policy/
file_based_policy_loader.h
47
// and then
delays
until it is considered safe to reload in |delay|.
/external/guava/src/com/google/common/base/
Charsets.java
68
* unexpected
delays
when this class is loaded. See the Charset Javadocs for
/external/qemu/android/protocol/
core-commands.h
39
/* Gets network
delays
*/
Completed in 663 milliseconds
1
2
3
4
5
6
7