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

1 2 3 4

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /libcore/ojluni/src/main/java/java/lang/reflect/
Parameter.java 126 final String typename = type.getTypeName(); local
134 sb.append(typename.replaceFirst("\\[\\]$", "..."));
136 sb.append(typename);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
gopher.py 32 typename = {'0': '<TEXT>', '1': '<DIR>', '2': '<CSO>', '3': '<ERROR>', \
164 if typename.has_key(typechar):
165 print typename[typechar]
34 '8': '<TELNET>', '9': '<BINARY>', '+': '<REDUNDANT>', 's': '<SOUND>'} variable
  /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)) {
JvstCodeGen.java 165 String typename = ((Symbol)p).get(); local
166 if (typename.equals(returnCastName)) {
170 else if (typename.equals(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 case DRM_CONSISTENT: typename = "CON"; break;
104 default: typename = "???"; break;
117 typename, flagname, (unsigned long)handle);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 21 template <typename T> class ComPtrRefBase {
26 typedef typename T::InterfaceType InterfaceType;
41 template <typename T> class ComPtrRef : public Details::ComPtrRefBase<T> {
56 operator typename ComPtrRefBase<T>::InterfaceType**() throw() {
60 typename ComPtrRefBase<T>::InterfaceType *operator*() throw() {
64 typename ComPtrRefBase<T>::InterfaceType *const *GetAddressOf() const throw() {
68 typename ComPtrRefBase<T>::InterfaceType **ReleaseAndGetAddressOf() throw() {
75 template<typename T> class ComPtr {
123 template<typename U>
229 template<typename U
    [all...]
  /prebuilts/ndk/r10/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/r11/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/r13/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/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 970 Fatalf("typename %v", t)
986 func typename(t *Type) *Node { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 970 Fatalf("typename %v", t)
986 func typename(t *Type) *Node { func
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 94 #define typename macro
179 typename

Completed in 664 milliseconds

1 2 3 4