OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetMatches
(Results
1 - 9
of
9
) 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.cc
101
GetMatches
(input);
149
void ShortcutsProvider::
GetMatches
(const AutocompleteInput& input) {
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
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.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
;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h
100
Mf_GetMatches_Func
GetMatches
;
/external/lzma/C/
LzFind.h
99
Mf_GetMatches_Func
GetMatches
;
/external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java
118
public int
GetMatches
(int[] distances) throws IOException
Completed in 117 milliseconds