Home
last modified time | relevance | path

Searched refs:matches_ (Results 1 – 7 of 7) sorted by relevance

/external/adhd/cras/src/tests/
Ddbus_test.cc405 matches_.push_back(match); in ExpectMethodCall()
406 DBusMatch &ref = matches_.back(); in ExpectMethodCall()
418 matches_.push_back(match); in CreateSignal()
419 DBusMatch &ref = matches_.back(); in CreateSignal()
430 matches_.push_back(match); in CreateMessageCall()
431 DBusMatch &ref = matches_.back(); in CreateMessageCall()
441 for (std::vector<DBusMatch>::iterator it = matches_.begin(); in WaitForMatches()
442 it != matches_.end(); ++it) { in WaitForMatches()
459 for (std::vector<DBusMatch>::iterator it = matches_.begin(); in WaitForMatches()
460 it != matches_.end(); ++it) { in WaitForMatches()
[all …]
Ddbus_test.h284 std::vector<DBusMatch> matches_; variable
/external/v8/src/compiler/
Dnode-matchers.h427 : matches_(false), in BaseWithIndexAndDisplacementMatcher()
437 : matches_(false), in BaseWithIndexAndDisplacementMatcher()
449 bool matches() const { return matches_; } in matches()
457 bool matches_;
666 matches_ = true; in Initialize()
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc5019 matches_.clear(); in Compute()
5031 matches_.push_back(ElementMatcherPair(lhs, rhs)); in PushMatch()
5034 if (matches_.size() > best_so_far_.size()) { in PushMatch()
5035 best_so_far_ = matches_; in PushMatch()
5040 const ElementMatcherPair& back = matches_.back(); in PopMatch()
5043 matches_.pop_back(); in PopMatch()
5072 ElementMatcherPairs matches_; member in testing::gmock_matchers_test::__anon590204320311::BacktrackingMaxBPMState
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc5059 matches_.clear(); in Compute()
5071 matches_.push_back(ElementMatcherPair(lhs, rhs)); in PushMatch()
5074 if (matches_.size() > best_so_far_.size()) { in PushMatch()
5075 best_so_far_ = matches_; in PushMatch()
5080 const ElementMatcherPair& back = matches_.back(); in PopMatch()
5083 matches_.pop_back(); in PopMatch()
5112 ElementMatcherPairs matches_; member in testing::gmock_matchers_test::__anond473036a0311::BacktrackingMaxBPMState
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc166 : matches_(false), selector_(selector), base_(nullptr), immediate_(0) { in ExtendingLoadMatcher()
170 bool Matches() const { return matches_; } in Matches()
186 bool matches_; member
207 matches_ = g.CanBeImmediate(immediate_, kLoadStoreImm32); in Initialize()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc164 : matches_(false), selector_(selector), base_(nullptr), immediate_(0) { in ExtendingLoadMatcher()
168 bool Matches() const { return matches_; } in Matches()
184 bool matches_; member
219 matches_ = g.CanBeImmediate(immediate_, kMips64Lw); in Initialize()