Searched defs:Attributes (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_audio_track_shared.h15 struct Attributes { struct in class:ppapi::MediaStreamAudioTrackShared
16 Attributes() : buffers(0), duration(0) {} function in struct:ppapi::MediaStreamAudioTrackShared::Attributes
21 static bool VerifyAttributes(const Attributes& attributes);
H A Dmedia_stream_video_track_shared.h15 struct Attributes { struct in class:ppapi::MediaStreamVideoTrackShared
16 Attributes() function in struct:ppapi::MediaStreamVideoTrackShared::Attributes
27 static bool VerifyAttributes(const Attributes& attributes);
/external/llvm/bindings/python/llvm/
H A Denumerations.py22 'Attributes',
33 Attributes = [ variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java20 * Attributes ::=
24 public class Attributes class in inherits:ASN1Object
29 private Attributes(ASN1Set set) method in class:Attributes
34 public Attributes(ASN1EncodableVector v) method in class:Attributes
45 * <li> {@link Attributes} object
46 * <li> {@link org.bouncycastle.asn1.ASN1Set#getInstance(java.lang.Object) ASN1Set} input formats with Attributes structure inside
52 public static Attributes getInstance(Object obj)
54 if (obj instanceof Attributes)
56 return (Attributes)obj;
60 return new Attributes(ASN1Se
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp39 DWARFDebugInfoEntry::Attributes::Attributes() : function in class:DWARFDebugInfoEntry::Attributes
44 DWARFDebugInfoEntry::Attributes::~Attributes()
50 DWARFDebugInfoEntry::Attributes::FindAttributeIndex(dw_attr_t attr) const
64 DWARFDebugInfoEntry::Attributes::Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t form)
71 DWARFDebugInfoEntry::Attributes::ContainsAttribute(dw_attr_t attr) const
77 DWARFDebugInfoEntry::Attributes::RemoveAttribute(dw_attr_t attr)
89 DWARFDebugInfoEntry::Attributes::ExtractFormValueAtIndex (SymbolFileDWARF* dwarf2Data, uint32_t i, DWARFFormValue &form_value) const
97 DWARFDebugInfoEntry::Attributes
[all...]
H A DDWARFAbbreviationDeclaration.h72 // DWARFAttribute::collection& Attributes() { return m_attributes; }
73 const DWARFAttribute::collection& Attributes() const { return m_attributes; } function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.h60 class Attributes class in class:DWARFDebugInfoEntry
63 Attributes();
64 ~Attributes();
166 DWARFDebugInfoEntry::Attributes& attrs,
253 const DWARFDebugInfoEntry::Attributes& attributes,
390 const DWARFDebugInfoEntry::Attributes& attributes) const;
/external/icu/icu4c/source/i18n/unicode/
H A Dtblcoll.h799 enum Attributes { enum in class:RuleBasedCollator
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.h67 Attributes = 1 << 1, enumerator in enum:blink::FINAL::MutationType
70 AllMutationTypes = ChildList | Attributes | CharacterData
/external/smack/src/com/kenai/jbosh/
H A DAttributes.java27 final class Attributes { class
32 private Attributes() { method in class:Attributes
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFormSubmission.h50 class Attributes { class in class:blink::FormSubmission
51 WTF_MAKE_NONCOPYABLE(Attributes);
53 Attributes() function in class:blink::FormSubmission::Attributes
79 void copyFrom(const Attributes&);
91 static PassRefPtrWillBeRawPtr<FormSubmission> create(HTMLFormElement*, const Attributes&, PassRefPtrWillBeRawPtr<Event>, FormSubmissionTrigger);
116 // FIXME: Hold an instance of Attributes instead of individual members.
/external/clang/include/clang/Basic/
H A DBuiltins.h53 const char *Name, *Type, *Attributes, *HeaderName; member in struct:clang::Builtin::Info
59 !strcmp(Attributes, RHS.Attributes);
97 return strchr(GetRecord(ID).Attributes, 'c') != nullptr;
102 return strchr(GetRecord(ID).Attributes, 'n') != nullptr;
107 return strchr(GetRecord(ID).Attributes, 'r') != nullptr;
112 return strchr(GetRecord(ID).Attributes, 'j') != nullptr;
118 return strchr(GetRecord(ID).Attributes, 'u') != nullptr;
124 return strchr(GetRecord(ID).Attributes, 'F') != nullptr;
131 return strchr(GetRecord(ID).Attributes, '
[all...]
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DTypes.cs111 Attributes = 0x000000800, enumerator in enum:ChromeDebug.LowLevel.LowLevelTypes.SHGFI
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h77 struct Attributes { struct in class:blink::WebGraphicsContext3D
78 Attributes() function in struct:blink::WebGraphicsContext3D::Attributes
/external/chromium_org/sandbox/win/tools/finder/
H A Dntundoc.h30 ULONG Attributes; member in struct:_OBJECT_ATTRIBUTES
36 ULONG Attributes; member in struct:_PUBLIC_OBJECT_BASIC_INFORMATION
157 (p)->Attributes = a; \
/external/clang/include/clang/AST/
H A DComment.h455 ArrayRef<Attribute> Attributes; member in class:clang::comments::HTMLStartTagComment
477 return Attributes.size();
481 return Attributes[Idx];
485 Attributes = Attrs;
/external/clang/lib/Lex/
H A DModuleMap.cpp953 struct Attributes { struct in namespace:clang
954 Attributes() : IsSystem(), IsExternC(), IsExhaustive() { } function in struct:clang::Attributes
1024 bool parseOptionalAttributes(Attributes &Attrs);
1347 Attributes Attrs;
1900 Attributes Attrs;
2046 Attributes Attrs;
2150 bool ModuleMapParser::parseOptionalAttributes(Attributes &Attrs) {
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp18 #include "clang/Basic/Attributes.h"
1170 ParsedAttributesWithRange &Attributes) {
1351 MaybeParseCXX11Attributes(Attributes);
1429 SourceRange AttrRange = Attributes.Range;
1439 attrs.takeAllFrom(Attributes);
1737 ParsedAttributesWithRange Attributes(AttrFactory);
1738 MaybeParseCXX11Attributes(Attributes);
1744 CheckMisplacedCXX11Attribute(Attributes, StartLoc);
1751 CheckMisplacedCXX11Attribute(Attributes, StartLoc);
1766 CheckMisplacedCXX11Attribute(Attributes, StartLo
1165 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp147 unsigned Attributes = ODS.getPropertyAttributes(); local
150 Attributes |= deduceWeakPropertyFromType(*this, T);
152 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
154 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
157 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) ||
159 !(Attributes & ObjCDeclSpec::DQ_PR_retain) &&
160 !(Attributes & ObjCDeclSpec::DQ_PR_strong) &&
161 !(Attributes & ObjCDeclSpec::DQ_PR_copy) &&
162 !(Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained) &&
163 !(Attributes
244 makePropertyAttributesAsWritten(unsigned Attributes) argument
314 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, bool *isOverridingProperty, TypeSourceInfo *T, tok::ObjCKeywordKind MethodImplKind) argument
520 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
1760 unsigned Attributes = Property->getPropertyAttributes(); local
2076 CheckObjCPropertyAttributes(Decl *PDecl, SourceLocation Loc, unsigned &Attributes, bool propertyInPrimaryClass) argument
[all...]
H A DSemaOpenMP.cpp79 OpenMPClauseKind Attributes; member in struct:__anon18069::DSAStackTy::DSAInfo
236 DVar.CKind = Iter->SharingMap[D].Attributes;
318 Stack[0].SharingMap[D].Attributes = A;
322 Stack.back().SharingMap[D].Attributes = A;
428 DVar.CKind = Stack.back().SharingMap[D].Attributes;
H A DSemaCodeComplete.cpp4643 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { argument
4645 if (Attributes & NewFlag)
4648 Attributes |= NewFlag;
4651 if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
4652 (Attributes & ObjCDeclSpec::DQ_PR_readwrite))
4656 unsigned AssignCopyRetMask = Attributes & (ObjCDeclSpec::DQ_PR_assign |
4678 unsigned Attributes = ODS.getPropertyAttributes(); local
4684 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly))
4686 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_assign))
4688 if (!ObjCPropertyFlagConflicts(Attributes,
[all...]
/external/chromium_org/sandbox/win/src/
H A Dnt_internals.h66 ULONG Attributes; member in struct:_OBJECT_ATTRIBUTES
75 (p)->Attributes = a;\
245 ULONG Attributes; member in struct:_SECTION_BASIC_INFORMATION
481 ULONG Attributes; member in struct:_PUBLIC_OBJECT_BASIC_INFORMATION
504 ULONG Attributes; member in struct:_OBJECT_BASIC_INFORMATION
578 IN ULONG Attributes,
/external/chromium_org/v8/tools/
H A Dgrokdump.py979 # Instance Attributes
1243 def Attributes(self, value): member in class:DescriptorArray
1264 self.Attributes(value),
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp798 unsigned Attributes = PD->getPropertyAttributes(); local
800 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
801 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
860 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
880 if (Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic)
884 if (Attributes & ObjCPropertyDecl::OBJC_PR_copy)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h1090 ULONG32 Attributes; member in struct:_MINIDUMP_HANDLE_DESCRIPTOR

Completed in 1198 milliseconds

12