/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 | IntegerParameterType.cpp | 226 parameterAccessContext.setError("Value out of range"); in toBlackboard() 251 parameterAccessContext.setError("Value out of range"); in toBlackboard() 296 parameterAccessContext.setError("Value out of range"); in toBlackboard() 304 parameterAccessContext.setError("Value out of range"); in toBlackboard() 390 parameterAccessContext.setError(strError); in convertValueFromString() 427 parameterAccessContext.setError(stream.str()); in checkValueAgainstRange()
|
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 | 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()
|
D | SelectionCriterionRule.cpp | 161 xmlDomainImportContext.setError("Couldn't find selection criterion " + in fromXml() 175 xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " + in fromXml() 187 xmlDomainImportContext.setError("Wrong Value attribute value " + strValue + " in " + in fromXml()
|
D | FixedPointParameterType.cpp | 106 serializingContext.setError( in fromXml() 127 parameterAccessContext.setError("Hexadecimal values are not supported for " + getKind() + in toBlackboard() 187 parameterAccessContext.setError(stream.str()); in setOutOfRangeError() 238 parameterAccessContext.setError("Value out of range"); in toBlackboard()
|
D | EnumParameterType.cpp | 105 parameterAccessContext.setError("Provided value '" + strValue + in toBlackboard() 148 parameterAccessContext.setError(std::to_string(userValue) + in toBlackboard() 158 parameterAccessContext.setError( in toBlackboard()
|
D | BooleanParameterType.cpp | 57 parameterAccessContext.setError(strValue + " value not part of numerical space {"); in toBlackboard() 110 parameterAccessContext.setError("Value out of range"); in toBlackboard()
|
D | ComponentType.cpp | 96 serializingContext.setError("ComponentType " + strExtendsType + " referred to by " + in fromXml() 104 serializingContext.setError("Recursive ComponentType definition of " + in fromXml()
|
D | ArrayParameter.cpp | 219 parameterAccessContext.setError("Expected numerical expression as last item in " + in getIndex() 230 parameterAccessContext.setError(oss.str()); in getIndex() 241 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in getIndex() 264 parameterAccessContext.setError("Too many values provided"); in setValues()
|
D | XmlFileIncluderElement.cpp | 74 elementSerializingContext.setError("Could not parse document \"" + strPath + "\""); in fromXml() 94 elementSerializingContext.setError("Unable to create XML element " + in fromXml()
|
D | ComponentInstance.cpp | 95 serializingContext.setError("Unable to create Component " + xmlElement.getPath() + in fromXml() 102 serializingContext.setError("Recursive definition of " + _pComponentType->getName() + in fromXml()
|
D | DomainConfiguration.cpp | 84 context.setError("Configurable Element " + configurableElementPath + in parseSettings() 144 context.setError("Struture error encountered while parsing settings of " + in importOneConfigurableElementSettings() 170 context.setError("Couldn't find settings for " + destination->getXmlElementName() + in importOneConfigurableElementSettings()
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
D | UncheckedPrintWriter.java | 119 private void setError(Throwable th) in setError() method in UncheckedPrintWriter 122 super.setError(); in setError() 137 protected void setError() in setError() method in UncheckedPrintWriter 139 setError(new IOException()); in setError() 170 setError(ex); in flush() 191 setError(ex); in close() 219 setError(ex); in write() 251 setError(ex); in write() 297 setError(ex); in write() 333 setError(ex); in newLine()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 258 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NOSLOTS); in checkSlots() 306 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_ENDLOOP, Hexagon::PC); in checkBranches() 314 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_BRANCHES); in checkBranches() 334 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWP, P); in checkPredicates() 348 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, P); in checkPredicates() 366 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_NEWV, R); in checkNewValues() 384 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_READONLY, R); in checkRegisters() 392 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_LOOP, R); in checkRegisters() 401 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, BadR); in checkRegisters() 415 errInfo.setError(HexagonMCErrInfo::CHECK_ERROR_REGISTERS, BadR); in checkRegisters() [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 | 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() 1000 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates() 1319 setError("Expected quote at end of scalar", Current); in scanFlowScalar() 1349 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar() 1377 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar() 1398 setError("Got empty plain scalar", Start); in scanPlainScalar() 1432 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor() 1503 setError("Expected a line break after block scalar header", Current); in scanBlockScalarHeader() [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()
|
D | XmlStreamDocSink.cpp | 49 serializingContext.setError("Unable to encode XML document in memory"); in doProcess()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 179 void setError (const std::string& err) const; 214 void PropValidator::setError (const std::string& err) const in setError() function in deqp::gles31::Functional::__anoncbcbeee00111::PropValidator 253 setError("resource not basic type"); in validate() 384 setError("resource type invalid"); in validateSingleVariable() 418 setError("resource type invalid"); in validateBuiltinVariable() 463 setError("resource array size invalid"); in validateSingleVariable() 497 setError("resource array size invalid"); in validateBuiltinVariable() 542 setError("resource array stride invalid"); in validateSingleVariable() 555 setError("resource array stride invalid"); in validateSingleVariable() 587 setError("resource block index invalid"); in validateSingleVariable() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 90 static void setError(UErrorCode& ec, UErrorCode err) { in setError() function 628 setError(status, U_INVALID_FORMAT_ERROR); in getString() 632 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 645 setError(status, U_INVALID_FORMAT_ERROR); in getString() 649 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 660 setError(status, U_INVALID_FORMAT_ERROR); in getString() 664 setError(status, U_MEMORY_ALLOCATION_ERROR); in getString() 675 setError(status, U_INVALID_FORMAT_ERROR); in getArray() 1010 setError(*status, U_INDEX_OUTOFBOUNDS_ERROR); in ufmt_getArrayItemByIndex()
|
/external/parameter-framework/upstream/utility/ |
D | ErrorContext.hpp | 43 void setError(const std::string &error) { mError = error; } in setError() function in utility::ErrorContext
|