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

/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
H A D11.4.8.js44 writeHeaderToLog( SECTION + " Bitwise Not operator");
67 array[item++] = new TestCase( SECTION, "~"+p, Not(p), ~p );
73 array[item++] = new TestCase( SECTION, "~"+p, Not(p), ~p );
202 function Not( n ) { function
/external/webkit/Source/WebCore/css/
H A DMediaQuery.h44 Only, Not, None enumerator in enum:WebCore::MediaQuery::Restrictor
/external/llvm/include/llvm/MC/
H A DMCExpr.h260 Not, ///< Bitwise negation. enumerator in enum:llvm::MCUnaryExpr::Opcode
284 return Create(Not, Expr, Ctx);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp88 // Not expecting FCMP_FALSE and FCMP_TRUE;
407 /// The Part "Not" means, that in above descriptions "==" should be replaced
643 mask >>= 1; // treat "Not"-states as normal states
1049 // Not masking anything out for the LHS, move to RHS.
1056 // Not masking anything out for the RHS, move to LHS.
1562 // If RHSCst is [us]MAXINT, it is always false. Not handling
1582 // If RHSCst is [us]MAXINT, it is always false. Not handling
1949 Value *Not = Builder->CreateNot(B, B->getName()+".not"); local
1950 return BinaryOperator::CreateOr(Not, Op0);
1953 Value *Not local
1967 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); local
[all...]
H A DInstCombineCompares.cpp1581 // Not an extension from the same type?
1860 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
1861 return BinaryOperator::CreateAnd(Not, Op1);
1867 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
1868 return BinaryOperator::CreateAnd(Not, Op0);
1874 Value *Not = Builder->CreateNot(Op0, I.getName()+"tmp"); local
1875 return BinaryOperator::CreateOr(Not, Op1);
1881 Value *Not = Builder->CreateNot(Op1, I.getName()+"tmp"); local
1882 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.cpp828 assert(RC->contains(PReg) && "Not the correct regclass!");
2035 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
2040 Not);
2073 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, local
2077 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, MVT::i32, ShiftLeft1Hi, Not);
3355 // Fixme: Not triggering the use of both hi and low
/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/ ...

Completed in 232 milliseconds