Searched defs:AttributeSet (Results 1 - 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttributeSet.java7 * $Id: AttributeSet.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
22 abstract class AttributeSet implements IContent class in inherits:IContent
26 public static AttributeSet create ()
37 public abstract AttributeSet set (Attribute attr, String value);
38 public abstract AttributeSet set (Attribute attr, int value);
45 AttributeSet () {} method in class:AttributeSet
50 private static final class AttributeSetImpl extends AttributeSet
88 public AttributeSet set (final Attribute attr, final String value) // null removes?
95 public AttributeSet set (final Attribute attr, final int value)
/external/llvm/include/llvm/IR/
H A DAttributes.h196 /// the AttributeSet object. The function attributes are at index
197 /// `AttributeSet::FunctionIndex', the return value is at index
198 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
200 class AttributeSet { class in namespace:llvm
218 /// \brief Create an AttributeSet with the specified parameters in it.
219 static AttributeSet get(LLVMContext &C,
221 static AttributeSet get(LLVMContext &C,
225 static AttributeSet getImpl(LLVMContext &C,
230 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} function in class:llvm::AttributeSet
232 AttributeSet() function in class:llvm::AttributeSet
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 166 milliseconds