Searched defs:AttributeSet (Results 1 - 6 of 6) 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/selinux/sepolgen/src/sepolgen/
H A Dinterfaces.py211 class AttributeSet: class in inherits:
/external/llvm/include/llvm/IR/
H A DAttributes.h215 /// the AttributeSet object. The function attributes are at index
216 /// `AttributeSet::FunctionIndex', the return value is at index
217 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
219 class AttributeSet { class in namespace:llvm
237 /// \brief Create an AttributeSet with the specified parameters in it.
238 static AttributeSet get(LLVMContext &C,
240 static AttributeSet get(LLVMContext &C,
244 static AttributeSet getImpl(LLVMContext &C,
249 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} function
251 AttributeSet() function
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1194 milliseconds