HomeSort by relevance Sort by last modified time
    Searched full:annotated (Results 26 - 50 of 430) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/115-merge/
run 26 dx --dex --output=testdata/Annotated.dex testdata/Annotated*
  /external/javassist/sample/preproc/
Assistant.java 24 * Javassist preprocessor when the preprocessor encounters an annotated
32 * import declaration annotated with the "by" keyword.
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 239 * Returns whether the specified annotated element has an annotation with
243 * the annotated element to check
244 * @return <code>true</code> if the given annotated element has the
257 * the annotated element
295 * Returns whether the specified annotated element has an annotation with
299 * the annotated element to check
300 * @return <code>true</code> if the given annotated element has the
313 * the annotated element
332 * Returns whether the specified annotated element has an annotation with
336 * the annotated element to chec
    [all...]
  /cts/tools/signature-tools/src/signature/model/
IAnnotatableElement.java 22 * Common interface for model elements which may be annotated. Annotations can
  /development/pdk/docs/porting/
group__networking.jd 12 <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
modules.html 23 <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
Exhaustive.java 9 * is annotated as a TypeQualifier. This is only appropriate if the value field
  /external/valgrind/main/drd/tests/
annotate_hb_err.c 28 /* condition variable operation on a h.b. annotated object. */
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase2.java 83 * If your test method is annotated with {@link android.test.UiThreadTest}, then your Activity
115 * If your test method is annotated with {@link android.test.UiThreadTest}, then you must call
137 * If your test method is annotated with {@link android.test.UiThreadTest}, then you must call
172 * Runs the current unit test. If the unit test is annotated with
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTargets.java 36 * Specifies the API methods that are tested by the annotated test method.
  /libcore/luni/src/main/java/java/lang/
Override.java 26 * superclass. Compilers produce an error if a method annotated with @Override
FindBugsSuppressWarnings.java 30 * Suppress FindBugs warnings on the annotated element. FindBugs will recognize
SuppressWarnings.java 27 * suppressed for the annotated element but also for all program elements
  /packages/apps/Contacts/
proguard.flags 28 # Any class or method annotated with NeededForTesting.
  /system/media/mca/filterfw/java/android/filterfw/core/
ProgramPort.java 58 + "' annotated with ProgramParameter!");
  /external/guava/src/com/google/common/annotations/
GwtCompatible.java 70 * When {@code true}, the annotated type or the type of the method return
79 * When {@code true}, the annotated type is emulated in GWT. The emulated
  /external/guava/src/com/google/common/io/
package-info.java 36 * explicitly annotated as being {@link javax.annotation.Nullable}.
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
GuardedBy.java 22 * The argument determines which lock guards the annotated field or method: this :
  /external/tinyxml/docs/
files.html 7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindexHL" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
functions_enum.html 7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindexHL" href="functions.html">Class&nbsp;Members</a></div>
functions_rela.html 7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindexHL" href="functions.html">Class&nbsp;Members</a></div>
functions_vars.html 7 <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindexHL" href="functions.html">Class&nbsp;Members</a></div>
  /sdk/monkeyrunner/src/com/android/monkeyrunner/doc/
MonkeyRunnerExported.java 24 * Indicates that the annotated method is a public API to expose to the
  /development/pdk/docs/compatibility/
cts-development.jd 62 methods, and fields that are annotated with the "hide" annotation.</li>
74 the API class being tested. Each test is annotated with a @TestTargetNew
121 <li>Fix or remove tests annotated with BrokenTest and KnownFailure.</li>
  /docs/source.android.com/src/compatibility/
cts-development.md 65 - Only use public API methods. In other words, avoid all classes, methods, and fields that are annotated with the "hide" annotation.
95 Finally, a lot of tests are annotated with @TestTargets and @TestTargetNew.
123 - Fix or remove tests annotated with BrokenTest and KnownFailure.

Completed in 1281 milliseconds

12 3 4 5 6 7 8 91011>>