Home
last modified time | relevance | path

Searched refs:IsError (Results 1 – 25 of 33) sorted by relevance

12

/external/angle/src/libANGLE/
DError.h126 if (ANGLE_UNLIKELY(IsError(ANGLE_LOCAL_VAR))) \
140 if (ANGLE_UNLIKELY(IsError(ANGLE_LOCAL_VAR))) \
178 inline bool IsError(angle::Result result) in IsError() function
184 inline bool IsError(const egl::Error &err) in IsError() function
190 inline bool IsError(bool value) in IsError() function
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DDecodedThread.cpp33 bool IntelPTInstruction::IsError() const { return (bool)m_error; } in IsError() function in IntelPTInstruction
36 if (IsError()) in GetLoadAddress()
42 if (!IsError()) in ToError()
DDecodedThread.h79 bool IsError() const;
/external/libbrillo/brillo/files/
Dsafe_fd.cc172 bool SafeFD::IsError(SafeFD::Error err) { in IsError() function in brillo::SafeFD
238 if (IsError(err)) { in ReadContents()
249 if (IsError(err)) { in ReadContents()
318 if (IsError(err)) { in MakeFile()
398 if (IsError(err)) { in MakeDir()
413 if (IsError(err)) { in Link()
418 if (IsError(err)) { in Link()
436 if (IsError(err)) { in Unlink()
460 if (IsError(err)) { in Rmdir()
519 if (IsError(err)) { in Rmdir()
[all …]
Dfile_util.cc35 if (SafeFD::IsError(err)) { in OpenOrRemake()
62 if (SafeFD::IsError(err)) { in OpenOrRemake()
Dsafe_fd.h67 BRILLO_EXPORT static bool IsError(SafeFD::Error err);
/external/image_io/src/base/
Dmessage_handler.cc36 if (message.IsError()) { in ReportMessage()
/external/image_io/includes/image_io/base/
Dmessage.h73 bool IsError() const { in IsError() function
Dmessage_store.h64 if (message.IsError()) { in AddMessage()
/external/angle/src/libANGLE/renderer/metal/
DSyncMtl.mm238 if (IsError(mSync.set(contextMtl, GL_SYNC_GPU_COMMANDS_COMPLETE, 0)))
257 if (IsError(mSync.clientWait(contextMtl, flush, static_cast<uint64_t>(timeout), &result)))
300 if (IsError(mSync.getStatus(&signaled)))
Dmtl_buffer_pool.mm69 if (IsError(buffer->resetWithSharedMemOpt(contextMtl, useSharedMem, mSize, nullptr)))
Dmtl_state_cache.mm967 if (IsError(mSpecializedShaderFactory->getSpecializedShader(
982 if (IsError(mSpecializedShaderFactory->getSpecializedShader(
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.mm196 if (IsError(initializeAlphaChannel(context, textureID)))
210 if (IsError(stateManager->setPixelUnpackState(context, defaultUnpackState)))
245 if (IsError(stateManager->setPixelPackState(context, state)))
386 if (IsError(initializeAlphaChannel(context, texture)))
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp175 if (IsError(initializeAlphaChannel(context, textureID))) in bindTexImage()
304 if (IsError(initializeAlphaChannel(context, texture))) in createDefaultFramebuffer()
/external/clang/lib/Parse/
DParseOpenMP.cpp427 bool IsError = false; in parseDeclareSimdClauses() local
440 IsError = true; in parseDeclareSimdClauses()
449 IsError = true; in parseDeclareSimdClauses()
455 IsError = true; in parseDeclareSimdClauses()
470 IsError = true; in parseDeclareSimdClauses()
489 return IsError; in parseDeclareSimdClauses()
511 bool IsError = in ParseOMPDeclareSimdClauses() local
523 if (!IsError) { in ParseOMPDeclareSimdClauses()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp40 bool IsError() const { return m_error; } in IsError() function in UnwindCodesIterator
157 if (m_iterator.IsError()) in Build()
/external/clang/lib/Lex/
DLiteralSupport.cpp307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local
312 IsError ? diag::err_ucn_escape_basic_scs : in ProcessUCNEscape()
317 IsError ? diag::err_ucn_control_character : in ProcessUCNEscape()
320 if (IsError) in ProcessUCNEscape()
/external/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp320 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local
325 IsError ? diag::err_ucn_escape_basic_scs : in ProcessUCNEscape()
330 IsError ? diag::err_ucn_control_character : in ProcessUCNEscape()
333 if (IsError) in ProcessUCNEscape()
/external/pigweed/pw_status/
Dstatus_test.cc96 TEST(Status, IsError) { in TEST() argument
Dstatus_with_size_test.cc192 TEST(StatusWithSize, IsError) { in TEST() argument
/external/llvm-project/llvm/include/llvm/Support/
DError.h1029 bool IsError = static_cast<bool>(Err); in errorToBool() local
1030 if (IsError) in errorToBool()
1032 return IsError; in errorToBool()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h1025 bool IsError = static_cast<bool>(Err); in errorToBool() local
1026 if (IsError) in errorToBool()
1028 return IsError; in errorToBool()
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp699 bool IsError = false; in parseDeclareSimdClauses() local
712 IsError = true; in parseDeclareSimdClauses()
721 IsError = true; in parseDeclareSimdClauses()
727 IsError = true; in parseDeclareSimdClauses()
744 IsError = true; in parseDeclareSimdClauses()
768 return IsError; in parseDeclareSimdClauses()
792 bool IsError = in ParseOMPDeclareSimdClauses() local
798 if (IsError) in ParseOMPDeclareSimdClauses()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1599 bool IsError = false; in CheckMessageArgumentTypes() local
1622 IsError = true; in CheckMessageArgumentTypes()
1649 IsError = true; in CheckMessageArgumentTypes()
1674 IsError |= Arg.isInvalid(); in CheckMessageArgumentTypes()
1692 IsError |= CheckObjCMethodCall( in CheckMessageArgumentTypes()
1695 return IsError; in CheckMessageArgumentTypes()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1813 bool IsError = false; in CheckMessageArgumentTypes() local
1841 IsError = true; in CheckMessageArgumentTypes()
1868 IsError = true; in CheckMessageArgumentTypes()
1893 IsError |= Arg.isInvalid(); in CheckMessageArgumentTypes()
1911 IsError |= CheckObjCMethodCall( in CheckMessageArgumentTypes()
1914 return IsError; in CheckMessageArgumentTypes()

12