/external/mockito/src/org/mockito/internal/matchers/ |
EndsWith.java | 10 import org.hamcrest.Description; 27 public void describeTo(Description description) { 28 description.appendText("endsWith(\"" + suffix + "\")");
|
NotNull.java | 10 import org.hamcrest.Description; 27 public void describeTo(Description description) { 28 description.appendText("notNull()");
|
Null.java | 10 import org.hamcrest.Description; 26 public void describeTo(Description description) { 27 description.appendText("isNull()");
|
StartsWith.java | 10 import org.hamcrest.Description; 27 public void describeTo(Description description) { 28 description.appendText("startsWith(\"" + prefix + "\")");
|
CompareTo.java | 8 import org.hamcrest.Description; 29 public void describeTo(Description description) { 30 description.appendText(getName() + "(" + wanted + ")");
|
/cts/tests/core/runner/src/com/android/cts/core/runner/support/ |
TestNgRunner.java | 22 import org.junit.runner.Description; 47 private Description mDescription; 66 public Description getDescription() { 73 if (!descriptionHasChildren(getDescription())) { // Avoid NPE when description is null. 86 if (!descriptionHasChildren(getDescription())) { // Avoid NPE when description is null. 103 if (!descriptionHasChildren(getDescription())) { // Avoid NPE when description is null. 108 for (Description child : getDescription().getChildren()) { 145 private static Description filterDescription(Description desc, Filter filter) { 150 Description newDesc = desc.childlessCopy() [all...] |
/external/junit/src/org/junit/experimental/categories/ |
Categories.java | 12 import org.junit.runner.Description; 101 public boolean shouldRun(Description description) { 102 if (hasCorrectCategoryAnnotation(description)) 104 for (Description each : description.getChildren()) 110 private boolean hasCorrectCategoryAnnotation(Description description) { 111 List<Class<?>> categories= categories(description); 123 private List<Class<?>> categories(Description description) [all...] |
/external/junit/src/org/junit/experimental/max/ |
MaxCore.java | 13 import org.junit.runner.Description; 97 List<Description> leaves= findLeaves(request); 102 private Request constructLeafRequest(List<Description> leaves) { 104 for (Description each : leaves) 118 private Runner buildRunner(Description each) { 129 throw new RuntimeException("Can't build a runner from description [" + each + "]"); 136 private Class<?> getMalformedTestClass(Description each) { 149 public List<Description> sortedLeavesForTest(Request request) { 153 private List<Description> findLeaves(Request request) { 154 List<Description> results= new ArrayList<Description>() [all...] |
MaxHistory.java | 14 import org.junit.runner.Description; 80 Long getFailureTimestamp(Description key) { 84 void putTestFailureTimestamp(Description key, long end) { 88 boolean isNewTest(Description key) { 92 Long getTestDuration(Description key) { 96 void putTestDuration(Description description, long duration) { 97 fDurations.put(description.toString(), duration); 103 private Map<Description, Long> starts= new HashMap<Description, Long>() [all...] |
/external/junit/src/org/junit/internal/runners/ |
ErrorReportingRunner.java | 7 import org.junit.runner.Description; 24 public Description getDescription() { 25 Description description= Description.createSuiteDescription(fTestClass); local 27 description.addChild(describeCause(each)); 28 return description; 49 private Description describeCause(Throwable child) { 50 return Description.createTestDescription(fTestClass, 55 Description description= describeCause(child) local [all...] |
/external/hamcrest/src/org/hamcrest/ |
BaseDescription.java | 12 * A {@link Description} that is stored as a string.
14 public abstract class BaseDescription implements Description {
15 public Description appendText(String text) {
20 public Description appendDescriptionOf(SelfDescribing value) {
25 public Description appendValue(Object value) {
56 public <T> Description appendValueList(String start, String separator, String end, T... values) {
60 public <T> Description appendValueList(String start, String separator, String end, Iterable<T> values) {
64 private <T> Description appendValueList(String start, String separator, String end, Iterator<T> values) {
68 public Description appendList(String start, String separator, String end, Iterable<? extends SelfDescribing> values) {
72 private Description appendList(String start, String separator, String end, Iterator<? extends SelfDescribing> i) { [all...] |
/cts/tools/junit/src/com/android/cts/junit/ |
SingleJUnitTestRunListener.java | 19 import org.junit.runner.Description; 36 public void testRunStarted(Description description) throws Exception { 47 public void testStarted(Description description) throws Exception { 49 description.getClassName(), description.getMethodName())); 53 public void testFinished(Description description) throws Exception { 65 public void testIgnored(Description description) throws Exception [all...] |
/external/llvm/test/tools/llvm-readobj/ARM/ |
attribute-2.s | 9 @CHECK-OBJ-NEXT: Description: ARM v4T 16 @CHECK-OBJ-NEXT: Description: Thumb-2 23 @CHECK-OBJ-NEXT: Description: VFPv2 30 @CHECK-OBJ-NEXT: Description: WMMXv2 37 @CHECK-OBJ-NEXT: Description: NEONv2+FMA 44 @CHECK-OBJ-NEXT: Description: Linux Application 51 @CHECK-OBJ-NEXT: Description: TLS 58 @CHECK-OBJ-NEXT: Description: SB-relative 65 @CHECK-OBJ-NEXT: Description: Not Permitted 72 @CHECK-OBJ-NEXT: Description: GOT-Indirec [all...] |
attribute-4.s | 9 @CHECK-OBJ-NEXT: Description: ARM v5TE 16 @CHECK-OBJ-NEXT: Description: VFPv3-D16 23 @CHECK-OBJ-NEXT: Description: ARMv8.1-a NEON 30 @CHECK-OBJ-NEXT: Description: Palm OS 2004 37 @CHECK-OBJ-NEXT: Description: 4-byte 44 @CHECK-OBJ-NEXT: Description: 8-byte alignment, 16-byte extended alignment 51 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 16-byte data alignment 58 @CHECK-OBJ-NEXT: Description: Aggressive Size 65 @CHECK-OBJ-NEXT: Description: Aggressive Size
|
/external/llvm/test/MC/ARM/ |
directive-arch-armv8-a.s | 23 @ CHECK-ATTR: Description: ARM v8 27 @ CHECK-ATTR: Description: Application 31 @ CHECK-ATTR: Description: Permitted 35 @ CHECK-ATTR: Description: Thumb-2 39 @ CHECK-ATTR: Description: Permitted 43 @ CHECK-ATTR: Description: TrustZone + Virtualization Extensions
|
directive-arch-armv8.2-a.s | 23 @ CHECK-ATTR: Description: ARM v8 27 @ CHECK-ATTR: Description: Application 31 @ CHECK-ATTR: Description: Permitted 35 @ CHECK-ATTR: Description: Thumb-2 39 @ CHECK-ATTR: Description: Permitted 43 @ CHECK-ATTR: Description: TrustZone + Virtualization Extensions
|
/external/testng/src/main/java/org/testng/junit/ |
JUnit4TestMethod.java | 4 import org.junit.runner.Description; 13 public JUnit4TestMethod(JUnitTestClass owner, Description desc) { 22 private static Method getMethod(Description desc) {
|
/external/clang/include/clang/Basic/ |
LangOptions.h | 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; 34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) 40 #define LANGOPT(Name, Bits, Default, Description) 41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ 115 #define LANGOPT(Name, Bits, Default, Description) 116 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
|
/external/hamcrest/library/src/org/hamcrest/number/ |
IsCloseTo.java | 5 import org.hamcrest.Description; 28 public void describeTo(Description description) { 29 description.appendText("a numeric value within ")
|
/external/hamcrest/library/src/org/hamcrest/object/ |
HasToString.java | 3 import org.hamcrest.Description; 20 public void describeTo(Description description) { 21 description
|
IsCompatibleType.java | 3 import org.hamcrest.Description; 19 public void describeTo(Description description) { 20 description.appendText("type < ").appendText(type.getName());
|
/external/hamcrest/library/src/org/hamcrest/text/ |
IsEqualIgnoringCase.java | 5 import org.hamcrest.Description;
31 public void describeTo(Description description) {
32 description.appendText("eqIgnoringCase(")
|
/external/hamcrest/src/org/hamcrest/core/ |
IsInstanceOf.java | 5 import org.hamcrest.Description; 31 public void describeTo(Description description) { 32 description.appendText("an instance of ")
|
IsSame.java | 5 import org.hamcrest.Description; 25 public void describeTo(Description description) { 26 description.appendText("same(") .appendValue(object) .appendText(")");
|
/external/icu/android_icu4j/runner/src/main/java/android/icu/junit/ |
ErrorReportingRunner.java | 10 import org.junit.runner.Description; 30 * <li>uses the cause to construct the description allowing filtering on specific error messages. 51 public Description getDescription() { 53 Description description= Description.createSuiteDescription(fTestClassName); local 56 description.addChild(describeCause(each)); 57 return description; 72 Description description = describeCause(cause) local 118 Description description= describeCause(child); local [all...] |