Searched refs:_Name (Results 1 - 25 of 32) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sys/
H A Dstat.h70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
97 _CRTIMP int __cdecl _stat64(const char *_Name,struct _stat64 *_Stat);
98 _CRTIMP int __cdecl _stat32i64(const char *_Name,struct _stat32i64 *_Stat);
99 int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat);
101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) argument
104 int ret=_stat64(_Name,&st);
126 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
127 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
128 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat);
129 _CRTIMP int __cdecl _wstat64(const wchar_t *_Name,struc
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
H A Dstat.h70 _CRTIMP int __cdecl _stat32(const char *_Name,struct _stat32 *_Stat);
97 _CRTIMP int __cdecl _stat64(const char *_Name,struct _stat64 *_Stat);
98 _CRTIMP int __cdecl _stat32i64(const char *_Name,struct _stat32i64 *_Stat);
99 int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat);
101 __CRT_INLINE int __cdecl _stat64i32(const char *_Name,struct _stat64i32 *_Stat) argument
104 int ret=_stat64(_Name,&st);
126 _CRTIMP int __cdecl _wstat32(const wchar_t *_Name,struct _stat32 *_Stat);
127 _CRTIMP int __cdecl _wstat32i64(const wchar_t *_Name,struct _stat32i64 *_Stat);
128 int __cdecl _wstat64i32(const wchar_t *_Name,struct _stat64i32 *_Stat);
129 _CRTIMP int __cdecl _wstat64(const wchar_t *_Name,struc
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dvalarray_after.h322 #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, typenam
[all...]
H A Dvalarray_array.h527 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \
530 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, const _Tp& __t) \
538 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) \
547 _Array_augmented_##_Name(_Array<_Tp> __a, \
557 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \
568 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \
579 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \
589 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \
600 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \
611 _Array_augmented_##_Name(_Arra
[all...]
H A Dgslice_array.h182 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
187 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), \
196 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\
H A Dindirect_array.h178 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \
191 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \
H A Dmask_array.h173 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
178 _Array_augmented_##_Name(_M_array, _M_mask, \
187 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \
H A Dslice_array.h239 #define _DEFINE_VALARRAY_OPERATOR(_Op,_Name) \
244 _Array_augmented_##_Name(_M_array, _M_sz, _M_stride, _Array<_Tp>(__v));\
252 _Array_augmented_##_Name(_M_array, _M_stride, __e, _M_sz); \
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dvalarray_after.h322 #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, typenam
[all...]
H A Dvalarray_array.h527 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \
530 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, const _Tp& __t) \
538 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) \
547 _Array_augmented_##_Name(_Array<_Tp> __a, \
557 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \
568 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \
579 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \
589 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \
600 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \
611 _Array_augmented_##_Name(_Arra
[all...]
H A Dgslice_array.h182 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
187 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), \
196 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\
H A Dindirect_array.h178 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \
191 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \
H A Dmask_array.h173 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
178 _Array_augmented_##_Name(_M_array, _M_mask, \
187 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \
H A Dslice_array.h239 #define _DEFINE_VALARRAY_OPERATOR(_Op,_Name) \
244 _Array_augmented_##_Name(_M_array, _M_sz, _M_stride, _Array<_Tp>(__v));\
252 _Array_augmented_##_Name(_M_array, _M_stride, __e, _M_sz); \
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dvalarray_after.h322 #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, typenam
[all...]
H A Dvalarray_array.h527 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \
530 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, const _Tp& __t) \
538 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, _Array<_Tp> __b) \
547 _Array_augmented_##_Name(_Array<_Tp> __a, \
557 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \
568 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \
579 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \
589 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \
600 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \
611 _Array_augmented_##_Name(_Arra
[all...]
H A Dgslice_array.h182 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
187 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), \
196 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\
H A Dindirect_array.h178 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \
191 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \
H A Dmask_array.h173 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \
178 _Array_augmented_##_Name(_M_array, _M_mask, \
187 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \
H A Dslice_array.h239 #define _DEFINE_VALARRAY_OPERATOR(_Op,_Name) \
244 _Array_augmented_##_Name(_M_array, _M_sz, _M_stride, _Array<_Tp>(__v));\
252 _Array_augmented_##_Name(_M_array, _M_stride, __e, _M_sz); \
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dresapi.h39 #define CLRES_V1_FUNCTION_TABLE(_Name, _Version, _Prefix, _Arbitrate, _Release, _ResControl, _ResTypeControl) CLRES_FUNCTION_TABLE _Name = { CLRES_V1_FUNCTION_SIZE, _Version, _Prefix##Open, _Prefix##Close, _Prefix##Online, _Prefix##Offline, _Prefix##Terminate, _Prefix##LooksAlive, _Prefix##IsAlive, _Arbitrate, _Release, _ResControl, _ResTypeControl }
46 #define CLRES_V2_FUNCTION_TABLE_SET(_Name, _Version, _Prefix, _Arbitrate, _Release, _ResControl, _ResTypeControl, _LooksAlive, _IsAlive, _Cancel) _Name.TableSize = CLRES_V2_FUNCTION_SIZE; _Name.Version = _Version; _Name.V2Functions.Open = _Prefix##OpenV2; _Name.V2Functions.Close = _Prefix##Close; _Name.V2Functions.Online = _Prefix##OnlineV2; _Name.V2Functions.Offline = _Prefix##OfflineV2; _Name
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dresapi.h39 #define CLRES_V1_FUNCTION_TABLE(_Name, _Version, _Prefix, _Arbitrate, _Release, _ResControl, _ResTypeControl) CLRES_FUNCTION_TABLE _Name = { CLRES_V1_FUNCTION_SIZE, _Version, _Prefix##Open, _Prefix##Close, _Prefix##Online, _Prefix##Offline, _Prefix##Terminate, _Prefix##LooksAlive, _Prefix##IsAlive, _Arbitrate, _Release, _ResControl, _ResTypeControl }
46 #define CLRES_V2_FUNCTION_TABLE_SET(_Name, _Version, _Prefix, _Arbitrate, _Release, _ResControl, _ResTypeControl, _LooksAlive, _IsAlive, _Cancel) _Name.TableSize = CLRES_V2_FUNCTION_SIZE; _Name.Version = _Version; _Name.V2Functions.Open = _Prefix##OpenV2; _Name.V2Functions.Close = _Prefix##Close; _Name.V2Functions.Online = _Prefix##OnlineV2; _Name.V2Functions.Offline = _Prefix##OfflineV2; _Name
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dxmllib.py22 _Name = '[a-zA-Z_:][-a-zA-Z0-9._:]*' # valid XML name variable
28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]')
29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]')
35 _S + '(?P<name>' + _Name + ')'
38 starttagopen = re.compile('<' + _Name)
40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
46 tagfind = re.compile(_Name)
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
68 procopen = re.compile(r'<\?(?P<proc>' + _Name + ')' + _opS)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dxmllib.py22 _Name = '[a-zA-Z_:][-a-zA-Z0-9._:]*' # valid XML name variable
28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]')
29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]')
35 _S + '(?P<name>' + _Name + ')'
38 starttagopen = re.compile('<' + _Name)
40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
46 tagfind = re.compile(_Name)
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
68 procopen = re.compile(r'<\?(?P<proc>' + _Name + ')' + _opS)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dxmllib.py22 _Name = '[a-zA-Z_:][-a-zA-Z0-9._:]*' # valid XML name variable
28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]')
29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]')
35 _S + '(?P<name>' + _Name + ')'
38 starttagopen = re.compile('<' + _Name)
40 starttagmatch = re.compile('<(?P<tagname>'+_Name+')'
46 tagfind = re.compile(_Name)
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
68 procopen = re.compile(r'<\?(?P<proc>' + _Name + ')' + _opS)

Completed in 664 milliseconds

12