Searched refs:message (Results 101 - 125 of 199) sorted by relevance

12345678

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
H A DUsagePermissionPage.java118 String message = String.format("Could not open browser. Vist\n%1$s\ninstead.",
121 "Browser Error", message);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
H A DAaptParserTest.java109 // message. When this error occurs, we will also get a warning on a missing attribute, and
189 String message = marker.getAttribute(IMarker.MESSAGE, ""); //$NON-NLS-1$
191 assertEquals(simplerMessage, message);
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
H A DContext.java252 * @param message the message for this warning
258 @NonNull String message,
286 mDriver.getClient().report(this, issue, severity, location, message, data);
293 * @param format the error message using {@link String#format} syntax, possibly null
255 report( @onNull Issue issue, @Nullable Location location, @NonNull String message, @Nullable Object data) argument
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
H A DViewConstructorDetector.java133 String message = String.format(
140 context.report(ISSUE, location, message, null /*data*/);
H A DMissingClassDetector.java189 String message = String.format("Use '$' instead of '.' for inner classes " +
192 context.report(INNERCLASS, element, location, message, null);
234 String message = String.format(
238 context.report(MISSING, location, message, null);
H A DTypoDetector.java282 String message;
308 message = String.format(
312 message = String.format(
318 context.report(ISSUE, node, context.getLocation(node, begin, end), message, null);
322 * message <b>must</b> be one supplied by lint.
324 * @param errorMessage the error message
325 * @return a list of replacement words suggested by the error message
356 * Returns the typo word in the error message from this detector
358 * @param errorMessage the error message produced earlier by this detector
H A DWakelockDetector.java187 String message;
189 message = "The release() call is not always reached (via exceptional flow)";
191 message = "The release() call is not always reached";
194 context.report(ISSUE, method, context.getLocation(release), message, null);
H A DDuplicateIdDetector.java70 // Map from include files to include names to pairs of message and location
71 // Map from file defining id, to the id to be defined, to a pair of location and message
198 context.report(CROSS_LAYOUT, location, occurrence.message, null);
232 location.setMessage(occurrence.message);
283 location.setMessage(occurrence.message);
569 occurrence.message = "Defined here";
571 occurrence.message = String.format(
642 public String message; field in class:DuplicateIdDetector.Occurrence
645 public Occurrence(File file, String message, String includePath) { argument
647 this.message
[all...]
H A DViewTagDetector.java164 String message = String.format("Avoid setting %1$s as values for setTag: " +
167 context.report(ISSUE, method, location, message, null);
H A DViewTypeDetector.java166 String message = String.format(
169 context.report(ISSUE, node, context.parser.getLocation(context, node), message,
/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DMonkeyRunnerOptions.java77 private static void printUsage(String message) { argument
78 System.out.println(message);
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
H A DAndroidVersion.java55 AndroidVersionException(String message, Throwable cause) { argument
56 super(message, cause);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
H A DProjectCheckPage.java211 * @param message the error message.
213 private void addError(Composite parent, String message) { argument
221 label.setText(message);
231 * @param message the warning message.
233 private void addWarning(Composite parent, String message) { argument
241 label.setText(message);
247 * Checks the parameters for correctness, and update the error message and buttons.
/sdk/assetstudio/tests/src/com/android/assetstudiolib/
H A DGeneratorTest.java181 String message = String.format("Images differ (by %.1f%%) - see details in %s",
183 System.out.println(message);
184 fail(message);
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
H A DClientData.java321 * @param message an optional (<code>null<code> ok) error message to be displayed.
323 void onEndFailure(Client client, String message); argument
347 * @param message an optional (<code>null<code> ok) error message to be displayed.
349 void onStartFailure(Client client, String message); argument
354 * @param message an optional (<code>null<code> ok) error message to be displayed.
356 void onEndFailure(Client client, String message); argument
H A DDevice.java629 String message = String.format("Uploading file onto device '%1$s'",
631 Log.d(LOG_TAG, message);
667 String message = String.format("Downloding file from device '%1$s'",
669 Log.d(LOG_TAG, message);
725 String message = String.format("Uploading file onto device '%1$s'",
727 Log.d(LOG_TAG, message);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
H A DRemoteAdtTestRunner.java377 private void endTestRunWithError(String message) { argument
378 reportError(message);
506 /** Override parent to dump error message to console. */
508 public void runFailed(String message, Exception exception) { argument
511 "Test launch failed: %s", message);
514 message);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DGLTraceOptionsDialog.java258 private Button createIsFullyQualifedActivityButton(Composite parent, String message) { argument
260 mIsActivityFullyQualifiedButton.setText(message);
270 setErrorMessage(status.message);
303 * on the dialog is valid or not. If it is not valid, the message
308 final String message; field in class:GLTraceOptionsDialog.DialogStatus
312 message = errMessage;
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
H A DLogCatFilterSettingsDialog.java140 setErrorMessage(status.message);
165 * on the dialog is valid or not. If it is not valid, the message
170 final String message; field in class:LogCatFilterSettingsDialog.DialogStatus
174 message = errMessage;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DWrapInWizard.java126 String message = validator.isValid(id);
127 if (message != null) {
128 setErrorMessage(message);
/sdk/find_java/
H A Dutils.h203 // Sets the string to the message matching Win32 GetLastError.
204 // If message is non-null, it is prepended to the last error string.
205 CString& setLastWin32Error(const char *message) { argument
216 if (message == NULL) {
219 setf("%s[%d] %s", message, err, errStr);
352 // Displays a message in an ok+info dialog box.
/sdk/eventanalyzer/src/com/android/eventanalyzer/
H A DEventAnalyzer.java142 public void printAndPromptLog(LogLevel logLevel, String tag, String message) {
146 public void printLog(LogLevel logLevel, String tag, String message) {
481 private static void printAndExit(String message, boolean terminate) { argument
482 System.out.println(message);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
H A DConvertSwitchQuickFixProcessor.java118 String message = marker.getAttribute(IMarker.MESSAGE, "");
120 // the exact error, so we'll need to resort to the actual message
123 if (message.contains("constant expressions")) { //$NON-NLS-1$
129 AdtPlugin.log(e, "Can't validate error message in %1$s", file.getName());
178 /** Proposal for the quick fix which displays an explanation message to the user */
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/
H A DLintCliXmlParserTest.java158 String message, Object data) {
159 System.out.println(location + ":" + message);
157 report(Context context, Issue issue, Severity severity, Location location, String message, Object data) argument
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
H A DApkBuilderMain.java220 for (String message : messages) {
221 System.err.println(message);

Completed in 299 milliseconds

12345678