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

1 2 3 4 5

  /external/hamcrest/src/org/hamcrest/core/
IsNot.java 27 description.appendText("not ").appendDescriptionOf(matcher);
34 public static <T> Matcher<T> not(Matcher<T> matcher) { method in class:IsNot
39 * This is a shortcut to the frequently used not(equalTo(x)).
41 * eg. assertThat(cheese, is(not(equalTo(smelly))))
42 * vs assertThat(cheese, is(not(smelly)))
45 public static <T> Matcher<T> not(T value) { method in class:IsNot
46 return not(equalTo(value));
  /external/clang/lib/Headers/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 40 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { method in class:CoreMatchers
41 return org.hamcrest.core.IsNot.not(matcher);
45 * This is a shortcut to the frequently used not(equalTo(x)).
47 * eg. assertThat(cheese, is(not(equalTo(smelly))))
48 * vs assertThat(cheese, is(not(smelly)))
50 public static <T> org.hamcrest.Matcher<T> not(T value) { method in class:CoreMatchers
51 return org.hamcrest.core.IsNot.not(value);
145 * Matches if value is not null.
152 * Matches if value is not null. With type inference.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Filters.java 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
66 * Creates a filter that returns true for any value NOT in the specified
68 * of calling not(in(values)).
72 return not( in( values ) );
76 * Creates a filter that returns true for any value NOT in the specified
78 * of calling not(in(collection)).
82 return not( in( collection ) );
95 * Creates a filter that returns true for inputs that are NOT .equals()
97 * not(equalTo(value))
108 public static <T> Filter<T> not( Filter<T> f ) method in class:Filters
    [all...]
  /external/mockito/src/org/mockito/
AdditionalMatchers.java 27 * Example of using logical and(), not(), or() matchers:
30 * //anything but not "ejb"
31 * mock.someMethod(not(eq("ejb")));
33 * //not "ejb" and not "michael jackson"
34 * mock.someMethod(and(not(eq("ejb")), not(eq("michael jackson"))));
839 * Object argument that does not match the given argument matcher.
849 public static <T> T not(T first) { method in class:AdditionalMatchers
854 * short argument that does not match the given argument matcher
862 public static short not(short first) { method in class:AdditionalMatchers
875 public static int not(int first) { method in class:AdditionalMatchers
888 public static long not(long first) { method in class:AdditionalMatchers
901 public static float not(float first) { method in class:AdditionalMatchers
914 public static double not(double first) { method in class:AdditionalMatchers
927 public static char not(char first) { method in class:AdditionalMatchers
940 public static boolean not(boolean first) { method in class:AdditionalMatchers
953 public static byte not(byte first) { method in class:AdditionalMatchers
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
Predicates.java 5 * you may not use this file except in compliance with the License.
42 * will be "short-circuited" as soon as the answer is determined. Does not
63 * will be "short-circuited" as soon as the answer is determined. Does not
76 public static <T> Predicate<T> not(Predicate<? super T> predicate) { method in class:Predicates
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
iso646.h 16 along with GCC; see the file COPYING. If not, write to
21 files compiled by GCC, this header file does not by itself cause
23 License. This exception does not however invalidate any other
40 #define not ! macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
iso646.h 16 along with GCC; see the file COPYING. If not, write to
21 files compiled by GCC, this header file does not by itself cause
23 License. This exception does not however invalidate any other
40 #define not ! macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro

Completed in 1980 milliseconds

1 2 3 4 5