HomeSort by relevance Sort by last modified time
    Searched refs:cycle (Results 1 - 25 of 41) sorted by null

1 2

  /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/
EventLoop.h 40 void cycle();
AutodrainedPool.h 47 void cycle();
60 inline void AutodrainedPool::cycle() { } function in class:WebCore::AutodrainedPool
  /external/webkit/WebCore/platform/win/
EventLoopWin.cpp 33 void EventLoop::cycle() function in class:WebCore::EventLoop
  /external/webkit/WebCore/platform/wx/
EventLoopWx.cpp 34 void EventLoop::cycle() function in class:WebCore::EventLoop
  /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);
gtrace.cpp 94 void Gtrace::WriteBlockHeader(uint32_t cycle, uint32_t pid)
101 bh.block_tic = cycle + kBaseTic;
102 bh.block_time = start_sec_ + cycle / kTicsPerSecond;
111 void Gtrace::AddGtraceRecord(int filenum, int procnum, uint32_t cycle, uint32_t pid,
123 WriteBlockHeader(cycle, pid);
129 WriteBlockHeader(cycle, pid);
133 entry.cycle = cycle + kBaseTic;
139 void Gtrace::AddProcEntry(int filenum, int procnum, uint32_t cycle, uint32_t pid)
141 AddGtraceRecord(filenum, procnum, cycle, pid, 0)
    [all...]
dmtrace.h 22 void addFunctionEntry(int methodId, uint32_t cycle, uint32_t pid);
23 void addFunctionExit(int methodId, uint32_t cycle, uint32_t pid);
dmtrace.cpp 126 void DmTrace::addFunctionEntry(int functionId, uint32_t cycle, uint32_t pid)
128 writeDataRecord(fData, pid, functionId, cycle);
131 void DmTrace::addFunctionExit(int functionId, uint32_t cycle, uint32_t pid)
133 writeDataRecord(fData, pid, functionId | 1, cycle);
  /external/webkit/WebCore/platform/mac/
AutodrainedPool.mm 46 void AutodrainedPool::cycle()
EventLoopMac.mm 31 void EventLoop::cycle()
  /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);
  /development/apps/Development/src/com/android/development/
Connectivity.java 123 int cycle = 0;
127 cycle = Integer.parseInt((String)intent.getExtra(TEST_ALARM_CYCLE_EXTRA));
136 mSCCycleCount = cycle+1;
144 mSCCycleCount = cycle;
  /external/guava/src/com/google/common/collect/
Iterables.java 278 * Returns an iterable whose iterators cycle indefinitely over the elements of
291 * <p>To cycle over the iterable {@code n} times, use the following:
294 public static <T> Iterable<T> cycle(final Iterable<T> iterable) {
298 return Iterators.cycle(iterable);
307 * Returns an iterable whose iterators cycle indefinitely over the provided
313 * as {@code Iterables.cycle(Lists.newArrayList(elements))}. The iterator's
321 * <p>To cycle over the elements {@code n} times, use the following:
324 public static <T> Iterable<T> cycle(T... elements) {
325 return cycle(Lists.newArrayList(elements));
Iterators.java 373 public static <T> Iterator<T> cycle(final Iterable<T> iterable) {
414 public static <T> Iterator<T> cycle(T... elements) {
415 return cycle(Lists.newArrayList(elements));
    [all...]
  /external/webkit/WebCore/storage/
DatabaseThread.cpp 100 pool.cycle();
  /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/quake/quake/src/WinQuake/
view.cpp 115 float cycle;
117 cycle = cl.time - (int)(cl.time/cl_bobcycle.value)*cl_bobcycle.value;
118 cycle /= cl_bobcycle.value;
119 if (cycle < cl_bobup.value)
120 cycle = M_PI * cycle / cl_bobup.value;
122 cycle = M_PI + M_PI*(cycle-cl_bobup.value)/(1.0 - cl_bobup.value);
129 bob = bob*0.3 + bob*0.7*sin(cycle);
  /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/v8/test/mjsunit/
array-join.js 32 // Create a cycle.

Completed in 1406 milliseconds

1 2