Searched refs:get_map (Results 1 – 14 of 14) sorted by relevance
/third_party/libunwind/src/ |
D | os-linux.c | 129 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()
|
D | os-ohos.c | 30 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/ |
D | de.rs | 155 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()
|
D | mod.rs | 280 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/ |
D | selectors.py | 187 mapping = self.get_map() 196 def get_map(self): member in BaseSelector 273 def get_map(self): member in _BaseSelectorImpl
|
D | subprocess.py | 1990 while selector.get_map():
|
/third_party/python/Lib/test/ |
D | test_selectors.py | 211 mapping = s.get_map() 241 keys = s.get_map()
|
D | test_telnetlib.py | 147 def get_map(self): member in MockSelector
|
/third_party/python/Lib/test/test_asyncio/ |
D | utils.py | 310 def get_map(self): member in TestSelector
|
/third_party/python/Doc/library/ |
D | selectors.rst | 185 .. abstractmethod:: get_map()
|
/third_party/libinput/src/ |
D | libinput-private.h | 200 enum libinput_config_tap_button_map (*get_map)(struct libinput_device *device); member
|
D | evdev-mt-touchpad-tap.c | 1566 tp->tap.config.get_map = tp_tap_config_get_map; in tp_init_tap()
|
D | libinput.c | 3934 return device->config.tap->get_map(device); in libinput_device_config_tap_get_button_map()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 1322 static int get_map(void) in get_map() function 1365 get_map(); in cpuset_localcpus() 1384 get_map(); in cpuset_localmems()
|