OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMatches
(Results
1 - 22
of
22
) sorted by null
/external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs
21
UInt32
GetMatches
(UInt32[] distances);
LzBinTree.cs
118
public UInt32
GetMatches
(UInt32[] distances)
/external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.h
52
void
GetMatches
(const AutocompleteInput& input);
shortcuts_provider.cc
101
GetMatches
(input);
149
void ShortcutsProvider::
GetMatches
(const AutocompleteInput& input) {
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h
108
GetMatches
(const RendererContentMatchData& renderer_data) const;
content_rules_registry.cc
73
std::set<ContentRule*> matching_rules =
GetMatches
(renderer_data);
118
ContentRulesRegistry::
GetMatches
(
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h
84
std::set<const WebRequestRule*>
GetMatches
(
166
// This is a helper function to
GetMatches
. Rules triggered by |url_matches|
webrequest_rules_registry_unittest.cc
288
matches = registry->
GetMatches
(request_data);
302
matches = registry->
GetMatches
(request_data);
553
std::set<const WebRequestRule*> matches = registry->
GetMatches
(request_data);
559
//
GetMatches
.
599
matches = registry->
GetMatches
(request_data);
658
matches = registry->
GetMatches
(request_data);
[
all
...]
webrequest_rules_registry.cc
53
std::set<const WebRequestRule*> WebRequestRulesRegistry::
GetMatches
(
86
std::set<const WebRequestRule*> matches =
GetMatches
(request_data);
/external/chromium_org/third_party/lzma_sdk/
LzFind.h
99
Mf_GetMatches_Func
GetMatches
;
LzFind.c
743
vTable->
GetMatches
= (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
748
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
753
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
758
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
LzmaEnc.c
820
numPairs = p->matchFinder.
GetMatches
(p->matchFinderObj, p->matches);
[
all
...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h
100
Mf_GetMatches_Func
GetMatches
;
LzFind.c
744
vTable->
GetMatches
= (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
749
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
754
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
759
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
LzmaEnc.c
821
numPairs = p->matchFinder.
GetMatches
(p->matchFinderObj, p->matches);
[
all
...]
/external/lzma/C/
LzFind.h
99
Mf_GetMatches_Func
GetMatches
;
LzFind.c
743
vTable->
GetMatches
= (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
748
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
753
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
758
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
LzFindMt.c
764
vTable->
GetMatches
= (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
771
vTable->
GetMatches
= (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
LzmaEnc.c
820
numPairs = p->matchFinder.
GetMatches
(p->matchFinderObj, p->matches);
[
all
...]
/external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java
118
public int
GetMatches
(int[] distances) throws IOException
/external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java
434
_numDistancePairs = _matchFinder.
GetMatches
(_matchDistances);
[
all
...]
/external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs
434
numDistancePairs = _matchFinder.
GetMatches
(_matchDistances);
[
all
...]
Completed in 1348 milliseconds