HomeSort by relevance Sort by last modified time
    Searched defs:typename (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 7 typename = 'test' variable in class:MockTclObj
17 typename = 'StateSpec' variable in class:MockStateSpec
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 7 typename = 'test' variable in class:MockTclObj
17 typename = 'StateSpec' variable in class:MockStateSpec
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 91 String typename = ((Symbol)p).get(); local
92 if (typename.equals(codeGen.returnCastName)) {
96 else if (typename.equals(JvstCodeGen.wrapperCastName)) {
  /external/libdrm/tests/
dristat.c 80 const char *typename; local
98 case DRM_FRAME_BUFFER: typename = "FB"; break;
99 case DRM_REGISTERS: typename = "REG"; break;
100 case DRM_SHM: typename = "SHM"; break;
101 case DRM_AGP: typename = "AGP"; break;
102 case DRM_SCATTER_GATHER: typename = "SG"; break;
103 default: typename = "???"; break;
116 typename, flagname, (unsigned long)handle);
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 31 # define typename macro
65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
67 typedef typename _Base::iterator _BaseIte;
68 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
336 # undef typename macro
_slist.h 32 # define typename macro
59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
418 # undef typename macro
_deque.h 79 # define typename macro
103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
381 # undef typename macro
_set.h 29 # define typename macro
64 typedef typename _AssocStorageTypes::_KeyStorageType _KeyStorageType;
65 typedef typename _AssocStorageTypes::_CompareStorageType _CompareStorageType;
70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc;
96 typedef typename _Rep_type::iterator base_iterator;
97 typedef typename _Rep_type::const_iterator const_base_iterator;
100 typedef typename _Priv_Rep_type::pointer pointer;
101 typedef typename _Priv_Rep_type::const_pointer const_pointer;
102 typedef typename _Priv_Rep_type::reference reference;
103 typedef typename _Priv_Rep_type::const_reference const_reference
555 # undef typename macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 31 # define typename macro
65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
67 typedef typename _Base::iterator _BaseIte;
68 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
336 # undef typename macro
_slist.h 32 # define typename macro
59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
418 # undef typename macro
_deque.h 79 # define typename macro
103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
381 # undef typename macro
_set.h 29 # define typename macro
64 typedef typename _AssocStorageTypes::_KeyStorageType _KeyStorageType;
65 typedef typename _AssocStorageTypes::_CompareStorageType _CompareStorageType;
70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc;
96 typedef typename _Rep_type::iterator base_iterator;
97 typedef typename _Rep_type::const_iterator const_base_iterator;
100 typedef typename _Priv_Rep_type::pointer pointer;
101 typedef typename _Priv_Rep_type::const_pointer const_pointer;
102 typedef typename _Priv_Rep_type::reference reference;
103 typedef typename _Priv_Rep_type::const_reference const_reference
555 # undef typename macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 31 # define typename macro
65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
67 typedef typename _Base::iterator _BaseIte;
68 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
336 # undef typename macro
_slist.h 32 # define typename macro
59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
418 # undef typename macro
_deque.h 79 # define typename macro
103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
381 # undef typename macro
_set.h 29 # define typename macro
64 typedef typename _AssocStorageTypes::_KeyStorageType _KeyStorageType;
65 typedef typename _AssocStorageTypes::_CompareStorageType _CompareStorageType;
70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc;
96 typedef typename _Rep_type::iterator base_iterator;
97 typedef typename _Rep_type::const_iterator const_base_iterator;
100 typedef typename _Priv_Rep_type::pointer pointer;
101 typedef typename _Priv_Rep_type::const_pointer const_pointer;
102 typedef typename _Priv_Rep_type::reference reference;
103 typedef typename _Priv_Rep_type::const_reference const_reference
555 # undef typename macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 31 # define typename macro
65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
67 typedef typename _Base::iterator _BaseIte;
68 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
336 # undef typename macro
_slist.h 32 # define typename macro
59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
418 # undef typename macro
_deque.h 79 # define typename macro
103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
381 # undef typename macro
_set.h 29 # define typename macro
64 typedef typename _AssocStorageTypes::_KeyStorageType _KeyStorageType;
65 typedef typename _AssocStorageTypes::_CompareStorageType _CompareStorageType;
70 typedef typename _Alloc_traits<_KeyStorageType, _Alloc>::allocator_type _StorageTypeAlloc;
96 typedef typename _Rep_type::iterator base_iterator;
97 typedef typename _Rep_type::const_iterator const_base_iterator;
100 typedef typename _Priv_Rep_type::pointer pointer;
101 typedef typename _Priv_Rep_type::const_pointer const_pointer;
102 typedef typename _Priv_Rep_type::reference reference;
103 typedef typename _Priv_Rep_type::const_reference const_reference
555 # undef typename macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 31 # define typename macro
65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
67 typedef typename _Base::iterator _BaseIte;
68 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
336 # undef typename macro
_slist.h 32 # define typename macro
59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
418 # undef typename macro
_deque.h 79 # define typename macro
103 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
120 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
381 # undef typename macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_list.h 31 # define typename macro
65 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
67 typedef typename _Base::iterator _BaseIte;
68 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
336 # undef typename macro
_slist.h 32 # define typename macro
59 typedef typename _Alloc_traits<_StorageType, _Alloc>::allocator_type _StorageTypeAlloc;
61 typedef typename _Base::iterator _BaseIte;
62 typedef typename _Base::const_iterator _BaseConstIte;
81 typedef typename _Alloc_traits<value_type, _Alloc>::allocator_type allocator_type;
169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
418 # undef typename macro

Completed in 6984 milliseconds

1 2 3 4