Searched refs:cycle (Results 1 - 25 of 55) sorted by relevance

123

/external/webkit/Source/WebCore/platform/brew/
H A DEventLoopBrew.cpp31 void EventLoop::cycle() function in class:WebCore::EventLoop
/external/webkit/Source/WebCore/platform/android/
H A DEventLoopAndroid.cpp33 void EventLoop::cycle() function in class:WebCore::EventLoop
/external/webkit/Source/WebCore/platform/efl/
H A DEventLoopEfl.cpp30 void EventLoop::cycle() function in class:WebCore::EventLoop
/external/webkit/Source/WebCore/platform/gtk/
H A DEventLoopGtk.cpp27 void EventLoop::cycle() function in class:WebCore::EventLoop
/external/webkit/Source/WebCore/platform/haiku/
H A DEventLoopHaiku.cpp34 void EventLoop::cycle() function in class:WebCore::EventLoop
/external/webkit/Source/WebCore/platform/qt/
H A DEventLoopQt.cpp27 void EventLoop::cycle() function in class:WebCore::EventLoop
/external/webkit/Source/WebCore/platform/win/
H A DEventLoopWin.cpp33 void EventLoop::cycle() function in class:WebCore::EventLoop
/external/webkit/Source/WebCore/platform/
H A DEventLoop.h41 void cycle();
H A DAutodrainedPool.h48 void cycle();
61 inline void AutodrainedPool::cycle() { } function in class:WebCore::AutodrainedPool
/external/webkit/Source/WebCore/platform/wx/
H A DEventLoopWx.cpp34 void EventLoop::cycle() function in class:WebCore::EventLoop
/external/valgrind/main/memcheck/tests/
H A Dleak-cycle.stderr.exp7 by 0x........: mk (leak-cycle.c:15)
8 by 0x........: mkcycle (leak-cycle.c:26)
9 by 0x........: main (leak-cycle.c:44)
13 by 0x........: mk (leak-cycle.c:15)
14 by 0x........: mkcycle (leak-cycle.c:26)
15 by 0x........: main (leak-cycle.c:45)
19 by 0x........: mk (leak-cycle.c:15)
20 by 0x........: mkcycle (leak-cycle.c:26)
21 by 0x........: main (leak-cycle.c:51)
25 by 0x........: mk (leak-cycle
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DAutodrainedPool.mm46 void AutodrainedPool::cycle()
H A DEventLoopMac.mm31 void EventLoop::cycle()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DSpline.java30 private boolean cycle; field in class:Spline
53 * @param cycle true if the spline cycle.
55 public Spline(SplineType splineType, Vector3f[] controlPoints, float curveTension, boolean cycle) { argument
65 this.cycle = cycle;
82 * @param cycle true if the spline cycle.
84 public Spline(SplineType splineType, List<Vector3f> controlPoints, float curveTension, boolean cycle) { argument
91 this.cycle
308 setCycle(boolean cycle) argument
[all...]
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp43 // the scoreboard. We always make the scoreboard at least 1 cycle deep to
123 int cycle = Stalls; local
136 // We must find one of the stage's units free for every cycle the
140 int StageCycle = cycle + (int)i;
164 DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", ");
171 // Advance the cycle to the next stage.
172 cycle += IS->getNextCycles();
191 unsigned cycle = 0; local
196 // We must reserve one of the stage's units for every cycle the
200 assert(((cycle
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audiodev.c151 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/guava/guava-tests/test/com/google/common/collect/
H A DIteratorsTest.java486 Iterator<String> cycle = Iterators.<String>cycle();
487 assertFalse(cycle.hasNext());
491 Iterator<String> cycle = Iterators.cycle("a");
493 assertTrue(cycle.hasNext());
494 assertEquals("a", cycle.next());
500 Iterator<String> cycle = Iterators.cycle(iterable);
501 assertTrue(cycle
[all...]
/external/smack/src/org/xbill/DNS/
H A DRRset.java113 iterator(boolean data, boolean cycle) { argument
126 if (!cycle)
151 * @param cycle If true, cycle through the records so that each Iterator will
155 rrs(boolean cycle) { argument
156 return iterator(true, cycle);
/external/dropbear/libtomcrypt/src/prngs/
H A Dsober128.c72 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);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSanity.java157 /** enclosingRuleName calls targetRuleName, find the cycle containing
158 * the target and add the caller. Find the cycle containing the caller
160 * cycle. listOfRecursiveCycles is List<Set<String>> that holds a list
170 // ensure both rules are in same cycle
181 Set cycle = new HashSet();
182 cycle.add(targetRule);
183 cycle.add(enclosingRule);
184 listOfRecursiveCycles.add(cycle);
/external/webkit/Source/WebCore/fileapi/
H A DFileThread.cpp104 pool.cycle();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DFragmentedMp4Builder.java81 * @param cycle current fragment (sorting may vary between the fragments)
85 protected List<Track> sortTracksInSequence(List<Track> tracks, final int cycle, final Map<Track, long[]> intersectionMap) { argument
90 long startSample1 = startSamples1[cycle];
92 long endSample1 = cycle + 1 < startSamples1.length ? startSamples1[cycle + 1] : o1.getSamples().size() + 1;
94 long startSample2 = startSamples2[cycle];
96 long endSample2 = cycle + 1 < startSamples2.length ? startSamples2[cycle + 1] : o2.getSamples().size() + 1;
127 for (int cycle = 0; cycle < maxNumberOfFragment
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.S180 eor r11,r11,r12 @ 1 cycle stall
197 eor r11,r11,r12 @ 1 cycle stall
214 eor r11,r11,r12 @ 1 cycle stall
231 eor r11,r11,r12 @ 1 cycle stall
252 eor r11,r11,r12 @ 1 cycle stall
268 eor r11,r11,r12 @ 1 cycle stall
284 eor r11,r11,r12 @ 1 cycle stall
300 eor r11,r11,r12 @ 1 cycle stall
316 eor r11,r11,r12 @ 1 cycle stall
339 eor r11,r11,r12 @ 1 cycle stal
[all...]
/external/quake/quake/src/QW/client/
H A Dview.c115 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/
H A Dview.cpp115 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);

Completed in 583 milliseconds

123