/external/mockito/src/main/java/org/mockito/internal/matchers/ |
D | Not.java | 13 public class Not implements ArgumentMatcher<Object>, Serializable { class 17 public Not(ArgumentMatcher<?> matcher) { in Not() method in Not
|
/external/easymock/src/org/easymock/internal/matchers/ |
D | Not.java | 22 public class Not implements IArgumentMatcher, Serializable { class 28 public Not(IArgumentMatcher first) { in Not() method in Not
|
/external/deqp/framework/delibs/decpp/ |
D | deMeta.hpp | 43 struct Not struct 46 {
|
/external/skia/src/core/ |
D | SkRecordPattern.h | 79 struct Not { struct 81 bool operator()(T* ptr) { return !Matcher()(ptr); } in operator()
|
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | Not.java | 11 public class Not extends Unop { class 15 public Not(NumericType type, Value dest, Value source) { in Not() method in Not
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 28 Not enumerator 87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 365 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { in getRegForI1Value() 719 bool Not; in selectSelect() local 891 bool Not = false; in selectFCmp() local 1095 bool Not; in selectBr() local
|
/external/guice/core/src/com/google/inject/matcher/ |
D | Matchers.java | 69 private static class Not<T> extends AbstractMatcher<T> implements Serializable { class in Matchers 72 private Not(Matcher<? super T> delegate) { in Not() method in Matchers.Not
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1807 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); in visitICmpInst() local 1814 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); in visitICmpInst() local 1821 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); in visitICmpInst() local 1828 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); in visitICmpInst() local
|
D | InstCombineAndOrXor.cpp | 1975 Value *Not = Builder->CreateNot(B, B->getName()+".not"); in visitOr() local 1979 Value *Not = Builder->CreateNot(A, A->getName()+".not"); in visitOr() local 1993 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); in visitOr() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1188 Value *Not = Builder->CreateNot(LogicOp); in matchDeMorgansLaws() local 2366 Value *Not = Builder->CreateNot(B, B->getName()+".not"); in visitOr() local 2370 Value *Not = Builder->CreateNot(A, A->getName()+".not"); in visitOr() local 2384 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); in visitOr() local
|
D | InstCombineCompares.cpp | 3207 Value *Not = Builder->CreateNot(Op0, I.getName() + "tmp"); in visitICmpInst() local 3214 Value *Not = Builder->CreateNot(Op1, I.getName() + "tmp"); in visitICmpInst() local 3221 Value *Not = Builder->CreateNot(Op0, I.getName() + "tmp"); in visitICmpInst() local 3228 Value *Not = Builder->CreateNot(Op1, I.getName() + "tmp"); in visitICmpInst() local
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl.cc | 268 BoolExpr Not(BoolExpr cond) { in Not() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCExpr.h | 233 Not, ///< Bitwise negation. enumerator
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1726 inline APInt Not(const APInt& APIVal) { in Not() function
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 335 Not, ///< Bitwise negation. enumerator
|
/external/libmojo/third_party/jinja2/ |
D | nodes.py | 781 class Not(UnaryExpr): class
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1957 inline APInt Not(const APInt &APIVal) { return ~APIVal; } in Not() function
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1930 inline APInt Not(const APInt &APIVal) { return ~APIVal; } in Not() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2186 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftLeftParts() local 2224 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftRightParts() local
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 1699 TEST_F(AssemblerX8632Test, Not) { in TEST_F() argument
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | GPRArith.cpp | 1691 TEST_F(AssemblerX8664Test, Not) { in TEST_F() argument
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; enumerator
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 997 class Not(Node): class
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1675 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); in LowerFTRUNC() local
|