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

1 2 3 4 5 6 7 8 9

  /external/curl/tests/libtest/
lib1540.c 30 int halted; member in struct:transfer_status
32 int please; /* number of times xferinfo is called while halted */
46 if(st->halted) {
53 fprintf(stderr, "xferinfo: paused %d\n", st->halted);
78 st->halted = 1;
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
MyProvider.java 109 volatile boolean halted = false; field in class:MyProvider.EchoServer
120 halted = true;
130 while (!halted) {
  /device/google/contexthub/firmware/os/platform/stm32/
wdt.c 89 // Disable WWDG if core is halted
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciReg.h 67 #define USBSTS_HALT 0x1000 // Host controller halted
262 Whether Ehc is halted.
266 @retval TRUE The controller is halted.
267 @retval FALSE It isn't halted.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciReg.h 64 #define USBSTS_HALT 0x1000 // Host controller halted
209 Check whether Ehc is halted.
213 @retval TRUE The controller is halted.
214 @retval FALSE The controller isn't halted.
  /external/webrtc/webrtc/test/testsupport/
trace_to_stderr.h 20 // to stderr. At destruction, redirection is halted.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciReg.h 62 #define XHC_USBSTS_HALT BIT0 // Host Controller Halted
396 Check whether Xhc is halted.
400 @retval TRUE The controller is halted.
401 @retval FALSE The controller isn't halted.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
Descriptor.h 113 UINT32 Halted:1;
  /external/syslinux/dosutil/
eltorito.txt 36 garbage was printed and sometimes followed by "system halted" that has been
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 58 public static final int HALTED = 16;
256 if (mState.addState(State.HALTED) && mState.check(State.RUNNING)) {
262 if (mState.removeState(State.HALTED)) {
327 // Close filters if not already halted (and already closed)
328 if (!mState.check(State.HALTED)) {
379 if (mState.check(State.HALTED) || mState.check(State.STOPPED)) {
937 /** Resumes a previously halted runner, and restores it to its non-halted state. */
962 * halted graphs, i.e. frames that are waiting to be processed. This does not include frames
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciReg.c 149 // If current HC is halted, re-enable it. Host Controller Process Error
204 @retval FALSE Host controller is halted or system error.
UhciReg.h 87 #define USBSTS_HCH BIT5 // HC Halted
210 @retval FALSE Host controller is halted or system error.
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 27 #define EL3HLT 46 /* Level 3 halted */
32 #define EL2HLT 51 /* Level 2 halted */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 22 #define EL3HLT 39 /* Level 3 halted */
27 #define EL2HLT 44 /* Level 2 halted */
  /external/syslinux/com32/include/
errno.h 51 #define EL3HLT 46 /* Level 3 halted */
56 #define EL2HLT 51 /* Level 2 halted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 17 #define EL3HLT 46 /* Level 3 halted */
22 #define EL2HLT 51 /* Level 2 halted */
  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 57 _EL3HLT = 46 /* Level 3 halted */
62 _EL2HLT = 51 /* Level 2 halted */
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 57 _EL3HLT = 46 /* Level 3 halted */
62 _EL2HLT = 51 /* Level 2 halted */
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciReg.h 147 #define XHC_USBSTS_HALT BIT0 // Host Controller Halted
493 Whether the XHCI host controller is halted.
497 @retval TRUE The controller is halted.
498 @retval FALSE It isn't halted.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Descriptor.h 114 UINT32 Halted:1;
  /external/libusb/libusb/os/
wince_usb.h 114 // Used to determine if an endpoint status really is halted on a failed transfer.
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 141 EL3HLT Errno = 46 /* Level 3 halted */
146 EL2HLT Errno = 51 /* Level 2 halted */
267 EL3HLT: "Level 3 halted",
272 EL2HLT: "Level 2 halted",
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 141 EL3HLT Errno = 46 /* Level 3 halted */
146 EL2HLT Errno = 51 /* Level 2 halted */
267 EL3HLT: "Level 3 halted",
272 EL2HLT: "Level 2 halted",
  /bionic/libc/private/
bionic_errdefs.h 84 __BIONIC_ERRDEF( EL3HLT , 46, "Level 3 halted" )
89 __BIONIC_ERRDEF( EL2HLT , 51, "Level 2 halted" )
  /external/libbrillo/brillo/errors/
error_codes.cc 80 ERROR_ENTRY(EL3HLT), // Level 3 halted
85 ERROR_ENTRY(EL2HLT), // Level 2 halted

Completed in 1206 milliseconds

1 2 3 4 5 6 7 8 9