Searched refs:errorMessage (Results 1 - 25 of 129) sorted by relevance

123456

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DIllegalIcuArgumentException.java18 public IllegalIcuArgumentException(String errorMessage) { argument
19 super(errorMessage);
26 public IllegalIcuArgumentException(String errorMessage, Throwable cause) { argument
27 super(errorMessage, cause);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIllegalIcuArgumentException.java16 public IllegalIcuArgumentException(String errorMessage) { argument
17 super(errorMessage);
24 public IllegalIcuArgumentException(String errorMessage, Throwable cause) { argument
25 super(errorMessage, cause);
/external/smali/smali/src/main/java/org/jf/smali/
H A DSemanticException.java38 private String errorMessage; field in class:SemanticException
41 SemanticException(IntStream input, String errorMessage, Object... messageArguments) { argument
43 this.errorMessage = String.format(errorMessage, messageArguments);
48 this.errorMessage = ex.getMessage();
51 SemanticException(IntStream input, CommonTree tree, String errorMessage, Object... messageArguments) { argument
58 this.errorMessage = String.format(errorMessage, messageArguments);
61 SemanticException(IntStream input, Token token, String errorMessage, Object... messageArguments) { argument
68 this.errorMessage
[all...]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.h9 bool showProgress, bool &isCorrupt, UString &errorMessage);
H A DExtractEngine.cpp102 bool showProgress, bool &isCorrupt, UString &errorMessage)
133 errorMessage = t.ErrorMessage;
134 if (errorMessage.IsEmpty())
135 errorMessage = t.ExtractCallbackSpec->_message;
101 ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder, bool showProgress, bool &isCorrupt, UString &errorMessage) argument
/external/icu/icu4c/source/samples/layout/
H A DUnicodeReader.cpp34 char errorMessage[128]; local
41 sprintf(errorMessage,"Couldn't open %s: %s \n", fileName, strerror(errno));
42 guiSupport->postErrorMessage(errorMessage, "Text File Error");
74 sprintf(errorMessage, "Couldn't detect the encoding of %s: (%2.2X, %2.2X, %2.2X, %2.2X)\n", fileName,
76 guiSupport->postErrorMessage(errorMessage, "Text File Error");
86 sprintf(errorMessage,"Couldn't get memory for reading %s: %s \n", fileName, strerror(errno));
87 guiSupport->postErrorMessage(errorMessage, "Text File Error");
94 sprintf(errorMessage,"Couldn't read %s: %s \n", fileName, strerror(errno));
95 guiSupport->postErrorMessage(errorMessage, "Text File Error");
109 sprintf(errorMessage,"Could
[all...]
H A DFontMap.cpp46 sprintf(errorMessage, "Could not open the font map file: %s.", fileName);
47 fGUISupport->postErrorMessage(errorMessage, "Font Map Error");
77 sprintf(errorMessage, "The script name %s is invalid.", line);
78 fGUISupport->postErrorMessage(errorMessage, "Font Map Error");
102 sprintf(errorMessage, "The font map file %s does not contain any valid scripts.", fileName);
103 fGUISupport->postErrorMessage(errorMessage, "Font Map Error");
210 sprintf(errorMessage, "No font was set for script %s", uscript_getName((UScriptCode) scriptCode));
211 fGUISupport->postErrorMessage(errorMessage, "Font Map Error");
220 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]);
221 fGUISupport->postErrorMessage(errorMessage, "Fon
[all...]
/external/apache-http/android/src/android/net/http/
H A DHttpsConnection.java188 String errorMessage = e.getMessage();
189 if (errorMessage == null) {
190 errorMessage =
194 throw new IOException(errorMessage);
227 String errorMessage = e.getMessage();
228 if (errorMessage == null) {
229 errorMessage =
233 throw new IOException(errorMessage);
235 String errorMessage = e.getMessage();
236 if (errorMessage
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DSuspendTest.java174 String errorMessage = "";
176 errorMessage = "## Error found out while ThreadReference.Suspend command performing!\n";
179 errorMessage = errorMessage + "## Error found out while ThreadReference.Status command performing!\n";
182 errorMessage = errorMessage + "## Unexpected suspendStatus found out!\n";
185 errorMessage = errorMessage + "## Error found out while resuming thread!\n";
198 errorMessage = errorMessage
[all...]
H A DThreadGroup002Test.java156 String errorMessage = "";
257 errorMessage = errorMessage +
262 errorMessage = errorMessage +
267 errorMessage = errorMessage +
272 errorMessage = errorMessage +
277 errorMessage
[all...]
H A DSuspendCountTest.java261 String errorMessage = "";
263 errorMessage = errorMessage + "## Error found out while ThreadReference.SuspendCount command performing!\n";
266 errorMessage = errorMessage + "## Error found out while ThreadReference.Suspend command performing!\n";
269 errorMessage = errorMessage + "## Error found out while ThreadReference.Resume command performing!\n";
282 errorMessage = errorMessage + "## Some of tested threads are not found!\n";
284 if ( ! errorMessage
[all...]
H A DResumeTest.java133 String errorMessage = "";
268 errorMessage = errorMessage + "## Error found out while ThreadReference.Status command performing!\n";
271 errorMessage = errorMessage + "## Unexpected suspendStatus found out!\n";
274 errorMessage = errorMessage + "## Error found out while ThreadReference.Resume command performing!\n";
276 if ( ! errorMessage.equals("") ) {
278 printErrorAndFail("\ntestResume001 FAILED:\n" + errorMessage);
422 errorMessage
[all...]
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
H A DGraphValidationScopingTest.java64 String errorMessage = "test.MyComponent (unscoped) may not reference scoped bindings:\n"
70 .withErrorContaining(errorMessage);
114 String errorMessage = "test.MyComponent scoped with @Singleton "
121 .withErrorContaining(errorMessage);
184 String errorMessage =
193 .withErrorContaining(errorMessage);
226 String errorMessage =
233 .withErrorContaining(errorMessage);
273 String errorMessage =
280 .withErrorContaining(errorMessage);
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DJPDALogWriter.java41 protected String errorMessage; field in class:JPDALogWriter
111 if (null == errorMessage) {
112 errorMessage = message;
126 if (null == errorMessage) {
127 errorMessage = message;
172 return errorMessage;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDataDrivenNumberFormatTestSuite.java205 String errorMessage = isPass(tuple);
206 if (errorMessage != null) {
207 showError(errorMessage);
312 String errorMessage = codeUnderTest.format(tuple);
313 if (errorMessage != null) {
314 result.append(errorMessage);
317 String errorMessage = codeUnderTest.toPattern(tuple);
318 if (errorMessage != null) {
319 result.append(errorMessage);
322 String errorMessage
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestSuite.java201 String errorMessage = isPass(tuple);
202 if (errorMessage != null) {
203 showError(errorMessage);
308 String errorMessage = codeUnderTest.format(tuple);
309 if (errorMessage != null) {
310 result.append(errorMessage);
313 String errorMessage = codeUnderTest.toPattern(tuple);
314 if (errorMessage != null) {
315 result.append(errorMessage);
318 String errorMessage
[all...]
/external/nist-sip/java/javax/sip/header/
H A DErrorInfoHeader.java13 void setErrorMessage(String errorMessage) throws ParseException; argument
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DParser.java39 * @param errorMessage description of an error
41 void error(int line, String lineContent, String fileName, String errorMessage); argument
H A DHDFDataFactory.java60 public void error(int line, String lineContent, String fileName, String errorMessage) {
61 throw new JSilverBadSyntaxException("HDF parsing error : '" + errorMessage + "'",
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c249 const char *errorMessage = NULL; local
342 errorMessage = "Can't create temp folder";
347 if (!errorMessage)
348 errorMessage = "Error";
349 PrintErrorMessage(errorMessage);
355 errorMessage = "can not open input file";
366 errorMessage = "Can't find 7z archive";
455 errorMessage = "Duplicate file";
461 errorMessage = "Can't open output file";
470 errorMessage
[all...]
/external/easymock/src/org/easymock/internal/
H A DMocksBehavior.java128 StringBuilder errorMessage = new StringBuilder(70 * (endPosition
130 errorMessage.append("\n Unexpected method call ").append(
150 errorMessage
153 errorMessage.append(":");
157 m.appendTo(errorMessage, matches);
161 throw new AssertionErrorWrapper(new AssertionError(errorMessage));
177 StringBuilder errorMessage = new StringBuilder(70 * (behaviorLists
181 errorMessage.append("\n Expectation failure on verify:");
185 m.appendTo(errorMessage, 0);
189 throw new AssertionErrorWrapper(new AssertionError(errorMessage
[all...]
/external/guava/guava/src/com/google/common/base/
H A DPreconditions.java116 * @param errorMessage the exception message to use if the check fails; will be converted to a
120 public static void checkArgument(boolean expression, @Nullable Object errorMessage) { argument
122 throw new IllegalArgumentException(String.valueOf(errorMessage));
167 * @param errorMessage the exception message to use if the check fails; will be converted to a
171 public static void checkState(boolean expression, @Nullable Object errorMessage) { argument
173 throw new IllegalStateException(String.valueOf(errorMessage));
219 * @param errorMessage the exception message to use if the check fails; will be converted to a
224 public static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { argument
226 throw new NullPointerException(String.valueOf(errorMessage));
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java91 String errorMessage = "Could not compile template: " + templateName;
92 Class<?> templateClass = compileAndLoad(javaSource, errorMessage);
119 private Class<?> compileAndLoad(CharSequence javaSource, String errorMessage) argument
139 throwExceptionWithLotsOfDiagnosticInfo(javaSource, errorMessage, diagnosticCollector
145 private void throwExceptionWithLotsOfDiagnosticInfo(CharSequence javaSource, String errorMessage, argument
149 StringBuilder message = new StringBuilder(errorMessage).append('\n');
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
H A Dtest_encoding.py11 from .support import get_data_files, TestData, test_dir, errorMessage namespace
35 assert encoding == p.documentEncoding, errorMessage(data, encoding, p.documentEncoding)
46 assert encoding == stream.charEncoding[0], errorMessage(data, encoding, stream.charEncoding[0])
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractFutureTest.java112 final AtomicReference<String> errorMessage = new AtomicReference<String>();
118 errorMessage.set("Set call exited before future was complete.");
127 errorMessage.set("SetException call exited before future was complete.");
136 errorMessage.set("Cancel call exited before future was complete.");
145 String error = errorMessage.get();

Completed in 1484 milliseconds

123456