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

  /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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.8.js 2 * License Version 1.1 (the "License"); you may not use this file
24 ECMA Section: 11.4.8 Bitwise NOT Operator
44 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 ) {
  /external/webkit/Source/WebCore/css/
MediaQuery.h 17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
44 Only, Not, None
  /external/llvm/include/llvm/MC/
MCExpr.h 45 MCExpr(const MCExpr&); // DO NOT IMPLEMENT
46 void operator=(const MCExpr&); // DO NOT IMPLEMENT
79 /// values. If not given, then only non-symbolic expressions will be
233 Not, ///< Bitwise negation.
257 return Create(Not, Expr, Ctx);
420 /// MCExprs are bump pointer allocated and not destructed.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 39 // Constants can be considered to be not'ed values.
51 // If this is not(not(x)) don't return that this is a not: we want the two
52 // not's to be folded first.
59 // Constants can be considered to be not'ed values...
131 // Not expecting FCMP_FALSE and FCMP_TRUE;
250 // If not, the only thing that can effect the output of the AND is
254 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop
269 // We know that the AND will not produce any of the bits shifted in, so i
    [all...]
InstCombineCompares.cpp 195 /// this into some simple computation that does not need the load. For example
581 // If not, synthesize the offset the hard way.
778 // not equal to the divide. Make sure we do the same kind of divide
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 19 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
77 // listener does not own the ostream.
123 // that 'listener' is not NULL. This helps to simplify a matcher's
139 // 7", the negated description could be "is not greater than 7".
140 // You are not required to override this when implementing
144 *os << "not (";
254 // containers. A default-constructed matcher is not yet initialized. You
417 // The only exception is when U is a reference and T is not, as the
419 // is not preserved in the conversion from T to U
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 666 milliseconds