HomeSort by relevance Sort by last modified time
    Searched defs:AttributeImpl (Results 1 - 9 of 9) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 22 public static final Attribute ID = new AttributeImpl ("ID");
23 public static final Attribute NAME = new AttributeImpl ("NAME");
24 public static final Attribute TITLE = new AttributeImpl ("TITLE");
25 public static final Attribute TYPE = new AttributeImpl ("TYPE");
26 public static final Attribute CLASS = new AttributeImpl ("CLASS");
27 public static final Attribute HTTP_EQUIV = new AttributeImpl ("HTTP-EQUIV");
28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT");
29 public static final Attribute HREF = new AttributeImpl ("HREF");
30 public static final Attribute SRC = new AttributeImpl ("SRC");
31 public static final Attribute REL = new AttributeImpl ("REL")
    [all...]
  /external/llvm/lib/IR/
AttributeImpl.h 1 //===-- AttributeImpl.h - Attribute Internals -------------------*- C++ -*-===//
32 class AttributeImpl : public FoldingSetNode {
36 void operator=(const AttributeImpl &) = delete;
37 AttributeImpl(const AttributeImpl &) = delete;
46 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {}
49 virtual ~AttributeImpl();
65 bool operator<(const AttributeImpl &AI) const;
96 class EnumAttributeImpl : public AttributeImpl {
102 : AttributeImpl(ID), Kind(Kind) {
    [all...]
Attributes.cpp 11 // \brief This file implements the Attribute, AttributeImpl, AttrBuilder,
17 #include "AttributeImpl.h"
42 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
65 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
329 // AttributeImpl Definition
333 AttributeImpl::~AttributeImpl() {}
338 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const {
343 bool AttributeImpl::hasAttribute(StringRef Kind) const {
348 Attribute::AttrKind AttributeImpl::getKindAsEnum() const
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 516 milliseconds