/frameworks/base/libs/surfaceflinger/ |
MessageQueue.cpp | 182 const char tick = (*cur == message) ? '>' : ' '; local 184 tick, c, (*cur)->what, (*cur)->when);
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
NotificationTestList.java | 394 Notification n = new Notification(R.drawable.icon1, "tick tick tick", 408 + "tick tock tick tock\n\nSometimes notifications can "
|
/external/v8/tools/ |
tickprocessor.py | 40 def Tick(self, pc, stack): 84 def Tick(self, pc, stack): 85 super(JSCodeEntry, self).Tick(pc, stack) 218 if row[0] == 'tick': 380 entry.Tick(pc, processed_stack) 571 sys.exit('You probably want to run windows-tick-processor.py or linux-tick-processor.py.')
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler.cpp | 133 #define INIT_TICK(tick) 134 #define SET_TICK(tick) 135 #define GET_TICKFREQ(tick) 144 #define INIT_TICK(tick) tick=0 145 #define SET_TICK(tick) tick=OsclTickCount::TickCount() 146 #define GET_TICKFREQ(tick) tick=OsclTickCount::TickCountFrequency() 384 //print tick frequencies that will show up in the perf log [all...] |
oscl_timer.h | 248 // get tick count period 257 // get tick count period
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
Sequence.java | 126 * this method return the biggest value of tick of
|
/external/opencore/doc/oscl_html/ |
osclconfig__util_8h-source.html | 26 00018 <span class="comment">//Define system sleep call for the tick count test here.</span>
|
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
SDL_MPWtimer.c | 37 #define MS_PER_TICK (1000/60) /* MacOS tick = 1/60 second */
|
SDL_systimer.c | 43 #define MS_PER_TICK (1000.0/60.0) /* MacOS tick = 1/60 second */
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3drm.h | 111 STDMETHOD(Tick) (THIS_ D3DVALUE) PURE;
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DRM.H | 111 STDMETHOD(Tick) (THIS_ D3DVALUE) PURE;
|
/external/v8/src/ |
log.h | 69 // tick profiler requires code events, so --prof implies --log-code. 123 V(TICK_EVENT, "tick", "t") \ 272 // When data collection is paused, CPU Tick events are discarded until 325 // Emits a profiler tick event. Used by the profiler thread.
|
/frameworks/base/core/java/android/os/ |
CountDownTimer.java | 120 // no tick, just delay until done
|
/sdk/traceview/src/com/android/traceview/ |
TickScaler.java | 127 // Round up the max val to the next minor tick
|
/external/icu4c/data/unidata/ |
BidiMirroring.txt | 207 27E2; 27E3 # WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK 208 27E3; 27E2 # WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK 209 27E4; 27E5 # WHITE SQUARE WITH LEFTWARDS TICK 210 27E5; 27E4 # WHITE SQUARE WITH RIGHTWARDS TICK 231 298D; 2990 # LEFT SQUARE BRACKET WITH TICK IN TOP CORNER 232 298E; 298F # RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER 233 298F; 298E # LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER 234 2990; 298D # RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER
|
/external/qemu/docs/ |
AUDIO.TXT | 129 | tick). 135 | audio timer tick)
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_serv_imp_pv.cpp | 331 //use oscl tick count 337 void settick(TPVTick &tick) 339 tick = OsclTickCount::TickCount(); 341 int64 tickint(TPVTick& tick) 343 return tick; [all...] |
/frameworks/base/opengl/tests/angeles/ |
demo.c | 750 /* The tick is current time in milliseconds, width and height 753 void appRender(long tick, int width, int height) 756 sStartTick = tick; 760 // Actual tick value is "blurred" a little bit. 761 sTick = (sTick + tick - sStartTick) >> 1;
|
/ndk/samples/san-angeles/jni/ |
demo.c | 750 /* The tick is current time in milliseconds, width and height 753 void appRender(long tick, int width, int height) 756 sStartTick = tick; 760 // Actual tick value is "blurred" a little bit. 761 sTick = (sTick + tick - sStartTick) >> 1;
|
/external/icu4c/i18n/unicode/ |
utmscale.h | 150 * <td>100 nanoseconds (tick)</td> 229 * is ticks (1 tick == 100 nanoseconds) since January 1, 1601. 237 * is ticks (1 tick == 100 nanoseconds) since January 1, 0001.
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd.h | 280 uint32 tick; /* O/S tick time (usec) */ member in struct:__anon7498
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Types.h | 286 OMX_U32 nLowPart; /** low bits of the signed 64 bit tick value */
287 OMX_U32 nHighPart; /** high bits of the signed 64 bit tick value */
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
test_pv_frame_metadata_utility_testset1.cpp | 108 (0, "PVFrameAndMetadataUtilityTest::Create Called Tick=%d", OsclTickCount::TickCount())); 201 (0, "PVFrameAndMetadataUtilityTest::AddDataSource Issued Tick=%d", OsclTickCount::TickCount())); 214 (0, "PVFrameAndMetadataUtilityTest::GetMetadataKeys Issued Tick=%d", OsclTickCount::TickCount())); 227 (0, "PVFrameAndMetadataUtilityTest::GetMetadataValues Issued Tick=%d", OsclTickCount::TickCount())); 242 (0, "PVFrameAndMetadataUtilityTest::GetFrame Issued Tick=%d", OsclTickCount::TickCount())); 252 (0, "PVFrameAndMetadataUtilityTest::RemoveDataSource Issued Tick=%d", OsclTickCount::TickCount())); 271 (0, "PVFrameAndMetadataUtilityTest::CleanUpAndComplete Called Tick=%d", OsclTickCount::TickCount())); 329 (0, "PVFrameAndMetadataUtilityTest::AddDataSource completed sucessfully Tick=%d", OsclTickCount::TickCount())); 339 (0, "PVFrameAndMetadataUtilityTest::AddDataSource failed Tick=%d", OsclTickCount::TickCount())); 350 (0, "PVFrameAndMetadataUtilityTest::GetMetaDataKeys completed sucessfully Tick=%d", OsclTickCount::TickCount())) [all...] |
/external/iproute2/man/man8/ |
tc-htb.8 | 139 there are 100 timer events per second, the maximum rate is that rate at which 'burst' bytes are sent each timer tick.
|
tc-tbf.8 | 86 If your buffer is too small, packets may be dropped because more tokens arrive per timer tick than fit in your bucket.
|