Searched refs:attrib (Results 1 - 25 of 56) sorted by relevance

123

/external/openssl/crypto/pkcs12/
H A Dp12_attr.c68 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
93 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
114 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
123 X509_ATTRIBUTE *attrib; local
127 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
128 if (OBJ_obj2nid (attrib->object) == attr_nid) {
129 if (sk_ASN1_TYPE_num (attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
H A Dp12_kiss.c229 ASN1_TYPE *attrib; local
233 if ((attrib = PKCS12_get_attr (bag, NID_friendlyName)))
234 fname = attrib->value.bmpstring;
236 if ((attrib = PKCS12_get_attr (bag, NID_localKeyID)))
237 lkid = attrib->value.octet_string;
H A Dp12_asn.c111 ASN1_SET_OF_OPT(PKCS12_SAFEBAG, attrib, X509_ATTRIBUTE)
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.h33 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
H A DSDL_ph_gl.c48 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
50 switch (attrib)
/external/markdown/markdown/extensions/
H A Dtoc.py24 div.attrib["class"] = "toc"
30 header.attrib["class"] = "toctitle"
40 if "id" in c.attrib:
41 used_ids.append(c.attrib["id"])
77 if not "id" in c.attrib:
85 c.attrib["id"] = id
87 id = c.attrib["id"]
93 link.attrib["href"] = '#' + id
98 anchor.attrib["href"] = "#" + id
99 anchor.attrib["clas
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl_c.h41 extern int Mac_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
/external/apache-http/src/org/apache/http/impl/cookie/
H A DCookieSpecBase.java88 NameValuePair attrib = attribs[j];
89 String s = attrib.getName().toLowerCase(Locale.ENGLISH);
91 cookie.setAttribute(s, attrib.getValue());
95 handler.parse(cookie, attrib.getValue());
H A DRFC2965Spec.java137 NameValuePair attrib = entry.getValue();
138 String s = attrib.getName().toLowerCase(Locale.ENGLISH);
140 cookie.setAttribute(s, attrib.getValue());
144 handler.parse(cookie, attrib.getValue());
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl_c.h67 int attrib,
93 extern int X11_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c467 DSpContextAttributes attrib;
482 SDL_memset (&attrib, 0, sizeof (DSpContextAttributes));
485 attrib.displayWidth = 640;
486 attrib.displayHeight = 480;
487 attrib.displayBestDepth = 8;
488 attrib.backBufferBestDepth = 8;
489 attrib.displayDepthMask = kDSpDepthMask_All;
490 attrib.backBufferDepthMask = kDSpDepthMask_All;
491 attrib.colorNeeds = kDSpColorNeeds_Require;
492 attrib
767 DSpContextAttributes attrib; local
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShader.java337 Attribute attrib = attribs.get(ordinal);
338 if (attrib == null){
339 attrib = new Attribute();
340 attrib.name = attribType.name();
341 attribs.put(ordinal, attrib);
343 return attrib;
/external/tinyxml/
H A Dtinyxmlparser.cpp1100 TiXmlAttribute* attrib = new TiXmlAttribute(); local
1101 if ( !attrib )
1107 attrib->SetDocument( document );
1109 p = attrib->Parse( p, data, encoding );
1114 delete attrib;
1119 TiXmlAttribute* node = attributeSet.Find( attrib->Name() );
1122 node->SetValue( attrib->Value() );
1123 delete attrib;
1127 attributeSet.Add( attrib );
1539 TiXmlAttribute attrib; local
1545 TiXmlAttribute attrib; local
1551 TiXmlAttribute attrib; local
[all...]
/external/icu4c/test/intltest/
H A Ddadrcoll.cpp151 UColAttribute attrib; local
158 start = ucol_tok_getNextArgument(start, end, &attrib, &value, &status);
161 col->setAttribute(attrib, value, status);
163 start = ucol_tok_getNextArgument(start, end, &attrib, &value, &status);
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_int.h127 extern BOOLEAN avrc_is_valid_player_attrib_value(UINT8 attrib, UINT8 value);
/external/grub/stage2/
H A Dfsys_fat.c296 int attrib = FAT_ATTRIB_DIR; local
321 if (attrib & FAT_ATTRIB_DIR)
335 if (!(attrib & FAT_ATTRIB_DIR))
478 attrib = FAT_DIRENTRY_ATTRIB (dir_buf);
/external/libxml2/include/libxml/
H A Dnanoftp.h45 * @attrib: the attribute string
60 const char *filename, const char *attrib,
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl_c.h105 extern int SDL_AtariGL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c59 static int DC_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
395 static int DC_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
400 switch(attrib) {
/external/mesa3d/docs/
H A DMESA_drm_image.spec87 use in the attrib list using EGL_DRM_BUFFER_FORMAT_MESA and
118 in the attrib list.
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzGL.m227 int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value) {
233 switch (attrib) {
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl_c.h69 extern int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
H A DSDL_wingl.c423 int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value) argument
427 if (attrib == SDL_GL_SWAP_CONTROL) {
438 switch(attrib) {
502 switch ( attrib ) {
/external/llvm/utils/lit/lit/
H A DProgressBar.py112 (attrib, cap_name) = capability.split('=')
113 setattr(self, attrib, self._tigetstr(cap_name) or '')
/external/icu4c/i18n/
H A Ducol_tok.h191 UColAttribute *attrib, UColAttributeValue *value,

Completed in 585 milliseconds

123