/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
LoopMode.java | 54 * The animation will cycle back and forth. When reaching the end, the 58 Cycle,
|
AnimChannel.java | 79 case Cycle: 88 case Cycle:
|
/external/llvm/lib/CodeGen/ |
MachineTraceMetrics.cpp | 569 // need to erase the Cycle entries. They will be overwritten when we 609 // and instruction latencies. These cycle numbers assume that the CPU can issue 610 // an infinite number of instructions per cycle as long as their dependencies 687 unsigned Cycle; 693 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(0), Op(0) {} 842 // Filter and process dependencies, computing the earliest issue cycle. 843 unsigned Cycle = 0; [all...] |
IfConversion.cpp | 98 /// ExtraCost - Extra cost for multi-cycle instructions. 210 unsigned Cycle, unsigned Extra, 212 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, [all...] |
/external/chromium_org/ash/wm/overview/ |
window_selector_unittest.cc | 145 void Cycle(WindowSelector::Direction direction) { 330 Cycle(WindowSelector::FORWARD); 389 Cycle(WindowSelector::FORWARD); 393 Cycle(WindowSelector::FORWARD); 417 Cycle(WindowSelector::FORWARD); 422 Cycle(WindowSelector::FORWARD); 427 Cycle(WindowSelector::FORWARD); 445 Cycle(WindowSelector::FORWARD); 449 Cycle(WindowSelector::FORWARD); 465 Cycle(WindowSelector::FORWARD) [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
TestOgreComplexAnim.java | 85 feet.setLoopMode(LoopMode.Cycle); 90 feet.setLoopMode(LoopMode.Cycle);
|
TestOgreAnim.java | 113 channel.setLoopMode(LoopMode.Cycle);
|
/build/core/ |
node_fns.mk | 168 $(eval ### "If we just inherited ourselves, it's a cycle.") \ 170 $(warning Cycle detected between "$(2)" and "$(i)" for context "$(1)") \
|
/external/chromium_org/ui/gfx/animation/ |
multi_animation_unittest.cc | 72 // Step to 300, which is greater than the cycle time. 79 TEST(MultiAnimationTest, Cycle) { 87 // Step to 300, which is greater than the cycle time.
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
AnimationTrack.java | 115 if(loopMode == loopMode.Cycle){
|
/external/llvm/lib/Target/R600/ |
R600InstrInfo.cpp | 394 // only be fetched during the first cycle. 409 unsigned Cycle = getTransSwizzle(TransSwz, i); 414 if (Vector[Src.second][Cycle] < 0) 415 Vector[Src.second][Cycle] = Src.first; 416 if (Vector[Src.second][Cycle] != Src.first) 459 /// Instructions in Trans slot can't read gpr at cycle 0 if they also read 460 /// a const, and can't read a gpr at cycle 1 if they read 2 const. 467 unsigned Cycle = getTransSwizzle(TransSwz, i); 470 if (ConstCount > 0 && Cycle == 0) 472 if (ConstCount > 1 && Cycle == 1 [all...] |
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 303 unsigned TopReadyCycle; // Cycle relative to start when node is ready. 304 unsigned BotReadyCycle; // Cycle relative to end when node is ready. 529 void setCurCycle(unsigned Cycle) { 530 CurCycle = Cycle; 711 /// WillCreateCycle - Return true if addPred(TargetSU, SU) creates a cycle.
|
/external/chromium/base/ |
file_descriptor_shuffle_unittest.cc | 143 TEST(FileDescriptorShuffleTest, Cycle) {
|
/external/chromium_org/base/posix/ |
file_descriptor_shuffle_unittest.cc | 140 TEST(FileDescriptorShuffleTest, Cycle) {
|
/external/oprofile/events/i386/nehalem/ |
events | 34 event:0x17 counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITES : Counts the number of instructions written into the instruction queue every cycle. 38 event:0x1E counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITE_CYCLES : This event counts the number of cycles during which instructions are written to the instruction queue. Dividing this counter by the number of instructions written to the instruction queue (INST_QUEUE_WRITES) yields the average number of instructions decoded each cycle. If this number is less than four and the pipe stalls, this indicates that the decoder is failing to decode enough instructions per cycle to sustain the 4-wide pipeline. 60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table. 72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline. 82 event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
deltablue.js | 188 alert("Cycle encountered"); 589 * constraint graph has an inadvertent cycle. 684 * values of all variables whose stay flag is true. If a cycle is
|
pdfjs.js | 51 // Cycle through all pages. [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 179 alert("Cycle encountered"); 580 * constraint graph has an inadvertent cycle. 675 * values of all variables whose stay flag is true. If a cycle is
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-deltablue.js | 179 alert("Cycle encountered"); 580 * constraint graph has an inadvertent cycle. 675 * values of all variables whose stay flag is true. If a cycle is
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-deltablue.js | 179 alert("Cycle encountered"); 580 * constraint graph has an inadvertent cycle. 675 * values of all variables whose stay flag is true. If a cycle is
|
/external/chromium_org/v8/benchmarks/ |
deltablue.js | 185 alert("Cycle encountered"); 586 * constraint graph has an inadvertent cycle. 681 * values of all variables whose stay flag is true. If a cycle is
|
/external/v8/benchmarks/ |
deltablue.js | 185 alert("Cycle encountered"); 586 * constraint graph has an inadvertent cycle. 681 * values of all variables whose stay flag is true. If a cycle is
|
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |