OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindRanges
(Results
1 - 4
of
4
) sorted by null
/external/libmojo/base/android/library_loader/
library_prefetcher.h
48
static bool
FindRanges
(std::vector<AddressRange>* ranges);
library_prefetcher.cc
103
bool NativeLibraryPrefetcher::
FindRanges
(std::vector<AddressRange>* ranges) {
136
if (!
FindRanges
(&ranges))
190
if (!
FindRanges
(&ranges))
/external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.h
114
void
FindRanges
(Ranges* ranges);
policy_compiler.cc
189
FindRanges
(&ranges);
221
void PolicyCompiler::
FindRanges
(Ranges* ranges) {
Completed in 2552 milliseconds