HomeSort by relevance Sort by last modified time
    Searched defs:IsError (Results 1 - 17 of 17) sorted by null

  /system/extras/memory_replay/
Action.h 31 bool IsError() { return is_error_; };
  /test/vts/drivers/hal/libcodecoverage/
GcdaFile.h 75 inline int IsError() const {
  /art/cmdline/
cmdline_result.h 45 bool IsError() const { return status_ != kSuccess; }
50 const std::string& GetMessage() const { assert(IsError()); return message_; }
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 102 bool IsError() {
  /hardware/qcom/display/msm8998/sdm/include/utils/
locker.h 102 bool IsError() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
error.h 110 //! Get the error offset, if \ref IsError(), 0 otherwise.
113 //! Conversion to \c bool, returns \c true, iff !\ref IsError().
114 operator bool() const { return !IsError(); }
116 bool IsError() const { return code_ != kParseErrorNone; }
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.h 147 BOOLEAN *IsError;// Indicate whether meeting error during source allocation for new task.
    [all...]
AtaPassThruExecute.c 673 if ((!(*Task->IsError)) && ((Task->Packet.Asb->AtaStatus & 0x01) == 0x01)) {
702 if (!(*Task->IsError)) {
708 FreePool (Task->IsError);
790 BOOLEAN *IsError;
796 IsError = NULL;
841 IsError = AllocateZeroPool (sizeof (BOOLEAN));
842 if (IsError == NULL) {
846 DEBUG ((EFI_D_BLKIO, "Allocation IsError Addr=%x\n", IsError));
847 *IsError = FALSE;
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal);
312 IsError ? diag::err_ucn_escape_basic_scs :
317 IsError ? diag::err_ucn_control_character :
320 if (IsError)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 192 // IsError determines if p parameter is used to return error.
193 func (p *Param) IsError() bool {
417 if r[0].IsError() {
424 if !r[1].IsError() {
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 192 // IsError determines if p parameter is used to return error.
193 func (p *Param) IsError() bool {
417 if r[0].IsError() {
424 if !r[1].IsError() {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 1138 BOOLEAN IsError;
1147 IsError = FALSE;
1163 IsError = TRUE;
1191 IsError = TRUE;
1221 IsError = TRUE;
1264 IsError = TRUE;
1275 IsError = TRUE;
1291 IsError = TRUE;
1303 IsError = TRUE;
1338 IsError = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.c     [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 427 bool IsError = false;
440 IsError = true;
449 IsError = true;
455 IsError = true;
470 IsError = true;
489 return IsError;
511 bool IsError =
523 if (!IsError) {
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 784 milliseconds