Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSimpleAttributeTableGenerator.java13 private final AttributeTable attributes; field in SimpleAttributeTableGenerator
16 AttributeTable attributes) in SimpleAttributeTableGenerator()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DCertificationRequestInfo.java39 ASN1Set attributes = null; field in CertificationRequestInfo
59 ASN1Set attributes) in CertificationRequestInfo()
77 ASN1Set attributes) in CertificationRequestInfo()
DPrivateKeyInfo.java27 private ASN1Set attributes; field in PrivateKeyInfo
62 ASN1Set attributes) in PrivateKeyInfo()
/external/proguard/src/proguard/classfile/editor/
DAttributesEditor.java178 Attribute[] attributes, in replaceAttribute()
201 Attribute[] attributes, in addAttribute()
227 Attribute[] attributes, in deleteAttribute()
256 Attribute[] attributes, in findAttribute()
/external/openssl/crypto/store/
Dstr_lib.c254 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 …]
Dstr_mem.c173 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/
DWebGLContextAttributes.cpp40 …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/
DAccountManager.java134 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/
DGraphicsContext3DGtk.cpp40 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/
DMenuLoader.java55 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
DPreferenceLoader.java49 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/
DDrawingBuffer.cpp111 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/
DTextInputControllerQt.cpp135 QList<QInputMethodEvent::Attribute> attributes; in setMarkedText() local
144 QList<QInputMethodEvent::Attribute> attributes; in insertText() local
/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.cpp128 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/
DDebuggerActivation.cpp64 …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/
Dharfbuzz-thai.c60 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/
DXSLTElementDef.java56 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()
DProcessorKey.java65 … 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/
Daccess-after-element-destruction.js15 var attributes = element.attributes; variable
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DSFTPv3DirectoryEntry.java40 public SFTPv3FileAttributes attributes; field in SFTPv3DirectoryEntry
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java75 Hashtable attributes) in X509Principal()
88 Hashtable attributes) in X509Principal()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourcePattern.cpp199 static inline FloatRect calculatePatternBoundaries(const PatternAttributes& attributes, in calculatePatternBoundaries()
218 const PatternAttributes& attributes, in buildTileImageTransform()
243const PatternAttributes& attributes, in createTileImage()
DSVGRootInlineBox.cpp79 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/
DRegistration.java54 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/
DSVGLinearGradientElement.cpp139 void SVGLinearGradientElement::collectGradientAttributes(LinearGradientAttributes& attributes) in collectGradientAttributes()
200 void SVGLinearGradientElement::calculateStartEndPoints(const LinearGradientAttributes& attributes, … in calculateStartEndPoints()

1234567891011