/frameworks/base/core/java/android/view/animation/ |
CycleInterpolator.java | 24 * Repeats the animation for a specified number of cycles. The 29 public CycleInterpolator(float cycles) { 30 mCycles = cycles;
|
/prebuilt/linux-x86/oprofile/arm/armv6/ |
events | 4 event:0x01 counters:0,1 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles instruction fetch pipe is stalled 5 event:0x02 counters:0,1 um:zero minimum:500 name:CYCLES_DATA_STALL : cycles stall occurs for due to data dependency 18 event:0x11 counters:0,1 um:zero minimum:500 name:LSU_STALL : cycles stalled because Load Store request queque is full 20 event:0x20 counters:0,1 um:zero minimum:500 name:ETMEXTOUT0 : nuber of cycles ETMEXTOUT[0] signal was asserted 21 event:0x21 counters:0,1 um:zero minimum:500 name:ETMEXTOUT1 : nuber of cycles ETMEXTOUT[1] signal was asserted 22 event:0x22 counters:0,1 um:zero minimum:500 name:ETMEXTOUT_BOTH : nuber of cycles both ETMEXTOUT [0] and [1] were asserted * 2 23 event:0xff counters:0,1,2 um:zero minimum:500 name:CPU_CYCLES : clock cycles counter
|
/prebuilt/linux-x86_64/oprofile/arm/armv6/ |
events | 4 event:0x01 counters:0,1 um:zero minimum:500 name:CYCLES_IFU_MEM_STALL : cycles instruction fetch pipe is stalled 5 event:0x02 counters:0,1 um:zero minimum:500 name:CYCLES_DATA_STALL : cycles stall occurs for due to data dependency 18 event:0x11 counters:0,1 um:zero minimum:500 name:LSU_STALL : cycles stalled because Load Store request queque is full 20 event:0x20 counters:0,1 um:zero minimum:500 name:ETMEXTOUT0 : nuber of cycles ETMEXTOUT[0] signal was asserted 21 event:0x21 counters:0,1 um:zero minimum:500 name:ETMEXTOUT1 : nuber of cycles ETMEXTOUT[1] signal was asserted 22 event:0x22 counters:0,1 um:zero minimum:500 name:ETMEXTOUT_BOTH : nuber of cycles both ETMEXTOUT [0] and [1] were asserted * 2 23 event:0xff counters:0,1,2 um:zero minimum:500 name:CPU_CYCLES : clock cycles counter
|
/external/openssl/crypto/ripemd/ |
README | 5 off the pace since I only get 1050 cycles, while the best is 1013. 6 I have a few ideas for how to get another 20 or so cycles, but at
|
/bionic/libc/bionic/ |
time64.c | 208 int cycles = 0; local 211 cycles = (orig_year - 100) / 400; 212 orig_year -= cycles * 400; 213 days += (Time64_T)cycles * days_in_gregorian_cycle; 216 cycles = (orig_year - 100) / 400; 217 orig_year -= cycles * 400; 218 days += (Time64_T)cycles * days_in_gregorian_cycle; 220 TRACE3("# timegm/ cycles: %d, days: %lld, orig_year: %lld\n", cycles, days, orig_year); 469 int cycles; local 529 int cycles = 0; local [all...] |
/cts/tests/res/anim/ |
cycle_interpolator.xml | 18 <cycleInterpolator xmlns:android="http://schemas.android.com/apk/res/android" android:cycles="1" />
|
move_cycle.xml | 17 <cycleInterpolator xmlns:android="http://schemas.android.com/apk/res/android" android:cycles="20" />
|
/dalvik/docs/opcodes/ |
opcode-00-nop.html | 17 Waste cycles.
|
/development/samples/ApiDemos/res/anim/ |
cycle_7.xml | 17 <cycleInterpolator xmlns:android="http://schemas.android.com/apk/res/android" android:cycles="7" />
|
/external/dropbear/libtommath/logs/ |
graphs.dem | 3 set ylabel "Cycles per Operation"
|
/sdk/emulator/qtools/ |
bbprof.cpp | 11 uint32_t *cycles; // number of cycles for each insn member in struct:MyStaticRec 12 uint32_t elapsed; // number of cycles for basic block 85 blocks[ii].cycles = new uint32_t[num_insns]; 86 memset(blocks[ii].cycles, 0, num_insns * sizeof(uint32_t)); 124 cycle_ptr = &bptr->cycles[ii]; 146 uint32_t elapsed = sorted[ii]->cycles[jj];
|
/external/netperf/ |
netcpu_pstatnew.c | 217 /* calculate our sanity check on cycles */ 230 accounting for interrupt cycles, whereby the cycles do not get 233 Some cycles go missing. 237 idle cycles is sufficiently accurate. So, while we will still do 238 math with user, kernel and interrupt cycles, we will only 240 total cycles. I am told that a "future release" of HP-UX will 243 /* calculate what the sum of CPU cycles _SHOULD_ be */ 305 all the "missing" cycles to it. raj 2005/09/14 */
|
/external/dropbear/libtommath/demo/ |
timing.c | 122 printf("Adding\t\t%4d-bit => %9llu/sec, %9llu cycles\n", 144 printf("Subtracting\t\t%4d-bit => %9llu/sec, %9llu cycles\n", 175 printf("Multiplying\t%4d-bit => %9llu/sec, %9llu cycles\n", 195 printf("Squaring\t%4d-bit => %9llu/sec, %9llu cycles\n", 272 printf("Exponentiating\t%4d-bit => %9llu/sec, %9llu cycles\n", 308 printf("Inverting mod\t%4d-bit => %9llu/sec, %9llu cycles\n",
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_timer.h | 114 * @param frequency The frequency of the timer in cycles/second. A value of 131 * Set the frequency of the timer in cycles/second. 153 * @param cycles the number of cycles to wait before a timeout event. If 154 * the timer frequency is 1 and the cycles are set to 2, then 159 void Request(int32 timerID, int32 timeoutInfo, int32 cycles, OsclTimerObserver *obs = 0, bool recurring = 0); 263 void OsclTimer<Alloc>::Request(int32 timerID, int32 param, int32 cycles, OsclTimerObserver *obs, bool recurring) 270 entry->iCounter = cycles;
|
/development/samples/Spinner/ |
_index.html | 16 management of state across invocations and power cycles.
|
/external/qemu/ |
qemu-timer.h | 19 precision clock, usually cpu cycles (use ticks_per_sec). */
|
/external/webkit/WebCore/manual-tests/ |
tabbing-input-google.html | 11 2) Hit tab until focus cycles through the text fields in the page, and comes back to the Google field.<br>
|
/frameworks/base/core/java/android/text/ |
Annotation.java | 23 * TextView save/restore cycles and can be used to keep application-specific
|
/prebuilt/linux-x86/oprofile/arm/armv7/ |
events | 27 event:0x45 counters:1,2,3,4 um:zero minimum:500 name:AXI_READ_CYCLES : Number of cycles for an active AXI read 28 event:0x46 counters:1,2,3,4 um:zero minimum:500 name:AXI_WRITE_CYCLES : Number of cycles for an active AXI write 44 event:0x56 counters:1,2,3,4 um:zero minimum:500 name:CYCLES_INST_STALL : Cycles where no instruction available 46 event:0x58 counters:1,2,3,4 um:zero minimum:500 name:CYCLES_NEON_DATA_STALL : Number of cycles the processor waits on MRC data from NEON 47 event:0x59 counters:1,2,3,4 um:zero minimum:500 name:CYCLES_NEON_INST_STALL : Number of cycles the processor waits on NEON instruction queue or NEON load queue 48 event:0x5A counters:1,2,3,4 um:zero minimum:500 name:NEON_CYCLES : Number of cycles NEON and integer processors are not idle 52 event:0xFF counters:0 um:zero minimum:500 name:CPU_CYCLES : Number of CPU cycles
|
/prebuilt/linux-x86_64/oprofile/arm/armv7/ |
events | 27 event:0x45 counters:1,2,3,4 um:zero minimum:500 name:AXI_READ_CYCLES : Number of cycles for an active AXI read 28 event:0x46 counters:1,2,3,4 um:zero minimum:500 name:AXI_WRITE_CYCLES : Number of cycles for an active AXI write 44 event:0x56 counters:1,2,3,4 um:zero minimum:500 name:CYCLES_INST_STALL : Cycles where no instruction available 46 event:0x58 counters:1,2,3,4 um:zero minimum:500 name:CYCLES_NEON_DATA_STALL : Number of cycles the processor waits on MRC data from NEON 47 event:0x59 counters:1,2,3,4 um:zero minimum:500 name:CYCLES_NEON_INST_STALL : Number of cycles the processor waits on NEON instruction queue or NEON load queue 48 event:0x5A counters:1,2,3,4 um:zero minimum:500 name:NEON_CYCLES : Number of cycles NEON and integer processors are not idle 52 event:0xFF counters:0 um:zero minimum:500 name:CPU_CYCLES : Number of CPU cycles
|
/dalvik/tools/dmtracedump/tests/filters/ |
testWaitingDisjointCrossThreadDiffFilterSameKeysExpected | 60 Total cycles: 16 134 Total waiting cycles: 16 (100.00% of total) 137 Waiting cycles % of total waiting time execution time while waiting thread name 146 Total waiting cycles: 0 ( 0.00% of total) 151 Total waiting cycles: 16 (100.00% of total) 154 Waiting cycles % of total waiting time execution time while waiting thread name 174 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Class</div> 201 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Method</div>
|
testWaitingDisjointSingleThreadDiffFilterSameKeysExpected | 60 Total cycles: 16 134 Total waiting cycles: 12 ( 75.00% of total) 137 Waiting cycles % of total waiting time execution time while waiting thread name 146 Total waiting cycles: 0 ( 0.00% of total) 151 Total waiting cycles: 12 ( 75.00% of total) 154 Waiting cycles % of total waiting time execution time while waiting thread name 174 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Class</div> 201 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Method</div>
|
testWaitingNestedOverlapCrossThreadDiffFilterSameKeysExpected | 60 Total cycles: 16 134 Total waiting cycles: 12 ( 75.00% of total) 137 Waiting cycles % of total waiting time execution time while waiting thread name 146 Total waiting cycles: 0 ( 0.00% of total) 151 Total waiting cycles: 12 ( 75.00% of total) 154 Waiting cycles % of total waiting time execution time while waiting thread name 174 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Class</div> 201 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Method</div>
|
testWaitingNestedOverlapSingleThreadDiffFilterSameKeysExpected | 60 Total cycles: 10 134 Total waiting cycles: 8 ( 80.00% of total) 137 Waiting cycles % of total waiting time execution time while waiting thread name 146 Total waiting cycles: 0 ( 0.00% of total) 151 Total waiting cycles: 8 ( 80.00% of total) 154 Waiting cycles % of total waiting time execution time while waiting thread name 174 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Class</div> 201 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Method</div>
|
testWaitingPartialOverlapCrossThreadDiffFilterSameKeysExpected | 60 Total cycles: 16 134 Total waiting cycles: 12 ( 75.00% of total) 137 Waiting cycles % of total waiting time execution time while waiting thread name 146 Total waiting cycles: 0 ( 0.00% of total) 151 Total waiting cycles: 12 ( 75.00% of total) 154 Waiting cycles % of total waiting time execution time while waiting thread name 174 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Class</div> 201 <div class="header"><span class="parent"> </span> Cycles %/total Cumul.% Calls+Recur Method</div>
|