/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | SimpleAttributeTableGenerator.java | 13 private final AttributeTable attributes; field in SimpleAttributeTableGenerator 16 AttributeTable attributes) in SimpleAttributeTableGenerator()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | CertificationRequestInfo.java | 39 ASN1Set attributes = null; field in CertificationRequestInfo 59 ASN1Set attributes) in CertificationRequestInfo() 77 ASN1Set attributes) in CertificationRequestInfo()
|
D | PrivateKeyInfo.java | 27 private ASN1Set attributes; field in PrivateKeyInfo 62 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/smack/src/org/jivesoftware/smack/ |
D | AccountManager.java | 134 Map<String, String> attributes = info.getAttributes(); in getAccountAttributes() local 202 Map<String, String> attributes = new HashMap<String, String>(); in createAccount() local 220 public void createAccount(String username, String password, Map<String, String> attributes) in createAccount() argument 293 Map<String, String> attributes = new HashMap<String, String>(); in deleteAccount() local
|
/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/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
D | MenuLoader.java | 55 NamedNodeMap attributes = node.getAttributes(); in processNode() local 107 Map<String, String> attributes, Menu root) { in inflateMenu() argument 131 private final TestAttributeSet attributes; field in MenuLoader.MenuNode 135 public MenuNode(String name, Map<String, String> attributes) { in MenuNode() argument 157 TestAttributeSet attributes = child.attributes; in addChildrenInGroup() local
|
D | PreferenceLoader.java | 49 NamedNodeMap attributes = node.getAttributes(); in processNode() local 85 private final Map<String, String> attributes; field in PreferenceLoader.PreferenceNode 89 public PreferenceNode(String name, Map<String, String> attributes) { in PreferenceNode() argument
|
/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 …]
|
/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/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()
|
/external/webkit/LayoutTests/fast/dom/Attr/script-tests/ |
D | access-after-element-destruction.js | 15 var attributes = element.attributes; variable
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | SFTPv3DirectoryEntry.java | 40 public SFTPv3FileAttributes attributes; field in SFTPv3DirectoryEntry
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/ |
D | X509Principal.java | 75 Hashtable attributes) in X509Principal() 88 Hashtable attributes) in X509Principal()
|
/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/smack/src/org/jivesoftware/smack/packet/ |
D | Registration.java | 54 private Map<String, String> attributes = new HashMap<String,String>(); field in Registration 93 public void setAttributes(Map<String, String> attributes) { in setAttributes() argument
|
/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()
|