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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10200/
logical.s 12 not d3 define
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
logical.s 15 not d3 define
  /art/test/640-checker-boolean-simd/src/
Main.java 5 * you may not use this file except in compliance with the License.
38 a[i] &= x; // NOTE: bitwise and, not the common &&
51 a[i] |= x; // NOTE: bitwise or, not the common ||
67 /// CHECK-START: void Main.not() loop_optimization (before)
71 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.not() loop_optimization (after)
75 static void not() { method in class:Main
103 not(); method
105 expectEquals((i & 1) == 0, a[i], "not");
  /external/droiddriver/src/io/appium/droiddriver/finders/
Predicates.java 5 * you may not use this file except in compliance with the License.
56 public static <T> Predicate<T> not(final Predicate<T> predicate) { method in class:Predicates
65 return "not(" + predicate + ")";
201 return String.format("{not %s}", attribute);
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
IsNot.java 27 description.appendText("not ").appendDescriptionOf(matcher);
35 * <pre>assertThat(cheese, is(not(equalTo(smelly))))</pre>
40 public static <T> Matcher<T> not(Matcher<T> matcher) { method in class:IsNot
45 * A shortcut to the frequently used <code>not(equalTo(x))</code>.
47 * <pre>assertThat(cheese, is(not(smelly)))</pre>
49 * <pre>assertThat(cheese, is(not(equalTo(smelly))))</pre>
52 * the value that any examined object should <b>not</b> equal
54 public static <T> Matcher<T> not(T value) { method in class:IsNot
55 return not(equalTo(value));
  /device/linaro/bootloader/edk2/StdLib/Include/
iso646.h 25 #define not ! ///< Logical complement of a boolean expression macro
26 #define not_eq != ///< Not-equal comparison
  /external/clang/lib/Headers/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /external/e2fsprogs/lib/support/
parse_qtype.c 35 int not = 0; local
39 not = 1;
43 if (not)
48 if (not)
53 if (not)
  /external/mockito/src/main/java/org/mockito/
AdditionalMatchers.java 26 * Example of using logical and(), not(), or() matchers:
29 * //anything but not "ejb"
30 * mock.someMethod(not(eq("ejb")));
32 * //not "ejb" and not "michael jackson"
33 * mock.someMethod(and(not(eq("ejb")), not(eq("michael jackson"))));
894 * Object argument that does not match the given argument matcher.
904 public static <T> T not(T first) { method in class:AdditionalMatchers
910 * short argument that does not match the given argument matcher
918 public static short not(short first) { method in class:AdditionalMatchers
932 public static int not(int first) { method in class:AdditionalMatchers
946 public static long not(long first) { method in class:AdditionalMatchers
960 public static float not(float first) { method in class:AdditionalMatchers
974 public static double not(double first) { method in class:AdditionalMatchers
988 public static char not(char first) { method in class:AdditionalMatchers
1002 public static boolean not(boolean first) { method in class:AdditionalMatchers
1016 public static byte not(byte first) { method in class:AdditionalMatchers
    [all...]
  /external/toybox/toys/pending/
test.c 33 -ne not equal -ge first >= second -le first <= second
36 ! EXPR not (swap true/false) EXPR -a EXPR and (are both true)
44 int id, not; local
51 not = 1;
112 toys.exitval ^= not;
  /frameworks/base/core/java/android/service/autofill/
Validators.java 5 * you may not use this file except in compliance with the License.
39 * class that is not provided by the Android System.
52 * class that is not provided by the Android System.
60 * Creates a validator that is valid when {@code validator} is not, and vice versa.
62 * <p>Used to represent a {@code NOT} boolean operation in a chain of validators.
64 * @throws IllegalArgumentException if {@code validator} is an instance of a class that is not
68 public static Validator not(@NonNull Validator validator) { method in class:Validators
70 "validator not provided by Android System: " + validator);
81 "element " + i + " not provided by Android System: " + validators[i]);
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestPredicates.java 5 * you may not use this file except in compliance with the License.
26 * {@hide} Not needed for 1.0 SDK.
31 not(new AssignableFrom(InstrumentationTestCase.class));
35 static final Predicate<TestMethod> REJECT_SUPPRESSED = not(hasAnnotation(Suppress.class));
64 public static <T> Predicate<T> not(Predicate<? super T> predicate) { method in class:TestPredicates
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro

Completed in 1898 milliseconds

1 2 3 4 5 6 7 8 91011>>