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

  /external/chromium/testing/gmock/src/
gmock-matchers.cc 89 // 'negation' is false; otherwise returns the description of the
90 // negation of the matcher. 'param_values' contains a list of strings
92 string FormatMatcherDescription(bool negation, const char* matcher_name,
97 return negation ? "not (" + result + ")" : result;
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h     [all...]
gmock-matchers.h 137 // Describes the negation of this matcher to an ostream. For
208 // Describes the negation of this matcher to an ostream.
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 90 // Returns the description of the negation of the given matcher.
607 // This also tests that the description string can reference 'negation'.
608 MATCHER(IsEven2, negation ? "is odd" : "is even") {
623 string(negation ? "doesn't equal" : "equals") + " the sum of " +
638 // Tests that the matcher description can reference 'negation' and the
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 800 (** [const_neg c] returns the arithmetic negation of the constant [c].
804 (** [const_nsw_neg c] returns the arithmetic negation of the constant [c] with
805 no signed wrapping. The result is undefined if the negation overflows.
809 (** [const_nuw_neg c] returns the arithmetic negation of the constant [c] with
810 no unsigned wrapping. The result is undefined if the negation overflows.
814 (** [const_fneg c] returns the arithmetic negation of the constant float [c].
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 3984 milliseconds