Searched defs:AttributeSet (Results 1 - 7 of 7) 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.h201 /// the AttributeSet object. The function attributes are at index
202 /// `AttributeSet::FunctionIndex', the return value is at index
203 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
205 class AttributeSet { class in namespace:llvm
223 /// \brief Create an AttributeSet with the specified parameters in it.
224 static AttributeSet get(LLVMContext &C,
226 static AttributeSet get(LLVMContext &C,
230 static AttributeSet getImpl(LLVMContext &C,
235 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} function
237 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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 114 milliseconds