HomeSort by relevance Sort by last modified time
    Searched defs:Attrs (Results 1 - 25 of 56) sorted by null

1 2 3

  /build/tools/droiddoc/templates-ndk/
class.cs 32 <?cs if:subcount(cl.attrs) ?>
45 <?cs if:subcount(class.attrs) ?>
46 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
50 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
244 <?cs def:write_attr_summary(attrs, included) ?>
251 <?cs each:attr=attrs ?>
292 || subcount(class.attrs)
314 <?cs if:subcount(class.attrs) ?>
317 <?cs call:write_attr_summary(class.attrs, 1) ?>
320 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 29 <?cs if:subcount(cl.attrs) ?>
42 <?cs if:subcount(class.attrs) ?>
43 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
235 <?cs def:write_attr_summary(attrs, included) ?>
242 <?cs each:attr=attrs ?>
277 || subcount(class.attrs)
299 <?cs if:subcount(class.attrs) ?>
302 <?cs call:write_attr_summary(class.attrs, 1) ?>
305 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /build/tools/droiddoc/templates-sdk/
page_info.cs 45 <?cs if:subcount(cl.attrs) ?>
58 <?cs if:subcount(class.attrs) ?>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
63 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
  /external/doclava/res/assets/templates/
class.cs 23 <?cs if:subcount(cl.attrs) ?>
36 <?cs if:subcount(class.attrs) ?>
37 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
224 <?cs def:write_attr_summary(attrs, included) ?>
231 <?cs each:attr=attrs ?>
266 || subcount(class.attrs)
288 <?cs if:subcount(class.attrs) ?>
291 <?cs call:write_attr_summary(class.attrs, 1) ?>
294 <?cs # if there are inherited attrs, write the table ?
    [all...]
  /external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 22 SmallVector<AttributeSet, 4> Attrs;
23 Attrs.push_back(
26 Attrs.push_back(
29 Attrs.push_back(
32 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs));
  /external/llvm/utils/TableGen/
Attributes.cpp 40 const std::vector<Record*> &Attrs =
43 for (auto A : Attrs)
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 340 AttributeSet Attrs = F.getAttributes(), NewAttrs;
374 // Let NewAttrs override Attrs.
375 NewAttrs = Attrs.addAttributes(Ctx, AttributeSet::FunctionIndex, NewAttrs);
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 132 const SmallVectorImpl<const Attr *> &Attrs) {
146 for (const auto *I : Attrs) {
230 SmallVector<const Attr*, 8> Attrs;
233 Attrs.push_back(a);
236 CheckForIncompatibleAttributes(*this, Attrs);
238 if (Attrs.empty())
241 return ActOnAttributedStmt(Range.getBegin(), Attrs, S);
  /external/llvm/lib/MC/
MCSectionMachO.cpp 188 StringRef Attrs = GetEmptyOrTrim(3);
228 if (Attrs.empty()) {
238 Attrs.split(SectionAttrs, '+', /*MaxSplit=*/-1, /*KeepEmpty=*/false);
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 238 Attrs = ObjCPropertyDecl::OBJC_PR_noattr;
242 Attrs = PD->getPropertyAttributesAsWritten();
280 if (Attrs & ObjCPropertyDecl::OBJC_PR_assign)
  /external/clang/lib/CodeGen/
CGLoopInfo.h 66 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs);
75 const LoopAttributes &getAttributes() const { return Attrs; }
83 LoopAttributes Attrs;
100 /// \brief Begin a new structured loop. Stage attributes from the Attrs list.
103 llvm::ArrayRef<const Attr *> Attrs);
  /external/llvm/lib/Analysis/
StratifiedSets.h 66 StratifiedAttrs Attrs;
268 return Link.Attrs;
274 Link.Attrs.set(index);
279 Link.Attrs |= other;
371 auto &CurrentBits = Links[CurrentIndex].Attrs;
373 auto &NextBits = Links[NextIndex].Attrs;
455 auto Attrs = Link->getAttrs();
458 Attrs |= Link->getAttrs();
461 return Attrs;
466 auto Attrs = getAttributes(Main)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) {
121 Attrs.NAME = V; \
361 // Go through the attributes from \param Attrs in the order specified in 7.27.4
363 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) {
370 ADD_ATTR(Attrs.DW_AT_name);
371 ADD_ATTR(Attrs.DW_AT_accessibility);
372 ADD_ATTR(Attrs.DW_AT_address_class);
373 ADD_ATTR(Attrs.DW_AT_allocated);
374 ADD_ATTR(Attrs.DW_AT_artificial);
375 ADD_ATTR(Attrs.DW_AT_associated)
    [all...]
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 300 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I);
301 unsigned Scope = Attrs & LTO_SYMBOL_SCOPE_MASK;
326 // Set cpu and attrs strings for the default target/subtarget.
331 std::string attrs; local
334 attrs.append(",");
335 attrs.append(MAttrs[i]);
338 if (!attrs.empty())
339 CodeGen.setAttr(attrs.c_str());
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_treewalkers.py 87 from genshi.core import QName, Attrs
110 attrs = Attrs([(QName("{%s}%s" % attr if attr[0] is not None else attr[1]), value)
112 yield (START, (QName(name), attrs), (None, -1, -1))
256 """Str/Unicode mix. If str attrs added to tree"""
275 for intext, attrs, expected in sm_tests:
276 yield runTreewalkerEditTest, intext, expected, attrs, tree
  /external/clang/include/clang/Lex/
ModuleMap.h 180 Attributes Attrs;
264 Attributes Attrs, Module *Parent);
  /external/llvm/include/llvm/IR/
Attributes.h 194 ArrayRef<std::pair<unsigned, Attribute> > Attrs);
197 AttributeSetNode*> > Attrs);
201 AttributeSetNode*> > Attrs);
213 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs);
238 AttributeSet Attrs) const;
250 AttributeSet Attrs) const;
256 const AttrBuilder &Attrs) const;
392 std::bitset<Attribute::EndAttrKinds> Attrs;
401 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0),
404 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0)
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 287 const std::string &Attrs) {
298 if (!Attrs.empty())
299 O << "[" << Attrs << "]";
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 123 const std::string &Attrs = Graph->getGraphAttrs(N);
124 if (!Attrs.empty()) {
125 if (Attrs.find("shape=") == std::string::npos)
126 return std::string("shape=Mrecord,") + Attrs;
128 return Attrs;
184 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) {
186 NodeGraphAttrs[N] = Attrs;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 188 auto Attrs = F.getAttributes();
190 Attrs = Attrs.addAttribute(F.getContext(), AttributeSet::FunctionIndex,
192 F.setAttributes(Attrs);
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 69 AttributeSet Attrs = F.getAttributes();
70 if (Attrs.hasAttribute(AttrIdx, Attribute::SExt))
72 else if (Attrs.hasAttribute(AttrIdx, Attribute::ZExt))
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 274 struct DSP_STRMATTR Attrs; /* Stream attributes for this stream */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 268 struct DSP_STRMATTR Attrs; /* Stream attributes for this stream */
  /external/clang/lib/AST/
CommentParser.cpp 440 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs;
447 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
457 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
464 Attrs.push_back(HTMLStartTagComment::Attribute(
477 S.copyArray(llvm::makeArrayRef(Attrs)),
485 S.copyArray(llvm::makeArrayRef(Attrs)),
504 S.copyArray(llvm::makeArrayRef(Attrs)),
512 S.copyArray(llvm::makeArrayRef(Attrs)),
DeclPrinter.cpp 203 AttrVec &Attrs = D->getAttrs();
204 for (auto *A : Attrs) {
223 AttrVec &Attrs = D->getAttrs();
224 for (auto *A : Attrs) {
    [all...]

Completed in 725 milliseconds

1 2 3