Searched defs:Not (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dconditional_work_item_list.h49 class Not : public WorkItem::Condition { class in inherits:WorkItem::Condition
51 explicit Not(WorkItem::Condition* original_condition) function in class:Not
/external/easymock/src/org/easymock/internal/matchers/
H A DNot.java22 public class Not implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
28 public Not(IArgumentMatcher first) { method in class:Not
/external/mockito/src/org/mockito/internal/matchers/
H A DNot.java15 public class Not extends ArgumentMatcher implements Serializable { class in inherits:ArgumentMatcher,Serializable
20 public Not(Matcher first) { method in class:Not
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaQuery.h47 Only, Not, None enumerator in enum:blink::MediaQuery::Restrictor
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h28 Not enumerator in enum:clang::threadSafety::lexpr::LExpr::Opcode
83 class Not : public LExpr { class in namespace:clang::threadSafety::lexpr
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} function in class:clang::threadSafety::lexpr::Not
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordPattern.h72 struct Not { struct in namespace:SkRecords
/external/skia/src/core/
H A DSkRecordPattern.h72 struct Not { struct in namespace:SkRecords
/external/chromium_org/tools/gn/
H A Dparser.cc65 {&Parser::Not, NULL, -1}, // BANG
250 scoped_ptr<ParseNode> Parser::Not(Token token) { function in class:Parser
312 // Not a function call, just a standalone identifier.
/external/chromium_org/third_party/jinja2/
H A Dnodes.py781 class Not(UnaryExpr): class in inherits:UnaryExpr
/external/llvm/include/llvm/MC/
H A DMCExpr.h332 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
356 return Create(Not, Expr, Ctx);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp80 // Not expecting FCMP_FALSE and FCMP_TRUE;
395 /// The Part "Not" means, that in above descriptions "==" should be replaced
1140 // Not masking anything out for the LHS, move to RHS.
1147 // Not masking anything out for the RHS, move to LHS.
1349 // Canonicalize SExt or Not to the LHS
1752 // If RHSCst is [us]MAXINT, it is always false. Not handling
1772 // If RHSCst is [us]MAXINT, it is always false. Not handling
2114 Value *Not = Builder->CreateNot(B, B->getName()+".not"); local
2115 return BinaryOperator::CreateOr(Not, Op0);
2118 Value *Not local
2132 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); local
[all...]
H A DInstCombineCompares.cpp1825 // Not an extension from the same type?
2382 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
2383 return BinaryOperator::CreateAnd(Not, Op1);
2389 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
2390 return BinaryOperator::CreateAnd(Not, Op0);
2396 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
2397 return BinaryOperator::CreateOr(Not, Op1);
2403 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
2404 return BinaryOperator::CreateOr(Not, Op0);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1729 SDValue Not = DAG.getNOT(SL, Shr, MVT::i64); local
1730 SDValue Tmp0 = DAG.getNode(ISD::AND, SL, MVT::i64, BcInt, Not);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1946 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
1951 Not);
1984 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
1988 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, MVT::i32, ShiftLeft1Hi, Not);
3107 // Fixme: Not triggering the use of both hi and low
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp365 APInt Not = ~RHSC->getValue(); local
366 if (Not.isPowerOf2()) {
369 ConstantInt::get(C->getContext(), C->getValue() | Not));
573 if (!PredVal) return false; // Not a value comparison in predecessor.
775 assert(CV && "Not a comparison?");
1459 continue; // Not a candidate for sinking.
2875 // Not a landing pad, or the resume is not unwinding the exception that
3155 assert(Cases.size() == SI->getNumCases() && "Not all cases gathered");
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1275 void Not() { function in class:v8::HControlInstruction
2664 // Not setting representation here: it is None intentionally.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 683 milliseconds