HomeSort by relevance Sort by last modified time
    Searched refs:cycles (Results 1 - 23 of 23) sorted by null

  /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;
  /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...]
  /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/zlib/examples/
gzappend.c 124 unsigned cycles; local
151 /* otherwise do rotate as a set of cycles in place */
152 cycles = gcd(len, rot); /* number of cycles */
154 start = from = list + cycles; /* start index is arbitrary */
164 } while (--cycles);
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 118 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 28 |vp8_short_idct4x4llm_1_v6| PROC ; cycles in out pit
56 |vp8_short_idct4x4llm_v6| PROC ; cycles in out pit
148 |vp8_short_idct4x4llm_v6_scott| PROC ; cycles in out pit
233 |vp8_short_idct4x4llm_v6_dual| PROC ; cycles in out pit
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 243 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
247 g_object_set(G_OBJECT(settings), "tab-key-cycles-through-elements", cycles, NULL); local
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 88 void setTabKeyCyclesThroughElements(bool cycles);
  /external/libvpx/vp8/decoder/arm/neon/
dboolhuff_neon.asm 110 ;ldrd r2, r3, [r0, #bool_decoder_range] ;ldrd costs 2 cycles
  /external/webkit/WebKit/win/Interfaces/
IWebViewPrivate.idl 106 HRESULT setTabKeyCyclesThroughElements([in] BOOL cycles);
  /external/openssl/crypto/sha/asm/
sha1-thumb.pl 233 b .Lloop @ [+6] total 3212 cycles
  /external/webkit/WebKitTools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 342 void LayoutTestController::setTabKeyCyclesThroughElements(bool cycles)
344 [[mainFrame webView] setTabKeyCyclesThroughElements:cycles];
  /external/webkit/WebKit/win/
WebView.h 662 /* [in] */ BOOL cycles);
    [all...]
WebView.cpp     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 127 Useless wasting CPU cycles and
  /external/v8/benchmarks/
richards.js 361 * An idle task doesn't do any work itself but cycles control between the two
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 356 * An idle task doesn't do any work itself but cycles control between the two
  /external/sqlite/dist/
sqlite3.c 7142 u64 cycles; \/* Total time spent executing this instruction *\/ member in struct:VdbeOp
    [all...]
sqlite3.c.orig     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 161 with \textit{cycles per byte} timings that are comparable (and often favourable) to other libraries such as OpenSSL and
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 149 milliseconds