/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | CertificationRequestInfo.java | 39 ASN1Set attributes = null; field in CertificationRequestInfo 59 ASN1Set attributes) in CertificationRequestInfo() 74 ASN1Set attributes) in CertificationRequestInfo()
|
D | PrivateKeyInfo.java | 26 private ASN1Set attributes; field in PrivateKeyInfo 60 ASN1Set attributes) in PrivateKeyInfo()
|
/external/proguard/src/proguard/classfile/editor/ |
D | AttributesEditor.java | 178 Attribute[] attributes, in replaceAttribute() 201 Attribute[] attributes, in addAttribute() 227 Attribute[] attributes, in deleteAttribute() 256 Attribute[] attributes, in findAttribute()
|
/external/openssl/crypto/store/ |
D | str_lib.c | 254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_certificate() 280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], in STORE_store_certificate() 335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_revoke_certificate() 351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_certificate() 367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], in STORE_list_certificate_start() 438 EVP_PKEY *STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_generate_key() 464 EVP_PKEY *STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_get_private_key() 490 int STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], in STORE_store_private_key() 552 int STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_revoke_private_key() 572 int STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], in STORE_delete_private_key() [all …]
|
D | str_mem.c | 173 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) in mem_generate() 179 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) in mem_get() 193 STORE_OBJECT *data, OPENSSL_ITEM attributes[], in mem_store() 208 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) in mem_delete() 222 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) in mem_list_start() 352 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[], in mem_lock() 357 static int mem_unlock(STORE *s, OPENSSL_ITEM attributes[], in mem_unlock()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLContextAttributes.cpp | 40 …tr<WebGLContextAttributes> WebGLContextAttributes::create(GraphicsContext3D::Attributes attributes) in create() 50 WebGLContextAttributes::WebGLContextAttributes(GraphicsContext3D::Attributes attributes) in WebGLContextAttributes() 120 GraphicsContext3D::Attributes WebGLContextAttributes::attributes() const in attributes() function in WebCore::WebGLContextAttributes
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | GraphicsContext3DGtk.cpp | 40 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attributes, H… in create() 55 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes attributes, HostWindow*, bool) in GraphicsContext3D() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 111 const GraphicsContext3D::Attributes& attributes = m_context->getContextAttributes(); in resizeDepthStencil() local 150 const GraphicsContext3D::Attributes& attributes = m_context->getContextAttributes(); in clearFramebuffer() local 208 const GraphicsContext3D::Attributes& attributes = m_context->getContextAttributes(); in reset() local
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | TextInputControllerQt.cpp | 135 QList<QInputMethodEvent::Attribute> attributes; in setMarkedText() local 144 QList<QInputMethodEvent::Attribute> attributes; in insertText() local
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSObject.cpp | 128 unsigned attributes; in put() local 174 …alData* globalData, const Identifier& propertyName, JSValue value, unsigned attributes, bool check… in putWithAttributes() 179 …butes(JSGlobalData* globalData, const Identifier& propertyName, JSValue value, unsigned attributes) in putWithAttributes() 184 …WithAttributes(JSGlobalData* globalData, unsigned propertyName, JSValue value, unsigned attributes) in putWithAttributes() 189 …es(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes, bool check… in putWithAttributes() 194 …WithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes) in putWithAttributes() 199 …ject::putWithAttributes(ExecState* exec, unsigned propertyName, JSValue value, unsigned attributes) in putWithAttributes() 219 unsigned attributes; in deleteProperty() local 313 …ter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes) in defineGetter() 339 …ter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes) in defineSetter() [all …]
|
D | JSStaticScopeObject.h | 35 … JSStaticScopeObject(ExecState* exec, const Identifier& ident, JSValue value, unsigned attributes) in JSStaticScopeObject()
|
D | PropertyDescriptor.cpp | 87 void PropertyDescriptor::setDescriptor(JSValue value, unsigned attributes) in setDescriptor() 104 void PropertyDescriptor::setAccessorDescriptor(JSValue getter, JSValue setter, unsigned attributes) in setAccessorDescriptor()
|
/external/webkit/Source/JavaScriptCore/debugger/ |
D | DebuggerActivation.cpp | 64 …WithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes) in putWithAttributes() 84 …ter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes) in defineGetter() 89 …ter(ExecState* exec, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes) in defineSetter()
|
/external/harfbuzz/src/ |
D | harfbuzz-thai.c | 60 static void thaiWordBreaks(const HB_UChar16 *string, hb_uint32 len, HB_CharAttributes *attributes) in thaiWordBreaks() 105 …cript script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes) in HB_ThaiAttributes()
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/ |
D | X509Principal.java | 65 Hashtable attributes) in X509Principal() 78 Hashtable attributes) in X509Principal()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementDef.java | 56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 117 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 143 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 172 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 200 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 225 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 264 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in build()
|
D | ProcessorKey.java | 65 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement() 87 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes()
|
D | ProcessorDecimalFormat.java | 61 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement()
|
/external/webkit/LayoutTests/fast/dom/Attr/script-tests/ |
D | access-after-element-destruction.js | 15 var attributes = element.attributes; variable
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourcePattern.cpp | 199 static inline FloatRect calculatePatternBoundaries(const PatternAttributes& attributes, in calculatePatternBoundaries() 218 const PatternAttributes& attributes, in buildTileImageTransform() 243 … const PatternAttributes& attributes, in createTileImage()
|
D | SVGRootInlineBox.cpp | 79 Vector<SVGTextLayoutAttributes>& attributes = parentBlock->layoutAttributes(); in computePerCharacterLayoutInformation() local 248 static inline void findFirstAndLastAttributesInVector(Vector<SVGTextLayoutAttributes>& attributes, … in findFirstAndLastAttributesInVector() 272 …Vector<SVGTextLayoutAttributes>& attributes = *reinterpret_cast<Vector<SVGTextLayoutAttributes>*>(… in reverseInlineBoxRangeAndValueListsIfNeeded() local 316 void SVGRootInlineBox::reorderValueLists(Vector<SVGTextLayoutAttributes>& attributes) in reorderValueLists()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGLinearGradientElement.cpp | 139 void SVGLinearGradientElement::collectGradientAttributes(LinearGradientAttributes& attributes) in collectGradientAttributes() 200 void SVGLinearGradientElement::calculateStartEndPoints(const LinearGradientAttributes& attributes, … in calculateStartEndPoints()
|
D | SVGRadialGradientElement.cpp | 150 void SVGRadialGradientElement::collectGradientAttributes(RadialGradientAttributes& attributes) in collectGradientAttributes() 221 …alGradientElement::calculateFocalCenterPointsAndRadius(const RadialGradientAttributes& attributes,… in calculateFocalCenterPointsAndRadius()
|
/external/webkit/Source/WebCore/html/parser/ |
D | TextDocumentParser.cpp | 64 RefPtr<NamedNodeMap> attributes = NamedNodeMap::create(); in insertFakePreElement() local
|
/external/proguard/src/proguard/classfile/ |
D | ProgramMember.java | 39 public Attribute[] attributes; field in ProgramMember 62 Attribute[] attributes) in ProgramMember()
|