HomeSort by relevance Sort by last modified time
    Searched full:_name (Results 151 - 175 of 575) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…)
    [all...]
  /bionic/libc/kernel/common/linux/
sysdev.h 40 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
64 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /external/kernel-headers/original/linux/
sysdev.h 46 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) \
47 struct sysdev_class_attribute attr_##_name = { \
48 .attr = {.name = __stringify(_name), .mode = _mode }, \
101 #define SYSDEV_ATTR(_name,_mode,_show,_store) \
102 struct sysdev_attribute attr_##_name = { \
103 .attr = {.name = __stringify(_name), .mode = _mode }, \
  /external/qemu/android/
cmdline-option.c 32 #define OPTION(_name,_type,_config) \
33 { #_name, offsetof(AndroidOptions,_name), _type, _config },
37 #define OPT_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,0)
38 #define OPT_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0)
39 #define OPT_LIST(_name,_template,_descr) OPTION(_name,OPTION_IS_LIST,0)
40 #define CFG_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,1
    [all...]
  /development/ndk/platforms/android-3/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /external/clang/test/SemaObjC/
property-7.m 25 NSString *_name;
31 @synthesize name = _name;
  /frameworks/base/services/java/com/android/server/am/
ProcessMemInfo.java 28 public ProcessMemInfo(String _name, int _pid, int _oomAdj, int _procState,
30 name = _name;
  /ndk/build/core/
add-toolchain.mk 57 _name := $(notdir $(_dir)) macro
61 _toolchain := NDK_TOOLCHAIN.$(_name)
65 $(call __ndk_error,Toolchain $(_name) defined in $(_parent) is\
66 already defined in $(NDK_TOOLCHAIN.$(_name).defined)))
74 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
76 NDK_ALL_TOOLCHAINS += $(_name)
84 $(eval NDK_ABI.$(_abi).toolchains += $(_name)) \
88 NDK_ARCH.$(_arch).toolchains += $(_name)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)

Completed in 904 milliseconds

1 2 3 4 5 67 8 91011>>