Home
last modified time | relevance | path

Searched refs:setError (Results 1 – 25 of 62) sorted by relevance

123

/external/parameter-framework/parameter/
DBaseParameter.cpp95 parameterAccessContext.setError("Unsupported conversion"); in accessAsBoolean()
105 parameterAccessContext.setError("Unsupported conversion"); in accessAsBooleanArray()
116 parameterAccessContext.setError("Unsupported conversion"); in accessAsInteger()
126 parameterAccessContext.setError("Unsupported conversion"); in accessAsIntegerArray()
137 parameterAccessContext.setError("Unsupported conversion"); in accessAsSignedInteger()
147 parameterAccessContext.setError("Unsupported conversion"); in accessAsSignedIntegerArray()
158 parameterAccessContext.setError("Unsupported conversion"); in accessAsDouble()
168 parameterAccessContext.setError("Unsupported conversion"); in accessAsDoubleArray()
DParameterType.cpp226 parameterAccessContext.setError("Unsupported conversion"); in toBlackboard()
237 parameterAccessContext.setError("Unsupported conversion"); in fromBlackboard()
249 parameterAccessContext.setError("Unsupported conversion"); in toBlackboard()
260 parameterAccessContext.setError("Unsupported conversion"); in fromBlackboard()
272 parameterAccessContext.setError("Unsupported conversion"); in toBlackboard()
283 parameterAccessContext.setError("Unsupported conversion"); in fromBlackboard()
295 parameterAccessContext.setError("Unsupported conversion"); in toBlackboard()
306 parameterAccessContext.setError("Unsupported conversion"); in fromBlackboard()
DIntegerParameterType.cpp230 parameterAccessContext.setError("Value out of range"); in toBlackboard()
255 parameterAccessContext.setError("Value out of range"); in toBlackboard()
300 parameterAccessContext.setError("Value out of range"); in toBlackboard()
308 parameterAccessContext.setError("Value out of range"); in toBlackboard()
390 parameterAccessContext.setError(strError); in convertValueFromString()
421 parameterAccessContext.setError(strStream.str()); in checkValueAgainstRange()
DXmlFileIncluderElement.cpp75 elementSerializingContext.setError(xmlErrorMsg); in fromXml()
85 elementSerializingContext.setError("Could not parse document \"" + strPath + "\""); in fromXml()
104 … elementSerializingContext.setError("Unable to create XML element " + childElement.getPath()); in fromXml()
DConfigurableElement.cpp71 …configurationAccessContext.setError("Configuration settings parsing: Settings don't conform to str… in serializeXmlSettings()
80 …configurationAccessContext.setError("Configuration settings parsing: Settings for configurable ele… in serializeXmlSettings()
89 …configurationAccessContext.setError("Configuration settings parsing: Under configurable elememnt "… in serializeXmlSettings()
104 …configurationAccessContext.setError("Configuration settings parsing: Settings don't conform to str… in serializeXmlSettings()
143 …parameterAccessContext.setError((bSet ? "Can't set " : "Can't get ") + pathNavigator.getCurrentPat… in accessValue()
152 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in accessValue()
DBitParameterType.cpp94 serializingContext.setError(strStream.str()); in fromXml()
111 serializingContext.setError(strStream.str()); in fromXml()
149 parameterAccessContext.setError(strStream.str()); in toBlackboard()
184 parameterAccessContext.setError("Value out of range"); in toBlackboard()
DInstanceConfigurableElement.cpp190 …parameterAccessContext.setError("Unable to synchronize modification. No Syncer object associated t… in sync()
198 parameterAccessContext.setError(strError); in sync()
213 errorContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in checkPathExhausted()
DEnumParameterType.cpp131 parameterAccessContext.setError(strError); in toBlackboard()
142 parameterAccessContext.setError("Provided value not part of lexical space"); in toBlackboard()
188 parameterAccessContext.setError(strStream.str()); in checkValueAgainstRange()
340 parameterAccessContext.setError("Provided value not part of numerical space"); in isValid()
DSelectionCriterionRule.cpp167 …xmlDomainImportContext.setError("Couldn't find selection criterion " + strSelectionCriterion + " i… in fromXml()
178 …xmlDomainImportContext.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " + getKind… in fromXml()
188 …xmlDomainImportContext.setError("Wrong Value attribute value " + strValue + " in " + getKind() + "… in fromXml()
DFixedPointParameterType.cpp105 …serializingContext.setError("Inconsistent Size vs. Q notation for " + getKind() + " " + xmlElement… in fromXml()
123 …parameterAccessContext.setError("Hexadecimal values are not supported for " + getKind() + " when s… in toBlackboard()
181 parameterAccessContext.setError(strStream.str()); in setOutOfRangeError()
231 parameterAccessContext.setError("Value out of range"); in toBlackboard()
DBooleanParameterType.cpp59 parameterAccessContext.setError(strValue + " value not part of numerical space {"); in toBlackboard()
115 parameterAccessContext.setError("Value out of range"); in toBlackboard()
DComponentType.cpp98 …serializingContext.setError("ComponentType " + strExtendsType + " referred to by " + xmlElement.ge… in fromXml()
105 … serializingContext.setError("Recursive ComponentType definition of " + xmlElement.getPath()); in fromXml()
DComponentInstance.cpp89 …serializingContext.setError("Unable to create Component " + xmlElement.getPath() + ". ComponentTyp… in fromXml()
95 …serializingContext.setError("Recursive definition of " + _pComponentType->getName() + " due to " +… in fromXml()
DArrayParameter.cpp227 …parameterAccessContext.setError("Expected numerical expression as last item in " + pathNavigator.g… in getIndex()
237 parameterAccessContext.setError(oss.str()); in getIndex()
248 parameterAccessContext.setError("Path not found: " + pathNavigator.getCurrentPath()); in getIndex()
270 parameterAccessContext.setError("Too many values provided"); in setValues()
DDomainConfiguration.cpp95 …xmlDomainImportContext.setError("Configurable Element " + strConfigurableElementPath + " referred… in parseSettings()
161 …serializingContext.setError("Struture error encountered while parsing settings of " + pConfigurabl… in serializeConfigurableElementSettings()
169 …serializingContext.setError("Couldn't find settings for " + pConfigurableElement->getKind() + " " … in serializeConfigurableElementSettings()
209 xmlDomainExportContext.setError(strError); in serializeConfigurableElementSettings()
DErrorContext.h40 void setError(const std::string& strError);
DErrorContext.cpp37 void CErrorContext::setError(const std::string& strError) in setError() function in CErrorContext
/external/jetty/src/java/org/eclipse/jetty/io/
DUncheckedPrintWriter.java119 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/Support/
DYAMLTraits.cpp135 setError(CurrentNode, "not a mapping"); in preflightKey()
142 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
165 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'"); in endMapping()
182 setError(CurrentNode, "not a sequence"); in beginSequence()
249 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
258 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar()
276 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch()
281 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch()
293 setError(SQ->Entries[i].get(), "unknown bit value"); in endBitSetScalar()
304 setError(CurrentNode, "unexpected scalar"); in scalarString()
[all …]
DYAMLParser.cpp277 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner
288 void setError(const Twine &Message) { in setError() function in llvm::yaml::Scanner
289 setError(Message, Current); in setError()
919 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates()
1235 setError("Expected quote at end of scalar", Current); in scanFlowScalar()
1265 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar()
1293 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar()
1314 setError("Got empty plain scalar", Start); in scanPlainScalar()
1348 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor()
1390 setError("Got empty block scalar", Start); in scanBlockScalar()
[all …]
/external/parameter-framework/xmlserializer/
DXmlDocSource.cpp121 serializingContext.setError("Could not parse document "); in validate()
131 serializingContext.setError("Document is not valid"); in validate()
140 serializingContext.setError("Error: Wrong XML structure document "); in validate()
154 serializingContext.setError("Error: Wrong XML structure document "); in validate()
DXmlSerializingContext.h40 void setError(const std::string& strError);
DXmlSerializingContext.cpp37 void CXmlSerializingContext::setError(const std::string& strError) in setError() function in CXmlSerializingContext
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp179 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/
Dfmtable.cpp90 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()

123