/external/skia/tests/ |
PDFMetadataAttributeTest.cpp | 16 SkTArray<SkDocument::Attribute> info;
|
/frameworks/base/tools/aapt2/compile/ |
XmlIdCollector.cpp | 42 for (xml::Attribute& attr : element->attributes) {
|
/frameworks/base/tools/aapt2/flatten/ |
XmlFlattener.cpp | 52 std::vector<xml::Attribute*> mFilteredAttrs; 147 static bool cmpXmlAttributeById(const xml::Attribute* a, const xml::Attribute* b) { 170 for (xml::Attribute& attr : node->attributes) { 193 for (const xml::Attribute* xmlAttr : mFilteredAttrs) { 213 // The attribute has no associated ResourceID, so the string order doesn't matter. 216 // Attribute names are stored without packages, but we use 219 // attribute names from different packages. We use separate 266 // Sort the string pool so that attribute resource IDs show up first.
|
/frameworks/base/tools/aapt2/process/ |
SymbolTable.cpp | 108 // Recurse and try looking up a private attribute. 127 // This resource has an Attribute. 128 if (Attribute* attr = valueCast<Attribute>(configValue->value.get())) { 129 symbol->attribute = std::make_shared<Attribute>(*attr); 157 // Check to see if it is an attribute. 160 s->attribute = std::make_shared<Attribute>(false); 161 s->attribute->typeMask = entry[i].map.value.data [all...] |
/frameworks/base/tools/aapt2/ |
ResourceValues.cpp | 249 Attribute::Attribute(bool w, uint32_t t) : 256 Attribute* Attribute::clone(StringPool* /*newPool*/) const { 257 return new Attribute(*this); 260 void Attribute::printMask(std::ostream* out) const { 358 void Attribute::print(std::ostream* out) const { 373 static void buildAttributeMismatchMessage(DiagMessage* msg, const Attribute* attr, 419 bool Attribute::matches(const Item* item, DiagMessage* outMsg) const {
|
/external/skia/src/gpu/effects/ |
GrDashingEffect.cpp | 772 * a vec2 vertex attribute for the the four corners of the bounding rect. This attribute is the 788 const Attribute* inPosition() const { return fInPosition; } 790 const Attribute* inDashParams() const { return fInDashParams; } 792 const Attribute* inCircleParams() const { return fInCircleParams; } 816 const Attribute* fInPosition; 817 const Attribute* fInDashParams; 818 const Attribute* fInCircleParams; [all...] |
/external/llvm/include/llvm/IR/ |
Instructions.h | [all...] |
/external/llvm/include/llvm/CodeGen/ |
FastISel.h | 50 /// \brief Set CallLoweringInfo attribute flags based on a call instruction 100 IsInReg = Call.paramHasAttr(0, Attribute::InReg); 104 RetSExt = Call.paramHasAttr(0, Attribute::SExt); 105 RetZExt = Call.paramHasAttr(0, Attribute::ZExt); 124 IsInReg = Call.paramHasAttr(0, Attribute::InReg); 128 RetSExt = Call.paramHasAttr(0, Attribute::SExt); 129 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
RenderEngine.cpp | 285 EGLint attribute, EGLint wanted, EGLConfig* outConfig) { 292 if (attribute != EGL_NONE) { 295 eglGetConfigAttrib(dpy, configs[i], attribute, &value); 314 struct Attribute; 317 KeyedVector<Attribute, EGLint> mList; 318 struct Attribute { 319 Attribute() : v(0) {}; 320 Attribute(EGLint v) : v(v) { } 322 bool operator < (const Attribute& other) const { 334 EGLint attribute; member in class:android::EGLAttributeVector::Adder [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 163 static uint64_t getAttrKindEncoding(Attribute::AttrKind Kind) { 165 case Attribute::Alignment: 167 case Attribute::AlwaysInline: 169 case Attribute::ArgMemOnly: 171 case Attribute::Builtin: 173 case Attribute::ByVal: 175 case Attribute::Convergent: 177 case Attribute::InAlloca: 179 case Attribute::Cold: 181 case Attribute::InaccessibleMemOnly [all...] |
ValueEnumerator.h | 78 std::vector<AttributeSet> Attribute; 142 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); 149 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); 170 return Attribute;
|
/external/skia/src/gpu/ |
GrOvalRenderer.cpp | 80 const Attribute* inPosition() const { return fInPosition; } 81 const Attribute* inColor() const { return fInColor; } 82 const Attribute* inCircleEdge() const { return fInCircleEdge; } 180 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType, 182 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); 183 fInCircleEdge = &this->addVertexAttrib(Attribute("inCircleEdge", 190 const Attribute* fInPosition; 191 const Attribute* fInColor; 192 const Attribute* fInCircleEdge; 231 const Attribute* inPosition() const { return fInPosition; [all...] |
/external/clang/lib/CodeGen/ |
CGCall.cpp | [all...] |
/dalvik/dx/src/com/android/multidex/ |
MainDexListBuilder.java | 21 import com.android.dx.cf.iface.Attribute; 191 Attribute att = element.getAttributes().findFirst(
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
MethodStubber.java | 22 import org.objectweb.asm.Attribute; 86 public void visitAttribute(Attribute attr) {
|
/external/llvm/lib/IR/ |
Pass.cpp | 144 if (F.hasFnAttribute(Attribute::OptimizeNone)) { 173 if (F && F->hasFnAttribute(Attribute::OptimizeNone)) {
|
/external/llvm/test/MC/ARM/ |
directive-fpu-multiple.s | 34 @ CHECK-ATTR: Attribute {
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
FieldWriter.java | 91 private Attribute attrs;
158 public void visitAttribute(final Attribute attr) {
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
ClassNode.java | 32 import org.mockito.asm.Attribute;
263 cv.visitAttribute((Attribute) attrs.get(i));
|
/external/proguard/src/proguard/shrink/ |
AnnotationUsageMarker.java | 24 import proguard.classfile.attribute.Attribute; 25 import proguard.classfile.attribute.annotation.*; 26 import proguard.classfile.attribute.annotation.visitor.*; 27 import proguard.classfile.attribute.visitor.AttributeVisitor; 72 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} 84 // Mark this attribute as being used as well. 101 // Mark this attribute as being used as well.
|
/external/wpa_supplicant_8/hs20/client/ |
est.c | 202 * attribute Attribute } 204 * Attribute ::= SEQUENCE { 212 } Attribute; 218 Attribute *attribute; member in union:__anon27415::__anon27416 227 ASN1_SEQUENCE(Attribute) = { 228 ASN1_SIMPLE(Attribute, type, ASN1_OBJECT), 229 ASN1_SET_OF(Attribute, values, ASN1_OBJECT) 230 } ASN1_SEQUENCE_END(Attribute); [all...] |
/frameworks/base/tools/aapt2/link/ |
XmlReferenceLinker.cpp | 79 for (xml::Attribute& attr : el->attributes) { 83 // There is a valid package name for this attribute. We will look this up. 97 // Convert the string value into a compiled Value if this is a valid attribute. 108 const Attribute* attribute = &attr.compiledAttribute.value().attribute; variable 110 attribute); 112 !(attribute->typeMask & android::ResTable_map::TYPE_STRING)) { 116 << "is incompatible with attribute " 118 << *attribute); [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSX86CallConvPass.cpp | 64 // Do not consider arguments with 'sret' attribute. Parameters with this 65 // attribute are actually pointers to structure return values. 124 // Add the ByVal attribute to the attribute list corresponding to this 126 // list at index 0 corresponds to the return value's attribute. 128 NewFn->addAttribute(i+1, llvm::Attribute::ByVal); 151 // Add the ByVal attribute to the attribute list corresponding to this 153 // list at index 0 corresponds to the return value's attribute. 155 NewCI->addAttribute(i+1, llvm::Attribute::ByVal) [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
ValueEnumerator.h | 72 std::vector<llvm::AttributeSet> Attribute; 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); 139 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); 160 return Attribute;
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
ValueEnumerator.h | 72 std::vector<llvm::AttributeSet> Attribute; 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); 139 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); 160 return Attribute;
|