OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:describeto
(Results
51 - 75
of
84
) sorted by null
1
2
3
4
/external/mockito/src/org/mockito/internal/matchers/
VarargCapturingMatcher.java
24
public void
describeTo
(Description description) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
HasCompoundDrawablesMatcher.java
37
public void
describeTo
(Description description) {
ImageViewHasDrawableMatcher.java
41
public void
describeTo
(Description description) {
ViewHasTextMatcher.java
46
public void
describeTo
(Description description) {
StartedMatcher.java
63
public void
describeTo
(Description description) {
StartedServiceMatcher.java
83
public void
describeTo
(Description description) {
/external/chromium/testing/gmock/include/gmock/
gmock-matchers.h
133
// being matched. For example, the
DescribeTo
() method of the Gt(7)
135
virtual void
DescribeTo
(::std::ostream* os) const = 0;
145
DescribeTo
(os);
206
void
DescribeTo
(::std::ostream* os) const { impl_->
DescribeTo
(os); }
309
// class that has a
DescribeTo
() method and a DescribeNegationTo()
340
virtual void
DescribeTo
(::std::ostream* os) const {
341
impl_.
DescribeTo
(os);
544
get<N - 1>(matchers).
DescribeTo
(os);
641
virtual void
DescribeTo
(::std::ostream* os) const
[
all
...]
gmock-cardinalities.h
75
virtual void
DescribeTo
(::std::ostream* os) const = 0;
115
void
DescribeTo
(::std::ostream* os) const { impl_->
DescribeTo
(os); }
gmock-generated-matchers.h
249
virtual void
DescribeTo
(::std::ostream* os) const {
252
inner_matcher_.
DescribeTo
(os);
[
all
...]
gmock-generated-matchers.h.pump
134
virtual void
DescribeTo
(::std::ostream* os) const {
137
inner_matcher_.
DescribeTo
(os);
612
virtual void
DescribeTo
(::std::ostream* gmock_os) const {\
/external/chromium_org/sync/js/
js_test_util.cc
40
virtual void
DescribeTo
(::std::ostream* os) const {
70
virtual void
DescribeTo
(::std::ostream* os) const {
/external/chromium/chrome/browser/sync/
js_test_util.cc
34
virtual void
DescribeTo
(::std::ostream* os) const {
/external/hamcrest/src/org/hamcrest/core/
IsEqual.java
28
public void
describeTo
(Description description) {
/external/junit/src/org/junit/internal/matchers/
IsCollectionContaining.java
31
public void
describeTo
(Description description) {
/external/robolectric/lib/main/
hamcrest-core-1.2.jar
/external/chromium_org/components/dom_distiller/core/
dom_distiller_test_util.cc
75
void ObserverUpdatesMatcher::
DescribeTo
(std::ostream* os) const {
/external/hamcrest/src/org/hamcrest/
BaseDescription.java
21
value.
describeTo
(this);
/external/chromium/testing/gmock/src/
gmock-cardinalities.cc
85
virtual void
DescribeTo
(::std::ostream* os) const;
107
void BetweenCardinalityImpl::
DescribeTo
(::std::ostream* os) const {
/external/junit/src/org/junit/rules/
ExpectedException.java
125
public void
describeTo
(Description description) {
/external/chromium_org/content/browser/geolocation/
geolocation_provider_unittest.cc
95
virtual void
DescribeTo
(::std::ostream* os) const OVERRIDE {
/external/chromium_org/chromeos/dbus/
shill_client_unittest_base.h
49
virtual void
DescribeTo
(::std::ostream* os) const OVERRIDE;
shill_client_unittest_base.cc
56
void ValueMatcher::
DescribeTo
(::std::ostream* os) const {
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc
86
m.
DescribeTo
(&ss);
227
virtual void
DescribeTo
(::std::ostream* os) const {}
258
virtual void
DescribeTo
(::std::ostream* os) const {
[
all
...]
/external/chromium_org/net/tools/quic/
quic_time_wait_list_manager_test.cc
173
virtual void
DescribeTo
(::std::ostream* os) const { }
Completed in 593 milliseconds
1
2
3
4