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

1 2

  /external/chromium_org/chrome/installer/util/
conditional_work_item_list.h 49 class Not : public WorkItem::Condition {
51 explicit Not(WorkItem::Condition* original_condition)
  /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/mockito/src/org/mockito/internal/matchers/
Not.java 15 public class Not extends ArgumentMatcher implements Serializable {
20 public Not(Matcher first) {
29 description.appendText("not(");
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQuery.h 17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
47 Only, Not, None
  /external/chromium_org/third_party/skia/src/core/
SkRecordPattern.h 56 // SaveLayer has an SkPaint named paint, but it's not a draw.
72 struct Not {
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 28 Not
83 class Not : public LExpr {
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {}
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
  /external/skia/src/core/
SkRecordPattern.h 56 // SaveLayer has an SkPaint named paint, but it's not a draw.
72 struct Not {
  /external/chromium_org/tools/gn/
parser.cc 65 {&Parser::Not, NULL, -1}, // BANG
250 scoped_ptr<ParseNode> Parser::Not(Token token) {
312 // Not a function call, just a standalone identifier.
344 "and not an expression. If you need this, you'll have to assign the\n"
361 "and not an expression. If you need this, you'll have to assign the\n"
380 // Does not Consume the start or end token.
500 *err_ = Err(condition->condition(), "Assignment not allowed in 'if'.");
607 // it's attached to "b", not sources = [ ... ].
  /external/chromium_org/third_party/jinja2/
nodes.py 38 'not': operator.not_,
51 'notin': lambda a, b: a not in b
56 """Raised if the node could not perform a requested action."""
69 assert len(bases) == 1, 'multiple inheritance not allowed'
129 raise TypeError('abstract nodes are not instanciable')
132 if not self.fields:
157 (exclude is not None and name not in exclude) or \
158 (only is not None and name in only):
233 return not self.__eq__(other
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 162 if self.fail is not None:
301 if self.star_args is not None:
303 if self.dstar_args is not None:
332 if self.decorators is not None:
478 if self.locals is not None:
480 if self.globals is not None:
523 if self.else_ is not None:
576 if self.decorators is not None:
706 if self.else_ is not None:
997 class Not(Node)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 162 if self.fail is not None:
301 if self.star_args is not None:
303 if self.dstar_args is not None:
332 if self.decorators is not None:
478 if self.locals is not None:
480 if self.globals is not None:
523 if self.else_ is not None:
576 if self.decorators is not None:
706 if self.else_ is not None:
997 class Not(Node)
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 5 * you may not use this file except in compliance with the License.
430 void MipsAssembler::Not(Register rt, Register rs) {
898 // TODO: not validating references
902 // TODO: not validating references
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 81 /// values. If not given, then only non-symbolic expressions will be
102 /// use is for when relocations are not available, like the symbol value in
332 Not, ///< Bitwise negation.
356 return Create(Not, Expr, Ctx);
517 /// MCExprs are bump pointer allocated and not destructed.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 32 // Constants can be considered to be not'ed values.
44 // If this is not(not(x)) don't return that this is a not: we want the two
45 // not's to be folded first.
52 // Constants can be considered to be not'ed values...
80 // Not expecting FCMP_FALSE and FCMP_TRUE;
179 // If not, the only thing that can effect the output of the AND is
183 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop
198 // We know that the AND will not produce any of the bits shifted in, so i
    [all...]
InstCombineCompares.cpp 214 /// this into some simple computation that does not need the load. For example
615 // Look through bitcasts and addrspacecasts. We do not however want to remove
628 // If not, synthesize the offset the hard way.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 93 assert(StoreSize % 32 == 0 && "Store size not a multiple of 32");
163 // XXX: Native v2i32 local address space stores are possible, but not
250 // GPU does not have divrem function for signed or unsigned.
254 // GPU does not have [S|U]MUL_LOHI functions as a single instruction.
269 // The hardware supports 32-bit ROTR, but not ROTL.
474 // not profitable, and may actually be harmful.
527 "instruction is not implemented yet!");
567 // XXX: LLVM seems not to replace Chain Value inside CustomWidenLowerNode
584 // address space by copying them to private and accessing that. It does not
585 // properly handle illegal types or vectors. The private vector loads are not
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 214 // Mips does not have i1 type, so use i32 for
290 // Operations not directly supported by Mips.
505 // Returns Op if setcc is not a floating point comparison.
646 // Return if the shifted mask does not start at bit 0 or the sum of its size
700 // Return if the shift amount and the first bit position of mask are not the
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 126 // It is not safe to merge these two switch instructions if they have a common
206 "Instruction is not safe to speculatively execute!");
246 /// If AggressiveInsts is non-null, and if V does not dominate BB, we check to
248 /// that do not dominate BB have a combined cost lower than CostRemaining and
264 // Non-instructions all dominate instructions, but not all constantexprs
279 // statement". If not, it definitely dominates the region.
305 // not take us over the cost threshold.
315 /// and PointerNullValue. Return NULL if value is not a constant int.
365 APInt Not = ~RHSC->getValue();
366 if (Not.isPowerOf2())
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 422 // When the flag is not set we simply track absolute offset from the
505 // EXTERNAL_UINT32_ELEMENTS array is not marked with this flag
506 // it will deoptimize if result does not fit into signed integer range.
619 // There are HInstructions that do not really change a value, they
626 // it does not return kNoRedefinedOperand;
641 // A purely informative definition is an idef that will not emit code and
893 // an executing program (i.e. are not safe to repeat, move or remove);
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 817 milliseconds

1 2