/external/chromium/base/ |
D | bind_internal.h | 379 template <typename StorageType, typename NormalizedSig> 383 template <typename StorageType, typename R> 384 struct Invoker0<StorageType, R(*)()> { 386 StorageType* invoker = static_cast<StorageType*>(base); 392 template <typename StorageType, typename R,typename X1> 393 struct Invoker0<StorageType, R(*)(X1)> { 396 StorageType* invoker = static_cast<StorageType*>(base); 402 template <typename StorageType, typename R,typename X1, typename X2> 403 struct Invoker0<StorageType, R(*)(X1, X2)> { 407 StorageType* invoker = static_cast<StorageType*>(base); [all …]
|
D | callback_internal.h | 100 typedef T StorageType; typedef 111 typedef T StorageType; 122 typedef const T* StorageType; 129 typedef const T* StorageType;
|
D | bind_internal.h.pump | 140 // of StorageType; its first argument is a pointer to the non-templated common 141 // baseclass of StorageType. This lets us store pointer to DoInvoke() in a 142 // function pointer that has knowledge of the specific StorageType, and thus 146 // upcasted from the correct StorageType, we can be sure that execution is 157 template <typename StorageType, typename NormalizedSig> 179 template <typename StorageType, typename R[[]] 182 struct Invoker$(BOUND)<StorageType, R(*)($for ARG , [[X$(ARG)]])> { 186 StorageType* invoker = static_cast<StorageType*>(base); 197 template <typename StorageType, typename R, typename T[[]] 199 struct Invoker$(BOUND)<StorageType, R(T::*)($for M_ARG , [[X$(M_ARG)]])> { [all …]
|
/external/v8/src/ |
D | lazy-instance.h | 120 typedef char StorageType[sizeof(T)] LAZY_ALIGN(T); 122 static T* MutableInstance(StorageType* storage) { in MutableInstance() 127 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait() 137 typedef T* StorageType; typedef 139 static T* MutableInstance(StorageType* storage) { in MutableInstance() 144 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait() 192 typedef typename AllocationTrait::StorageType StorageType; typedef 195 static void InitInstance(StorageType* storage) { in InitInstance() 223 mutable StorageType storage_;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | StorageAreaProxy.h | 42 StorageAreaProxy(WebKit::WebStorageArea*, StorageType); 55 …ent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin… 58 StorageType m_storageType;
|
D | StorageNamespaceProxy.h | 40 StorageNamespaceProxy(WebKit::WebStorageNamespace*, StorageType); 54 StorageType m_storageType;
|
D | StorageEventDispatcherImpl.h | 51 const KURL&, StorageType);
|
D | StorageEventDispatcherChromium.cpp | 47 const String& newValue, StorageType storageType, in dispatch()
|
D | StorageAreaProxy.cpp | 50 StorageAreaProxy::StorageAreaProxy(WebKit::WebStorageArea* storageArea, StorageType storageType) in StorageAreaProxy() 112 …ent(const String& key, const String& oldValue, const String& newValue, StorageType storageType, Se… in storageEvent()
|
D | WebStorageEventDispatcherImpl.cpp | 65 …WebCore::StorageType storageType = isLocalStorage ? WebCore::LocalStorage : WebCore::SessionStorag… in dispatchStorageEvent()
|
D | StorageEventDispatcherImpl.cpp | 55 const KURL& url, StorageType storageType) in dispatchStorageEvent()
|
D | StorageNamespaceProxy.cpp | 56 …roxy::StorageNamespaceProxy(WebKit::WebStorageNamespace* storageNamespace, StorageType storageType) in StorageNamespaceProxy()
|
/external/webkit/Source/WebCore/storage/ |
D | StorageAreaImpl.h | 44 …static PassRefPtr<StorageAreaImpl> create(StorageType, PassRefPtr<SecurityOrigin>, PassRefPtr<Stor… 68 …StorageAreaImpl(StorageType, PassRefPtr<SecurityOrigin>, PassRefPtr<StorageSyncManager>, unsigned … 73 StorageType m_storageType;
|
D | StorageNamespaceImpl.h | 69 StorageNamespaceImpl(StorageType, const String& path, unsigned quota); 74 StorageType m_storageType;
|
D | StorageEventDispatcher.h | 43 …tch(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin…
|
D | StorageArea.h | 42 enum StorageType { LocalStorage, SessionStorage }; enum
|
D | StorageAreaImpl.cpp | 47 inline StorageAreaImpl::StorageAreaImpl(StorageType storageType, PassRefPtr<SecurityOrigin> origin,… in StorageAreaImpl() 61 PassRefPtr<StorageAreaImpl> StorageAreaImpl::create(StorageType storageType, PassRefPtr<SecurityOri… in create()
|
D | StorageEventDispatcher.cpp | 41 …tch(const String& key, const String& oldValue, const String& newValue, StorageType storageType, Se… in dispatch()
|
D | StorageNamespaceImpl.cpp | 71 StorageNamespaceImpl::StorageNamespaceImpl(StorageType storageType, const String& path, unsigned qu… in StorageNamespaceImpl()
|
/external/clang/include/clang/AST/ |
D | TemplateName.h | 178 DependentTemplateName *> StorageType; typedef 180 StorageType Storage; 183 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName()
|
/external/libmtp/src/ |
D | libmtp.h | 708 uint16_t StorageType; /**< Storage type */ member
|
D | libmtp.c | 2768 if (storage->StorageType == PTP_ST_FixedROM || storage->StorageType == PTP_ST_RemovableROM) { in get_writeable_storageid() 2836 storage->StorageType = storageInfo.StorageType; in get_storage_freespace() 3146 printf(" StorageType: 0x%04x ",storage->StorageType); in LIBMTP_Dump_Device_Info() 3147 switch (storage->StorageType) { in LIBMTP_Dump_Device_Info() 3745 storage->StorageType = PTP_ST_Undefined; in LIBMTP_Get_Storage() 3779 storage->StorageType = storageInfo.StorageType; in LIBMTP_Get_Storage()
|
D | libmtp.h.in | 707 uint16_t StorageType; /**< Storage type */ member
|
D | ptp.h | 708 uint16_t StorageType; member
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 1793 typedef Functor StorageType; typedef 1804 typedef ResType(*StorageType)(ArgType); 1834 typedef typename CallableTraits<Callable>::StorageType CallableStorageType;
|