Searched defs:negation (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/src/
H A Dgmock-matchers.cc89 // 'negation' is false; otherwise returns the description of the
90 // negation of the matcher. 'param_values' contains a list of strings
92 GTEST_API_ string FormatMatcherDescription(bool negation, argument
98 return negation ? "not (" + result + ")" : result;
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
H A Dgc.py59 to_delete = gc.negation(both)
166 def negation(f): function
173 A filter function that returns the negation of f.
/external/tensorflow/tensorflow/contrib/session_bundle/
H A Dgc.py58 to_delete = gc.negation(both)
173 def negation(f): function
180 A filter function that returns the negation of f.
/external/googletest/googlemock/src/
H A Dgmock-matchers.cc124 // 'negation' is false; otherwise returns the description of the
125 // negation of the matcher. 'param_values' contains a list of strings
127 GTEST_API_ string FormatMatcherDescription(bool negation, argument
133 return negation ? "not (" + result + ")" : result;
/external/v8/testing/gmock/src/
H A Dgmock-matchers.cc124 // 'negation' is false; otherwise returns the description of the
125 // negation of the matcher. 'param_values' contains a list of strings
127 GTEST_API_ string FormatMatcherDescription(bool negation, argument
133 return negation ? "not (" + result + ")" : result;

Completed in 383 milliseconds