Home
last modified time | relevance | path

Searched defs:Attributes (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/ppapi/shared_impl/
Dmedia_stream_video_track_shared.h15 struct Attributes { struct
16 Attributes() in Attributes() argument
27 static bool VerifyAttributes(const Attributes& attributes); argument
Dmedia_stream_audio_track_shared.h15 struct Attributes { struct
16 Attributes() : buffers(0), duration(0) {} in Attributes() function
21 static bool VerifyAttributes(const Attributes& attributes); argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributes.java24 public class Attributes class
29 private Attributes(ASN1Set set) in Attributes() method in Attributes
34 public Attributes(ASN1EncodableVector v) in Attributes() method in Attributes
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h77 struct Attributes { struct
78 Attributes() in Attributes() argument
95 bool alpha;
96 bool depth;
97 bool stencil;
98 bool antialias;
99 bool premultipliedAlpha;
100 bool canRecoverFromContextLoss;
101 bool noExtensions;
102 bool shareResources;
[all …]
DPlatform.h560 …l WebGraphicsContext3D* createOffscreenGraphicsContext3D(const WebGraphicsContext3D::Attributes&, … in createOffscreenGraphicsContext3D()
561 …l WebGraphicsContext3D* createOffscreenGraphicsContext3D(const WebGraphicsContext3D::Attributes&) … in createOffscreenGraphicsContext3D()
/external/llvm/unittests/IR/
DAttributesTest.cpp17 TEST(Attributes, Uniquing) { in TEST() argument
34 TEST(Attributes, Ordering) { in TEST() argument
/external/smack/src/com/kenai/jbosh/
DAttributes.java27 final class Attributes { class
32 private Attributes() { in Attributes() method in Attributes
/external/llvm/docs/
DCommandLine.rst930 .. _cl::desc(...):
936 .. _cl::value_desc:
942 .. _cl::init:
956 .. _cl::location:
962 .. _cl::aliasopt:
967 .. _cl::values:
989 .. _cl::multi_val:
999 .. _cl::cat:
DLangRef.rst886 .. _attr_inalloca:
924 .. _noalias:
949 .. _nest:
972 .. _gc:
1298 .. _moduleasm:
/external/llvm/bindings/python/llvm/
Denumerations.py33 Attributes = [ variable
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h799 enum Attributes { enum
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h73 const DWARFAttribute::collection& Attributes() const { return m_attributes; } in Attributes() function
DDWARFDebugInfoEntry.cpp39 DWARFDebugInfoEntry::Attributes::Attributes() : in Attributes() function in DWARFDebugInfoEntry::Attributes
/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserver.h67 Attributes = 1 << 1, enumerator
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFormSubmission.h53 Attributes() in Attributes() function
/external/clang/docs/
DModules.rst725 Attributes section in Module Map Language
/external/clang/lib/Lex/
DModuleMap.cpp953 struct Attributes { struct
954 Attributes() : IsSystem(), IsExternC(), IsExhaustive() { } in Attributes() argument
957 unsigned IsSystem : 1;
960 unsigned IsExternC : 1;
963 unsigned IsExhaustive : 1;
/external/clang/lib/Sema/
DSemaObjCProperty.cpp147 unsigned Attributes = ODS.getPropertyAttributes(); in ActOnProperty() local
244 makePropertyAttributesAsWritten(unsigned Attributes) { in makePropertyAttributesAsWritten()
321 const unsigned Attributes, in HandlePropertyInClassExtension()
529 const unsigned Attributes, in CreatePropertyDecl()
1760 unsigned Attributes = Property->getPropertyAttributes(); in AtomicPropertySetterGetterRules() local
2078 unsigned &Attributes, in CheckObjCPropertyAttributes()
/external/clang/include/clang/Basic/
DBuiltins.h53 const char *Name, *Type, *Attributes, *HeaderName; member
/external/chromium_org/sandbox/win/src/
Dnt_internals.h66 ULONG Attributes; member
245 ULONG Attributes; member
481 ULONG Attributes; member
504 ULONG Attributes; member
/external/chromium_org/sandbox/win/tools/finder/
Dntundoc.h30 ULONG Attributes; member
36 ULONG Attributes; member
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
DTypes.cs111 Attributes = 0x000000800, enumerator
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp156 TEST_F(CloneInstruction, Attributes) { in TEST_F() argument
/external/clang/lib/Parse/
DParseDeclCXX.cpp1170 ParsedAttributesWithRange &Attributes) { in ParseClassSpecifier()
1737 ParsedAttributesWithRange Attributes(AttrFactory); in ParseBaseSpecifier() local
DParseStmt.cpp2050 ParsedAttributesWithRange Attributes(AttrFactory); in ParseCXXCatchBlock() local

12