Home | History | Annotate | Download | only in validatekeymaps

Lines Matching refs:map

81         sp<KeyLayoutMap> map;
82 status_t status = KeyLayoutMap::load(String8(filename), &map);
91 sp<KeyCharacterMap> map;
93 KeyCharacterMap::FORMAT_ANY, &map);
95 fprintf(stderr, "Error %d parsing key character map file.\n\n", status);
102 PropertyMap* map;
103 status_t status = PropertyMap::load(String8(filename), &map);
108 delete map;
113 VirtualKeyMap* map;
114 status_t status = VirtualKeyMap::load(String8(filename), &map);
119 delete map;