/frameworks/base/core/java/com/android/internal/app/ |
LocalePicker.java | 249 * Requests the system to update the system locale. Note that the system looks halted 260 * Note that the system looks halted for a while during the Locale migration,
|
/prebuilts/go/darwin-x86/src/syscall/ |
zerrors_windows.go | 199 EL2HLT - APPLICATION_ERROR: "level 2 halted", 201 EL3HLT - APPLICATION_ERROR: "level 3 halted",
|
/prebuilts/go/linux-x86/src/syscall/ |
zerrors_windows.go | 199 EL2HLT - APPLICATION_ERROR: "level 2 halted", 201 EL3HLT - APPLICATION_ERROR: "level 3 halted",
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
EhciReg.c | 454 Whether Ehc is halted.
458 @retval TRUE The controller is halted.
459 @retval FALSE It isn't halted.
|
EhciDebug.c | 55 DEBUG ((EFI_D_VERBOSE, " Halted"));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
XhciReg.c | 621 Whether the XHCI host controller is halted.
625 @retval TRUE The controller is halted.
626 @retval FALSE It isn't halted.
|
XhciSched.h | [all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
OhciUrb.c | 192 if (Ed->Word2.Halted == 0 && Ed->Word0.Skip == 0 &&
626 Ed->Word2.Halted = Value;
686 return Ed->Word2.Halted;
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/ |
OhciUrb.c | 373 Ed->Word2.Halted = Value;
433 return Ed->Word2.Halted;
|
OhcPeim.h | 80 @retval EFI_DEVICE_ERROR Host controller isn't halted to reset.
|
/external/libusb/libusb/ |
sync.c | 262 * \returns LIBUSB_ERROR_PIPE if the endpoint halted 314 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
|
/external/python/cpython2/Doc/library/ |
errno.rst | 255 Level 3 halted 280 Level 2 halted
|
/external/python/cpython3/Doc/library/ |
errno.rst | 258 Level 3 halted 283 Level 2 halted
|
/external/syslinux/core/lwip/src/include/lwip/ |
arch.h | 124 #define EL3HLT 46 /* Level 3 halted */ 129 #define EL2HLT 51 /* Level 2 halted */
|
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
ConfigWizard.java | 135 + "rebooted and all running jobs will be halted. "
|
/external/autotest/server/cros/chaos_lib/ |
chaos_analyzer_usage.txt | 31 State Machine halted at WLAN PROBE RESPONSE state!
|
/external/boringssl/src/include/openssl/ |
conf.h | 129 // example. If |list_cb| returns <= 0, then the iteration is halted and that
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_RTSP_REQUEST.3 | 64 a single value to indicate when the stream should be halted. (e.g. npt='25')
|
/external/libusb/libusb/os/ |
wince_usb.c | 671 BOOL halted = FALSE; local 673 if (UkwIsPipeHalted(priv->dev, transfer->endpoint, &halted)) { 692 if (!halted || UkwClearHaltHost(priv->dev, transfer->endpoint)) { 696 usbi_dbg("Endpoint doesn't appear to be stalled, but the host is halted, changing error");
|
/external/protobuf/src/google/protobuf/io/ |
strtod.cc | 90 // Parsing halted on a '.'. Perhaps we're in a different locale? Let's
|
/frameworks/base/core/java/android/print/ |
PrintJob.java | 132 * Gets whether this print job is blocked. Such a print job is halted
|
/hardware/qcom/msm8998/json-c/ |
json_tokener.h | 146 * halted. Then tok object must not be re-used until json_tokener_reset() is
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
XhciSched.h | [all...] |
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
TscTimerLibShare.c | 177 processor is halted by the HLT instruction or the external STPCLK# pin. Note
|
/frameworks/base/core/java/android/app/job/ |
JobService.java | 112 * it will be immediately halted by the system if the user unplugs the device from power,
|