/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 159 _GLIBCXX_DEBUG_ASSERT(get() != 0); 160 return *get(); 166 _GLIBCXX_DEBUG_ASSERT(get() != 0); 167 return get(); 171 get() const function in class:unique_ptr 172 { return std::get<0>(_M_t); } 176 { return std::get<1>(_M_t); } 182 { return std::get<1>(_M_t); } 185 { return get() == 0 ? 0 : &unique_ptr::_M_t; } 191 pointer __p = get(); 313 get() const function in class:unique_ptr [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_istream.h | 128 public: // get() for single characters 129 int_type get(); 130 _Self& get(char_type& __c); 132 public: // get() for character arrays. 133 _Self& get(char_type* __s, streamsize __n, char_type __delim); 134 _Self& get(char_type* __s, streamsize __n) function in class:basic_istream 135 { return get(__s, __n, this->widen('\n')); } 137 public: // get() for streambufs 138 _Self& get(basic_streambuf<_CharT, _Traits>& __buf, 140 _Self& get(basic_streambuf<_CharT, _Traits>& __buf function in class:basic_istream [all...] |
_monetary.h | 61 iter_type get(iter_type __s, iter_type __end, bool __intl, function in class:money_get 65 iter_type get(iter_type __s, iter_type __end, bool __intl, function in class:money_get
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 159 _GLIBCXX_DEBUG_ASSERT(get() != 0); 160 return *get(); 166 _GLIBCXX_DEBUG_ASSERT(get() != 0); 167 return get(); 171 get() const function in class:unique_ptr 172 { return std::get<0>(_M_t); } 176 { return std::get<1>(_M_t); } 182 { return std::get<1>(_M_t); } 185 { return get() == 0 ? 0 : &unique_ptr::_M_t; } 191 pointer __p = get(); 313 get() const function in class:unique_ptr [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_istream.h | 128 public: // get() for single characters 129 int_type get(); 130 _Self& get(char_type& __c); 132 public: // get() for character arrays. 133 _Self& get(char_type* __s, streamsize __n, char_type __delim); 134 _Self& get(char_type* __s, streamsize __n) function in class:basic_istream 135 { return get(__s, __n, this->widen('\n')); } 137 public: // get() for streambufs 138 _Self& get(basic_streambuf<_CharT, _Traits>& __buf, 140 _Self& get(basic_streambuf<_CharT, _Traits>& __buf function in class:basic_istream [all...] |
_monetary.h | 61 iter_type get(iter_type __s, iter_type __end, bool __intl, function in class:money_get 65 iter_type get(iter_type __s, iter_type __end, bool __intl, function in class:money_get
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/ |
moduleparam.h | 44 param_get_fn get; member in struct:kernel_param 58 param_get_fn get; member in struct:kparam_array 63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg } 65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 159 _GLIBCXX_DEBUG_ASSERT(get() != 0); 160 return *get(); 166 _GLIBCXX_DEBUG_ASSERT(get() != 0); 167 return get(); 171 get() const function in class:unique_ptr 172 { return std::get<0>(_M_t); } 176 { return std::get<1>(_M_t); } 182 { return std::get<1>(_M_t); } 185 { return get() == 0 ? 0 : &unique_ptr::_M_t; } 191 pointer __p = get(); 313 get() const function in class:unique_ptr [all...] |