HomeSort by relevance Sort by last modified time
    Searched refs:negation (Results 1 - 11 of 11) 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /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/gtest/src/
gtest.cc     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 801 (** [const_neg c] returns the arithmetic negation of the constant [c].
805 (** [const_nsw_neg c] returns the arithmetic negation of the constant [c] with
806 no signed wrapping. The result is undefined if the negation overflows.
810 (** [const_nuw_neg c] returns the arithmetic negation of the constant [c] with
811 no unsigned wrapping. The result is undefined if the negation overflows.
815 (** [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 961 milliseconds