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/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp132 std::ostringstream errorMsg; local
133 errorMsg << "Requied memory size (" << memReqs.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
134 return tcu::TestStatus::fail(errorMsg.str());
H A DvktApiBufferTests.cpp279 std::ostringstream errorMsg; local
280 errorMsg << "Requied memory size (" << memReqs.size << " bytes) smaller than the buffer's size (" << size << " bytes)!";
281 return tcu::TestStatus::fail(errorMsg.str());
/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.cpp282 SkString errorMsg; local
283 errorMsg.printf("Requires GPU with %i window rectangles", kNumWindows);
287 canvas->drawText(errorMsg.c_str(), errorMsg.size(), SkIntToScalar(kCoverRect.centerX()),
/external/xmlrpcpp/src/
H A DXmlRpcServerConnection.cpp357 XmlRpcServerConnection::generateFaultResponse(std::string const& errorMsg, int errorCode) argument
367 faultStruct[FAULTSTRING] = errorMsg;
/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.h307 static char errorMsg[164]; local
308 snprintf(errorMsg, 163, "Failed to open dynamic library \"%s\"", libPath);
309 return errorMsg;
321 static char errorMsg[120]; local
322 snprintf(errorMsg, 119, "Failed to find function \"%s\" in dynamic library",
324 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.java4038 String errorMsg; field in class:TransliteratorTest.NormTranslitTask
4047 errorMsg = null;
4056 errorMsg = "in {" + in + "} / out {" + out + "} / expected {" + expected + "}";
4065 return errorMsg;
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java4037 String errorMsg; field in class:TransliteratorTest.NormTranslitTask
4046 errorMsg = null;
4055 errorMsg = "in {" + in + "} / out {" + out + "} / expected {" + expected + "}";
4064 return errorMsg;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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.cpp2350 const VkRenderPassCreateInfo *secondaryRPCI, string &errorMsg) {
2355 errorMsg = errorStr.str();
2370 errorMsg = errorStr.str();
2378 errorMsg = errorStr.str();
2389 errorMsg = errorStr.str();
2402 errorMsg = errorStr.str();
2414 string &errorMsg) {
2421 errorMsg = errorStr.str();
2425 return pSet->IsCompatible(layout_node, &errorMsg);
2349 verify_renderpass_compatibility(const layer_data *my_data, const VkRenderPassCreateInfo *primaryRPCI, const VkRenderPassCreateInfo *secondaryRPCI, string &errorMsg) argument
2412 verify_set_layout_compatibility(layer_data *my_data, const cvdescriptorset::DescriptorSet *pSet, 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/ ...
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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 763 milliseconds

12