HomeSort by relevance Sort by last modified time
    Searched refs:Description (Results 151 - 175 of 520) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/MC/ARM/
directive-arch-armv7m.s 23 @ CHECK-ATTR: Description: ARM v7
27 @ CHECK-ATTR: Description: Microcontroller
31 @ CHECK-ATTR: Description: Thumb-2
directive-arch-armv2.s 23 @ CHECK-ATTR: Description: Pre-v4
27 @ CHECK-ATTR: Description: Permitted
directive-arch-armv2a.s 23 @ CHECK-ATTR: Description: Pre-v4
27 @ CHECK-ATTR: Description: Permitted
directive-arch-armv3.s 23 @ CHECK-ATTR: Description: Pre-v4
27 @ CHECK-ATTR: Description: Permitted
directive-arch-armv3m.s 23 @ CHECK-ATTR: Description: Pre-v4
27 @ CHECK-ATTR: Description: Permitted
directive-arch-armv5.s 23 @ CHECK-ATTR: Description: ARM v5T
27 @ CHECK-ATTR: Description: Permitted
directive-arch-armv6-m.s 23 @ CHECK-ATTR: Description: ARM v6-M
27 @ CHECK-ATTR: Description: Thumb-1
directive-arch-armv7.s 23 @ CHECK-ATTR: Description: ARM v7
27 @ CHECK-ATTR: Description: Thumb-2
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.cc 27 const char *description; member in struct:__sanitizer::FlagDescription
39 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
94 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \
95 RegisterFlag(parser, #Name, Description, &cf->Name);
sanitizer_flags.h 22 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 39 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
47 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \
48 RegisterFlag(parser, #Name, Description, &f->Name);
  /external/icu/android_icu4j/runner/src/main/java/android/icu/junit/
IcuFrameworkTest.java 25 import org.junit.runner.Description;
122 * Get the JUnit {@link Description}
124 public Description getDescription() {
125 // Get a description for the specific method within the class.
126 return Description.createTestDescription(testFmwk.getClass(), methodName);
  /external/junit/src/org/junit/internal/
TextListener.java 7 import org.junit.runner.Description;
32 public void testStarted(Description description) {
42 public void testIgnored(Description description) {
  /external/junit/src/org/junit/rules/
ExpectedException.java 6 import org.hamcrest.Description;
60 org.junit.runner.Description description) {
125 public void describeTo(Description description) {
126 description.appendText("exception with message ");
127 description.appendDescriptionOf(matcher);
  /external/llvm/include/llvm/CodeGen/
MachinePassRegistry.h 56 const char *Description; // Description string.
64 , Description(D)
72 const char *getDescription() const { return Description; }
  /external/mockito/src/org/mockito/internal/matchers/
ArrayEquals.java 11 import org.hamcrest.Description;
47 public void describeTo(Description description) {
49 appendArray(createObjectArray(getWanted()), description); local
51 super.describeTo(description);
55 private void appendArray(Object[] array, Description description) {
56 description.appendText("[");
58 new Equals(array[i]).describeTo(description);
60 description.appendText(", ")
    [all...]
  /external/mockito/src/org/mockito/runners/
ConsoleSpammingMockitoJUnitRunner.java 9 import org.junit.runner.Description;
109 public void testStarted(Description description) throws Exception {
124 public Description getDescription() {
VerboseMockitoJUnitRunner.java 9 import org.junit.runner.Description;
59 public void testStarted(Description description) throws Exception {
76 public Description getDescription() {
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 26 #include "Description.h"
30 class Description;
36 * Description. It's responsible for figuring out what to
37 * generate from a Description.
44 * A Key is generated from a Description.
112 void useProgram(const Description& description);
117 // compute a cache Key from a Description
118 static Key computeKey(const Description& description);
    [all...]
  /external/hamcrest/integration/src/org/hamcrest/
MatcherAssert.java 13 Description description = new StringDescription(); local
14 description.appendText(reason)
21 throw new java.lang.AssertionError(description.toString());
  /external/testng/src/main/java/org/testng/junit/
JUnit4TestRunner.java 5 import org.junit.runner.Description;
84 public boolean shouldRun(Description description) {
85 if (description == null) {
94 if (p.matcher(description.getMethodName()).matches()) {
113 private Map<Description, ITestResult> runs = new WeakHashMap<>();
114 private List<Description> notified = new LinkedList<>();
147 public void testFinished(Description description) throws Exception {
148 ITestResult tr = runs.get(description);
    [all...]
  /external/valgrind/gdbserver_tests/
nlpasssigalrm.stdoutB.exp 3 Signal Stop Print Pass to program Description
8 Signal Stop Print Pass to program Description
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
InMatcher.java 19 import org.hamcrest.Description;
57 public void describeTo(Description description) {
58 description.appendText("in(").appendValue(mValues).appendText(")");
  /external/clang/include/clang/Frontend/
LangStandard.h 48 const char *Description;
55 /// getDescription - Get the description of this standard.
56 const char *getDescription() const { return Description; }
  /external/compiler-rt/make/platform/
multi_arch.mk 0 Description := Example configuration for build two libraries for separate \

Completed in 374 milliseconds

1 2 3 4 5 67 8 91011>>