OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateMap
(Results
1 - 3
of
3
) sorted by null
/system/core/libbacktrace/
UnwindMap.h
48
bool
GenerateMap
();
64
bool
GenerateMap
();
UnwindMap.cpp
48
bool UnwindMapRemote::
GenerateMap
() {
72
return (unw_map_cursor_create(&map_cursor_, pid_) == 0) &&
GenerateMap
();
86
bool UnwindMapLocal::
GenerateMap
() {
134
return (map_created_ = (unw_map_local_create() == 0)) &&
GenerateMap
();;
143
if (
GenerateMap
()) {
/external/libvpx/libvpx/test/
active_map_refresh_test.cc
49
void
GenerateMap
(int mb_rows, int mb_cols, const vpx_image_t ¤t,
90
GenerateMap
(mb_height, mb_width, *current, *previous, active_map);
Completed in 191 milliseconds