Searched refs:AddMatch (Results 1 – 7 of 7) sorted by relevance
/external/brotli/c/enc/ |
D | static_dict.c | 26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, in AddMatch() function 100 AddMatch(id, l, l, matches); in BrotliFindAllStaticDictionaryMatches() 106 AddMatch(id + 12 * n, l - 1, l, matches); in BrotliFindAllStaticDictionaryMatches() 110 AddMatch(id + 49 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches() 122 AddMatch(id + transform_id * n, len, l, matches); in BrotliFindAllStaticDictionaryMatches() 131 AddMatch(id + n, l + 1, l, matches); in BrotliFindAllStaticDictionaryMatches() 134 AddMatch(id + 28 * n, l + 3, l, matches); in BrotliFindAllStaticDictionaryMatches() 136 if (s[3] == ' ') AddMatch(id + 46 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches() 138 if (s[3] == ' ') AddMatch(id + 60 * n, l + 4, l, matches); in BrotliFindAllStaticDictionaryMatches() 141 AddMatch(id + 10 * n, l + 5, l, matches); in BrotliFindAllStaticDictionaryMatches() [all …]
|
/external/libchrome/dbus/ |
D | mock_bus.h | 57 MOCK_METHOD2(AddMatch, void(const std::string& match_rule,
|
D | bus_unittest.cc | 289 bus->AddMatch( in TEST() 294 bus->AddMatch( in TEST()
|
D | bus.cc | 416 AddMatch(kDisconnectedMatchRule, error.get()); in Connect() 683 void Bus::AddMatch(const std::string& match_rule, DBusError* error) { in AddMatch() function in dbus::Bus 911 AddMatch(name_owner_changed_match_rule, error.get()); in ListenForServiceOwnerChangeInternal()
|
D | object_proxy.cc | 655 bus_->AddMatch(match_rule, error.get()); in AddMatchRuleWithCallback() 685 bus_->AddMatch(match_rule, error.get()); in AddMatchRuleWithoutCallback()
|
D | bus.h | 497 virtual void AddMatch(const std::string& match_rule, DBusError* error);
|
D | object_manager.cc | 194 bus_->AddMatch(match_rule, error.get()); in SetupMatchRuleAndFilter()
|