HomeSort by relevance Sort by last modified time
    Searched defs:cycle (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/platform/android/
EventLoopAndroid.cpp 33 void EventLoop::cycle() function in class:WebCore::EventLoop
  /external/webkit/WebCore/platform/gtk/
EventLoopGtk.cpp 27 void EventLoop::cycle() function in class:WebCore::EventLoop
  /external/webkit/WebCore/platform/haiku/
EventLoopHaiku.cpp 34 void EventLoop::cycle() function in class:WebCore::EventLoop
  /external/webkit/WebCore/platform/qt/
EventLoopQt.cpp 27 void EventLoop::cycle() function in class:WebCore::EventLoop
  /external/webkit/WebCore/platform/wx/
EventLoopWx.cpp 34 void EventLoop::cycle() function in class:WebCore::EventLoop
  /external/webkit/WebCore/platform/win/
EventLoopWin.cpp 33 void EventLoop::cycle() function in class:WebCore::EventLoop
  /external/webkit/WebCore/platform/
AutodrainedPool.h 47 void cycle();
60 inline void AutodrainedPool::cycle() { } function in class:WebCore::AutodrainedPool
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiodev.c 151 int cycle; local
158 cycle = 0;
159 while( devsettings[cycle][0] != '\0' ) {
162 devsettings[cycle][0],
163 devsettings[cycle][1],
164 devsettings[cycle][2]);
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 72 static void cycle(ulong32 *R) function
161 cycle(c->R);
226 cycle(c->R);
253 cycle(c->R);
340 cycle(c->R);
349 cycle(c->R);
  /sdk/emulator/qtools/
gtrace.h 14 uint32_t cycle; member in struct:Gtrace::trace_entry
47 void AddProcEntry(int filenum, int procnum, uint32_t cycle, uint32_t pid);
48 void AddProcExit(int filenum, int procnum, uint32_t cycle, uint32_t pid);
51 void AddGtraceRecord(int filenum, int procnum, uint32_t cycle, uint32_t pid,
55 void WriteBlockHeader(uint32_t cycle, uint32_t pid);
  /external/chromium/third_party/icu/source/i18n/
chnsecal.cpp 59 * resulting in EXTENDED_YEAR values 60 years greater and ERA (cycle)
181 * YEAR field as the cycle and year-of-cycle, or the EXTENDED_YEAR
190 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle local
191 year = cycle * 60 + internalGet(UCAL_YEAR, 1);
665 int32_t cycle = ClockMath::floorDivide(year - 1, 60, yearOfCycle); local
666 internalSet(UCAL_ERA, cycle + 1);
  /external/icu4c/i18n/
chnsecal.cpp 59 * resulting in EXTENDED_YEAR values 60 years greater and ERA (cycle)
181 * YEAR field as the cycle and year-of-cycle, or the EXTENDED_YEAR
190 int32_t cycle = internalGet(UCAL_ERA, 1) - 1; // 0-based cycle local
191 year = cycle * 60 + internalGet(UCAL_YEAR, 1);
665 int32_t cycle = ClockMath::floorDivide(year - 1, 60, yearOfCycle); local
666 internalSet(UCAL_ERA, cycle + 1);
  /external/quake/quake/src/QW/client/
view.c 115 float cycle; local
124 cycle = bobtime - (int)(bobtime/cl_bobcycle.value)*cl_bobcycle.value;
125 cycle /= cl_bobcycle.value;
126 if (cycle < cl_bobup.value)
127 cycle = M_PI * cycle / cl_bobup.value;
129 cycle = M_PI + M_PI*(cycle-cl_bobup.value)/(1.0 - cl_bobup.value);
135 bob = bob*0.3 + bob*0.7*sin(cycle);
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 1315 static int cycle = 0; local
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 182 milliseconds