HomeSort by relevance Sort by last modified time
    Searched full:tick (Results 51 - 75 of 312) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
DigitalClock.java 82 * requests a tick on the next hard-second boundary
  /external/chromium/chrome/browser/resources/shared/js/cr/
promise_test.html 178 mockClock.tick(500);
180 mockClock.tick(500);
  /external/chromium/third_party/libevent/compat/sys/
_libevent_time.h 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
_time.h 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
  /external/chromium/webkit/glue/resources/
webkit_strings_en-GB.xtb 32 <translation id="2761667185364618470">Please tick this box if you want to proceed.</translation>
35 <translation id="838869780401515933">tick</translation>
  /frameworks/base/services/surfaceflinger/
MessageQueue.cpp 187 const char tick = (*cur == message) ? '>' : ' '; local
189 tick, c, (*cur)->what, (*cur)->when);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 138 Notification n = new Notification(R.drawable.icon1, "tick tick tick",
563 Notification n = new Notification(R.drawable.icon1, "tick tick tick",
577 + "tick tock tick tock\n\nSometimes notifications can "
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h 112 long tick; /* (modified) usecs between clock ticks */ member in struct:timex
137 #define ADJ_TICK 0x4000 /* tick value */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
timex.h 46 long int tick; /* (modified) usecs between clock ticks */ member in struct:timex
70 #define ADJ_TICK 0x4000 /* tick value */
  /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/
cpu-profiler-inl.h 79 generator_->Tick();
log.h 69 // tick profiler requires code events, so --prof implies --log-code.
98 V(TICK_EVENT, "tick") \
276 // When data collection is paused, CPU Tick events are discarded until
332 // Emits a profiler tick event. Used by the profiler thread.
cpu-profiler.h 166 // Puts current stack into tick sample events buffer.
169 // Tick sample events are filled directly in the buffer of the circular
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 68 /* 'Boolean tick' implicitly handled as registered timeout */
  /frameworks/base/core/java/android/os/
CountDownTimer.java 120 // no tick, just delay until done
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_FileCommon.h 74 /** Time scale (tick number per second)*/
  /packages/apps/Settings/res/values/
attrs.xml 49 <!-- Minimum tick width for each slice in the bar chart. -->
  /sdk/traceview/src/com/android/traceview/
TickScaler.java 127 // Round up the max val to the next minor tick
  /external/harfbuzz/contrib/tables/
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/icu4c/data/unidata/
BidiMirroring.txt 216 27E2; 27E3 # WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK
217 27E3; 27E2 # WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK
218 27E4; 27E5 # WHITE SQUARE WITH LEFTWARDS TICK
219 27E5; 27E4 # WHITE SQUARE WITH RIGHTWARDS TICK
240 298D; 2990 # LEFT SQUARE BRACKET WITH TICK IN TOP CORNER
241 298E; 298F # RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER
242 298F; 298E # LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER
243 2990; 298D # RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER
  /external/qemu/docs/
AUDIO.TXT 129 | tick).
135 | audio timer tick)
  /external/qemu/
qemu-timer.h 245 asm volatile("rd %%tick,%0" : "=r"(rval));
255 asm volatile("rd %%tick,%1; srlx %1,32,%0"

Completed in 1036 milliseconds

1 23 4 5 6 7 8 91011>>