Searched refs:tick (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A Dspeed.js5 var tick = 0;
7 tick += 0.1;
9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
14 print(tick*10, " FPS");
16 tick=0;
H A Dsample.js5 var tick = 0;
7 tick += 0.1;
9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
/external/skia/experimental/SkV8Example/
H A Dspeed.js5 var tick = 0;
7 tick += 0.1;
9 canvas.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
14 print(tick*10, " FPS");
16 tick=0;
H A Dsample.js5 var tick = 0;
7 tick += 0.1;
9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
/external/chromium_org/v8/tools/
H A Dfreebsd-tick-processor3 # A wrapper script to call 'linux-tick-processor'.
10 $tools_path/linux-tick-processor "$@"
H A Dmac-tick-processor3 # A wrapper script to call 'linux-tick-processor' with Mac-specific settings.
6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/
H A Dbench.js9 function tick() {
11 rafFunc(tick);
20 rafFunc(tick);
/external/openssl/crypto/
H A Dpariscid.pl135 my ($tick,$lasttick)=("%r23","%r22");
146 mfctl %cr16,$tick
147 copy $tick,$lasttick
151 ldw 0($out),$tick
152 add $diff,$tick,$tick
153 stw $tick,0($out)
155 mfctl %cr16,$tick
156 sub $tick,$lasttick,$diff
157 copy $tick,
[all...]
/external/chromium_org/chrome/browser/
H A Dinternal_auth.cc26 // Size of a tick in microseconds. This determines upper bound for average
72 // Size of decimal string representing 64-bit tick.
75 // A passport consists of 2 parts: HMAC and tick.
80 int64 tick = base::Time::Now().ToInternalValue() / kTickUs;
81 if (tick < kVerificationWindowTicks ||
82 tick < kKeyRegenerationHardTicks ||
83 tick > kint64max - kKeyRegenerationHardTicks) {
86 return tick;
144 int64 tick,
159 blob += tmp + kItemSeparator + base::Uint64ToString(tick);
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_hid_detection.css58 #hid-keyboard-tick,
59 #hid-mouse-tick {
83 .connected #hid-keyboard-tick,
84 .connected #hid-mouse-tick,
85 .paired #hid-keyboard-tick,
86 .paired #hid-mouse-tick {
90 .connected #hid-keyboard-tick,
91 .connected #hid-mouse-tick,
92 .paired #hid-keyboard-tick,
93 .paired #hid-mouse-tick {
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Drrtimer.h33 highres=false; tick=0.001;
37 tick=(double)1.0/(double)(Frequency.QuadPart);
55 return((double)(Time.QuadPart)*tick);
58 return((double)GetTickCount()*tick);
74 bool highres; double tick; member in class:rrtimer
/external/ipsec-tools/src/racoon/
H A Dschedule.c127 sched_new(tick, func, param)
128 time_t tick;
145 new->tick = tick;
147 new->xtime = current_time() + tick;
260 dst->tick = p->tick;
295 test(tick)
296 int *tick;
298 printf("execute %d\n", *tick);
305 int *tick; local
[all...]
H A Dschedule.h54 time_t tick; /* for debug */ member in struct:sched
75 time_t tick; member in struct:scheddump
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon30877
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon30864
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon30867
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon30927
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon30914
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon30917
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon30979
H A Deas_tcdata.h50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon30982
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon30962
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dcycleclock.h112 int64 tick;
114 asm("mov %%g1, %0" : "=r" (tick));
115 return tick;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dcycleclock.h110 int64 tick;
112 asm("mov %%g1, %0" : "=r" (tick));
113 return tick;
/external/iproute2/tc/
H A Dtc_core.h18 unsigned tc_core_tick2time(unsigned tick);

Completed in 7294 milliseconds

1234