/external/v8/test/mjsunit/tools/ |
tickprocessor-test.log | 12 tick,0x80f82d1,0xffdfe880,0,0,0xf541ce5c 13 tick,0x80f89a1,0xffdfecf0,0,0,0xf541ce5c 14 tick,0x8123b5c,0xffdff1a0,0,0,0xf541d1a1,0xf541ceea 15 tick,0x8123b65,0xffdff1a0,0,0,0xf541d1a1,0xf541ceea 16 tick,0xf541d2be,0xffdff1e4,0,0 17 tick,0xf541d320,0xffdff1dc,0,0 18 tick,0xf541d384,0xffdff1d8,0,0 19 tick,0xf7db94da,0xffdff0ec,0,0,0xf541d1a1,0xf541ceea 20 tick,0xf7db951c,0xffdff0f0,0,0,0xf541d1a1,0xf541ceea 21 tick,0xf7dbc508,0xffdff14c,0,0,0xf541d1a1,0xf541cee [all...] |
tickprocessor-test-func-info.log | 10 tick,0x424284,0xbfffeea0,0x2d0f7c,0,0x2aaaa5 11 tick,0x42429f,0xbfffed88,0x2d0f7c,0,0x2aacb4 12 tick,0x48063d,0xbfffec7c,0x2d0f7c,0,0x2aaec6
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
MidiEvent.java | 23 private long tick; field in class:MidiEvent 25 public MidiEvent(MidiMessage message, long tick) { 27 this.tick = tick; 35 return tick; 38 public void setTick(long tick) { 39 this.tick = tick;
|
Track.java | 30 private long tick; field in class:Track 119 * method Track.ticks() return the biggest value of tick of all events 120 * and save it even I remove event with the biggest values of tick 122 if (tick < event.getTick()) { 123 tick = event.getTick(); 150 tick = 0; 162 return tick;
|
Sequencer.java | 129 void setLoopEndPoint(long tick); 131 void setLoopStartPoint(long tick); 149 void setTickPosition(long tick);
|
/external/v8/tools/ |
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 $@
|
mac-nm | 8 # An alternative approach is to perform demangling in tick processor, but
|
/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
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_tickcount.h | 45 * OsclTickCount class is used to retrieve the system tick 46 * count and the tick counter's frequency. 48 * The maximum tick count value is equivalent to the maximum 55 * This function returns the current system tick count 57 * @return returns the tick count 62 * This function returns the tick frequency in ticks 70 * This function returns the tick period in 71 * microseconds per tick 73 * @return microseconds per tick
|
/external/iproute2/tc/ |
tc_core.h | 18 unsigned tc_core_tick2time(unsigned tick);
|
/external/opencore/doc/oscl_html/ |
classOsclTickCount.html | 24 OsclTickCount class is used to retrieve the system tick count and the tick counter's frequency. 26 The maximum tick count value is equivalent to the maximum uint32 value. 86 This function returns the current system tick count 89 returns the tick count </dl> </td> 117 This function returns the tick frequency in ticks per second 148 This function returns the tick period in microseconds per tick 151 microseconds per tick </dl> </td>
|
/external/netcat/scripts/ |
irc | 9 # magic arg: if "tick", do keepalive process instead of main loop 10 if test "$1" = "tick" ; then 21 sh $0 tick &
|
/external/qemu/hw/ |
armv7m_nvic.c | 40 int64_t tick; member in struct:__anon4560::__anon4561 67 s->systick.tick = qemu_get_clock(vm_clock); 68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s); 69 qemu_mod_timer(s->systick.timer, s->systick.tick); 140 if (t >= s->systick.tick) 142 val = ((s->systick.tick - (t + 1)) / systick_scale(s)) + 1; 145 tick. This is a hack to return zero during the first tick. */ 278 if (s->systick.tick) { 279 s->systick.tick += now [all...] |
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 119 "tick tick tick",
|
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_library_common.h | 45 #define TICK uint32 47 #define DIFF_TICK(tick1,diff) TICK tick2; SET_TICK(tick2);diff = tick2 - tick1
|
/external/webkit/WebKit/chromium/src/js/ |
DevToolsHostStub.js | 171 'tick,0x1010,0x0,3\n' + 172 'tick,0x2020,0x0,3,0x1010\n' + 173 'tick,0x2020,0x0,3,0x1010\n' + 174 'tick,0x3010,0x0,3,0x2020, 0x1010\n' + 175 'tick,0x2020,0x0,3,0x1010\n' + 176 'tick,0x2030,0x0,3,0x2020, 0x1010\n' + 177 'tick,0x2020,0x0,3,0x1010\n' + 178 'tick,0x1010,0x0,3\n' +
|
/external/grub/netboot/ |
timer.h | 38 /* Timers tick over at this rate */
|
/external/kernel-headers/original/asm-arm/arch/ |
mtd-xip.h | 54 * the system timer tick period. This should put the CPU into idle mode
|
/external/qemu/telephony/ |
test1.c | 26 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. );
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromium.cpp | 109 // Calculate how far down (in %) the tick-mark should appear. 112 // Calculate how far down (in pixels) the tick-mark should appear. 115 IntPoint tick(scrollbar->x(), yPos); 116 context->drawImage(dash.get(), DeviceColorSpace, tick);
|
/external/qemu/slirp/ |
tcp_var.h | 150 * will each average +1/2 tick of bias. When we compute 151 * the retransmit timer, we want 1/2 tick of rounding and 152 * 1 extra tick because of +-1/2 tick uncertainty in the 154 * 1.5 tick we need. But, because the bias is
|
/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 96 tick = 1000; 112 tick = t; 152 if (diff <= tick) { 155 UDate medt = lot + ((diff / 2) / tick) * tick; 205 int32_t tick; member in class:ICUZDump
|
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
FastTimes.c | 145 UInt64 tick, usec1, usec2; local 148 /* Wait for the beginning of the very next tick */ 149 for(tick = MyLMGetTicks() + 1; tick > MyLMGetTicks(); ); 156 /* Wait for the exact 60th tick to roll over */ 157 while(tick + 60 > MyLMGetTicks());
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
pv_frame_metadata_utility.cpp | 220 (0, "PVFrameAndMetadataUtility::AddDataSource called Tick=%d", OsclTickCount::TickCount())); 237 (0, "PVFrameAndMetadataUtility::GetMetadataKeys called Tick=%d", OsclTickCount::TickCount())); 262 (0, "PVFrameAndMetadataUtility::GetMetadataValues called Tick=%d", OsclTickCount::TickCount())); 308 (0, "PVFrameAndMetadataUtility::GetFrame called Tick=%d", OsclTickCount::TickCount())); 365 (0, "PVFrameAndMetadataUtility::RemoveDataSource called Tick=%d", OsclTickCount::TickCount())); [all...] |