Home
last modified time | relevance | path

Searched refs:get_map (Results 1 – 14 of 14) sorted by relevance

/third_party/libunwind/src/
Dos-linux.c129 get_map(struct map_info *map_list, unw_word_t addr) in get_map() function
168 struct map_info *map = get_map(map_list, addr); in maps_is_readable()
239 struct map_info *map = get_map(map_list, addr); in maps_is_writable()
264 map = get_map(as->map_list, ip); // ip must located in executable map region in tdep_get_elf_image()
Dos-ohos.c30 extern struct map_info *get_map(struct map_info *map_list, unw_word_t addr);
79 return get_map(c->dwarf.as->map_list, c->dwarf.ip); in unw_get_map()
202 struct map_info* map = get_map(c->dwarf.as->map_list, c->dwarf.ip); in unw_is_ark_managed_frame()
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dde.rs155 let m = self.get_map()?; in struct_variant()
192 let m = self.get_map()?; in deserialize_any()
256 let m = self.get_map()?; in deserialize_enum()
Dmod.rs280 as_default!(as_map, get_map, MapReader<B>);
403 pub fn get_map(&self) -> Result<MapReader<B>, Error> { in get_map() method
/third_party/python/Lib/
Dselectors.py187 mapping = self.get_map()
196 def get_map(self): member in BaseSelector
273 def get_map(self): member in _BaseSelectorImpl
Dsubprocess.py1990 while selector.get_map():
/third_party/python/Lib/test/
Dtest_selectors.py211 mapping = s.get_map()
241 keys = s.get_map()
Dtest_telnetlib.py147 def get_map(self): member in MockSelector
/third_party/python/Lib/test/test_asyncio/
Dutils.py310 def get_map(self): member in TestSelector
/third_party/python/Doc/library/
Dselectors.rst185 .. abstractmethod:: get_map()
/third_party/libinput/src/
Dlibinput-private.h200 enum libinput_config_tap_button_map (*get_map)(struct libinput_device *device); member
Devdev-mt-touchpad-tap.c1566 tp->tap.config.get_map = tp_tap_config_get_map; in tp_init_tap()
Dlibinput.c3934 return device->config.tap->get_map(device); in libinput_device_config_tap_get_button_map()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c1322 static int get_map(void) in get_map() function
1365 get_map(); in cpuset_localcpus()
1384 get_map(); in cpuset_localmems()