/external/v8/src/ |
platform-macos.cc | 597 // Invoke tick handler with program counter and stack pointer. 598 sampler_->Tick(&sample);
|
platform-openbsd.cc | 547 active_sampler_->Tick(&sample); 587 // Set the itimer to generate a tick for each interval.
|
platform-solaris.cc | 538 active_sampler_->Tick(&sample); 578 // Set the itimer to generate a tick for each interval.
|
platform.h | 143 // Get a tick counter normalized to one tick per microsecond. 543 virtual void Tick(TickSample* sample) = 0;
|
platform-linux.cc | 767 active_sampler_->Tick(&sample); 810 // Set the itimer to generate a tick for each interval.
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumMac.mm | 432 // Calculate how far down (in %) the tick-mark should appear. 437 // Calculate how far down (in pixels) the tick-mark should appear.
|
/external/webkit/WebKit/chromium/src/js/ |
ProfilerProcessor.js | 182 "tick": { parsers: [this.createAddressParser("code"), 207 dispatches["tick"] = { parsers: [this.createAddressParser("code"),
|
/external/netperf/ |
netcpu_kstat.c | 188 /* return the value of the idle tick counter for the specified CPU */
|
/external/v8/tools/ |
tickprocessor.js | 153 'tick': { parsers: [this.createAddressParser('code'), 192 case op.TICK: 194 // otherwise tick balance will be corrupted (this behavior is compatible 205 // Count each tick as a time unit.
|
profile.js | 72 TICK: 2 221 * Records a tick event. Stack must contain a sequence of 251 devtools.profiler.Profile.Operation.TICK, stack[i], i);
|
/external/webkit/WebCore/inspector/front-end/ |
TextEditorHighlighter.js | 139 // Highlighter did not reach this point yet, nothing to update. It will reach it on subsequent timer tick and do the job.
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 216 int min, int max, int value, int tick) { 223 slider.setMinorTickSpacing(tick); 224 slider.setMajorTickSpacing(tick);
|
/external/icu4c/i18n/ |
rbnf.cpp | 282 TICK = 0x0027, 339 TICK, 0 343 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0 493 UBool haveQuote = c == QUOTE || c == TICK; 519 } else if (x == OPEN_ANGLE || x == TICK || x == QUOTE) { [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_linux.c | 485 tmo->tick = 1000000 / HZ; 503 if (tmo->increment < tmo->tick) { 506 if (tmo->increment > tmo->tick) 507 tmo->increment = tmo->tick; 1201 /* Count the tick for reference */ 1230 /* Count the tick for reference */ [all...] |
/external/bluetooth/glib/tests/ |
hash-test.c | 145 * precompute, but it takes 1 clock tick on a 750.
|
/external/e2fsprogs/e2fsck/ |
unix.c | 384 unsigned int tick; local 408 tick = (tv.tv_sec << 3) + (tv.tv_usec / (1000000 / 8)); 409 if ((tick == ctx->progress_last_time) && 412 ctx->progress_last_time = tick; [all...] |
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_library_list.cpp | 93 TICK starttime;
|
oscl_shared_library.cpp | 80 TICK starttime;
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_miditypes.h | 109 EAS_U16 tickConv; /* current MIDI tick to msec conversion */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_miditypes.h | 109 EAS_U16 tickConv; /* current MIDI tick to msec conversion */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_miditypes.h | 109 EAS_U16 tickConv; /* current MIDI tick to msec conversion */
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 528 Starting measure, beat and tick of the segment</li> 531 Ending measure, beat and tick of the segment</li> 620 Sets the starting measure, beat, and tick for the event</p> 623 Sets the ending measure, beat, and tick for the event, if applicable</p> [all...] |
/external/grub/netboot/ |
eepro.c | 479 outb(outval | EESK, ee_addr); /* EEPROM clock tick */ 481 outb(outval, ee_addr); /* finish EEPROM clock tick */
|
/external/opencore/doc/oscl_html/ |
oscl__timer_8h-source.html | 175 00231 <span class="comment">// get tick count period</span> 184 00240 <span class="comment">// get tick count period</span>
|
/external/qemu/ |
cpu-all.h | 1008 asm volatile("rd %%tick,%0" : "=r"(rval)); 1018 asm volatile("rd %%tick,%1; srlx %1,32,%0"
|