Home
last modified time | relevance | path

Searched refs:AddMatch (Results 1 – 6 of 6) sorted by relevance

/external/brotli/c/enc/
Dstatic_dict.c26 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/
Dmock_bus.h57 MOCK_METHOD2(AddMatch, void(const std::string& match_rule,
Dbus.cc416 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()
Dobject_proxy.cc655 bus_->AddMatch(match_rule, error.get()); in AddMatchRuleWithCallback()
685 bus_->AddMatch(match_rule, error.get()); in AddMatchRuleWithoutCallback()
Dbus.h497 virtual void AddMatch(const std::string& match_rule, DBusError* error);
Dobject_manager.cc194 bus_->AddMatch(match_rule, error.get()); in SetupMatchRuleAndFilter()