Searched refs:_mode (Results 1 – 4 of 4) sorted by relevance
/development/ndk/platforms/android-3/include/linux/ |
D | sysdev.h | 35 …LASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.na… argument 58 … SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name … argument
|
D | device.h | 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_m… argument 93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR… argument 125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_n… argument 133 …ne CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##… argument 170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_n… argument
|
D | sysfs.h | 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .o… argument
|
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |