HomeSort by relevance Sort by last modified time
    Searched full:annotates (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java 106 boolean annotates = out.annotates();
108 if (annotates) {
AnnotationSetItem.java 135 boolean annotates = out.annotates();
138 if (annotates) {
149 if (annotates) {
ValueEncoder.java 271 boolean annotates = topLevel && out.annotates();
275 if (annotates) {
283 if (annotates) {
290 if (annotates) {
309 boolean annotates = topLevel && out.annotates();
316 if (annotates) {
326 if (annotates) {
338 if (annotates) {
    [all...]
AnnotationItem.java 190 boolean annotates = out.annotates();
193 if (annotates) {
208 if (annotates) {
ClassDataItem.java 340 boolean annotates = out.annotates();
342 if (annotates) {
357 if (annotates) {
373 if (out.annotates()) {
383 * list. It also annotates the items (if any and if annotations
400 if (out.annotates()) {
412 boolean annotates = out.annotates();
414 if (annotates) {
    [all...]
AnnotationsDirectoryItem.java 289 boolean annotates = out.annotates();
295 if (annotates) {
313 if (annotates) {
323 if (annotates) {
333 if (annotates) {
HeaderItem.java 66 if (out.annotates()) {
107 if (out.annotates()) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedArrayItem.java 106 boolean annotates = out.annotates();
108 if (annotates) {
AnnotationSetItem.java 134 boolean annotates = out.annotates();
137 if (annotates) {
148 if (annotates) {
ValueEncoder.java 270 boolean annotates = topLevel && out.annotates();
274 if (annotates) {
282 if (annotates) {
289 if (annotates) {
308 boolean annotates = topLevel && out.annotates();
315 if (annotates) {
325 if (annotates) {
337 if (annotates) {
    [all...]
AnnotationItem.java 188 boolean annotates = out.annotates();
191 if (annotates) {
206 if (annotates) {
ClassDataItem.java 341 boolean annotates = out.annotates();
343 if (annotates) {
358 if (annotates) {
374 if (out.annotates()) {
384 * list. It also annotates the items (if any and if annotations
401 if (out.annotates()) {
413 boolean annotates = out.annotates();
415 if (annotates) {
    [all...]
AnnotationsDirectoryItem.java 285 boolean annotates = out.annotates();
291 if (annotates) {
309 if (annotates) {
319 if (annotates) {
329 if (annotates) {
HeaderItem.java 66 if (out.annotates()) {
107 if (out.annotates()) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 134 boolean annotates = out.annotates();
137 if (annotates) {
148 if (annotates) {
EncodedArrayItem.java 115 boolean annotates = out.annotates();
117 if (annotates) {
ValueEncoder.java 272 boolean annotates = topLevel && out.annotates();
276 if (annotates) {
284 if (annotates) {
291 if (annotates) {
310 boolean annotates = topLevel && out.annotates();
317 if (annotates) {
327 if (annotates) {
339 if (annotates) {
    [all...]
AnnotationItem.java 190 boolean annotates = out.annotates();
193 if (annotates) {
208 if (annotates) {
ClassDataItem.java 344 boolean annotates = out.annotates();
346 if (annotates) {
361 if (annotates) {
377 if (out.annotates()) {
387 * list. It also annotates the items (if any and if annotations
404 if (out.annotates()) {
416 boolean annotates = out.annotates();
418 if (annotates) {
    [all...]
AnnotationsDirectoryItem.java 285 boolean annotates = out.annotates();
291 if (annotates) {
309 if (annotates) {
319 if (annotates) {
329 if (annotates) {
HeaderItem.java 74 if (out.annotates()) {
115 if (out.annotates()) {
AnnotationSetRefItem.java 74 if (out.annotates()) {
  /external/guava/guava/src/com/google/common/annotations/
VisibleForTesting.java 20 * Annotates a program element that exists, or is more widely visible than
  /external/vogar/src/vogar/
Option.java 25 * Annotates a field as representing a command-line option for OptionParser.
  /external/junit/src/org/junit/rules/
TestRule.java 20 * ways. {@link org.junit.Rule} annotates method-level
22 * annotates class-level {@link TestRule}s. See Javadoc for those annotations

Completed in 455 milliseconds

1 2 3 4 5 6 7