HomeSort by relevance Sort by last modified time
    Searched full:attributes (Results 176 - 200 of 8380) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorPreserveSpace.java 29 import org.xml.sax.Attributes;
54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
56 * Attributes object.
60 Attributes attributes)
65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
ProcessorStripSpace.java 29 import org.xml.sax.Attributes;
54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
56 * Attributes object.
59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
ProcessorAttributeSet.java 28 import org.xml.sax.Attributes;
51 * @param attributes The attributes attached to the element. If
52 * there are no attributes, it shall be an empty
53 * Attributes object.
58 * @see org.xml.sax.Attributes
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
78 setPropertiesFromAttributes(handler, rawName, attributes, eat);
92 * @param attributes The specified or defaulted attributes
    [all...]
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintManagerDelegateImpl.java 23 PrintAttributes attributes) {
24 mPrintManager.print(printJobName, documentAdapter, attributes);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.cpp 38 PassRefPtr<WebGLContextAttributes> WebGLContextAttributes::create(GraphicsContext3D::Attributes attributes)
40 return adoptRef(new WebGLContextAttributes(attributes));
49 WebGLContextAttributes::WebGLContextAttributes(GraphicsContext3D::Attributes attributes)
51 , m_attrs(attributes)
130 GraphicsContext3D::Attributes WebGLContextAttributes::attributes() const function in class:WebCore::WebGLContextAttributes
WebGLContextAttributes.h 41 // Create a new attributes object
44 // Create a new attributes object initialized with preexisting attributes
45 static PassRefPtr<WebGLContextAttributes> create(GraphicsContext3D::Attributes attributes);
79 // Fetches a copy of the attributes stored in this object in a
81 GraphicsContext3D::Attributes attributes() const;
85 WebGLContextAttributes(GraphicsContext3D::Attributes attributes);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLinearGradientElement.cpp 120 bool SVGLinearGradientElement::collectGradientAttributes(LinearGradientAttributes& attributes)
131 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr))
132 attributes.setSpreadMethod(current->spreadMethodCurrentValue());
134 if (!attributes.hasGradientUnits() && current->hasAttribute(SVGNames::gradientUnitsAttr))
135 attributes.setGradientUnits(current->gradientUnitsCurrentValue());
137 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) {
140 attributes.setGradientTransform(transform);
143 if (!attributes.hasStops()) {
146 attributes.setStops(stops);
152 if (!attributes.hasX1() && current->hasAttribute(SVGNames::x1Attr)
    [all...]
SVGPatternElement.cpp 176 void SVGPatternElement::collectPatternAttributes(PatternAttributes& attributes) const
182 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr))
183 attributes.setX(current->xCurrentValue());
185 if (!attributes.hasY() && current->hasAttribute(SVGNames::yAttr))
186 attributes.setY(current->yCurrentValue());
188 if (!attributes.hasWidth() && current->hasAttribute(SVGNames::widthAttr))
189 attributes.setWidth(current->widthCurrentValue());
191 if (!attributes.hasHeight() && current->hasAttribute(SVGNames::heightAttr))
192 attributes.setHeight(current->heightCurrentValue());
194 if (!attributes.hasViewBox() && current->hasAttribute(SVGNames::viewBoxAttr) && current->viewBoxCurrentValue().isV (…)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
interact.py 8 def __init__(self, attributes=None):
9 super(InteractAction, self).__init__(attributes)
navigate.py 8 def __init__(self, attributes=None):
9 super(NavigateAction, self).__init__(attributes)
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GL_GetAttribute.3 11 Places the value of the SDL/OpenGL \fIattribute\fR \fBattr\fR into \fBvalue\fR\&. This is useful after a call to \fI\fBSDL_SetVideoMode\fP\fR to check whether your attributes have been \fIset\fR as you expected\&.
17 \fI\fBSDL_GL_SetAttribute\fP\fR, \fIGL Attributes\fR
  /external/jdiff/src/jdiff/
APIHandler.java 7 import org.xml.sax.Attributes;
73 java.lang.String qName, Attributes attributes) {
78 String apiName = attributes.getValue("name");
79 String version = attributes.getValue("jdversion"); // Not used yet
83 String pkgName = attributes.getValue("name");
87 String className = attributes.getValue("name");
88 String parentName = attributes.getValue("extends");
90 if (attributes.getValue("abstract").compareTo("true") == 0)
92 XMLToAPI.addClass(className, parentName, isAbstract, getModifiers(attributes));
    [all...]
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PrivateKeyInfo.java 27 private ASN1Set attributes; field in class:PrivateKeyInfo
62 ASN1Set attributes)
67 this.attributes = attributes;
90 attributes = ASN1Set.getInstance((ASN1TaggedObject)e.nextElement(), false);
129 return attributes;
140 * attributes [0] IMPLICIT Attributes OPTIONAL
146 * Attributes ::= SET OF Attribute
157 if (attributes != null
    [all...]
  /external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
htmlMathML.js 16 for(var i=0; i < node.attributes.length; i++) {
17 if (node.attributes[i].nodeName == 'displaystyle') {
18 newnode.setAttribute(node.attributes[i].nodeName,node.attributes[i].nodeValue);
62 for(var j=0; j < node.attributes.length; j++) {
63 if (node.attributes[j].nodeValue!="italic" &&
64 node.attributes[j].nodeValue!="" &&
65 node.attributes[j].nodeValue!="inherit" &&
66 node.attributes[j].nodeValue!=undefined) {
67 str += " "+node.attributes[j].nodeName+"="
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_lib.c 254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[],
264 attributes, parameters);
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[],
304 object, attributes, parameters);
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[],
342 attributes, parameters))
351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[],
358 attributes, parameters))
367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[],
376 STORE_OBJECT_TYPE_X509_CERTIFICATE, attributes, parameters)
1537 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
    [all...]
  /external/openssl/crypto/store/
str_lib.c 254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[],
264 attributes, parameters);
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[],
304 object, attributes, parameters);
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[],
342 attributes, parameters))
351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[],
358 attributes, parameters))
367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[],
376 STORE_OBJECT_TYPE_X509_CERTIFICATE, attributes, parameters)
1537 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 30 import org.xml.sax.Attributes;
245 public void startElement(String uri, String localName, String qName, Attributes attr)
278 private void addImportCommand(Attributes attributes) throws SAXException {
279 String packageName = getRequiredAttribute(attributes, "package");
283 private void addLibraryCommand(Attributes attributes) throws SAXException {
284 String libraryName = getRequiredAttribute(attributes, "name");
288 private void addConnectCommand(Attributes attributes) {
    [all...]
  /dalvik/dx/tests/021-code-attrib-LineNumberTable/
expected.txt 31 attributes[0]:
42 attributes[0]:
48 end attributes[0]
49 end attributes[0]
  /dalvik/dx/tests/022-code-attrib-LocalVariableTable/
expected.txt 35 attributes[0]:
46 attributes[0]:
53 end attributes[0]
54 end attributes[0]
  /dalvik/dx/tests/028-class-attrib-EnclosingMethod/
expected.txt 23 attributes[0]:
28 end attributes[0]
55 attributes[0]:
60 end attributes[0]
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libdl.so 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 36 /** Track the attributes within a scope. A named scoped has just its list
37 * of attributes. Each rule has potentially 3 scopes: return values,
45 * of predefined attributes. I keep this out of the runtime.Token
83 protected LinkedHashMap<String,Attribute> attributes = new LinkedHashMap(); field in class:AttributeScope
108 /** From a chunk of text holding the definitions of the attributes,
110 * the list of attributes for this scope. Pass in the character
133 attributes.put(attr.name, attr);
138 attributes.put(name, new Attribute(name,decl));
159 return (Attribute)attributes.get(name);
162 /** Used by templates to get all attributes */
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
PKCS12BagAttributeCarrier.java 9 * allow us to set attributes on objects that can go into a PKCS12 store.
  /external/chromium_org/chrome/common/extensions/docs/templates/private/
table_of_contents_items.html 6 {{#a:i.attributes}}{{a.key}}="{{a.value}}"{{/}}>{{{i.title}}}</a>

Completed in 612 milliseconds

1 2 3 4 5 6 78 91011>>