HomeSort by relevance Sort by last modified time
    Searched refs:tick (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/skia/experimental/SkV8Example/
speed.js 5 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;
sample.js 5 var tick = 0;
7 tick += 0.1;
9 context.fillRect(100, 100, Math.sin(tick)*100, Math.cos(tick)*100);
  /external/skia/experimental/SkV8Example/
speed.js 5 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;
sample.js 5 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/
freebsd-tick-processor 3 # A wrapper script to call 'linux-tick-processor'.
10 $tools_path/linux-tick-processor "$@"
mac-tick-processor 3 # A wrapper script to call 'linux-tick-processor' with Mac-specific settings.
6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h 43 extern void appRender(long tick, int width, int height);
  /frameworks/native/opengl/tests/angeles/
app.h 43 extern void appRender(long tick, int width, int height);
  /external/openssl/crypto/
pariscid.pl 135 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,$lasttic
    [all...]
  /external/chromium_org/chrome/browser/
internal_auth.cc 26 // 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/
oobe_screen_hid_detection.css 58 #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/
rrtimer.h 33 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/
schedule.c 127 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...]
schedule.h 54 time_t tick; /* for debug */ member in struct:sched
75 time_t tick; member in struct:scheddump
  /development/ndk/sources/android/ndk_helper/
perfMonitor.cpp 52 double tick = time - last_tick_; local
53 double d = UpdateTick( tick );
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon35481
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon35468
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon35471
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon35531
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon35518
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon35583
eas_tcdata.h 50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon35586
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
cycleclock.h 112 int64 tick;
114 asm("mov %%g1, %0" : "=r" (tick));
115 return tick;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
cycleclock.h 110 int64 tick;
112 asm("mov %%g1, %0" : "=r" (tick));
113 return tick;
  /external/iproute2/tc/
tc_core.h 18 unsigned tc_core_tick2time(unsigned tick);

Completed in 568 milliseconds

1 2 3 4 5 6 7 8 91011