HomeSort by relevance Sort by last modified time
    Searched refs:__func (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
DynamicCallHelper.py 64 self.__func = func
69 Call the function __func with __args as arguments
71 :return: __func return
74 return self.__func(*self.__args)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
kdaemon.h 29 extern int bdflush (int __func, long int __data) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
kdaemon.h 29 extern int bdflush (int __func, long int __data) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
kdaemon.h 29 extern int bdflush (int __func, long int __data) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_secapi.h 57 #define __CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY_0_3_(__ret,__func,__type1,__attrib1,__arg1,__type2,__attrib2,__arg2,__type3,__attrib3,__arg3)\
58 extern "C" {_CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;}\
61 typename __if_array < (__size > 1), void * >::__type __cdecl __func(\
65 return __MINGW_CRT_NAME_CONCAT2(__func) (__arg1,__size * sizeof(__dsttype),__arg2,__arg3) == 0 ? __arg1 : NULL;\
69 #define __CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY_0_3_(__ret,__func,__type1,__attrib1,__arg1,__type2,__attrib2,__arg2,__type3,__attrib3,__arg3)\
70 _CRTIMP __ret __cdecl __func(__type1 * __attrib1 __arg1, __type2 __attrib2 __arg2, __type3 __attrib3 __arg3) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
crtdefs.h 148 #define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(__ret,__func,__dsttype,__dst) \
151 inline __ret __cdecl __func(__dsttype (&__dst)[__size]) { \
152 return __func(__dst,__size); \
156 #define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(__ret,__func,__dsttype,__dst,__type1,__arg1) \
159 inline __ret __cdecl __func(__dsttype (&__dst)[__size], __type1 __arg1) { \
160 return __func(__dst,__size,__arg1); \
164 #define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2(__ret,__func,__dsttype,__dst,__type1,__arg1,__type2,__arg2)\
167 __ret __cdecl __func(__dsttype (&__dst)[__size], __type1 __arg1, __type2 __arg2) { \
168 return __func(__dst,__size,__arg1,__arg2); \
172 #define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_3(__ret,__func,__dsttype,__dst,__type1,__arg1,__type2,__arg2,__type3,__arg3)
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 58 #define _STLP_GENERATOR_CHECK(__func, __ret) do {} while(0)
59 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) \
60 static int __##__func##__ret##_generator_check
61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0)
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
63 static int __##__func##__ret##__arg##_unary_function_check
64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
67 static int __##__func##__ret##__first##__second##_binary_function_check
115 #define _STLP_GENERATOR_CHECK(__func, __ret)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 58 #define _STLP_GENERATOR_CHECK(__func, __ret) do {} while(0)
59 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) \
60 static int __##__func##__ret##_generator_check
61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0)
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
63 static int __##__func##__ret##__arg##_unary_function_check
64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
67 static int __##__func##__ret##__first##__second##_binary_function_check
115 #define _STLP_GENERATOR_CHECK(__func, __ret)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 58 #define _STLP_GENERATOR_CHECK(__func, __ret) do {} while(0)
59 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) \
60 static int __##__func##__ret##_generator_check
61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0)
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
63 static int __##__func##__ret##__arg##_unary_function_check
64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
67 static int __##__func##__ret##__first##__second##_binary_function_check
115 #define _STLP_GENERATOR_CHECK(__func, __ret)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h 137 extern int ftw (__const char *__dir, __ftw_func_t __func, int __descriptors)
141 extern int __REDIRECT (ftw, (__const char *__dir, __ftw_func_t __func,
148 extern int ftw64 (__const char *__dir, __ftw64_func_t __func,
159 extern int nftw (__const char *__dir, __nftw_func_t __func, int __descriptors,
163 extern int __REDIRECT (nftw, (__const char *__dir, __nftw_func_t __func,
171 extern int nftw64 (__const char *__dir, __nftw64_func_t __func,
ucontext.h 48 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
printf.h 98 extern int register_printf_specifier (int __spec, printf_function __func,
107 extern int register_printf_function (int __spec, printf_function __func,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h 137 extern int ftw (__const char *__dir, __ftw_func_t __func, int __descriptors)
141 extern int __REDIRECT (ftw, (__const char *__dir, __ftw_func_t __func,
148 extern int ftw64 (__const char *__dir, __ftw64_func_t __func,
159 extern int nftw (__const char *__dir, __nftw_func_t __func, int __descriptors,
163 extern int __REDIRECT (nftw, (__const char *__dir, __nftw_func_t __func,
171 extern int nftw64 (__const char *__dir, __nftw64_func_t __func,
ucontext.h 48 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
printf.h 98 extern int register_printf_specifier (int __spec, printf_function __func,
107 extern int register_printf_function (int __spec, printf_function __func,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
gthr-single.h 217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED)
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUSED)

Completed in 1715 milliseconds

1 2 3 4 5 6