/external/llvm/lib/Transforms/Scalar/ |
PartiallyInlineLibCalls.cpp | 144 // Add attribute "readnone" so that backend can use a native sqrt instruction 147 Call->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
MethodAdapter.java | 75 public void visitAttribute(final Attribute attr) {
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/ |
ClassVisitorTee.java | 93 public void visitAttribute(Attribute attrs) {
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AllAnnotationVisitor.java | 21 package proguard.classfile.attribute.annotation.visitor; 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.annotation.*; 26 import proguard.classfile.attribute.visitor.AttributeVisitor; 55 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/proguard/src/proguard/classfile/editor/ |
InterfaceDeleter.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 99 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
NameAndTypeShrinker.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 102 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerInvocationFixer.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 77 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/proguard/src/proguard/optimize/evaluation/ |
SimpleEnumClassSimplifier.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.*; 150 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} 155 // Set up the code attribute editor.
|
/external/proguard/src/proguard/optimize/info/ |
FieldOptimizationInfo.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.*; 162 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/proguard/src/proguard/shrink/ |
LocalVariableTypeUsageMarker.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.*; 68 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
UsagePrinter.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 154 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/skia/src/gpu/effects/ |
GrDistanceFieldGeoProc.cpp | 220 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType, 222 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); 223 fInTextureCoords = &this->addVertexAttrib(Attribute("inTextureCoords", 431 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType, 433 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); 434 fInTextureCoords = &this->addVertexAttrib(Attribute("inTextureCoords", [all...] |
/external/tinyxml/ |
tinyxml.h | 111 // Only used by Attribute::Query functions 180 /** Return the position, in the original source file, of this node or attribute. 413 /// Appends the XML node or attribute to a std::string. 687 /** An attribute is a name-value pair. Elements have an arbitrary 699 /// Construct an empty attribute. 717 /// Construct an attribute with a name and value. 726 const char* Name() const { return name.c_str (); } ///< Return the name of this attribute. 727 const char* Value() const { return value.c_str (); } ///< Return the value of this attribute. 728 int IntValue() const; ///< Return the value of this attribute, converted to an integer. 729 double DoubleValue() const; ///< Return the value of this attribute, converted to a double [all...] |
xmltest.cpp | 167 // So set the "priority" attribute of the first item in the list. 342 XmlTest ( "Reads attribute 'attribute0=\"foo0\"'.", "foo0", element0.Attribute( "attribute0" )); 343 XmlTest ( "Reads incorrectly formatted 'attribute1=noquotes'.", "noquotes", element0.Attribute( "attribute1" ) ); 344 XmlTest ( "Read attribute with entity value '>'.", ">", element0.Attribute( "attribute2" ) ); 449 XmlTest( "Query attribute: int as double", result, TIXML_SUCCESS ); 450 XmlTest( "Query attribute: int as double", (int)dVal, 1 ); 452 XmlTest( "Query attribute: double as double", (int)dVal, 2 ); 454 XmlTest( "Query attribute: double as int", result, TIXML_SUCCESS ) [all...] |
/frameworks/base/tools/aapt2/ |
ResourceParser.h | 91 Maybe<Attribute::Symbol> parseEnumOrFlagItem(xml::XmlPullParser* parser,
|
/frameworks/base/tools/aapt2/java/ |
JavaClassGenerator_test.cpp | 261 Attribute attr(false); 262 attr.setComment(StringPiece16(u"This is an attribute")); 270 .addValue(u"@android:attr/one", util::make_unique<Attribute>(attr)) 293 Attribute attr(false); 299 .addValue(u"@android:attr/one", util::make_unique<Attribute>(attr)) 318 // We should find @removed only in the attribute javadoc and not anywhere else (i.e. the class
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlDocument.java | 150 * @see HtmlDocument#createTagAttribute(HTML.Attribute, String, String) 152 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) { 157 * @see HtmlDocument.TagAttribute#TagAttribute(HTML.Attribute, String, String) 159 public static TagAttribute createTagAttribute(HTML.Attribute attr, 521 * first attribute, including beginning '<'. This should not 522 * include preceeding whitespace for the first attribute, as that 523 * should be included in the attribute node. If not null, tag will 529 * last attribute, including ending '>'. If not null, tag will 556 /** Adds an attribute */ 557 public void addAttribute(HTML.Attribute attr, String value) 766 private final HTML.Attribute attribute; field in class:HtmlDocument.TagAttribute [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
cciss_defs.h | 31 /* task attribute */ 99 BYTE Attribute:3;
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
cciss_defs.h | 112 BYTE Attribute:3;
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
cciss_defs.h | 112 BYTE Attribute:3;
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
cciss_defs.h | 112 BYTE Attribute:3;
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
cciss_defs.h | 112 BYTE Attribute:3;
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
cciss_defs.h | 112 BYTE Attribute:3;
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
cciss_defs.h | 112 BYTE Attribute:3;
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
cciss_defs.h | 112 BYTE Attribute:3;
|