HomeSort by relevance Sort by last modified time
    Searched defs:StorageType (Results 1 - 16 of 16) sorted by null

  /external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp 118 enum StorageType
132 InterInvocationTestCase (Context& context, const char* name, const char* desc, StorageType storage, int flags = 0);
147 const StorageType m_storage;
164 InterInvocationTestCase::InterInvocationTestCase (Context& context, const char* name, const char* desc, StorageType storage, int flags)
444 InvocationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, int flags);
450 InvocationBasicCase::InvocationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, int flags)
507 InvocationWriteReadCase (Context& context, const char* name, const char* desc, StorageType storage, int flags);
512 InvocationWriteReadCase::InvocationWriteReadCase (Context& context, const char* name, const char* desc, StorageType storage, int flags)
565 InvocationReadWriteCase (Context& context, const char* name, const char* desc, StorageType storage, int flags);
570 InvocationReadWriteCase::InvocationReadWriteCase (Context& context, const char* name, const char* desc, StorageType storage, int flags
    [all...]
  /external/libbrillo/brillo/
any_internal_impl.h 221 enum StorageType { kExternal, kContained };
357 StorageType storage_; // Declare after the union to eliminate member padding.
  /external/skia/src/core/
SkCachedData.h 45 enum StorageType {
57 StorageType fStorageType;
  /external/v8/src/base/
lazy-instance.h 96 struct V8_ALIGNAS(T, 16) StorageType {
100 STATIC_ASSERT(V8_ALIGNOF(StorageType) >= V8_ALIGNOF(T));
102 static T* MutableInstance(StorageType* storage) {
107 static void InitStorageUsingTrait(StorageType* storage) {
115 typedef T* StorageType;
117 static T* MutableInstance(StorageType* storage) {
122 static void InitStorageUsingTrait(StorageType* storage) {
170 typedef typename AllocationTrait::StorageType StorageType;
173 static void InitInstance(StorageType* storage)
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 179 DependentTemplateName *> StorageType;
181 StorageType Storage;
184 Storage = StorageType::getFromOpaqueValue(Ptr);
  /external/deqp/framework/common/
tcuFloat.hpp 51 typedef StorageType_ StorageType;
62 explicit Float (StorageType value);
69 static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>& src) { return src; }
88 static inline Float construct (int sign, int exponent, StorageType mantissa);
103 static Float constructBits (int sign, int exponent, StorageType mantissaBits);
105 StorageType bits (void) const { return m_value; }
110 inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1)<<ExponentBits)-1); }
111 inline StorageType mantissaBits (void) const { return m_value & ((StorageType(1)<<MantissaBits)-1);
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 170 llvm::Type *StorageType);
225 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) {
230 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
288 llvm::Type *StorageType = nullptr;
321 StorageType = FieldType;
329 if (!StorageType ||
330 getAlignment(FieldType) > getAlignment(StorageType) ||
331 (getAlignment(FieldType) == getAlignment(StorageType) &&
332 getSize(FieldType) > getSize(StorageType)))
333 StorageType = FieldType
    [all...]
  /external/ImageMagick/MagickCore/
pixel.h 150 } StorageType;
217 const size_t,const char *,const StorageType,void *,ExceptionInfo *),
219 const size_t,const char *,const StorageType,const void *,ExceptionInfo *),
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 59 enum StorageType {
  /external/llvm/include/llvm/IR/
Metadata.h 50 enum StorageType { Uniqued, Distinct, Temporary };
92 Metadata(unsigned ID, StorageType Storage)
769 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
886 static T *storeImpl(T *N, StorageType Storage, StoreT &Store);
887 template <class T> static T *storeImpl(T *N, StorageType Storage);
982 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash,
    [all...]
  /external/v8/src/
typing-asm.cc 542 Type* then_type = StorageType(computed_type_);
550 Type* else_type = StorageType(computed_type_);
681 Type* target_type = StorageType(computed_type_);
749 Type* AsmTyper::StorageType(Type* type) {
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/libmtp/src/
libmtp.h 709 uint16_t StorageType; /**< Storage type */
    [all...]
ptp.h 708 uint16_t StorageType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 913 milliseconds