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

1 2 3 4 5 6 78 91011>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/man/man1/
arm-eabi-as.1 184 [\-h\-tick\-hex]
208 [\fB\-m32c\fR|\fB\-m16c\fR] [\-relax] [\-h\-tick\-hex]
655 .IP "\fB\-h\-tick\-hex\fR" 4
656 .IX Item "-h-tick-hex"
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-as.1 185 [\-h\-tick\-hex]
209 [\fB\-m32c\fR|\fB\-m16c\fR] [\-relax] [\-h\-tick\-hex]
667 .IP "\fB\-h\-tick\-hex\fR" 4
668 .IX Item "-h-tick-hex"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-as.1 184 [\-h\-tick\-hex]
208 [\fB\-m32c\fR|\fB\-m16c\fR] [\-relax] [\-h\-tick\-hex]
655 .IP "\fB\-h\-tick\-hex\fR" 4
656 .IX Item "-h-tick-hex"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-as.1 184 [\-h\-tick\-hex]
208 [\fB\-m32c\fR|\fB\-m16c\fR] [\-relax] [\-h\-tick\-hex]
655 .IP "\fB\-h\-tick\-hex\fR" 4
656 .IX Item "-h-tick-hex"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/man/man1/
arm-eabi-as.1 184 [\-h\-tick\-hex]
208 [\fB\-m32c\fR|\fB\-m16c\fR] [\-relax] [\-h\-tick\-hex]
655 .IP "\fB\-h\-tick\-hex\fR" 4
656 .IX Item "-h-tick-hex"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-as.1 193 [\-h\-tick\-hex]
217 [\fB\-m32c\fR|\fB\-m16c\fR] [\-relax] [\-h\-tick\-hex]
675 .IP "\fB\-h\-tick\-hex\fR" 4
676 .IX Item "-h-tick-hex"
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 1251 printf("index tick xtime created\n");
1259 (long)sc->tick,
  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 495 // tick-marks and highlighting from the previous search. If
503 // the frame so that tick-marks and highlighting can be drawn. This
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 412 // We update this on the second tick where we update just
514 // We update this on the second tick where we update just
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_ota.c 457 duration = pData->tick * (0x20 >> temp);
533 pData->tick = bpmTable[temp];
855 pData->tick = DEFAULT_TICK_CONV;
    [all...]
eas_tonecontrol.c 85 /* calculate a new tick time based on resolution & tempo */
90 pData->tick = ((60 * 1000) << 8) / (pData->tempo * pData->resolution);
730 pData->length = (EAS_I32) duration * pData->tick;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 580 tick(notification);
685 tick(notification);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 804 tick(key, notification, true); method
908 tick(key, notification, false); method
997 private void tick(IBinder key, StatusBarNotification n, boolean firstTime) { method in class:TabletStatusBar
    [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 67 asm volatile("rd %%tick,%0" : "=r" (a));
71 __asm__ __volatile__ ("rd %%tick, %0; clruw %0, %1; srlx %0, 32, %0" : "=r" (x), "=r" (y) : "0" (x), "1" (y));
    [all...]
  /external/v8/src/
log.cc 140 // Tells whether we are currently recording tick samples.
201 virtual void Tick(TickSample* sample) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 229 wpa_printf(MSG_DEBUG, "EAPOL: disable timer tick");
240 wpa_printf(MSG_DEBUG, "EAPOL: enable timer tick");
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 231 wpa_printf(MSG_DEBUG, "EAPOL: disable timer tick");
242 wpa_printf(MSG_DEBUG, "EAPOL: enable timer tick");
    [all...]
  /external/chromium/chrome/browser/
about_flags.cc 552 // Since flag metrics are recorded every startup, add a tick so that the
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 648 // object is also passed as a tick handler with the ticker_ object.
  /external/e2fsprogs/e2fsck/
super.c 799 * to configure the hardware clock to tick localtime, instead
  /external/grub/netboot/
ns8390.c 302 /* wait for at least 1.6ms - we wait one timer tick */
  /external/llvm/docs/CommandGuide/
llvm-ar.pod 351 two characters back tick (0x60) and newline (0x0A). This provides some measure
  /external/qemu/android/
hw-sensors.c 145 * - each timer tick, this code sends sensor reports in the following

Completed in 364 milliseconds

1 2 3 4 5 6 78 91011>>