Searched refs:Description (Results 226 - 250 of 446) sorted by relevance

1234567891011>>

/external/vogar/src/vogar/target/junit/
H A DApplyGlobalRulesBlockJUnit4ClassRunner.java21 import org.junit.runner.Description;
45 Description description = describeChild(method);
H A DParentRunnerHelper.java22 import org.junit.runner.Description;
41 Statement statement, Description description, RunNotifier notifier) {
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
H A DHasXPath.java4 import org.hamcrest.Description;
60 public boolean matchesSafely(Node item, Description mismatch) {
67 public void describeTo(Description description) {
74 private Condition<Object> evaluated(Node item, Description mismatch) {
86 public Condition<String> apply(Object value, Description mismatch) {
/external/junit-params/src/main/java/junitparams/internal/
H A DTestMethod.java11 import org.junit.runner.Description;
104 private Description getDescription(Object[] params, int i) {
109 return Description.createTestDescription(testClass().getName(), name, uniqueMethodId);
114 Description baseDescription = Description.createTestDescription(
130 private DescribableFrameworkMethod createDescribableFrameworkMethod(Method method, Description baseDescription) {
138 Description description = getDescription(parametersSets, i);
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DCaliperTestWatcher.java27 import org.junit.runner.Description;
91 @Override protected void finished(Description description) {
100 @Override protected void failed(Throwable e, Description description) {
/external/compiler-rt/lib/asan/
H A Dasan_flags.cc46 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
52 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \
53 RegisterFlag(parser, #Name, Description, &f->Name);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cc39 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
121 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \
122 RegisterFlag(parser, #Name, Description, &cf->Name);
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
H A DIsCollectionContainingTest.java3 import org.hamcrest.Description;
92 protected boolean matchesSafely(String item, Description mismatchDescription) {
101 public void describeTo(Description description) {
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsMapContaining.java3 import org.hamcrest.Description;
33 public void describeMismatchSafely(Map<? extends K, ? extends V> map, Description mismatchDescription) {
38 public void describeTo(Description description) {
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/io/
H A DFileMatchers.java3 import org.hamcrest.Description;
94 public boolean matchesSafely(File actual, Description mismatchDescription) {
102 public void describeTo(Description description) {
/external/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h56 const char *Description; // Description string. member in class:llvm::MachinePassRegistryNode
64 , Description(D)
72 const char *getDescription() const { return Description; }
/external/wycheproof/java/com/google/security/wycheproof/
H A DWycheproofRunner.java24 import org.junit.runner.Description;
154 public boolean shouldRun(Description description) {
158 private boolean isOkayToRunTest(Description description) {
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRuntimeException.h50 - (NSString *) Description;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRuntimeException.h50 - (NSString *) Description;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRuntimeException.h50 - (NSString *) Description;
/external/compiler-rt/lib/dfsan/
H A Ddfsan.h56 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name;
/external/junit-params/src/test/java/junitparams/internal/
H A DTestMethodTest.java6 import org.junit.runner.Description;
49 Description description = plainTestMethod.describableFrameworkMethod().getDescription();
63 Description description = plainTestMethod.describableFrameworkMethod().getDescription();
76 Description description = arrayTestMethod.describableFrameworkMethod().getDescription();
/external/llvm/test/MC/ARM/
H A Ddirective-arch-armv4.s23 @ CHECK-ATTR: Description: ARM v4
27 @ CHECK-ATTR: Description: Permitted
/external/tensorflow/tensorflow/c/
H A Dgenerate-pc.sh63 Description: Library for computation using data flow graphs for scalable machine learning
/external/vogar/test/vogar/testing/
H A DInterceptOutputStreamsTest.java23 import org.junit.runner.Description;
82 statement = ios.apply(statement, Description.EMPTY);
111 statement = ios.apply(statement, Description.EMPTY);
128 statement = ios.apply(statement, Description.EMPTY);
/external/llvm/lib/Fuzzer/
H A DFuzzerDriver.cpp33 const char *Description; member in struct:fuzzer::FlagDescription
42 #define FUZZER_FLAG_INT(Name, Default, Description) int Name;
43 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name;
44 #define FUZZER_FLAG_STRING(Name, Description) const char *Name;
55 #define FUZZER_FLAG_INT(Name, Default, Description) \
56 {#Name, Description, Default, &Flags.Name, nullptr, nullptr},
57 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \
58 {#Name, Description, static_cast<int>(Default), \
60 #define FUZZER_FLAG_STRING(Name, Description) \
61 {#Name, Description,
[all...]
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
H A DAbstractMatcherTest.java32 Description description = new StringDescription();
61 Description description = new StringDescription();
/external/mockito/src/main/java/org/mockito/internal/junit/
H A DVerificationCollectorImpl.java9 import org.junit.runner.Description;
30 public Statement apply(final Statement base, final Description description) {
/external/mockito/src/main/java/org/mockito/junit/
H A DMockitoJUnitRunner.java7 import org.junit.runner.Description;
167 public Description getDescription() {
/external/valgrind/gdbserver_tests/
H A Dmcsignopass.stdoutB.exp1 Signal Stop Print Pass to program Description
3 Signal Stop Print Pass to program Description
5 Signal Stop Print Pass to program Description
51 Signal Stop Print Pass to program Description

Completed in 571 milliseconds

1234567891011>>