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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/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.9/lib/gcc/arm-linux-androideabi/4.9.x/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/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/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.9/lib/gcc/arm-linux-androideabi/4.9.x/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.15-4.8/lib/gcc/x86_64-linux/4.8/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-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
iso646.h 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
37 #define not ! macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /prebuilts/sdk/renderscript/clang-include/
iso646.h 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 #define not ! macro
  /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/droiddriver/src/io/appium/droiddriver/finders/
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

Completed in 537 milliseconds

12 3 4 5 6 7 8 91011>>