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

1 2 3

  /external/deqp/framework/delibs/decpp/
deMeta.hpp 10 * you may not use this file except in compliance with the License.
43 struct Not
  /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/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 78 struct Not {
  /external/guice/core/src/com/google/inject/matcher/
Matchers.java 5 * you may not use this file except in compliance with the License.
65 public static <T> Matcher<T> not(final Matcher<? super T> p) { method in class:Matchers
66 return new Not<T>(p);
69 private static class Not<T> extends AbstractMatcher<T> implements Serializable {
72 private Not(Matcher<? super T> delegate) {
81 return other instanceof Not
82 && ((Not) other).delegate.equals(delegate);
90 return "not(" + delegate + ")";
288 * classloader, so classes with the same package name may not have the same package at runtime.
  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl.cc 276 BoolExpr Not(const BoolExpr& cond) {
  /external/llvm/include/llvm/MC/
MCExpr.h 87 /// values. If not given, then only non-symbolic expressions will be
112 /// use is for when relocations are not available, like the .size directive.
359 Not, ///< Bitwise negation.
383 return create(Not, Expr, Ctx);
549 /// MCExprs are bump pointer allocated and not destructed.
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py 4 # you may not use this file except in compliance with the License.
37 WARNING! Mock objects created by Mox are not thread-safe. If you are
100 if not expected_methods:
122 # unexpected_method: MockMethod that was called but was not at the
152 # unknown_method_name: Method call that is not part of the mocked
161 return ("Method called is not a member of the object: %s" %
173 return ("Attribute '%s' is private and should not be available"
191 if not expected_mocks:
252 bounded_to: optionally, when class_to_mock is not a class,
269 This does not enforce an interface
    [all...]
  /external/chromium-trace/catapult/third_party/mox3/mox3/
mox.py 4 # you may not use this file except in compliance with the License.
37 WARNING! Mock objects created by Mox are not thread-safe. If you are
100 if not expected_methods:
122 # unexpected_method: MockMethod that was called but was not at the
152 # unknown_method_name: Method call that is not part of the mocked
161 return ("Method called is not a member of the object: %s" %
173 return ("Attribute '%s' is private and should not be available"
191 if not expected_mocks:
252 bounded_to: optionally, when class_to_mock is not a class,
269 This does not enforce an interface
    [all...]
  /external/opencv3/3rdparty/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 26 // If this is not(not(x)) don't return that this is a not: we want the two
27 // not's to be folded first.
34 // Constants can be considered to be not'ed values...
62 // Not expecting FCMP_FALSE and FCMP_TRUE;
216 // If not, the only thing that can effect the output of the AND is
220 if ((AddRHS & AndRHSV) == 0) { // Bit is not set, noop
235 // We know that the AND will not produce any of the bits shifted in, so if
254 // We know that the AND will not produce any of the bits shifted in, so i
    [all...]
InstCombineCompares.cpp 222 /// this into some simple computation that does not need the load. For example
611 // Look through bitcasts and addrspacecasts. We do not however want to remove
624 // If not, synthesize the offset the hard way.
738 // pointer not based on that alloca (e.g. an argument). However, even
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 22 typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty;
  /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;
  /art/compiler/utils/mips64/
assembler_mips64.cc 5 * you may not use this file except in compliance with the License.
1031 void Mips64Assembler::Not(GpuRegister rd, GpuRegister rs) {
    [all...]
  /external/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
83 // listener does not own the ostream, and does not dereference it
130 // 7", the negated description could be "is not greater than 7".
131 // You are not required to override this when implementing
135 *os << "not (";
154 // information that's not already present (or not obvious) in the
156 // succeeds is not a factor in deciding whether an explanation i
    [all...]
  /external/google-breakpad/src/testing/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
388 // and MUST NOT BE USED IN USER CODE!!!
394 // class/struct templates to be partially specialized, but not
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 5 * you may not use this file except in compliance with the License.
    [all...]

Completed in 1878 milliseconds

1 2 3