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

/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DSystemListener.java87 * @param errorMsg The error message, if any, or null.
90 public void handleError(String errorMsg, Throwable t); argument
/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/xmlserializer/
H A DXmlDocSource.cpp243 _xmlDoc* CXmlDocSource::mkXmlDoc(const string& source, bool fromFile, bool xincludes, string& errorMsg) argument
253 errorMsg = "libxml failed to read";
255 errorMsg += " \"" + source + "\"";
260 errorMsg += ": " + string(details->message);
267 errorMsg = "libxml failed to resolve XIncludes";
270 errorMsg += ": " + string(details->message);
/external/jmonkeyengine/engine/src/android/com/jme3/app/
H A DAndroidHarness.java283 public void handleError(final String errorMsg, final Throwable t) { argument
296 final String finalMsg = (errorMsg != null ? errorMsg : "Uncaught Exception")
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanelsContext.java55 public void handleError(String errorMsg, Throwable t) { argument
56 listener.handleError(errorMsg, t);
/external/parameter-framework/parameter/
H A DParameterMgrFullConnector.cpp361 string& errorMsg)
364 errorMsg);
359 importSingleDomainXml(const string& xmlSource, bool overwrite, bool withSettings, bool fromFile, string& errorMsg) argument
H A DParameterMgr.cpp2213 bool fromFile, string& errorMsg)
2216 if (!checkTuningModeOn(errorMsg)) {
2228 *pConfigurableDomains, "SystemClassName", errorMsg);
2240 bool withSettings, bool fromFile, string& errorMsg)
2242 if (!checkTuningModeOn(errorMsg)) {
2254 if (!wrapLegacyXmlImport(xmlSource, fromFile, withSettings, *standaloneDomain, "", errorMsg)) {
2258 if (!getConfigurableDomains()->addDomain(*standaloneDomain, overwrite, errorMsg)) {
2269 const string& nameAttributeName, string& errorMsg)
2271 CXmlDomainImportContext xmlDomainImportContext(errorMsg, withSettings, *getSystemClass());
2279 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(xmlSource, fromFile, false, errorMsg);
2212 importDomainsXml(const string& xmlSource, bool withSettings, bool fromFile, string& errorMsg) argument
2239 importSingleDomainXml(const string& xmlSource, bool overwrite, bool withSettings, bool fromFile, string& errorMsg) argument
2267 wrapLegacyXmlImport(const string& xmlSource, bool fromFile, bool withSettings, CElement& element, const string& nameAttributeName, string& errorMsg) argument
[all...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java3946 String errorMsg; field in class:TransliteratorTest.NormTranslitTask
3955 errorMsg = null;
3964 errorMsg = "in {" + in + "} / out {" + out + "} / expected {" + expected + "}";
3973 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 ...
H A Dcom.ibm.icu_4.2.1.v20100412.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/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/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/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 675 milliseconds