OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ticks
(Results
151 - 175
of
222
) sorted by null
1
2
3
4
5
6
7
8
9
/external/v8/src/
platform-posix.cc
93
int64_t OS::
Ticks
() {
platform.h
145
static int64_t
Ticks
();
251
// Support for profiler. Can do nothing, in which case
ticks
log.cc
183
// Ticker used to provide
ticks
to the profiler and the sliding state
284
// Register to get
ticks
.
295
// Stop receiving
ticks
.
[
all
...]
log.h
68
// Collect statistical profiling information (
ticks
), default is off. The
/external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm
100
carbonEvent->when = (UInt32)([cocoaEvent timestamp] * 60); // seconds to
ticks
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd.h
337
/* Initial idletime
ticks
(may be -1 for immediate idle, 0 for no idle) */
/packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java
129
// Register for time
ticks
and other reasons for time change
/system/core/init/
readme.txt
204
Set the system clock base (0 if system clock
ticks
in GMT)
/external/grub/netboot/
cs89x0.c
262
/* wait a couple of timer
ticks
for packet to be received */
311
/* wait for two
ticks
; that is 2*55ms */
epic100.c
475
/* Typical operation takes < 50
ticks
. */
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
mp4enc_api.h
153
/** @brief Sets the number of
ticks
per second used for timing information encoded in MPEG4 bitstream.*/
156
/** @brief Sets the number of
ticks
in time increment resolution between 2 source frames (equivalent to source frame rate). */
/external/qemu/
vl-android.c
313
/* Conversion factor from emulated instructions to virtual clock
ticks
. */
853
fprintf(stderr, "Could not calibrate
ticks
\n");
935
int64_t
ticks
;
local
936
ticks
= cpu_get_real_ticks();
937
if (cpu_ticks_prev >
ticks
) {
938
/* Note: non increasing
ticks
may happen if the host uses
940
cpu_ticks_offset += cpu_ticks_prev -
ticks
;
942
cpu_ticks_prev =
ticks
;
943
return
ticks
+ cpu_ticks_offset;
[
all
...]
vl.c
280
/* Conversion factor from emulated instructions to virtual clock
ticks
. */
758
fprintf(stderr, "Could not calibrate
ticks
\n");
840
int64_t
ticks
;
local
841
ticks
= cpu_get_real_ticks();
842
if (cpu_ticks_prev >
ticks
) {
843
/* Note: non increasing
ticks
may happen if the host uses
845
cpu_ticks_offset += cpu_ticks_prev -
ticks
;
847
cpu_ticks_prev =
ticks
;
848
return
ticks
+ cpu_ticks_offset;
[
all
...]
/external/bison/lib/
timevar.c
79
/* Calculation of scale factor to convert
ticks
to microseconds.
/external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Other.h
297
* reported to be nOffset
ticks
earlier.
/external/qemu/android/skin/
trackball.c
183
Uint32 ticks_last; /*
ticks
since last move */
/external/sonivox/jet_tools/JetCreator/
JetSegGraph.py
77
#
ticks
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h
280
* reported to be nOffset
ticks
earlier.
/sdk/traceview/src/com/android/traceview/
TimeLineView.java
795
// Draw the initial minor
ticks
, if any
829
// Draw 4 minor
ticks
between major
ticks
[
all
...]
/external/v8/test/cctest/
test-log.cc
297
// Run code for 200 msecs to get some
ticks
.
301
// Yield CPU to give Profiler thread a chance to process
ticks
.
[
all
...]
/external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp
[
all
...]
/packages/apps/Phone/src/com/android/phone/
CallCard.java
367
// Stop getting timer
ticks
from this call
374
// Stop getting timer
ticks
from a previous call
381
// Stop getting timer
ticks
from a previous call
[
all
...]
/external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp
995
//calculate
ticks
in offsettbtime
1000
//Calculate number of
ticks
[
all
...]
/external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm
[
all
...]
/frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd
84
<p><i>M/B/T</i>: Measures, Beats and
Ticks
</p>
[
all
...]
Completed in 287 milliseconds
1
2
3
4
5
6
7
8
9