Searched defs:both (Results 1 - 13 of 13) sorted by relevance

/external/junit/src/org/junit/matchers/
H A DJUnitMatchers.java65 * This is useful for fluently combining matchers that must both pass. For example:
67 * assertThat(string, both(containsString("a")).and(containsString("b")));
70 public static <T> CombinableMatcher<T> both(Matcher<T> matcher) { method in class:JUnitMatchers
/external/clang/test/Sema/
H A Dmissing-field-initializers.c32 } both; member in struct:Three
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp98 void bind_lvalue_to_conv_lvalue_ambig(ConvertibleToBothDerivedRef both) { argument
99 Derived &dr1 = both;
100 Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of type 'ConvertibleToBothDerivedRef' is ambiguous}}
112 // similar type (both of which are class types).
132 void bind_lvalue_to_conv_rvalue_ambig(ConvertibleToBothDerived both) { argument
133 const Derived &dr1 = both;
134 const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with initializer of type 'ConvertibleToBothDerived' is ambiguous}}
/external/clang/test/CodeGen/
H A Dpragma-weak.c8 // CHECK: @both = alias void ()* @__both
113 void both(void) __attribute((alias("__both")));
114 #pragma weak both = __both macro
/external/smack/src/org/jivesoftware/smack/packet/
H A DRosterPacket.java304 both, enum constant in enum:RosterPacket.ItemType
/external/chromium/third_party/libevent/test/
H A Dregress.c221 struct both { struct
229 struct both *both = arg; local
239 both->nread += len;
240 if (event_add(&both->ev, NULL) == -1)
247 struct both *both = arg; local
252 if (len > both->nread)
253 len = both->nread;
263 both
[all...]
/external/robolectric/lib/main/
H A Dhamcrest-core-1.2.jar ... matchers public static org.hamcrest.core.CombinableMatcher both (org.hamcrest.Matcher) org.hamcrest.Matcher ...
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/v8/test/cctest/
H A Dtest-debug.cc2064 // Test the script origin which has both name and line offset.
2081 // Create script origin both name and line offset.
4217 // Create object with both named and indexed interceptor.
4218 v8::Handle<v8::ObjectTemplate> both = v8::ObjectTemplate::New(); local
4219 both->SetNamedPropertyHandler(NamedGetter, NULL, NULL, NULL, NamedEnum);
4220 both->SetIndexedPropertyHandler(IndexedGetter, NULL, NULL, NULL, IndexedEnum);
4221 env->Global()->Set(v8::String::New("intercepted_both"), both->NewInstance());
4297 // Get the interceptor properties for the object with both types of
4397 // Set o3 as prototype for o0 (it will end up after o1 and o2 as both o1 and
4648 // Does the message contain both typ
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 423 milliseconds