HomeSort by relevance Sort by last modified time
    Searched full:explanation (Results 176 - 200 of 678) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tests/tests/widget/src/android/widget/cts/
TabWidgetTest.java 141 @ToBeFixed(bug = "1695243", explanation = "the javadoc for focusCurrentTab() is incomplete." +
215 @ToBeFixed(bug = "1695243", explanation = "the javadoc for addView() is incomplete." +
TimePickerTest.java 76 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
188 @ToBeFixed(bug = "1695243", explanation = "setCurrentHour should be in range 0~23")
ToggleButtonTest.java 79 explanation = "There should not be a NullPointerException thrown out.")
163 @ToBeFixed(bug = "1400085", explanation = "This method will effect the UI. "
AbsListViewTest.java 77 @ToBeFixed(bug="1448885", explanation="AbsListView is an abstract class and its abstract " +
116 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete")
457 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete")
761 @ToBeFixed(bug = "1400249", explanation = "it's hard to do unit test, should be tested by" +
842 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete")
919 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete")
    [all...]
HorizontalScrollViewTest.java 118 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
143 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
193 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
231 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
666 @ToBeFixed(bug = "1695243", explanation = "As javadoc says, scrolls towards the left "
697 @ToBeFixed(bug = "1695243", explanation = "scrollTo can not affect y.")
ImageViewTest.java 132 @ToBeFixed(bug = "1417734", explanation = "ImageView#ImageView(Context, AttributeSet) and " +
166 @ToBeFixed(bug="1400249", explanation="It will be tested by functional test.")
195 @ToBeFixed(bug="1400249", explanation="It will be tested by functional test.")
208 @ToBeFixed(bug="1400249", explanation="It will be tested by functional test.")
551 @ToBeFixed(bug = "1417734", explanation = "IndexOutOfBoundsException is not expected.")
ScrollViewTest.java 137 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
162 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
211 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
249 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete."
697 @ToBeFixed(bug = "1695243", explanation = "As javadoc says, scrolls towards the top "
HeaderViewListAdapterTest.java 121 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete.")
154 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete.")
358 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete, " +
RadioGroupTest.java 88 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
213 @ToBeFixed(explanation = "Should not call OnCheckedChangeListener's method if "
257 @ToBeFixed(explanation = "Should not call OnCheckedChangeListener's method if "
FrameLayoutTest.java 90 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete")
293 @ToBeFixed(bug = "1695243", explanation = "Android API javadocs are incomplete")
RelativeLayout_LayoutParamsTest.java 203 @ToBeFixed(bug = "1695243", explanation =
252 @ToBeFixed(bug = "1695243", explanation = "the javadoc for addRule(int, int) is incomplete." +
  /external/chromium/chrome/common/
utility_messages.h 128 // |error_message| is a user-displayable explanation of what went wrong.
138 // web resource. |error_message| is a user-readable explanation of what
  /external/dbus/dbus/
dbus-internals.c 68 * The given explanation will be printed.
70 * @param explanation explanation of what happened if the code was reached.
935 * @param explanation what was reached that shouldn't have been
940 _dbus_real_assert_not_reached (const char *explanation,
945 file, line, _dbus_pid_for_log (), explanation);
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 238 @ToBeFixed(bug = "1695243", explanation = "the javadoc for startAnimation() is incomplete." +
453 @ToBeFixed(bug = "1695243", explanation = "the javadoc for getHitRect() is incomplete." +
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 94 @ToBeFixed(bug = "1417734", explanation = "NPE is not expected.")
398 @ToBeFixed(bug = "1417734", explanation = "NPE is not expected.")
542 @ToBeFixed(bug = "1417734", explanation = "NPE is not expected.")
598 @ToBeFixed(bug = "", explanation = "the attribute visible has been set to false " +
753 @ToBeFixed(bug="1400249", explanation="It will be tested by functional test")
ClipDrawableTest.java 68 @ToBeFixed(bug = "1400249", explanation = "It will be tested by functional test, " +
195 @ToBeFixed(bug = "1417734", explanation = "NPE is not expected.")
275 @ToBeFixed(bug = "1417734", explanation = "NPE is not expected.")
NinePatchDrawableTest.java 108 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
176 @ToBeFixed(bug = "1417734", explanation = "should add @throws clause into javadoc of "
411 @ToBeFixed(bug = "", explanation = "mutate() always throw NullPointerException.")
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 81 @ToBeFixed(bug = "1695243", explanation = "Javadoc does not specify exceptions thrown.")
154 @ToBeFixed(bug = "1695243", explanation = "Javadoc does not specify exceptions thrown.")
314 @ToBeFixed(bug = "1695243", explanation = "Javadoc does not specify exceptions thrown.")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 222 String explanation = issue.getExplanation(); local
224 StringBuilder sb = new StringBuilder(summary.length() + explanation.length() + 20);
227 sb.append(explanation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 184 String explanation = issue.getExplanation();
186 StringBuilder sb = new StringBuilder(summary.length() + explanation.length() + 20);
189 sb.append(explanation);
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 413 @ToBeFixed(bug = "1393825", explanation = "it is native function "
426 @ToBeFixed(bug = "1709683", explanation = "it always throws UnsatisfiedLinkError "
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 227 /// getBriefExplanation - Given a diagnostic ID, return a brief explanation
231 /// getFullExplanation - Given a diagnostic ID, return a full explanation
  /frameworks/base/core/java/android/content/
SyncResult.java 152 * occurred. See {@link #SyncResult()} for an explanation of what the SyncManager does
176 * occurred. See {@link #SyncResult()} for an explanation of what the SyncManager does
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 93 // Returns true iff the listener is interested in an explanation of
95 // this information to avoid generating the explanation when no one
118 // should generate an explanation like "which points to ...".
152 // A match result listener that ignores the explanation.
161 // A match result listener that forwards the explanation to a given
173 // A match result listener that stores the explanation in a string.
178 // Returns the explanation heard so far.
457 // If the explanation is not empty, prints it to the ostream.
458 inline void PrintIfNotEmpty(const internal::string& explanation,
460 if (explanation != "" && os != NULL)
461 *os << ", " << explanation; local
2241 const internal::string explanation = inner_listener.str(); local
2243 *listener << "whose first field is a value " << explanation; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 64 @ToBeFixed(bug="1682756", explanation="Javadoc says this constructor sets 'everything to 0'."

Completed in 1154 milliseconds

1 2 3 4 5 6 78 91011>>