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

  /external/gmock/src/
gmock-spec-builders.cc 246 // manner specified by 'reaction'.
247 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
248 switch (reaction) {
335 // We must get Google Mock's reaction on uninteresting calls
339 const CallReaction reaction =
348 reaction == kAllow ? LogIsVisible(kInfo) :
351 reaction == kWarn ? LogIsVisible(kWarning) :
373 ReportUninterestingCall(reaction, ss.str());
591 // Maps a mock object to the reaction Google Mock should have when an
595 // Sets the reaction Google Mock should have when an uninterestin
    [all...]
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 246 // manner specified by 'reaction'.
247 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
248 switch (reaction) {
335 // We must get Google Mock's reaction on uninteresting calls
339 const CallReaction reaction =
348 reaction == kAllow ? LogIsVisible(kInfo) :
351 reaction == kWarn ? LogIsVisible(kWarning) :
373 ReportUninterestingCall(reaction, ss.str());
591 // Maps a mock object to the reaction Google Mock should have when an
595 // Sets the reaction Google Mock should have when an uninterestin
    [all...]
  /system/update_engine/
metrics.h 94 // This is used in the UpdateEngine.Check.Reaction histogram.
214 // |reaction| is not |kUnset|.
225 CheckReaction reaction,
metrics.cc 43 const char kMetricCheckReaction[] = "UpdateEngine.Check.Reaction";
132 CheckReaction reaction,
145 if (reaction != metrics::CheckReaction::kUnset) {
147 value = static_cast<int>(reaction);
omaha_request_action.cc 1389 metrics::CheckReaction reaction = metrics::CheckReaction::kUnset; local
    [all...]
  /external/gmock/include/gmock/
gmock-spec-builders.h 425 // its entry in the call-reaction table should be removed.
429 // Returns the reaction Google Mock will have on uninteresting calls
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 417 // its entry in the call-reaction table should be removed.
421 // Returns the reaction Google Mock will have on uninteresting calls
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 125 milliseconds