HomeSort by relevance Sort by last modified time
    Searched refs:Attribute (Results 776 - 800 of 1285) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 66 //task attribute
134 BYTE Attribute:3;
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 173 // An attribute list entry.
174 struct Attribute
176 Attribute(unsigned int a, unsigned int f)
195 this->attributes.push_back(Attribute(attr, form));
202 // True if the DIE has a sibling attribute.
205 std::vector<Attribute> attributes;
474 // An attribute value.
493 // Attribute offset for DW_FORM_strp.
498 // A list of attribute values.
522 // Return true if this DIE has a sibling attribute
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 348 // Items have their type encoded in the type attribute.
353 << "<item> must have a 'type' attribute");
376 << "<" << parser->getElementName() << "> missing 'name' attribute");
392 << "<" << parser->getElementName() << "> missing 'name' attribute");
417 << "<" << parser->getElementName() << "> missing 'name' attribute");
438 << "<" << parser->getElementName() << "> missing 'name' attribute");
560 "did you mean to add the formatted=\"false\" attribute?";
579 mDiag->error(DiagMessage(outResource->source) << "<public> must have a 'type' attribute");
618 << "<public-group> must have a 'type' attribute");
632 << "<public-group> must have a 'first-id' attribute");
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 21 import com.android.dx.cf.iface.Attribute;
145 /** {@code null-ok;} attribute factory, if any */
219 * Sets the attribute factory to use.
221 * @param attributeFactory {@code non-null;} the attribute factory
318 Attribute attSf = attribs.findFirst(AttSourceFile.ATTRIBUTE_NAME);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m 67 #pragma mark global Attribute Scopes
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.m 75 #pragma mark global Attribute Scopes
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2315.py 13 class Attribute(univ.Sequence):
97 componentType = Attribute()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 47 RSSFeedUpdateEntryTask.DebugFoundAttribute=Found Attribute:
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/Support/
Dwarf.cpp 46 const char *llvm::dwarf::AttributeString(unsigned Attribute) {
47 switch (Attribute) {
214 // DWARF5 Fission Extension Attribute
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 679 F->addFnAttr(Attribute::NoInline);
681 F->addFnAttr(Attribute::NoRedZone);
839 WriteoutF->addFnAttr(Attribute::NoInline);
841 WriteoutF->addFnAttr(Attribute::NoRedZone);
895 Fn->addFnAttr(Attribute::NoInline);
897 Fn->addFnAttr(Attribute::NoRedZone);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
MethodNode.java 33 import org.mockito.asm.Attribute;
469 mv.visitAttribute((Attribute) attrs.get(i));
  /external/proguard/src/proguard/shrink/
ClassShrinker.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.*;
155 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
283 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/skia/src/pdf/
SkPDFMetadata.cpp 35 for (const SkDocument::Attribute& keyValue : fInfo) {
146 static const SkString get(const SkTArray<SkDocument::Attribute>& info,
232 // all strings are xml content, not attribute values.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter.java 22 import org.objectweb.asm.Attribute;
332 public void visitAttribute(Attribute attr) {
StubMethodAdapter.java 20 import org.objectweb.asm.Attribute;
237 public void visitAttribute(Attribute attr) {
  /prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor/2.2.0/
mojo-executor-2.2.0.jar 
  /external/jetty/src/java/org/eclipse/jetty/jmx/
ObjectMBean.java 37 import javax.management.Attribute;
263 // Determin if key is for mbean , attribute or for operation
281 // define an attribute
327 // get the attribute
379 results.add(new Attribute(names[i], getAttribute(names[i])));
390 public void setAttribute(Attribute attr) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
450 Attribute attr = (Attribute) iter.next();
452 results.add(new Attribute(attr.getName(), getAttribute(attr.getName())));
528 * Define an attribute on the managed object. The meta data is defined by looking for standar
    [all...]
  /external/skia/src/gpu/batches/
GrAAConvexPathRenderer.cpp 520 * two components of the vertex attribute. Coverage is based on signed
540 const Attribute* inPosition() const { return fInPosition; }
541 const Attribute* inQuadEdge() const { return fInQuadEdge; }
657 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType));
658 fInQuadEdge = &this->addVertexAttrib(Attribute("inQuadEdge", kVec4f_GrVertexAttribType));
661 const Attribute* fInPosition;
662 const Attribute* fInQuadEdge;
    [all...]
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 265 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType,
267 fInConicCoeffs = &this->addVertexAttrib(Attribute("inConicCoeffs",
481 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType,
483 fInHairQuadEdge = &this->addVertexAttrib(Attribute("inHairQuadEdge",
709 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType,
711 fInCubicCoeffs = &this->addVertexAttrib(Attribute("inCubicCoeffs",
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 803 B.addAttribute(llvm::Attribute::UWTable);
806 B.addAttribute(llvm::Attribute::NoUnwind);
809 B.addAttribute(llvm::Attribute::StackProtect);
811 B.addAttribute(llvm::Attribute::StackProtectStrong);
813 B.addAttribute(llvm::Attribute::StackProtectReq);
825 B.addAttribute(llvm::Attribute::Naked);
826 B.addAttribute(llvm::Attribute::NoInline);
828 B.addAttribute(llvm::Attribute::NoDuplicate);
830 B.addAttribute(llvm::Attribute::NoInline);
833 llvm::Attribute::NoInline))
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.h 194 HWC2::Attribute attribute, int32_t* outValue);
256 void setAttribute(HWC2::Attribute attribute, int32_t value);
257 int32_t getAttribute(HWC2::Attribute attribute) const;
281 std::unordered_map<HWC2::Attribute, int32_t> mAttributes;
419 auto attribute = static_cast<HWC2::Attribute>(intAttribute); local
421 config, attribute, outValue)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 83 IsSExt = CS->paramHasAttr(AttrIdx, Attribute::SExt);
84 IsZExt = CS->paramHasAttr(AttrIdx, Attribute::ZExt);
85 IsInReg = CS->paramHasAttr(AttrIdx, Attribute::InReg);
86 IsSRet = CS->paramHasAttr(AttrIdx, Attribute::StructRet);
87 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest);
88 IsByVal = CS->paramHasAttr(AttrIdx, Attribute::ByVal);
89 IsInAlloca = CS->paramHasAttr(AttrIdx, Attribute::InAlloca);
90 IsReturned = CS->paramHasAttr(AttrIdx, Attribute::Returned);
686 // Attributes for args start at offset 1, after the return attribute.
    [all...]
  /external/llvm/lib/MC/
MCELFStreamer.cpp 188 bool MCELFStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) {
192 if (Attribute == MCSA_IndirectSymbol) {
202 // Adding a symbol attribute always introduces the symbol, note that an
213 switch (Attribute) {
  /frameworks/base/packages/Osu/src/com/android/hotspot2/est/
ESTHandler.java 31 import com.android.org.bouncycastle.asn1.x509.Attribute;
332 throw new IOException("Unexpected CSR attribute container: " + sequence);
379 throw new IOException("Invalid attribute, no OID");
489 Attribute attribute = new Attribute(type, values); local
490 payload.add(attribute);

Completed in 1192 milliseconds

<<31323334353637383940>>