HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 101 - 125 of 3364) sorted by null

1 2 3 45 6 7 8 91011>>

  /test/vts/compilation_tools/vtsc/code_gen/profiler/
ProfilerCodeGenBase.cpp 55 for (const auto attribute : interface.attribute()) {
56 GenerateProfilerMethodDeclForAttribute(out, attribute);
82 for (const auto attribute : message.attribute()) {
83 GenerateProfilerMethodDeclForAttribute(out, attribute);
102 for (const auto attribute : interface.attribute()) {
103 GenerateProfilerMethodImplForAttribute(out, attribute);
139 for (const auto attribute : message.attribute())
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 194 * Process the attribute list for an RDF node element. A property attribute URI is
212 Node attribute = xmlNode.getAttributes().item(i); local
216 if ("xmlns".equals(attribute.getPrefix()) ||
217 (attribute.getPrefix() == null && "xmlns".equals(attribute.getNodeName())))
222 int attrTerm = getRDFTermKind(attribute);
239 // This is the rdf:about attribute on a top level node. Set
245 if (!xmpParent.getName().equals(attribute.getNodeValue()))
253 xmpParent.setName(attribute.getNodeValue())
375 Node attribute = attributes.item(i); local
409 Node attribute = attributes.item(i); local
500 Node attribute = xmlNode.getAttributes().item(i); local
624 Node attribute = xmlNode.getAttributes().item(i); local
705 Node attribute = xmlNode.getAttributes().item(i); local
833 Node attribute = xmlNode.getAttributes().item(i); local
930 Node attribute = xmlNode.getAttributes().item(i); local
    [all...]
  /cts/tests/openglperf2/assets/vertex/
water 17 attribute vec4 a_Position;
18 attribute vec2 a_TexCoordinate;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_errno.py 29 for attribute in errno.__dict__.iterkeys():
30 if attribute.isupper():
31 self.assertIn(getattr(errno, attribute), errno.errorcode,
32 'no %s attr in errno.errorcode' % attribute)
  /external/proguard/src/proguard/classfile/attribute/annotation/
TypePathInfo.java 21 package proguard.classfile.attribute.annotation;
  /external/proguard/src/proguard/classfile/attribute/annotation/target/
CatchTargetInfo.java 21 package proguard.classfile.attribute.annotation.target;
24 import proguard.classfile.attribute.CodeAttribute;
25 import proguard.classfile.attribute.annotation.TypeAnnotation;
26 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor;
LocalVariableTargetElement.java 21 package proguard.classfile.attribute.annotation.target;
OffsetTargetInfo.java 21 package proguard.classfile.attribute.annotation.target;
24 import proguard.classfile.attribute.CodeAttribute;
25 import proguard.classfile.attribute.annotation.TypeAnnotation;
26 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor;
TypeArgumentTargetInfo.java 21 package proguard.classfile.attribute.annotation.target;
24 import proguard.classfile.attribute.CodeAttribute;
25 import proguard.classfile.attribute.annotation.TypeAnnotation;
26 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor;
TypeParameterTargetInfo.java 21 package proguard.classfile.attribute.annotation.target;
24 import proguard.classfile.attribute.CodeAttribute;
25 import proguard.classfile.attribute.annotation.TypeAnnotation;
26 import proguard.classfile.attribute.annotation.target.visitor.TargetInfoVisitor;
  /external/proguard/src/proguard/classfile/attribute/preverification/
StackMapAttribute.java 21 package proguard.classfile.attribute.preverification;
24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.preverification.visitor.StackMapFrameVisitor;
26 import proguard.classfile.attribute.visitor.AttributeVisitor;
29 * This Attribute represents an exceptions attribute.
33 public class StackMapAttribute extends Attribute
69 // Implementations for Attribute.
  /external/proguard/src/proguard/classfile/visitor/
MemberDescriptorReferencedClassVisitor.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.annotation.*;
26 import proguard.classfile.attribute.annotation.visitor.*;
27 import proguard.classfile.attribute.visitor.*;
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingMethod.java 22 * Used within an {@link BindingMethods} annotation to describe a renaming of an attribute to
23 * the setter used to set that attribute. By default, an attribute attr will be associated with
30 * @return the View Class that the attribute is associated with.
35 * @return The attribute to rename. Use android: namespace for all android attributes or
38 String attribute(); method in interface:BindingMethod
41 * @return The method to call to set the attribute value.
InverseBindingAdapter.java 25 * @InverseBindingAdapter(attribute = "android:text", event = "android:textAttrChanged")
37 * The default value for event is the attribute name suffixed with "AttrChanged". In the
41 * The event attribute is used to notify the data binding system that the value has changed.
82 * The attribute that the value is to be retrieved for.
84 String attribute(); method in interface:InverseBindingAdapter
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
AbsSeekBarBindingAdapter.java 22 @BindingMethod(type = android.widget.AbsSeekBar.class, attribute = "android:thumbTint", method = "setThumbTintList"),
ActionMenuViewBindingAdapter.java 23 @BindingMethod(type = ActionMenuView.class, attribute = "android:onMenuItemClick", method = "setOnMenuItemClickListener"),
ChronometerBindingAdapter.java 23 @BindingMethod(type = Chronometer.class, attribute = "android:onChronometerTick", method = "setOnChronometerTickListener"),
FrameLayoutBindingAdapter.java 22 @BindingMethod(type = android.widget.FrameLayout.class, attribute = "android:foregroundTint", method = "setForegroundTintList"),
SpinnerBindingAdapter.java 22 @BindingMethod(type = android.widget.Spinner.class, attribute = "android:popupBackground", method = "setPopupBackgroundDrawable"),
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS01.java 34 * The method createAttributeNS creates an attribute of the given qualified name and namespace URI
67 Attr attribute; local
75 attribute = doc.createAttributeNS(namespaceURI, qualifiedName);
76 nodeName = attribute.getNodeName();
77 nodeValue = attribute.getNodeValue();
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
BasicFileAttributes.java 26 package java.nio.file.attribute;
FileOwnerAttributeView.java 26 package java.nio.file.attribute;
31 * A file attribute view that supports reading or updating the owner of a file.
32 * This file attribute view is intended for file system implementations that
33 * support a file attribute that represents an identity that is the owner of
42 * used to read or update the owner. In that case, the owner attribute is
43 * identified by the name {@code "owner"}, and the value of the attribute is
53 * Returns the name of the attribute view. Attribute views of this type
PosixFileAttributes.java 26 package java.nio.file.attribute;
UserPrincipalLookupService.java 26 package java.nio.file.attribute;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_errno.py 29 for attribute in errno.__dict__.iterkeys():
30 if attribute.isupper():
31 self.assertIn(getattr(errno, attribute), errno.errorcode,
32 'no %s attr in errno.errorcode' % attribute)

Completed in 559 milliseconds

1 2 3 45 6 7 8 91011>>