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

1 2 3 4

  /external/qemu/target-arm/
exec.h 47 if (!env->halted)
53 env->halted = 0;
op_helper.c 281 env->halted = 1;
  /external/webkit/WebCore/page/
PluginHalter.cpp 81 // Plug-ins older than this are candidates to be halted.
89 // This plug-in is too young to be halted. We find the oldest
90 // plug-in that is not old enough to be halted and use it to set
  /external/grub/docs/
boot.S 76 .asciz "Halted."
boot.S.texi 76 .asciz "Halted."
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
tiwlnif.h 58 eSecurityStateHalted = 0, /* Security state machine halted*/
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
tiwlnif.h 58 eSecurityStateHalted = 0, /* Security state machine halted*/
  /external/kernel-headers/original/asm-generic/
errno.h 17 #define EL3HLT 46 /* Level 3 halted */
22 #define EL2HLT 51 /* Level 2 halted */
  /external/qemu/
cpu-defs.h 64 #define EXCP_HALTED 0x10003 /* cpu is halted (waiting for external event) */
150 uint32_t halted; /* Nonzero if the CPU is in suspend state */ \
usb-linux.c 98 uint8_t halted; member in struct:endp_data
148 return s->endp_table[ep - 1].halted;
153 s->endp_table[ep - 1].halted = 0;
158 s->endp_table[ep - 1].halted = 1;
876 s->endp_table[(devep & 0xf) - 1].halted = 0;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 17 #define EL3HLT 46 /* Level 3 halted */
22 #define EL2HLT 51 /* Level 2 halted */
  /bionic/libc/include/sys/
_errdefs.h 83 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
88 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 83 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
88 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 83 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
88 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 83 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
88 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 83 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
88 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
_errdefs.h 83 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
88 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 83 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
88 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
_errdefs.h 83 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
88 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /external/qemu/hw/
hw.h 84 * halted due to rate limiting or EAGAIN errors occur as it can be used to
goldfish_trace.c 259 cpu_single_env->halted = 1;
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiwlnif.h 140 eSecurityStateHalted = 0, /* Security state machine halted*/
  /external/oprofile/opcontrol/
opcontrol.cpp 99 * Clock cycles when not halted
102 "Clock cycles when not halted" },
  /prebuilt/android-arm/gdbserver/
gdbserver 
  /external/chromium/base/
message_pump_win.h 142 // sub-pump is halted. The pump is automatically re-started when Tasks are

Completed in 940 milliseconds

1 2 3 4