Searched refs:matches_ (Results 1 – 6 of 6) sorted by relevance
/external/adhd/cras/src/tests/ |
D | dbus_test.cc | 405 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 …]
|
D | dbus_test.h | 284 std::vector<DBusMatch> matches_; variable
|
/external/v8/src/compiler/ |
D | node-matchers.h | 433 : matches_(false), in BaseWithIndexAndDisplacementMatcher() 443 : matches_(false), in BaseWithIndexAndDisplacementMatcher() 455 bool matches() const { return matches_; } in matches() 463 bool matches_; 672 matches_ = true; in Initialize()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 191 : matches_(false), selector_(selector), base_(nullptr), immediate_(0) { in ExtendingLoadMatcher() 195 bool Matches() const { return matches_; } in Matches() 211 bool matches_; member 232 matches_ = g.CanBeImmediate(immediate_, kLoadStoreImm32); in Initialize() 2086 : matches_(false), cont_(cont), matcher_(node) { in TestAndBranchMatcher() 2089 bool Matches() const { return matches_; } in Matches() 2102 bool matches_; member 2113 matches_ = true; in Initialize() 2115 matches_ = false; in Initialize()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 172 : matches_(false), selector_(selector), base_(nullptr), immediate_(0) { in ExtendingLoadMatcher() 176 bool Matches() const { return matches_; } in Matches() 192 bool matches_; member 227 matches_ = g.CanBeImmediate(immediate_, kMips64Lw); in Initialize()
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 6007 matches_.clear(); in Compute() 6019 matches_.push_back(ElementMatcherPair(lhs, rhs)); in PushMatch() 6022 if (matches_.size() > best_so_far_.size()) { in PushMatch() 6023 best_so_far_ = matches_; in PushMatch() 6028 const ElementMatcherPair& back = matches_.back(); in PopMatch() 6031 matches_.pop_back(); in PopMatch() 6060 ElementMatcherPairs matches_; member in testing::gmock_matchers_test::__anond473036a0111::__anond473036a0511::BacktrackingMaxBPMState
|