HomeSort by relevance Sort by last modified time
    Searched full:ticks (Results 1 - 25 of 533) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
profilee.py 17 # variable 'TICKS', which represents simulated time in milliseconds.
20 TICKS = 42000
23 return TICKS
27 # 1000 ticks total: 270 ticks local, 730 ticks in subfunctions
28 global TICKS
29 TICKS += 99
32 TICKS += 171
37 # 170 ticks total, 150 ticks loca
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
profilee.py 17 # variable 'TICKS', which represents simulated time in milliseconds.
20 TICKS = 42000
23 return TICKS
27 # 1000 ticks total: 270 ticks local, 730 ticks in subfunctions
28 global TICKS
29 TICKS += 99
32 TICKS += 171
37 # 170 ticks total, 150 ticks loca
    [all...]
  /external/chromium_org/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
4 ticks total nonlib name
7 ticks total nonlib name
10 ticks total nonlib name
13 ticks total nonlib name
21 ticks parent name
tickprocessor-test.func-info 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
4 ticks total nonlib name
7 ticks total nonlib name
12 ticks total nonlib name
15 ticks total nonlib name
23 ticks parent name
tickprocessor-test.default 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
4 ticks total nonlib name
8 ticks total nonlib name
13 ticks total nonlib name
17 ticks total nonlib name
24 ticks total nonlib name
32 ticks parent name
tickprocessor-test.separate-ic 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
4 ticks total nonlib name
8 ticks total nonlib name
13 ticks total nonlib name
19 ticks total nonlib name
26 ticks total nonlib name
34 ticks parent name
tickprocessor-test.ignore-unknown 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
4 ticks total nonlib name
9 ticks total nonlib name
13 ticks total nonlib name
20 ticks total nonlib name
28 ticks parent name
  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
4 ticks total nonlib name
7 ticks total nonlib name
10 ticks total nonlib name
13 ticks total nonlib name
21 ticks parent name
tickprocessor-test.func-info 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
4 ticks total nonlib name
7 ticks total nonlib name
12 ticks total nonlib name
15 ticks total nonlib name
23 ticks parent name
tickprocessor-test.default 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
4 ticks total nonlib name
8 ticks total nonlib name
13 ticks total nonlib name
17 ticks total nonlib name
24 ticks total nonlib name
32 ticks parent name
tickprocessor-test.separate-ic 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
4 ticks total nonlib name
8 ticks total nonlib name
13 ticks total nonlib name
19 ticks total nonlib name
26 ticks total nonlib name
34 ticks parent name
  /external/markdown/MarkdownTest/Tests_2007/
Code Spans.text 3 Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span>
Code Spans.html 3 <p>Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span></p>
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 10 got timer ticks (1) after 0.5 s
13 got timer ticks (1) after 0.5 s
20 got about 20 timer ticks after about 2s
23 got timer ticks (1) after 0.1 s
33 got timer ticks (1) after 0.5 s
36 got timer ticks (1) after 0.5 s
43 got about 20 timer ticks after about 2s
46 got timer ticks (1) after 0.1 s
timerfd-syscall.c 148 u_int64_t ticks; local
161 fprintf(stderr, "no ticks happened\n");
164 if (read(tfd, &ticks, sizeof(ticks)) != sizeof(ticks))
170 return ticks;
176 long ticks; local
211 ticks = waittmr(tfd, -1);
213 if (ticks <= 0)
216 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n"
    [all...]
  /external/chromium_org/v8/tools/
freebsd-tick-processor 6 # No ticks from C++ code.
  /external/grub/netboot/
timer.h 49 /* Ticks must be between 0 and 65535 (0 == 65536)
51 extern void load_timer2(unsigned int ticks);
57 extern inline void waiton_timer2(unsigned int ticks)
59 load_timer2(ticks);
  /external/kernel-headers/original/asm-x86/
param.h 6 # define USER_HZ 100 /* .. some user interfaces are in "ticks" */
  /external/v8/tools/
freebsd-tick-processor 6 # No ticks from C++ code.
  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 50 WebRtc_Word64 ticks = 0; local
53 ticks += cpuLoadInfo[cpu].cpu_ticks[state];
55 _lastTickCount[cpu] = ticks;
122 WebRtc_Word64 ticks = 0; local
125 ticks += cpuLoadInfo[cpu].cpu_ticks[state];
132 (ticks - _lastTickCount[cpu])) /
135 _lastTickCount[cpu] = ticks;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 61 unsigned long ticks; /* max timer ticks per interrupt */ member in struct:snd_timer_hardware
82 unsigned long sticks; /* schedule ticks */
102 unsigned long ticks, unsigned long resolution);
108 unsigned long ticks; /* auto-load ticks when expired */ member in struct:snd_timer_instance
109 unsigned long cticks; /* current ticks */
110 unsigned long pticks; /* accumulated ticks for callback */
112 unsigned long lost; /* lost ticks */
136 int snd_timer_start(struct snd_timer_instance *timeri, unsigned int ticks);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 61 unsigned long ticks; /* max timer ticks per interrupt */ member in struct:snd_timer_hardware
82 unsigned long sticks; /* schedule ticks */
102 unsigned long ticks, unsigned long resolution);
108 unsigned long ticks; /* auto-load ticks when expired */ member in struct:snd_timer_instance
109 unsigned long cticks; /* current ticks */
110 unsigned long pticks; /* accumulated ticks for callback */
112 unsigned long lost; /* lost ticks */
136 int snd_timer_start(struct snd_timer_instance *timeri, unsigned int ticks);
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 145 ** Description This function returns the current system ticks
147 ** Returns The current number of system ticks
160 ** Description This function returns the number of system ticks until the
167 ** Returns Number of ticks til the next timer expires
190 ** ticks - (input) the number of system ticks til the
198 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous)
205 if (ticks <= 0)
206 ticks = 1;
208 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 143 ** Description This function returns the current system ticks
145 ** Returns The current number of system ticks
158 ** Description This function returns the number of system ticks until the
165 ** Returns Number of ticks til the next timer expires
188 ** ticks - (input) the number of system ticks til the
196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous)
203 if (ticks <= 0)
204 ticks = 1;
206 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_time.c 143 ** Description This function returns the current system ticks
145 ** Returns The current number of system ticks
158 ** Description This function returns the number of system ticks until the
165 ** Returns Number of ticks til the next timer expires
188 ** ticks - (input) the number of system ticks til the
196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous)
203 if (ticks <= 0)
204 ticks = 1;
206 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]

Completed in 1348 milliseconds

1 2 3 4 5 6 7 8 91011>>