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

1 2 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
not-diagnostics.s 1 // RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve 2>&1 < %s| FileCheck %s
6 not z31.b, p8/m, z31.b label
8 // CHECK-NEXT: not z31.b, p8/m, z31.b
9 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
15 not z31.b, p7/m, z31.h label
17 // CHECK-NEXT: not z31.b, p7/m, z31.h
18 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
not.s 3 // RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
10 not z31.b, p7/m, z31.b label
11 // CHECK-INST: not z31.b, p7/m, z31.b
16 not z31.h, p7/m, z31.h label
17 // CHECK-INST: not z31.h, p7/m, z31.h
22 not z31.s, p7/m, z31.s label
23 // CHECK-INST: not z31.s, p7/m, z31.s
28 not z31.d, p7/m, z31.d label
29 // CHECK-INST: not z31.d, p7/m, z31.d
34 not p0.b, p0/z, p0. label
40 not p15.b, p15\/z, p15.b label
56 not z4.d, p7\/m, z31.d label
68 not z4.d, p7\/m, z31.d label
    [all...]
  /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);
XPaths.java 5 * you may not use this file except in compliance with the License.
26 * 1.0</a>. Newer XPath features may not be supported, for example, the
75 * NOT present
77 public static String not(Attribute attribute) { method in class:XPaths
78 return "[not(@" + attribute.getName() + ")]";
113 * Produce an XPath literal equal to the value if possible; if not, produce an
By.java 5 * you may not use this file except in compliance with the License.
52 * Matches a UiElement whose {@code attribute} is {@code false} or is not set.
54 public static MatchFinder not(Attribute attribute) { method in class:By
67 * Matches a UiElement by the string representation of a resource id. This works for resources not
138 * Matches by XPath. When applied on an non-root element, it will not evaluate above the context
178 * UiElements, only the first match is tried, which usually is not what callers expect. In this
276 * Matches a UiElement that does not match the provided {@code finder}.
278 public static MatchFinder not(MatchFinder finder) {
280 return new MatchFinder(Predicates.not(finder.predicate));
  /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...]
  /art/test/640-checker-byte-simd/src/
Main.java 5 * you may not use this file except in compliance with the License.
73 // Not supported on any architecture.
93 /// CHECK-START: void Main.not() loop_optimization (before)
97 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.not() loop_optimization (after)
101 static void not() { method in class:Main
138 /// CHECK-NOT: VecUShr
259 not(); method
261 expectEquals((byte) 0x0f, a[i], "not");
  /art/test/640-checker-char-simd/src/
Main.java 5 * you may not use this file except in compliance with the License.
72 /// CHECK-NOT: VecDiv
74 // Not supported on any architecture.
94 /// CHECK-START: void Main.not() loop_optimization (before)
98 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.not() loop_optimization (after)
102 static void not() { method in class:Main
126 /// CHECK-NOT: VecShr
252 not(); method
254 expectEquals((char) 0x0e0f, a[i], "not");
  /art/test/640-checker-short-simd/src/
Main.java 5 * you may not use this file except in compliance with the License.
72 /// CHECK-NOT: VecDiv
74 // Not supported on any architecture.
94 /// CHECK-START: void Main.not() loop_optimization (before)
98 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.not() loop_optimization (after)
102 static void not() { method in class:Main
139 /// CHECK-NOT: VecUShr
251 not(); method
253 expectEquals((short) 0x0f0e, a[i], "not");
  /cts/tests/signature/api-check/src/java/android/signature/cts/api/
SignatureTest.java 5 * you may not use this file except in compliance with the License.
66 "Class should not be accessible to this APK");
79 .filter(not(unexpectedClasses::contains))
87 private static <T> Predicate<T> not(Predicate<T> predicate) { method in class:SignatureTest
  /external/guava/guava-tests/test/com/google/common/collect/
InternersTest.java 5 * you may not use this file except in compliance with the License.
36 String not = new String("a"); local
40 assertSame(canonical, pool.intern(not));
53 String not = new String("a"); local
57 assertSame(canonical, pool.intern(not));
70 Integer not = new Integer(5); local
79 assertSame(not, pool.intern(not));
84 String not = new String("a"); local
90 assertSame(canonical, internerFunction.apply(not));
    [all...]
  /external/strace/
number_set.c 13 * 3. The name of the author may not be used to endorse or promote products
17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 bool not; member in struct:number_set
74 return !(set && (set[idx].nslots || set[idx].not));
81 && number_isset(number, set->vec)) ^ set->not;
89 && number_isset(number, set[idx].vec)) ^ set[idx].not;
115 set[i].not = false;
125 set[i].not = !set[i].not;
    [all...]
  /cts/tests/signature/lib/common/src/android/signature/cts/
InterfaceChecker.java 5 * you may not use this file except in compliance with the License.
49 // methods that do not appear in current.txt. Interfaces added to this
50 // list are probably not meant to be implemented in an application.
91 private static <T> Predicate<T> not(Predicate<T> predicate) { method in class:InterfaceChecker
105 .filter(not(Method::isDefault))
106 .filter(not(Method::isSynthetic))
107 .filter(not(Method::isBridge))
130 // Class definition is not in the scope of the API definitions.
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
UnaryExpr.java 38 not, // ! enum constant in enum:UnaryExpr.Operator
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
UnaryExpr.java 37 not, // ! enum constant in enum:UnaryExpr.Operator
  /art/test/640-checker-int-simd/src/
Main.java 5 * you may not use this file except in compliance with the License.
72 /// CHECK-NOT: VecDiv
74 // Not supported on any architecture.
94 /// CHECK-START: void Main.not() loop_optimization (before)
98 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.not() loop_optimization (after)
102 static void not() { method in class:Main
150 // Expose constants to optimizing compiler, but not to front-end.
293 // Bit-wise not operator.
294 not(); method
296 expectEquals(0xf8000000, a[i], "not");
    [all...]
  /art/test/640-checker-long-simd/src/
Main.java 5 * you may not use this file except in compliance with the License.
58 // Not directly supported for longs.
61 /// CHECK-NOT: VecMul
77 /// CHECK-NOT: VecDiv
79 // Not supported on any architecture.
99 /// CHECK-START: void Main.not() loop_optimization (before)
103 /// CHECK-START-{ARM64,MIPS64}: void Main.not() loop_optimization (after)
107 static void not() { method in class:Main
155 // Expose constants to optimizing compiler, but not to front-end.
298 // Bit-wise not operator
299 not(); method
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMem.c 162 ; your way back. Since this is the atypical case, this code has not local
EfiCopyMemSSE2.c 146 ; your way back. Since this is the atypical case, this code has not local
  /external/antlr/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 14 * 3. The name of the author may not be used to endorse or promote products
18 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
204 public void not() { method in class:GrammarSerializerFoo

Completed in 876 milliseconds

1 2 3 4