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

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/doc/
unw_is_signal_frame.tex 17 \section{Description}
46 \begin{Description}
49 \end{Description}
unw_step.tex 17 \section{Description}
36 \begin{Description}
49 \end{Description}
unw_get_fpreg.tex 17 \section{Description}
50 \begin{Description}
54 \end{Description}
unw_get_reg.tex 17 \section{Description}
51 \begin{Description}
55 \end{Description}
unw_init_local.tex 17 \section{Description}
59 \begin{Description}
67 \end{Description}
unw_init_remote.tex 17 \section{Description}
55 \begin{Description}
64 \end{Description}
unw_set_caching_policy.tex 17 \section{Description}
23 \begin{description}
35 \end{description}
61 \begin{Description}
64 \end{Description}
unw_set_fpreg.tex 17 \section{Description}
50 \begin{Description}
56 \end{Description}
unw_set_reg.tex 17 \section{Description}
51 \begin{Description}
57 \end{Description}
  /external/compiler-rt/make/platform/
clang_mingw.mk 0 Description := Static runtime libraries for mingw-w64
  /external/hamcrest/library/src/org/hamcrest/collection/
IsMapContaining.java 3 import org.hamcrest.Description;
33 public void describeTo(Description description) {
34 description.appendText("map containing [")
  /external/junit/src/org/junit/runners/
Suite.java 11 import org.junit.runner.Description;
122 protected Description describeChild(Runner child) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedMatcher.java 8 import org.hamcrest.Description;
63 public void describeTo(Description description) {
64 description.appendText(message);
StartedServiceMatcher.java 8 import org.hamcrest.Description;
83 public void describeTo(Description description) {
84 description.appendText(message);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/matchers/
StartedMatcherTest.java 11 import org.hamcrest.Description;
75 StringDescription description = new StringDescription(); local
76 tMatcher.describeTo(description);
77 String actualFailureMessage = description.toString();
87 public void describeTo(Description description) {
88 description.appendText(message);
StartedServiceMatcherTest.java 9 import org.hamcrest.Description;
77 StringDescription description = new StringDescription(); local
78 tMatcher.describeTo(description);
79 String actualFailureMessage = description.toString();
89 public void describeTo(Description description) {
90 description.appendText(message);
  /external/vogar/test/vogar/testing/
InterceptOutputStreams.java 27 import org.junit.runner.Description;
111 public Statement apply(final Statement base, Description description) {
  /frameworks/support/design/tests/src/android/support/design/widget/
BaseDynamicCoordinatorLayoutTest.java 26 import org.hamcrest.Description;
66 public void describeTo(Description description) {
67 description.appendText("has parent");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsconf.h 109 LPSTR Description;
120 LPWSTR Description;
qnetwork.idl 33 [propget] HRESULT Description(BSTR *pbstrDescription);
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 29 import org.junit.runner.Description;
67 public void testRunStarted(Description description) throws Exception {
92 public void testStarted(Description description) throws Exception {
93 if (description.getTestClass() != lastClass) {
94 lastClass = description.getTestClass();
95 printMemory(description.getTestClass());
102 public void testFinished(Description description) {
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/
LocalizedMatcher.java 33 public void describeTo(Description description) {
34 actualMatcher.describeTo(description);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.h 29 #include "Description.h"
54 Description mState;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 77 std::string Description;
147 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
153 Description(desc), ErrorNode(errornode), ConfigurationChangeToken(0),
157 : BT(bt), DeclWithIssue(nullptr), Description(desc), Location(l),
162 /// The reports that have the same report location, description, bug type, and
169 : BT(bt), DeclWithIssue(nullptr), Description(desc),
182 StringRef getDescription() const { return Description; }
186 return Description;
  /external/junit/src/org/junit/runner/
JUnitCore.java 92 Description description= Description.createSuiteDescription(each); local
93 Failure failure= new Failure(description, e);

Completed in 205 milliseconds

1 2 3 4 5 6 7 8 91011>>