Searched refs:description (Results 251 - 275 of 1894) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/test/webkit/
H A Ddfg-uint32-to-number-in-middle-of-copy-propagation.js24 description(
H A Ddfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js24 description(
H A Dfinally-codegen-failure.js24 description("Test that finally behaviour is correct.");
H A Dfor-in-avoid-duplicates.js24 description(
H A Dget-by-pname-that-looks-like-a-patchable-get-by-val.js24 description(
H A Dignored-result-ref-crash.js24 description(
H A Dinterpreter-no-activation.js24 description("Make sure arguments tearoff works correctly when a functions activation has not been created.");
H A DisPrototypeOf.js24 description(
H A Dlegitimately-captured-argument.js24 description(
H A Dpolymorphic-construct.js24 description(
H A Dpretty-print.js24 description(
H A DpropertyIsEnumerable.js24 description(
H A Dregexp-non-bmp.js24 description(
H A Dresize-array-assign.js24 description("Tests that assignments into arrays behave properly after the array is resized.")
H A Dsort-no-jit-code-crash.js24 description(
H A Dsort-with-side-effecting-comparisons.js24 description(
H A Dstring-property-deletion.js24 description("This page tests deletion of properties on a string object.");
H A Dstring-sort.js24 description("This page tests sorting of string values");
/external/chromium_org/v8/test/webkit/fast/js/
H A Ddate-toisostring.js24 description("Tests for Date.toISOString");
H A Dexception-properties.js24 description("Test for correct properties on Error objects.");
H A Dfunction-decompilation-operators.js24 description("This test checks toString() round-trip decompilation for binary and unary operators.");
H A Dstring-split-conformance.js24 description(
/external/junit/src/org/junit/rules/
H A DTestRule.java49 * @param description A {@link Description} of the test implemented in {@code base}
53 Statement apply(Statement base, Description description); argument
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DUninitializedMessageException.java84 /** Construct the description string for this exception. */
86 final StringBuilder description =
93 description.append(", ");
95 description.append(field);
97 return description.toString();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DTextViewHasTextMatcher.java32 public void describeTo(Description description) { argument
33 description.appendText("[" + actualText + "]");
34 description.appendText(" to equal ");
35 description.appendText("[" + expected + "]");

Completed in 1288 milliseconds

<<11121314151617181920>>