HomeSort by relevance Sort by last modified time
    Searched full:cycletime (Results 1 - 8 of 8) 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.cxx 203 void ADC121C021::setAutomaticConversion(ADC121C021_CYCLE_TIME_T cycleTime)
210 val |= ((uint8_t)cycleTime << 5);
adc121c021.h 237 * @param cycleTime Sets the cycle time for automatic conversion
239 void setAutomaticConversion(ADC121C021_CYCLE_TIME_T cycleTime);
  /external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
jdk6-flags.txt 178 bool CycleTime = false {product}
    [all...]
jdk7-flags.txt 194 bool CycleTime = false {product}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
winnt.h     [all...]

Completed in 552 milliseconds