Searched defs:hasAttributes (Results 1 - 25 of 26) sorted by relevance

12

/external/guice/core/src/com/google/inject/
H A DKey.java341 public boolean hasAttributes() { method in class:Key
342 return annotationStrategy.hasAttributes();
358 boolean hasAttributes(); method in interface:Key.AnnotationStrategy
410 public boolean hasAttributes() { method in class:Key.NullAnnotationStrategy
440 public boolean hasAttributes() { method in class:Key.AnnotationInstanceStrategy
487 public boolean hasAttributes() { method in class:Key.AnnotationTypeStrategy
/external/llvm/lib/IR/
H A DAttributeImpl.h187 bool hasAttributes() const { return NumAttrs != 0; } function in class:llvm::final
H A DAttributes.cpp760 if (!B.hasAttributes())
1067 return pImpl && hasAttributes(Index) ?
1075 return pImpl && hasAttributes(ReturnIndex) ?
1084 return pImpl && hasAttributes(FunctionIndex) ?
1102 bool AttributeSet::hasAttributes(unsigned Index) const { function in class:AttributeSet
1104 return ASN && ASN->hasAttributes();
1472 bool AttrBuilder::hasAttributes() const { function in class:AttrBuilder
1476 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { function in class:AttrBuilder
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
326 if (this.hasAttributes()) {
416 if (this.hasAttributes()) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java935 public boolean hasAttributes() method in class:ElemLiteralResult.Attribute
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java409 public boolean hasAttributes() method in class:UnImplNode
412 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttributes not supported!");
1391 if (this.hasAttributes()) {
1481 if (this.hasAttributes()) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1173 public boolean hasAttributes() method in class:DTMNodeProxy
1640 if (this.hasAttributes()) {
1726 if (this.hasAttributes()) {
/external/clang/include/clang/Sema/
H A DDeclSpec.h747 bool hasAttributes() const { return !Attrs.empty(); } function in class:clang::DeclSpec
2189 /// hasAttributes - do we contain any attributes?
2190 bool hasAttributes() const {
2191 if (getAttributes() || getDeclSpec().hasAttributes()) return true;
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 734 milliseconds

12