Searched defs:both (Results 1 - 20 of 20) 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/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.c340 char *both; local
345 both = resize(*dest, existing_length + n + 1);
346 if (unlikely(both == NULL))
349 memcpy(both + existing_length, str, n);
350 both[existing_length + n] = '\0';
352 *dest = both;
/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-DAG: @both = alias void ()* @__both
111 void both(void) __attribute((alias("__both")));
112 #pragma weak both = __both macro
/external/iputils/
H A Dtracepath.c78 void print_host(const char *a, const char *b, int both) argument
82 if (both)
H A Dtracepath6.c91 void print_host(const char *a, const char *b, int both) argument
95 if (both)
/external/mesa3d/src/glsl/
H A Dralloc.c340 char *both; local
345 both = resize(*dest, existing_length + n + 1);
346 if (unlikely(both == NULL))
349 memcpy(both + existing_length, str, n);
350 both[existing_length + n] = '\0';
352 *dest = both;
/external/smack/src/org/jivesoftware/smack/packet/
H A DRosterPacket.java304 both, enum constant in enum:RosterPacket.ItemType
/external/chromium_org/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/pcre/dist/
H A Dpcretest.c84 environments, so it was added for release 5.0 to both the input and output. (It
1850 /* Input lines are read into buffer, but both patterns and data lines can be
2868 /* This is used both at compile and run-time to check for <xxx> escapes. Print
3065 /* Get the version number: both pcre_version() and pcre16_version() give the
3144 int both = arg[2] == 0; local
3154 if (both) timeit = timeitm;
3312 /* At least one of SUPPORT_PCRE8 and SUPPORT_PCRE16 will be set. If both
3313 are set, either both UTFs are supported or both are not supported. */
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc2034 // Test the script origin which has both name and line offset.
2051 // Create script origin both name and line offset.
4406 // Create object with both named and indexed interceptor.
4407 v8::Handle<v8::ObjectTemplate> both = v8::ObjectTemplate::New(isolate); local
4408 both->SetNamedPropertyHandler(NamedGetter, NULL, NULL, NULL, NamedEnum);
4409 both->SetIndexedPropertyHandler(IndexedGetter, NULL, NULL, NULL, IndexedEnum);
4412 both->NewInstance());
4484 // Get the interceptor properties for the object with both types of
4589 // Set o3 as prototype for o0 (it will end up after o1 and o2 as both o1 and
4840 // 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 ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1633 milliseconds