/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_syswm.h | 71 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMmsg 83 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMinfo
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_syswm.h | 71 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMmsg 83 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMinfo
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_syswm.h | 71 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMmsg 83 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMinfo
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_syswm.h | 67 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMmsg 79 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMinfo
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_syswm.h | 71 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMmsg 83 SDL_SYSWM_TYPE subsystem; member in struct:SDL_SysWMinfo
|
/external/kernel-headers/original/linux/ |
kobject.h | 98 * to a specific subsystem. 105 * A subsystem does not have to be a list of only one type 106 * of object; multiple ksets can belong to one subsystem. All 107 * ksets of a subsystem share the subsystem's lock. 110 * supress the event generation or add subsystem specific 121 struct subsystem * subsys; 169 struct subsystem { struct 175 struct subsystem _name##_subsys = { \ 183 struct subsystem _varname##_subsys = { [all...] |
/system/core/init/ |
devices.c | 53 const char *subsystem; member in struct:uevent 281 uevent->subsystem = ""; 296 } else if(!strncmp(msg, "SUBSYSTEM=", 10)) { 298 uevent->subsystem = msg; 322 uevent->action, uevent->path, uevent->subsystem, 361 if (asprintf(&links[link_num], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0) 529 if (!strncmp(uevent->subsystem, "usb", 3)) { 530 if (!strcmp(uevent->subsystem, "usb")) { 547 } else if (!strncmp(uevent->subsystem, "graphics", 8)) { 550 } else if (!strncmp(uevent->subsystem, "oncrpc", 6)) [all...] |
/system/core/charger/ |
charger.c | 129 const char *subsystem; member in struct:uevent 356 uevent->subsystem = ""; 372 } else if (!strncmp(msg, "SUBSYSTEM=", 10)) { 374 uevent->subsystem = msg; 392 uevent->action, uevent->path, uevent->subsystem, 480 if (!strcmp(uevent->subsystem, "power_supply"))
|
/external/grub/netboot/ |
tulip.c | 177 u32 pci, pci_mask, subsystem, subsystem_mask; 176 u32 pci, pci_mask, subsystem, subsystem_mask; member in struct:pci_id_info::match_info [all...] |
/prebuilt/common/jfreechart/ |
jcommon-1.0.12.jar | |