Searched defs:Not (Results 1 - 16 of 16) 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.h44 Only, Not, None enumerator in enum:WebCore::MediaQuery::Restrictor
/external/chromium_org/third_party/jinja2/
H A Dnodes.py777 class Not(UnaryExpr): class in inherits:UnaryExpr
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp121 void setMatchNot(bool Not) { MatchNot = Not; } argument
/external/llvm/include/llvm/MC/
H A DMCExpr.h308 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
332 return Create(Not, Expr, Ctx);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp88 // Not expecting FCMP_FALSE and FCMP_TRUE;
403 /// The Part "Not" means, that in above descriptions "==" should be replaced
633 mask >>= 1; // treat "Not"-states as normal states
1041 // Not masking anything out for the LHS, move to RHS.
1048 // Not masking anything out for the RHS, move to LHS.
1250 // Canonicalize SExt or Not to the LHS
1623 // If RHSCst is [us]MAXINT, it is always false. Not handling
1643 // If RHSCst is [us]MAXINT, it is always false. Not handling
2005 Value *Not = Builder->CreateNot(B, B->getName()+".not"); local
2006 return BinaryOperator::CreateOr(Not, Op
2009 Value *Not = Builder->CreateNot(A, A->getName()+".not"); local
2023 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); local
[all...]
H A DInstCombineCompares.cpp1810 // Not an extension from the same type?
2089 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
2090 return BinaryOperator::CreateAnd(Not, Op1);
2096 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
2097 return BinaryOperator::CreateAnd(Not, Op0);
2103 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
2104 return BinaryOperator::CreateOr(Not, Op1);
2110 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
2111 return BinaryOperator::CreateOr(Not, Op0);
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h673 // to write Not(A<bool>()). However we cannot completely rule out
1158 // Implements the Not(...) matcher for a particular argument type T.
1186 // Implements the Not(m) matcher, which matches a value that doesn't
1193 // This template type conversion operator allows Not(m) to be used
2642 // This is convenient as Not(NULL) doesn't compile (the compiler
2904 inline internal::NotMatcher<InnerMatcher> Not(InnerMatcher m) { function in namespace:testing
2958 // EXPECT_THAT(page_ids, Not(Contains(4)));
2975 // Each(m) is semantically equivalent to Not(Contains(Not(m))). Only
2986 // EXPECT_THAT(page_ids, Not(Eac
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1895 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
1900 Not);
1933 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
1937 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, MVT::i32, ShiftLeft1Hi, Not);
2924 // Fixme: Not triggering the use of both hi and low
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp357 APInt Not = ~RHSC->getValue(); local
358 if (Not.isPowerOf2()) {
361 ConstantInt::get(C->getContext(), C->getValue() | Not));
561 if (!PredVal) return false; // Not a value comparison in predecessor.
770 assert(CV && "Not a comparison?");
1453 continue; // Not a candidate for sinking.
2825 // Not a landing pad, or the resume is not unwinding the exception that
3105 assert(Cases.size() == SI->getNumCases() && "Not all cases gathered");
/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/ ...

Completed in 1959 milliseconds