/development/samples/Spinner/ |
_index.html | 16 management of state across invocations and power cycles.
|
/external/compiler-rt/test/timing/ |
ashldi3.c | 46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
ashrdi3.c | 46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
divdi3.c | 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
lshrdi3.c | 46 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
moddi3.c | 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
muldi3.c | 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
negdi2.c | 47 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
udivdi3.c | 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
umoddi3.c | 49 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
/external/icu4c/common/ |
ucasemap_titlecase_brkiter.cpp | 15 * were moved here to break dependency cycles among parts of the common library.
|
/external/webkit/Source/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
|
/packages/apps/Settings/res/layout/ |
data_usage_cycles.xml | 18 android:id="@+id/cycles"
|
/external/oprofile/events/ppc64/power5++/ |
events | 19 event:0X001 counters:1 um:zero minimum:10000 name:CYCLES : Processor Cycles 22 event:0X002 counters:2 um:zero minimum:10000 name:CYCLES_RND_SMPL : Processor Cycles with random sampling 26 event:0X0010 counters:0 um:zero minimum:10000 name:PM_RUN_CYC_GRP1 : (Group 1 pm_utilization) Run cycles 29 event:0X0013 counters:3 um:zero minimum:10000 name:PM_CYC_GRP1 : (Group 1 pm_utilization) Processor cycles 33 event:0X0021 counters:1 um:zero minimum:1000 name:PM_GCT_EMPTY_CYC_GRP2 : (Group 2 pm_completion) Cycles GCT empty 35 event:0X0023 counters:3 um:zero minimum:10000 name:PM_CYC_GRP2 : (Group 2 pm_completion) Processor cycles 40 event:0X0032 counters:2 um:zero minimum:1000 name:PM_GRP_DISP_BLK_SB_CYC_GRP3 : (Group 3 pm_group_dispatch) Cycles group dispatch blocked by scoreboard 44 event:0X0040 counters:0 um:zero minimum:1000 name:PM_0INST_CLB_CYC_GRP4 : (Group 4 pm_clb1) Cycles no instructions in CLB 45 event:0X0041 counters:1 um:zero minimum:1000 name:PM_2INST_CLB_CYC_GRP4 : (Group 4 pm_clb1) Cycles 2 instructions in CL [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 36 // cycles required to execute the trace when execution is limited by data 38 // of cycles required to execute all instructions in the trace when ignoring 41 // Every instruction in the current block has a slack - the number of cycles 199 /// Critical path length. This is the number of cycles in the longest data 221 /// Minimum number of cycles from this instruction is issued to the of the 245 /// This is the number of cycles required to execute all instructions from 251 /// Return the resource length of the trace. This is the number of cycles 268 return TE.Cycles.lookup(MI); 271 /// Return the slack of MI. This is the number of cycles MI can be delayed 286 DenseMap<const MachineInstr*, InstrCycles> Cycles; [all...] |
/external/oprofile/events/i386/nehalem/ |
events | 10 event:0x3c counters:0,1,2,3 um:zero minimum:6000 name:CPU_CLK_UNHALTED : Clock cycles when not halted 11 event:0x3c counters:0,1,2,2 um:one minimum:6000 name:UNHALTED_REFERENCE_CYCLES : Unhalted reference cycles 20 event:0x04 counters:0,1,2,3 um:sb_drain minimum:6000 name:SB_DRAIN : Counts the cycles of store buffer drains. 33 event:0x14 counters:0,1,2,3 um:arith minimum:6000 name:ARITH : Counts division cycles and number of multiplies. Includes integer and FP, but excludes DPPS/MPSAD. 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. 44 event:0x3C counters:0,1,2,3 um:cpu_clk_unhalted minimum:6000 name:CPU_CLK_UNHALTED : Counts the number of thread cycles while the thread is not in a halt state. 53 event:0x4D counters:0,1,2,3 um:one minimum:6000 name:SFENCE_CYCLES : Counts store fence cycles 59 event:0x60 counters:0,1,2,3 um:offcore_requests_outstanding minimum:6000 name:OFFCORE_REQUESTS_OUTSTANDING : Counts weighted cycles of offcore requests. 67 event:0x87 counters:0,1,2,3 um:ild_stall minimum:6000 name:ILD_STALL : Cycles Instruction Length Decoder stalls 77 event:0xB2 counters:0,1,2,3 um:one minimum:6000 name:OFFCORE_REQUESTS_SQ_FULL : Counts number of cycles the SQ is full to handle off-core requests [all...] |
/development/tools/labpretest/ |
README | 21 script, it will detect the device and go through 100 cycles, running the monkey 24 specific devices. Additional parameters are -i for how many cycles and -m for
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring_pulse.c | 43 // the initial loop; it takes 16 clock cycles per iteration. 65 // to be 20 clock cycles long and have about 16 clocks between the edge
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_folder_target_unittest.mm | 97 // OCMockRecorders we used to break the cycles. 123 // Break retain cycles.
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl.h | 34 // to |url_request_context|. Be careful not to create cycles between the 35 // fetcher and the context; you can break such cycles by calling Cancel().
|
/external/chromium-trace/trace-viewer/src/importer/linux_perf/ |
mali_parser.js | 367 return this.jmSample(hwcTitle, 'cycles', ts, eventBase); 387 return this.tilerSample(hwcTitle, 'cycles', ts, eventBase); 407 return this.fragSample(hwcTitle, 'cycles', ts, eventBase); 427 return this.computeSample(hwcTitle, 'cycles', ts, eventBase); 437 return this.hwcSample('mali:shader', 'Tripipe: ' + hwcTitle, 'cycles', 458 return this.arithSample(hwcTitle, 'cycles', ts, eventBase); 525 return this.mmuSample(hwcTitle, 'cycles', ts, eventBase); 545 return this.l2Sample(hwcTitle, 'cycles', ts, eventBase);
|
/external/llvm/lib/Target/ARM/ |
ARMHazardRecognizer.cpp | 62 // Try to schedule another instruction for the next 4 cycles. 91 // Stalled for 4 cycles but still can't schedule any other instructions.
|
/external/openfst/src/include/fst/ |
randequivalent.h | 85 // Give up if there are epsilon cycles in a non-idempotent semiring 95 // Give up if there are epsilon cycles in a non-idempotent semiring
|
/external/oprofile/events/mips/5K/ |
events | 8 event:0x0 counters:0,1 um:zero minimum:500 name:CYCLES : Cycles
|