HomeSort by relevance Sort by last modified time
    Searched refs:Not (Results 1 - 25 of 601) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
098-elif-undefined.c 2 Not this
  /prebuilts/ndk/r10/sources/android/support/include/
uchar.h 16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
33 #warning Not implemented
cuchar 16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
35 #warning Not implemented
  /prebuilts/ndk/r11/sources/android/support/include/
uchar.h 16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
33 #warning Not implemented
cuchar 16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
35 #warning Not implemented
  /prebuilts/ndk/r13/sources/android/support/include/
uchar.h 16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
33 #warning Not implemented
cuchar 16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
35 #warning Not implemented
  /external/valgrind/none/tests/
nodir.stderr.exp 1 valgrind: ./nodir.vgtest/foobar: Not a directory
  /external/clang/test/Frontend/
trigraphs.cpp 15 #error Not handled.
  /external/mockito/src/main/java/org/mockito/internal/matchers/
Not.java 13 public class Not implements ArgumentMatcher<Object>, Serializable {
17 public Not(ArgumentMatcher<?> matcher) {
26 return "not(" + matcher + ")";
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
error-001.s 3 ;; Not really an error but a baseline for the expect function
  /external/easymock/src/org/easymock/internal/matchers/
Not.java 5 * you may not use this file except in compliance with the License.
22 public class Not implements IArgumentMatcher, Serializable {
28 public Not(IArgumentMatcher first) {
37 buffer.append("not(");
  /external/swiftshader/third_party/LLVM/autoconf/m4/
linux_mixed_64_32.m4 10 error: Not x86-64 even if uname says so!
  /frameworks/rs/rsov/tests/
Android.mk 5 # Not building RSoV tests in PDK builds.
  /external/deqp/framework/delibs/decpp/
deMeta.hpp 10 * you may not use this file except in compliance with the License.
43 struct Not
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 31 #error Not implemented
39 #error Not implemented
55 // -> it can not be suppressed.
64 #error Not implemented
85 #error Not implemented
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 28 Not
83 class Not : public LExpr {
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {}
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
  /external/webrtc/webrtc/base/
latebindingsymboltable.cc 24 #error Not implemented
36 #error Not implemented
57 #error Not implemented
88 // We do not attempt to load again because repeated attempts are not
101 // versions of the same library to not explode.
108 // library to not explode.
113 #error Not implemented
145 #error Not implemented
  /frameworks/rs/rsov/
Android.mk 5 # Not building RSoV modules in PDK builds, as libSPIRV is not available in PDK.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-und-38.d 6 # Undefined reference for a R_CRIS_32_GOT_GD in a DSO. Not an error;
16 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
tls-und-42.d 6 # Undefined reference for a R_CRIS_32_GOT_TPREL in a DSO. Not an
16 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
tls-und-46.d 6 # Undefined reference for a R_CRIS_16_GOT_GD in a DSO. Not an error;
16 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
tls-und-50.d 6 # Undefined reference for a R_CRIS_16_GOT_TPREL in a DSO. Not an
16 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
  /external/clang/lib/Analysis/
ThreadSafetyLogical.cpp 59 case LExpr::Not:
62 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg);
84 case LExpr::Not:
87 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg);
98 // FIXME -- this should compare SExprs for equality, not pointer equality.
107 // Start out by assuming that LHS and RHS are not negated.
  /external/clang/test/Preprocessor/
warning_tests.c 6 #if __has_warning("not valid") // expected-warning {{__has_warning expected option name}}
19 // expected-warning@+3 {{Not a valid warning flag}}
22 #warning Not a valid warning flag
26 #if __has_warning "not valid"
29 // Macro expansion does not occur in the parameter to __has_warning
31 // following should not expand:
37 #error Alias expansion not allowed

Completed in 839 milliseconds

1 2 3 4 5 6 7 8 91011>>