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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-9/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/9/platforms/android-9/arch-mips/usr/include/linux/
timer.h 33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)
  /prebuilts/ndk/9/platforms/android-9/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_after.h 321 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
323 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
326 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
336 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
338 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
339 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
344 typedef typename __fun<_Name, _Arg>::result_type _Value; \
345 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
350 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
352 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 321 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
323 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
326 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
336 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
338 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
339 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
344 typedef typename __fun<_Name, _Arg>::result_type _Value; \
345 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
350 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
352 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 321 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
323 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
326 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
336 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
338 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
339 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
344 typedef typename __fun<_Name, _Arg>::result_type _Value; \
345 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
350 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
352 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 321 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
323 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
326 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
336 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
338 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
339 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
344 typedef typename __fun<_Name, _Arg>::result_type _Value; \
345 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
350 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
352 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_after.h 321 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
323 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
326 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
336 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
338 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
339 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
344 typedef typename __fun<_Name, _Arg>::result_type _Value; \
345 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
350 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
352 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /development/testrunner/coverage/
coverage_target.py 20 self._name = None
26 return self._name
29 self._name = name
  /external/chromium_org/ppapi/generators/
idl_log.py 18 self._name = '%s : ' % name
20 self._name = ''
36 line = "%s(%d) : %s%s\n" % (filename, lineno, self._name, msg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_after.h 323 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
325 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
328 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
338 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
340 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
341 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
346 typedef typename __fun<_Name, _Arg>::result_type _Value; \
347 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
352 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
354 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_after.h 323 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
325 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
328 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
338 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
340 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
341 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
346 typedef typename __fun<_Name, _Arg>::result_type _Value; \
347 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
352 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
354 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h 323 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
325 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
328 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
338 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
340 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
341 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
346 typedef typename __fun<_Name, _Arg>::result_type _Value; \
347 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
352 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
354 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 323 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
325 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
328 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
338 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
340 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
341 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
346 typedef typename __fun<_Name, _Arg>::result_type _Value; \
347 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
352 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
354 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h 323 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
325 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
328 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
338 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
340 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
341 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
346 typedef typename __fun<_Name, _Arg>::result_type _Value; \
347 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
352 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
354 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 323 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
325 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
328 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
338 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
340 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
341 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
346 typedef typename __fun<_Name, _Arg>::result_type _Value; \
347 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
352 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
354 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_after.h 322 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \
324 inline _Expr<_UnClos<_Name, std::_Expr, _Dom>, _Tp> \
327 typedef _UnClos<_Name, std::_Expr, _Dom> _Closure; \
337 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \
339 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \
340 typename __fun<_Name, typename _Dom1::value_type>::result_type> \
345 typedef typename __fun<_Name, _Arg>::result_type _Value; \
346 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \
351 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \
353 typename __fun<_Name, typename _Dom::value_type>::result_type>
    [all...]
  /external/valgrind/main/include/
pub_tool_libcsetjmp.h 76 #define VG_MINIMAL_JMP_BUF(_name) UInt _name [32+1+1]
85 #define VG_MINIMAL_JMP_BUF(_name) ULong _name [32+1+1]
94 #define VG_MINIMAL_JMP_BUF(_name) ULong _name [16+1]
103 #define VG_MINIMAL_JMP_BUF(_name) UInt _name [8+1]
115 #define VG_MINIMAL_JMP_BUF(_name) jmp_buf _name
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_defines.c 65 #define DEFINE_UTIL_DUMP_CONTINUOUS(_name) \
67 util_dump_##_name(unsigned value, boolean shortened) \
70 return util_dump_enum_continuous(value, Elements(util_dump_##_name##_short_names), util_dump_##_name##_short_names); \
72 return util_dump_enum_continuous(value, Elements(util_dump_##_name##_names), util_dump_##_name##_names); \
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 65 #define DEFINE_UTIL_DUMP_CONTINUOUS(_name) \
67 util_dump_##_name(unsigned value, boolean shortened) \
70 return util_dump_enum_continuous(value, Elements(util_dump_##_name##_short_names), util_dump_##_name##_short_names); \
72 return util_dump_enum_continuous(value, Elements(util_dump_##_name##_names), util_dump_##_name##_names); \
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
GrammarRuleAttribute.cs 40 private readonly string _name; field in class:Antlr.Runtime.GrammarRuleAttribute
43 this._name = name;
48 return _name;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
GrammarRuleAttribute.cs 42 private readonly string _name; field in class:Antlr.Runtime.GrammarRuleAttribute
46 this._name = name;
53 return _name;
  /external/valgrind/main/none/tests/amd64/
movbe.c 42 #define GEN_test_Monly(_name, _mem_form) \
44 __attribute__ ((noinline)) static void test_##_name ( void ) \
48 printf("%s\n", #_name); \
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 23 _name(name), _at_eof(false), _size_found(false), _size(0) {
50 if (0 == stat(_name, &st)) {
55 fprintf(stderr, "Unable to compute file size: %s\n", _name);
  /bionic/libc/kernel/common/linux/
device.h 75 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
100 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
130 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
137 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mod (…)
    [all...]

Completed in 1455 milliseconds

1 2 3 4 5 6 7 891011>>