HomeSort by relevance Sort by last modified time
    Searched defs:both (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/junit/src/org/junit/matchers/
JUnitMatchers.java 65 * 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
  /system/core/adb/
remount_service.cpp 101 bool both = system_verified && vendor_verified; local
105 both ? " and " : "",
107 both ? "s" : "");
  /external/clang/test/Sema/
missing-field-initializers.c 32 } both; member in struct:Three
  /external/clang/test/CodeGen/
pragma-weak.c 8 // CHECK-DAG: @both = alias void ()* @__both
111 void both(void) __attribute((alias("__both")));
112 #pragma weak both = __both macro
  /external/mesa3d/src/glsl/
ralloc.c 340 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/jetty/src/java/org/eclipse/jetty/servlets/
CGI.java 182 String both = pathInContext; local
183 String first = both;
193 last = both.substring(index,both.length());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppLoadingTask.java 253 String both = info.packageName + "+" + info.activityName; local
256 && dedupPackageSet.contains(both)) {
262 dedupPackageSet.add(both);
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 589 String both = info.packageName + "+" + info.activityName; local
592 && dedupPackageSet.contains(both)) {
595 dedupPackageSet.add(both);
    [all...]
  /external/pcre/dist/
pcretest.c 61 /* Both libreadline and libedit are optionally supported. The user-supplied
84 environments, so it was added for release 5.0 to both the input and output. (It
3144 int both = arg[2] == 0; local
    [all...]
  /external/v8/test/cctest/
test-debug.cc 4407 v8::Handle<v8::ObjectTemplate> both = v8::ObjectTemplate::New(isolate); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dlcapi.h 441 } both; member in union:__anon34666
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
draw9patch.jar 
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 

Completed in 449 milliseconds

1 2 3 4