/external/angle/src/libANGLE/ |
D | validationEGL.cpp | 111 val->setError(EGL_BAD_ACCESS, "Attempt to initialize readonly parameter"); in ValidateStreamAttribute() 117 val->setError(EGL_BAD_PARAMETER, "Latency must be positive"); in ValidateStreamAttribute() 124 val->setError(EGL_BAD_ATTRIBUTE, "Consumer GL extension not enabled"); in ValidateStreamAttribute() 130 val->setError(EGL_BAD_PARAMETER, "Timeout must be positive"); in ValidateStreamAttribute() 135 val->setError(EGL_BAD_ATTRIBUTE, "Invalid stream attribute"); in ValidateStreamAttribute() 155 val->setError(EGL_BAD_PARAMETER, "texture must be complete if level is non-zero."); in ValidateCreateImageMipLevelCommon() 162 val->setError(EGL_BAD_PARAMETER, in ValidateCreateImageMipLevelCommon() 215 val->setError(EGL_BAD_ATTRIBUTE, "EGL_ANGLE_surface_orientation is not enabled."); in ValidateConfigAttribute() 223 val->setError(EGL_BAD_ATTRIBUTE, "EGL_EXT_pixel_format_float is not enabled."); in ValidateConfigAttribute() 231 val->setError(EGL_BAD_ATTRIBUTE, "EGL_ANDROID_recordable is not enabled."); in ValidateConfigAttribute() [all …]
|
D | validationEGL.h | 46 void setError(EGLint error) const; 47 void setError(EGLint error, const char *message...) const; 170 return THREAD->setError(ANGLE_LOCAL_VAR, FUNCNAME, LABELOBJECT); \ 179 THREAD->setError(ANGLE_LOCAL_VAR, FUNCNAME, LABELOBJECT); \
|
/external/parameter-framework/upstream/parameter/ |
D | BaseParameter.cpp | 97 parameterAccessContext.setError("Unsupported conversion"); in access() 103 parameterAccessContext.setError("Unsupported conversion"); in access() 110 parameterAccessContext.setError("Unsupported conversion"); in access() 116 parameterAccessContext.setError("Unsupported conversion"); in access() 123 parameterAccessContext.setError("Unsupported conversion"); in access() 129 parameterAccessContext.setError("Unsupported conversion"); in access() 136 parameterAccessContext.setError("Unsupported conversion"); in access() 142 parameterAccessContext.setError("Unsupported conversion"); in access()
|
D | ParameterType.cpp | 217 parameterAccessContext.setError("Unsupported conversion"); in toBlackboard() 224 parameterAccessContext.setError("Unsupported conversion"); in fromBlackboard() 232 parameterAccessContext.setError("Unsupported conversion"); in toBlackboard() 239 parameterAccessContext.setError("Unsupported conversion"); in fromBlackboard() 247 parameterAccessContext.setError("Unsupported conversion"); in toBlackboard() 255 parameterAccessContext.setError("Unsupported conversion"); in fromBlackboard() 264 parameterAccessContext.setError("Unsupported conversion"); in toBlackboard() 272 parameterAccessContext.setError("Unsupported conversion"); in fromBlackboard()
|
D | FloatingPointParameterType.cpp | 95 serializingContext.setError("Unsupported size (" + std::to_string(sizeInBits) + ") for " + in fromXml() 108 serializingContext.setError("Min (" + std::to_string(_fMin) + in fromXml() 123 parameterAccessContext.setError("Hexadecimal values are not supported for " + getKind() + in toBlackboard() 134 parameterAccessContext.setError("Value '" + strValue + "' is invalid"); in toBlackboard() 143 parameterAccessContext.setError("Value " + strValue + " is not a finite number"); in toBlackboard() 160 parameterAccessContext.setError("Value " + strValue + " is invalid"); in toBlackboard() 202 parameterAccessContext.setError(ostrStream.str()); in setOutOfRangeError() 239 parameterAccessContext.setError("Value out of range"); in toBlackboard()
|
D | ConfigurableElement.cpp | 102 configurationAccessContext.setError( in serializeXmlSettings() 127 configurationAccessContext.setError( in serializeXmlSettings() 143 configurationAccessContext.setError( in serializeXmlSettings() 163 configurationAccessContext.setError( in serializeXmlSettings() 211 parameterAccessContext.setError((bSet ? "Can't set " : "Can't get ") + in accessValue() 223 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in accessValue() 252 parameterAccessContext.setError(std::string("Wrong size: Expected: ") + in setSettingsAsBytes() 272 parameterAccessContext.setError(utility::asString(res)); in setSettingsAsBytes()
|
D | BitParameterType.cpp | 97 serializingContext.setError(strStream.str()); in fromXml() 112 serializingContext.setError(strStream.str()); in fromXml() 145 parameterAccessContext.setError(strStream.str()); in toBlackboard() 182 parameterAccessContext.setError("Value out of range"); in toBlackboard()
|
D | IntegerParameterType.h | 78 parameterAccessContext.setError("Value out of range"); in doToBlackboard() 100 serializingContext.setError("The range of allowed value is empty (" + in fromXml() 189 parameterAccessContext.setError("Value out of range"); in toBlackboard() 209 parameterAccessContext.setError(strError); in toBlackboard() 334 parameterAccessContext.setError(stream.str()); in checkValueAgainstRange()
|
D | InstanceConfigurableElement.cpp | 186 parameterAccessContext.setError("Unable to synchronize modification. No Syncer object " in sync() 195 parameterAccessContext.setError(strError); in sync() 211 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 262 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NOSLOTS); in checkSlots() 310 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_ENDLOOP, Hexagon::PC); in checkBranches() 318 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_BRANCHES); in checkBranches() 338 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWP, P); in checkPredicates() 352 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, P); in checkPredicates() 370 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWV, R); in checkNewValues() 388 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_READONLY, R); in checkRegisters() 396 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_LOOP, R); in checkRegisters() 405 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, BadR); in checkRegisters() 419 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, BadR); in checkRegisters() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 143 setError(CurrentNode, "not a mapping"); in keys() 168 setError(CurrentNode, "not a mapping"); in preflightKey() 175 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey() 198 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'"); in endMapping() 219 setError(CurrentNode, "not a sequence"); in beginSequence() 286 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar() 295 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar() 313 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch() 318 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch() 330 setError(SQ->Entries[i].get(), "unknown bit value"); in endBitSetScalar() [all …]
|
D | YAMLParser.cpp | 270 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner 285 void setError(const Twine &Message) { in setError() function in llvm::yaml::Scanner 286 setError(Message, Current); in setError() 937 setError("Cannot consume non-ascii characters"); in consume() 943 setError("Cannot consume non-ascii characters"); in consume() 996 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates() 1318 setError("Expected quote at end of scalar", Current); in scanFlowScalar() 1348 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar() 1376 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar() 1397 setError("Got empty plain scalar", Start); in scanPlainScalar() [all …]
|
D | LockFileManager.cpp | 162 setError(EC, S); in LockFileManager() 181 setError(EC, S); in LockFileManager() 189 setError(EC, "failed to get host id"); in LockFileManager() 207 setError(Out.error(), S); in LockFileManager() 230 setError(EC, OSS.str()); in LockFileManager() 253 setError(EC, S); in LockFileManager()
|
/external/llvm-project/llvm/lib/Support/ |
D | YAMLTraits.cpp | 147 setError(CurrentNode, "not a mapping"); in keys() 172 setError(CurrentNode, "not a mapping"); in preflightKey() 181 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey() 206 setError(ReportNode, Twine("unknown key '") + NN.first() + "'"); in endMapping() 229 setError(CurrentNode, "not a sequence"); in beginSequence() 296 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar() 305 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar() 323 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch() 328 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch() 340 setError(SQ->Entries[i].get(), "unknown bit value"); in endBitSetScalar() [all …]
|
D | LockFileManager.cpp | 167 setError(EC, S); in LockFileManager() 186 setError(EC, S); in LockFileManager() 194 setError(EC, "failed to get host id"); in LockFileManager() 207 setError(Out.error(), S); in LockFileManager() 230 setError(EC, OSS.str()); in LockFileManager() 253 setError(EC, S); in LockFileManager()
|
D | YAMLParser.cpp | 267 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner 930 setError("Cannot consume non-ascii characters", Current); in consume() 936 setError("Cannot consume non-ascii characters", Current); in consume() 989 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates() 1311 setError("Expected quote at end of scalar", Current); in scanFlowScalar() 1342 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar() 1370 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar() 1391 setError("Got empty plain scalar", Start); in scanPlainScalar() 1425 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor() 1496 setError("Expected a line break after block scalar header", Current); in scanBlockScalarHeader() [all …]
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 140 setError(CurrentNode, "not a mapping"); in preflightKey() 147 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey() 170 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'"); in endMapping() 191 setError(CurrentNode, "not a sequence"); in beginSequence() 258 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar() 267 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar() 285 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch() 290 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch() 302 setError(SQ->Entries[i].get(), "unknown bit value"); in endBitSetScalar() 313 setError(CurrentNode, "unexpected scalar"); in scalarString() [all …]
|
D | LockFileManager.cpp | 149 setError(EC, S); in LockFileManager() 168 setError(EC, S); in LockFileManager() 176 setError(EC, "failed to get host id"); in LockFileManager() 195 setError(EC, S); in LockFileManager() 218 setError(EC, OSS.str()); in LockFileManager() 241 setError(EC, S); in LockFileManager()
|
D | YAMLParser.cpp | 282 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner 293 void setError(const Twine &Message) { in setError() function in llvm::yaml::Scanner 294 setError(Message, Current); in setError() 998 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates() 1317 setError("Expected quote at end of scalar", Current); in scanFlowScalar() 1347 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar() 1375 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar() 1396 setError("Got empty plain scalar", Start); in scanPlainScalar() 1430 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor() 1501 setError("Expected a line break after block scalar header", Current); in scanBlockScalarHeader() [all …]
|
/external/llvm-project/lld/ELF/ |
D | ScriptParser.cpp | 188 setError("EOF expected, but got " + next()); in readDynamicList() 192 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList() 203 setError("EOF expected, but got " + next()); in readVersionScript() 215 setError("anonymous version definition is used in " in readVersionScriptCommand() 269 setError("unknown directive: " + tok); in readLinkerScript() 279 setError("EOF expected, but got " + next()); in readDefsym() 327 setError("unable to find " + s); in addFile() 369 setError("there is a cycle in linker script INCLUDEs"); in readInclude() 378 setError("cannot find linker script " + tok); in readInclude() 443 setError("unknown output format name: " + config->bfdname); in readOutputFormat() [all …]
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlDocSource.cpp | 121 serializingContext.setError("Could not parse document "); in populate() 130 serializingContext.setError("Document is not valid"); in populate() 139 serializingContext.setError("Error: Wrong XML structure document "); in populate() 153 serializingContext.setError("Error: Wrong XML structure document "); in populate()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | TestBase.kt | 76 setError(it) in <lambda>() 79 private fun setError(exception: Throwable) { in <lambda>() method in kotlinx.coroutines.TestBase 84 setError(cause) in <lambda>() 161 setError(it) in <lambda>()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ObjectYAML.cpp | 42 IO.setError(Err); in mapping() 64 IO.setError("YAML Object File missing document type tag!"); in mapping() 66 IO.setError("YAML Object File unsupported document type tag '" + in mapping()
|
/external/zstd/contrib/pzstd/ |
D | ErrorHolder.h | 30 void setError(std::string message) noexcept { in setError() function 40 setError(std::move(message)); in check()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | bn_test_to_fuzzer.go | 59 s.setError(errors.New("invalid syntax")) 68 s.setError(fmt.Errorf("could not parse %q", value)) 72 s.setError(fmt.Errorf("duplicate key %q", key)) 128 func (s *testScanner) setError(err error) { func
|