OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cycleTime
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java
52
float
cycleTime
= animationTime;
54
cycleTime
= animationTime % length;
57
if (
cycleTime
< length) {
62
int index = Arrays.binarySearch(mFrameStartTimes,
cycleTime
);
71
if (currentTime >
cycleTime
) {
/packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java
40
// For every
cycleTime
period, we dump the stack of the thread.
45
int
cycleTime
;
77
public synchronized void addWatchEntry(Thread thread, int
cycleTime
) {
80
e.
cycleTime
=
cycleTime
;
81
int firstDelay = 1 + mRandom.nextInt(
cycleTime
);
111
entry.wakeTime += entry.
cycleTime
;
/hardware/bsp/intel/peripheral/libupm/src/adc121c021/
adc121c021.h
237
* @param
cycleTime
Sets the cycle time for automatic conversion
239
void setAutomaticConversion(ADC121C021_CYCLE_TIME_T
cycleTime
);
adc121c021.cxx
203
void ADC121C021::setAutomaticConversion(ADC121C021_CYCLE_TIME_T
cycleTime
)
210
val |= ((uint8_t)
cycleTime
<< 5);
Completed in 70 milliseconds