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

1 2 3 4 5

  /external/deqp/framework/delibs/decpp/
deMeta.hpp 10 * you may not use this file except in compliance with the License.
43 struct Not
  /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/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 + ")";
  /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/r8/src/main/java/com/android/tools/r8/ir/code/
Not.java 11 public class Not extends Unop {
15 public Not(NumericType type, Value dest, Value source) {
74 public Not asNot() {
  /external/skia/src/core/
SkRecordPattern.h 79 struct Not {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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; }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bv.go 47 Fatalf("bvequal: lengths %d and %d are not equal", bv1.n, bv2.n)
119 func (bv bvec) Not() {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bv.go 47 Fatalf("bvequal: lengths %d and %d are not equal", bv1.n, bv2.n)
119 func (bv bvec) Not() {
  /external/guice/core/src/com/google/inject/matcher/
Matchers.java 5 * you may not use this file except in compliance with the License.
65 public static <T> Matcher<T> not(final Matcher<? super T> p) { method in class:Matchers
66 return new Not<T>(p);
69 private static class Not<T> extends AbstractMatcher<T> implements Serializable {
72 private Not(Matcher<? super T> delegate) {
81 return other instanceof Not
82 && ((Not) other).delegate.equals(delegate);
90 return "not(" + delegate + ")";
288 * classloader, so classes with the same package name may not have the same package at runtime.
  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl.cc 268 BoolExpr Not(BoolExpr cond) {
  /prebuilts/go/darwin-x86/src/math/big/
int.go 365 // (not just a prefix) must be valid for success. If SetString fails,
408 // Modular exponentation of inputs of a particular size is not a
436 // If x and y are not nil, GCD sets x and y such that z = a*x + b*y.
516 // a, b must not be used anymore (may be aliases with u)
568 // and returns z. If g and n are not relatively prime, the result is undefined.
705 // returns z. The modulus p must be an odd prime. If x is not a square mod p,
707 // not an odd integer.
711 return nil // x is not a square mod p
775 // if b is 0 SetBit sets z = x &^ (1 << i). If b is not 0 or 1,
916 // Not sets z = ^x and returns z
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
int.go 365 // (not just a prefix) must be valid for success. If SetString fails,
408 // Modular exponentation of inputs of a particular size is not a
436 // If x and y are not nil, GCD sets x and y such that z = a*x + b*y.
516 // a, b must not be used anymore (may be aliases with u)
568 // and returns z. If g and n are not relatively prime, the result is undefined.
705 // returns z. The modulus p must be an odd prime. If x is not a square mod p,
707 // not an odd integer.
711 return nil // x is not a square mod p
775 // if b is 0 SetBit sets z = x &^ (1 << i). If b is not 0 or 1,
916 // Not sets z = ^x and returns z
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 88 /// values. If not given, then only non-symbolic expressions will be
113 /// use is for when relocations are not available, like the .size directive.
335 Not, ///< Bitwise negation.
359 return create(Not, Expr, Ctx);
525 /// MCExprs are bump pointer allocated and not destructed.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 91 /// values. If not given, then only non-symbolic expressions will be
116 /// use is for when relocations are not available, like the .size directive.
346 Not, ///< Bitwise negation.
373 return create(Not, Expr, Ctx, Loc);
561 /// MCExprs are bump pointer allocated and not destructed.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 91 /// values. If not given, then only non-symbolic expressions will be
116 /// use is for when relocations are not available, like the .size directive.
346 Not, ///< Bitwise negation.
373 return create(Not, Expr, Ctx, Loc);
561 /// MCExprs are bump pointer allocated and not destructed.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 91 /// values. If not given, then only non-symbolic expressions will be
116 /// use is for when relocations are not available, like the .size directive.
346 Not, ///< Bitwise negation.
373 return create(Not, Expr, Ctx, Loc);
561 /// MCExprs are bump pointer allocated and not destructed.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 91 /// values. If not given, then only non-symbolic expressions will be
116 /// use is for when relocations are not available, like the .size directive.
346 Not, ///< Bitwise negation.
373 return create(Not, Expr, Ctx, Loc);
561 /// MCExprs are bump pointer allocated and not destructed.

Completed in 839 milliseconds

1 2 3 4 5