HomeSort by relevance Sort by last modified time
    Searched refs:Inherited (Results 26 - 50 of 69) sorted by null

12 3

  /external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureEnumTest.java 22 import java.lang.annotation.Inherited;
50 String.format("%s must be inherited.", annotationClass),
51 annotationClass.getAnnotation(Inherited.class));
FeatureUtilTest.java 26 import java.lang.annotation.Inherited;
57 @Inherited
88 @Inherited
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
DatabaseConfig.java 4 import java.lang.annotation.Inherited;
126 @Inherited
  /external/junit/src/org/junit/runners/
Suite.java 4 import java.lang.annotation.Inherited;
42 @Inherited
  /libcore/ojluni/src/main/java/sun/reflect/annotation/
AnnotationType.java 68 * Whether this annotation type is inherited.
70 private boolean inherited = false; field in class:AnnotationType
125 // Initialize retention, & inherited fields. Special treatment
128 annotationClass != Inherited.class) {
131 inherited = annotationClass.isAnnotationPresent(Inherited.class);
196 * Returns true if this this annotation type is inherited.
199 return inherited;
210 s.append(" Inherited: " + inherited);
    [all...]
  /build/tools/droiddoc/templates-sdk/
page_info.cs 34 <?cs # Set variables about whether there are inherited members; no output ?>
35 <?cs each:cl=class.inherited ?>
63 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
75 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
83 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
103 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
class.cs 343 <?cs # if there are inherited attrs, write the table ?>
348 <tr><th><h3>Inherited XML attributes</h3></th></tr>
349 <?cs each:cl=class.inherited ?>
353 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From
358 <div id="inherited-attrs-<?cs var:cl.qualified ?>">
359 <div id="inherited-attrs-<?cs var:cl.qualified ?>-list"
362 <div id="inherited-attrs-<?cs var:cl.qualified ?>-summary" style="display: none;">
401 <?cs # if there are inherited constants, write the table ?>
406 <tr><th><h3>Inherited constants</h3></th></tr>
407 <?cs each:cl=class.inherited ?
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
AnnotationTest.java 19 import java.lang.annotation.Inherited;
69 @Inherited
132 println("ERROR: Inherited class annotation not found.");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
AccessibleObjectTest.java 22 import java.lang.annotation.Inherited;
69 @Inherited
146 //test inherited on method has no effect
148 assertNull("Inherited Annotations should have no effect", ir);
FieldTest.java 24 import java.lang.annotation.Inherited;
74 @Inherited
171 assertTrue("Inherited Field returned false", f.equals(TestField.class
725 // Check the case where the field is inherited to be sure the parent
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1692.js 52 // Inherited properties are ignored.
64 // Inherited accessors.
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/
ClassReflection.java 19 import java.lang.annotation.Inherited;
208 /** Returns an array of {@link Annotation} objects reflecting all annotations declared by the supplied class, and inherited
226 // check for annotation types marked as Inherited
228 if (annotationType.getDeclaredAnnotation(Inherited.class) != null) {
266 * array if there are none. Does not include inherited annotations. */
  /libcore/ojluni/src/main/java/java/lang/
Class.java 59 import java.lang.annotation.Inherited;
    [all...]
  /build/tools/droiddoc/templates-ndk/
class.cs 21 <?cs # are there inherited members ?>
22 <?cs each:cl=class.inherited ?>
50 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
62 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
70 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
90 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
320 <?cs # if there are inherited attrs, write the table ?>
326 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
327 <?cs each:cl=class.inherited ?>
331 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 18 <?cs # are there inherited members ?>
19 <?cs each:cl=class.inherited ?>
47 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
67 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
87 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
305 <?cs # if there are inherited attrs, write the table ?>
311 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
312 <?cs each:cl=class.inherited ?>
316 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /external/doclava/res/assets/templates/
class.cs 12 <?cs # are there inherited members ?>
13 <?cs each:cl=class.inherited ?>
41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
53 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
61 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
81 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
294 <?cs # if there are inherited attrs, write the table ?>
300 <div style="clear:left;">Inherited XML Attributes</div></th></tr>
301 <?cs each:cl=class.inherited ?>
305 <?cs call:expando_trigger("inherited-attrs-"+cl.qualified, "closed") ?>From <?cs var:cl.kind ?
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 21 import java.lang.annotation.Inherited;
181 // getClasses() doesn't include classes inherited from interfaces!
330 @Inherited
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 594 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited;
597 : Inherited(Context), FoundReference(false), Needle(Needle) {}
604 Inherited::VisitExpr(E);
611 Inherited::VisitDeclRefExpr(E);
    [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 227 // FIXME: An explanation of why exactly it can't be inherited
    [all...]
SemaDecl.cpp     [all...]
  /external/pcre/dist/
pcregexp.pas 688 Inherited Init(1,1);
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java 59 import java.lang.annotation.Inherited;
390 @Inherited
    [all...]

Completed in 1341 milliseconds

12 3