Searched defs:errorMsg (Results 1 - 25 of 42) sorted by relevance

12

/external/parameter-framework/upstream/skeleton-subsystem/test/
H A Dmain.cpp48 std::string errorMsg; local
49 if (not instance.start(errorMsg)) {
50 std::cout << "Failed to start: " << errorMsg << std::endl;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java465 * @param errorMsg Error message to put in the exception if no number can be found
470 public int gatherInt(String errorMsg, int maxValue) throws XMPException argument
500 throw new XMPException(errorMsg, XMPError.BADVALUE);
/external/parameter-framework/upstream/xmlserializer/
H A DXmlDocSource.cpp244 string errorMsg = "libxml failed to read"; local
246 errorMsg += " \"" + source + "\"";
248 serializingContext.appendLineToError(errorMsg);
/external/skia/gm/
H A Dwindowrectangles.cpp274 SkString errorMsg; local
275 errorMsg.printf("Requires GPU with %i window rectangles", kNumWindows);
279 canvas->drawString(errorMsg, SkIntToScalar(kCoverRect.centerX()),
/external/skqp/gm/
H A Dwindowrectangles.cpp274 SkString errorMsg; local
275 errorMsg.printf("Requires GPU with %i window rectangles", kNumWindows);
279 canvas->drawString(errorMsg, SkIntToScalar(kCoverRect.centerX()),
/external/xmlrpcpp/src/
H A DXmlRpcServerConnection.cpp357 XmlRpcServerConnection::generateFaultResponse(std::string const& errorMsg, int errorCode) argument
367 faultStruct[FAULTSTRING] = errorMsg;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp165 std::ostringstream errorMsg; local
166 errorMsg << "Requied memory size (" << memReqs.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
167 return tcu::TestStatus::fail(errorMsg.str());
256 std::ostringstream errorMsg; local
257 errorMsg << "Nonexternal objects cannot require dedicated allocation.";
258 return tcu::TestStatus::fail(errorMsg.str());
263 std::ostringstream errorMsg; local
264 errorMsg << "Requied memory size (" << memReqs.memoryRequirements.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
265 return tcu::TestStatus::fail(errorMsg.str());
277 std::ostringstream errorMsg; local
[all...]
H A DvktApiBufferTests.cpp390 std::ostringstream errorMsg; local
391 errorMsg << "Requied memory size (" << memReqs.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
392 return tcu::TestStatus::fail(errorMsg.str());
567 std::ostringstream errorMsg; local
568 errorMsg << "Nonexternal objects cannot require dedicated allocation.";
569 return tcu::TestStatus::fail(errorMsg.str());
618 std::ostringstream errorMsg; local
619 errorMsg << "Requied memory size (" << memReqs.memoryRequirements.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
620 return tcu::TestStatus::fail(errorMsg.str());
/external/parameter-framework/upstream/parameter/
H A DParameterMgrFullConnector.cpp273 string &errorMsg)
276 errorMsg);
271 importSingleDomainXml(const string &xmlSource, bool overwrite, bool withSettings, bool fromFile, string &errorMsg) argument
H A DParameterMgr.cpp2539 string &errorMsg)
2542 if (!checkTuningModeOn(errorMsg)) {
2554 *pConfigurableDomains, "SystemClassName", errorMsg);
2566 bool withSettings, bool fromFile, string &errorMsg)
2568 if (!checkTuningModeOn(errorMsg)) {
2580 if (!wrapLegacyXmlImport(xmlSource, fromFile, withSettings, *standaloneDomain, "", errorMsg)) {
2584 if (!getConfigurableDomains()->addDomain(*standaloneDomain, overwrite, errorMsg)) {
2595 string &errorMsg)
2597 CXmlDomainImportContext xmlDomainImportContext(errorMsg, withSettings, *getSystemClass());
2637 string &errorMsg) cons
2538 importDomainsXml(const string &xmlSource, bool withSettings, bool fromFile, string &errorMsg) argument
2565 importSingleDomainXml(const string &xmlSource, bool overwrite, bool withSettings, bool fromFile, string &errorMsg) argument
2593 wrapLegacyXmlImport(const string &xmlSource, bool fromFile, bool withSettings, CElement &element, const string &nameAttributeName, string &errorMsg) argument
[all...]
/external/vulkan-validation-layers/loader/
H A Dvk_loader_platform.h291 static char errorMsg[164]; local
292 (void)snprintf(errorMsg, 163, "Failed to open dynamic library \"%s\" with error %lu", libPath, GetLastError());
293 return errorMsg;
302 static char errorMsg[120]; local
303 (void)snprintf(errorMsg, 119, "Failed to find function \"%s\" in dynamic library", name);
304 return errorMsg;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPFXParserAPI.cpp484 @Output errorMsg error string
495 CPVRTString* const errorMsg)
547 *errorMsg += "WARNING: Variable not used by GLSL code: ";
548 *errorMsg += CPVRTString(aParams[j].pszName) + " ";
549 *errorMsg += CPVRTString(aParams[j].pszValue) + "\n";
558 *errorMsg += "WARNING: Semantic unknown to application: ";
559 *errorMsg += CPVRTString(aParams[j].pszValue) + "\n";
488 GetSemantics( CPVRTArray<SPVRTPFXUniform>& aUniforms, const CPVRTArray<SPVRTPFXParserSemantic>& aParams, const CPVRTArray<SPVRTPFXUniformSemantic>& aUniformSemantics, unsigned int* const pnUnknownUniformCount, const GLuint uiProgram, bool bIsAttribue, CPVRTString* const errorMsg) argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorTest.java3945 String errorMsg; field in class:TransliteratorTest.NormTranslitTask
3955 errorMsg = null;
3964 errorMsg = "in {" + in + "} / out {" + out + "} / expected {" + expected + "}";
3973 return errorMsg;
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java3942 String errorMsg; field in class:TransliteratorTest.NormTranslitTask
3952 errorMsg = null;
3961 errorMsg = "in {" + in + "} / out {" + out + "} / expected {" + expected + "}";
3970 return errorMsg;
/external/annotation-tools/asmx/test/lib/
H A Djavancss.jarMETA-INF/ META-INF/MANIFEST.MF JITFix.class JITFix.java package public JITFix extends ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp1132 string &errorMsg) {
1139 errorMsg = errorStr.str();
1144 return descriptor_set->IsCompatible(layout_node.get(), &errorMsg);
1130 verify_set_layout_compatibility(const cvdescriptorset::DescriptorSet *descriptor_set, PIPELINE_LAYOUT_NODE const *pipeline_layout, const uint32_t layoutIndex, string &errorMsg) argument
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/annotation-tools/asmx/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...

Completed in 9141 milliseconds

12