/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Attributes.java | 9 public class Attributes 12 private ASN1Set attributes; field in class:Attributes 14 private Attributes(ASN1Set set) 16 attributes = set; 19 public Attributes(ASN1EncodableVector v) 21 attributes = new DLSet(v); 24 public static Attributes getInstance(Object obj) 26 if (obj instanceof Attributes) 28 return (Attributes)obj; 32 return new Attributes(ASN1Set.getInstance(obj)) [all...] |
/external/llvm/bindings/python/llvm/ |
enumerations.py | 22 'Attributes', 33 Attributes = [
|
/libcore/luni/src/main/java/org/xml/sax/ |
Attributes.java | 0 // Attributes.java - attribute list with Namespace support 5 // $Id: Attributes.java,v 1.13 2004/03/18 12:28:05 dmegginson Exp $ 11 * Interface for a list of XML attributes. 20 * <p>This interface allows access to a list of attributes in 29 * <p>The list will not contain attributes that were declared 31 * contain attributes used as Namespace declarations (xmlns*) unless 37 * give namespace declaration attributes a namespace URI. 42 * that those attributes be given URIs, conforming to a later 60 * <p>The order of attributes in the list is unspecified, and will 69 public interface Attributes [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MutationObserver.h | 57 Attributes = 1 << 1, 60 AllMutationTypes = ChildList | Attributes | CharacterData
|
/external/clang/include/clang/Basic/ |
Builtins.h | 51 const char *Name, *Type, *Attributes, *HeaderName; 57 !strcmp(Attributes, RHS.Attributes); 95 return strchr(GetRecord(ID).Attributes, 'c') != 0; 100 return strchr(GetRecord(ID).Attributes, 'n') != 0; 105 return strchr(GetRecord(ID).Attributes, 'r') != 0; 110 return strchr(GetRecord(ID).Attributes, 'j') != 0; 116 return strchr(GetRecord(ID).Attributes, 'u') != 0; 122 return strchr(GetRecord(ID).Attributes, 'F') != 0; 129 return strchr(GetRecord(ID).Attributes, 'f') != 0 [all...] |
/external/smack/src/com/kenai/jbosh/ |
Attributes.java | 27 final class Attributes { 32 private Attributes() {
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FormSubmission.h | 53 class Attributes { 54 WTF_MAKE_NONCOPYABLE(Attributes); 56 Attributes() 82 void copyFrom(const Attributes&); 94 static PassRefPtr<FormSubmission> create(HTMLFormElement*, const Attributes&, PassRefPtr<Event> event, FormSubmissionTrigger); 122 // FIXME: Hold an instance of Attributes instead of individual members.
|
/libcore/luni/src/main/java/java/util/jar/ |
Attributes.java | 27 * The {@code Attributes} class is used to store values for manifest entries. 28 * Attribute keys are generally instances of {@code Attributes.Name}. Values 31 public class Attributes implements Cloneable, Map<Object, Object> { 34 * The {@code Attributes} as name/value pairs. Maps the attribute names (as 35 * {@link Attributes.Name}) of a JAR file manifest to arbitrary values. The 184 * Constructs an {@code Attributes} instance. 186 public Attributes() { 191 * Constructs an {@code Attributes} instance obtaining keys and values from 195 * The attributes to obtain entries from. 198 public Attributes(Attributes attrib) [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
AttributesTest.java | 26 import java.util.jar.Attributes; 30 private Attributes a; 34 a = new Attributes(); 42 * @tests java.util.jar.Attributes#Attributes(java.util.jar.Attributes) 45 Attributes a2 = new Attributes(a); 52 * @tests java.util.jar.Attributes#clear() 64 * @tests java.util.jar.Attributes#containsKey(java.lang.Object [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 82 // Context creation attributes. 83 struct Attributes { 84 Attributes() 271 virtual Attributes getContextAttributes() = 0;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext3D.h | 77 // Context creation attributes. 78 struct Attributes { 79 Attributes() 121 static PassRefPtr<GraphicsContext3D> create(Attributes); 265 Attributes getContextAttributes();
|
/external/clang/include/clang/AST/ |
Comment.h | 397 /// An opening HTML tag with attributes. 436 ArrayRef<Attribute> Attributes; 458 return Attributes.size(); 462 return Attributes[Idx]; 466 Attributes = Attrs;
|
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 33 /// getImpliedARCOwnership - Given a set of property attributes and a 37 /// Returns OCL_None if the attributes as stated do not imply an ownership. 151 unsigned Attributes = ODS.getPropertyAttributes(); 154 Attributes |= deduceWeakPropertyFromType(*this, T); 156 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) || 158 !(Attributes & ObjCDeclSpec::DQ_PR_readonly)); 161 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) || 163 !(Attributes & ObjCDeclSpec::DQ_PR_retain) && 164 !(Attributes & ObjCDeclSpec::DQ_PR_strong) && 165 !(Attributes & ObjCDeclSpec::DQ_PR_copy) & [all...] |
SemaCodeComplete.cpp | [all...] |
SemaChecking.cpp | [all...] |
/external/chromium_org/sandbox/win/tools/finder/ |
ntundoc.h | 30 ULONG Attributes; 36 ULONG Attributes; 157 (p)->Attributes = a; \
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 762 /// \brief The set of attributes that can be attached to a module. 763 struct Attributes { 764 Attributes() : IsSystem(), IsExhaustive() { } 826 bool parseOptionalAttributes(Attributes &Attrs); [all...] |
/external/chromium_org/sandbox/win/src/ |
nt_internals.h | 65 ULONG Attributes; 74 (p)->Attributes = a;\ 235 ULONG Attributes; 471 ULONG Attributes; 494 ULONG Attributes; 568 IN ULONG Attributes,
|
/external/chromium_org/v8/tools/ |
grokdump.py | [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteObjC.cpp | 791 unsigned Attributes = PD->getPropertyAttributes(); 793 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) && 794 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain | [all...] |
RewriteModernObjC.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
/prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/ |
xmlParserAPIs-2.6.2.jar | |