/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
Delegator.py | 7 self.__cache = {} 12 self.__cache[name] = attr 16 for key in self.__cache.keys(): 21 self.__cache.clear() 24 keys = self.__cache.keys()
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
Delegator.py | 7 self.__cache = {} 12 self.__cache[name] = attr 16 for key in self.__cache.keys(): 21 self.__cache.clear() 24 keys = self.__cache.keys()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Delegator.py | 7 self.__cache = {} 12 self.__cache[name] = attr 16 for key in self.__cache.keys(): 21 self.__cache.clear() 24 keys = self.__cache.keys()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Delegator.py | 7 self.__cache = {} 12 self.__cache[name] = attr 16 for key in self.__cache.keys(): 21 self.__cache.clear() 24 keys = self.__cache.keys()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
hashtable_policy.h | 88 template<typename _Value, bool __cache> 91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) 98 _Hash_node<_Value, __cache>* _M_cur; 101 template<typename _Value, bool __cache> 103 operator==(const _Node_iterator_base<_Value, __cache>& __x, 104 const _Node_iterator_base<_Value, __cache>& __y) 107 template<typename _Value, bool __cache> 109 operator!=(const _Node_iterator_base<_Value, __cache>& __x, 110 const _Node_iterator_base<_Value, __cache>& __y) 113 template<typename _Value, bool __constant_iterators, bool __cache> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
hashtable_policy.h | 88 template<typename _Value, bool __cache> 91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) 98 _Hash_node<_Value, __cache>* _M_cur; 101 template<typename _Value, bool __cache> 103 operator==(const _Node_iterator_base<_Value, __cache>& __x, 104 const _Node_iterator_base<_Value, __cache>& __y) 107 template<typename _Value, bool __cache> 109 operator!=(const _Node_iterator_base<_Value, __cache>& __x, 110 const _Node_iterator_base<_Value, __cache>& __y) 113 template<typename _Value, bool __constant_iterators, bool __cache> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
hashtable_policy.h | 88 template<typename _Value, bool __cache> 91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) 98 _Hash_node<_Value, __cache>* _M_cur; 101 template<typename _Value, bool __cache> 103 operator==(const _Node_iterator_base<_Value, __cache>& __x, 104 const _Node_iterator_base<_Value, __cache>& __y) 107 template<typename _Value, bool __cache> 109 operator!=(const _Node_iterator_base<_Value, __cache>& __x, 110 const _Node_iterator_base<_Value, __cache>& __y) 113 template<typename _Value, bool __constant_iterators, bool __cache> [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
hashtable_policy.h | 88 template<typename _Value, bool __cache> 91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) 98 _Hash_node<_Value, __cache>* _M_cur; 101 template<typename _Value, bool __cache> 103 operator==(const _Node_iterator_base<_Value, __cache>& __x, 104 const _Node_iterator_base<_Value, __cache>& __y) 107 template<typename _Value, bool __cache> 109 operator!=(const _Node_iterator_base<_Value, __cache>& __x, 110 const _Node_iterator_base<_Value, __cache>& __y) 113 template<typename _Value, bool __constant_iterators, bool __cache> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
random_number.h | 52 uint64_t __cache; member in class:__gnu_parallel::_RandomNumber 79 __cache(0), __bits_left(0) { } 90 __cache(0), __bits_left(0) { } 111 unsigned long __res = __cache & ((1 << __bits) - 1); 112 __cache = __cache >> __bits; 116 __cache |= ((uint64_t(_M_mt())) << __bits_left);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
random_number.h | 52 uint64_t __cache; member in class:__gnu_parallel::_RandomNumber 79 __cache(0), __bits_left(0) { } 90 __cache(0), __bits_left(0) { } 111 unsigned long __res = __cache & ((1 << __bits) - 1); 112 __cache = __cache >> __bits; 116 __cache |= ((uint64_t(_M_mt())) << __bits_left);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
random_number.h | 52 uint64_t __cache; member in class:__gnu_parallel::_RandomNumber 79 __cache(0), __bits_left(0) { } 90 __cache(0), __bits_left(0) { } 111 unsigned long __res = __cache & ((1 << __bits) - 1); 112 __cache = __cache >> __bits; 116 __cache |= ((uint64_t(_M_mt())) << __bits_left);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
random_number.h | 52 uint64_t __cache; member in class:__gnu_parallel::_RandomNumber 79 __cache(0), __bits_left(0) { } 90 __cache(0), __bits_left(0) { } 111 unsigned long __res = __cache & ((1 << __bits) - 1); 112 __cache = __cache >> __bits; 116 __cache |= ((uint64_t(_M_mt())) << __bits_left);
|
/external/libcxx/include/ |
__tree | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__tree | [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__tree | [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_ion.h | 81 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED) 82 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_ion.h | 120 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED) 121 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_ion.h | 139 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED) 140 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
msm_ion.h | 97 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED) 99 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_ion.h | 114 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED) 115 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
|
/hardware/qcom/msm8x27/kernel-headers/linux/ |
msm_ion.h | 81 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED) 82 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_ion.h | 100 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED) 101 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_ion.h | 117 #define ION_SET_CACHED(__cache) (__cache | ION_FLAG_CACHED) 118 #define ION_SET_UNCACHED(__cache) (__cache & ~ION_FLAG_CACHED)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
time_members.h | 48 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
time_members.h | 48 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0),
|